forked from halo-battle/game
Version 1.5
This commit is contained in:
parent
083eb365c5
commit
a66ed9797b
157 changed files with 29787 additions and 3531 deletions
|
|
@ -1,22 +1,15 @@
|
|||
<?php
|
||||
if(!defined('INDEX')) define('INDEX', 1);
|
||||
|
||||
set_time_limit(500);
|
||||
set_time_limit(0);
|
||||
require('../includes/common.php');
|
||||
|
||||
$chapeau = new bdd();
|
||||
$chapeau->connexion();
|
||||
$chapeau->db();
|
||||
|
||||
mysql_query("OPTIMIZE TABLE `flottes`;
|
||||
OPTIMIZE TABLE `flottes`;
|
||||
OPTIMIZE TABLE `flottes_combats`;
|
||||
OPTIMIZE TABLE `mail`;
|
||||
OPTIMIZE TABLE `planete`;
|
||||
OPTIMIZE TABLE `sessions`;
|
||||
TRUNCATE TABLE `registre_identification`;
|
||||
TRUNCATE TABLE `securite_identification`;
|
||||
");
|
||||
$chapeau->query("OPTIMIZE TABLE `alliances` , `alliances_attente` , `alliances_chat` , `alliances_creation` , `alliances_grade` , `banni` , `bug` , `classement` , `flottes` , `flottes_combats` , `historique` , `infoshead` , `mail` , `planete` , `registre_identification` , `securite_identification` , `sessions` , `user` , `user_inscriptions` , `version`;
|
||||
TRUNCATE TABLE `registre_identification`;");
|
||||
|
||||
$chapeau->deconnexion();
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue