-ça a la place de la production:
Code: Select all
Debug SQL :
-> SELECT j_planete.*, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_metal>0 ) AS count_bat_metal, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_metal>0 AND j_batiments.percent=100 ) AS count_metal, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_naquada>0 ) AS count_bat_naquada, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_naquada>0 AND j_batiments.percent=100 ) AS count_naquada, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_carbon>0 ) AS count_bat_carbon, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_carbon>0 AND j_batiments.percent=100 ) AS count_carbon, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_cristal>0 ) AS count_bat_cristal, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_cristal>0 AND j_batiments.percent=100 ) AS count_cristal, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_food>0 ) AS count_bat_food, ( SELECT count(*) FROM `j_batiments` LEFT JOIN l_batiments ON j_batiments.model_id = l_batiments.id WHERE j_batiments.planete_id=j_planete.id AND j_batiments.joueur_id='1005' AND prod_food>0 AND j_batiments.percent=100 ) AS count_food FROM j_planete WHERE joueur_id='1005' AND id='6580' ORDER BY galaxie_id,nom
->MySQL server has gone away
Warning: mysql_data_seek(): supplied argument is not a valid MySQL result resource in /home/gatewars/www/bat/production.php on line 288
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/gatewars/www/bat/production.php on line 289ça à la place de l'historique d'attaque des SPM :
Code: Select all
Debug SQL :
->SELECT horloge,obj FROM __track_classe WHERE dispo_joueur=1 ORDER BY id DESC LIMIT 5;
->MySQL server has gone away
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/gatewars/www/header.php on line 242Code: Select all
Debug SQL :
->SELECT horloge,obj FROM __track_gp WHERE joueur_id='1005' AND dispo_joueur=1 ORDER BY id DESC LIMIT 4;
->MySQL server has gone awayCode: Select all
Debug SQL :
->SELECT * FROM j_planete WHERE joueur_id='1005' ORDER BY galaxie_id,nom ASC
->Sort aborted
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/gatewars/www/menu.php on line 110
Debug SQL :
->SELECT * FROM j_ship_flotte WHERE joueur_id='1005'
->MySQL server has gone away
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/gatewars/www/menu.php on line 147
Vous n'avez plus de planète. icieuh... ils me disent que j'ai plus de planètes ?!
voila j'espère vous aidez en signalant ce bug
a+
EDIT : après verification j'ai toujours mes planètes




