Problem mit hp by werdernator

04/16/2011 20:44 Lore7#1
hey leute ich hab ein prob mit der hp von werdernator
funktionieren tut alles nur mich stört das:

das steht über Ranking:

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

Notice: Use of undefined constant account_id - assumed 'account_id' in C:\xampp\htdocs\scripts\ranking\ranking.php on line 72

das steht rechts bei login darüber:
Notice: Undefined index: id in C:\xampp\htdocs\face\right.php on

und das unter anmeldung:

Notice: Undefined index: captcha in C:\xampp\htdocs\scripts\register\register.php on line 65

Notice: Undefined index: captcha2 in C:\xampp\htdocs\scripts\register\register.php on line 66

es funktioniert zwar alles aber es stört^^
wie bekomme ich das weg?
04/16/2011 22:05 xXPCxSuchtiXx#2
hab das gleiche problem kann uns jemand helfen?
04/16/2011 23:35 andreforlive#3
Ich weis wie das geht also
1.Ladet es ncihmal runter und packt es in das archive htdoc rein
2. Startet Xampp
3.giebt 127.0.0.1/install ein danach macht ihr die angaben mit hamchi und so weiter
geht auf speicher und Finish
Bitte Thankst bei mir Bei problemen helfe ich euch weiter
04/16/2011 23:45 Lore7#4
toll -.- habe itemshop usw schon alles gemacht
04/25/2011 18:34 RedKing2#5
andreforlive , ich würd dir gern eine reinhaun dafür :D son quatsch zu labbern. in der login php muss man die Zeile einfach löschen, in der ranking.php ist irgendwas falsch geschrieben, musst werdenator fragen, hab das selbe problem :D und bei login war ich noch nicht ;)
04/05/2012 19:21 nai111#6
keine Ahnung von der Materie mit der ihr euch abgebt und dan vermutungen abgeben -.- lieber Mund halten und die leute nicht verwirren.Googeln was die Fehler meldung euch sagen will und dan nach der Lösung suchen!,
define("account_id", "account_id"); müsst ihr vor der eigentlichen Abfrage setzen, z.b
rank = "SELECT * from player order by level desc limit 10";
$query = mysql_query($rank);
echo "<center><table border=\"0\">";
$i = 0;
define("account_id", "account_id");

while($array = mysql_fetch_array($query)) {
$i = $i + 1;


echo "
<tr>
<th width=\"50\"><font color=\"white\">" . $i . "</font></th>
<th width=\"50\"><font color=\"white\">" . $array["name"] . "</font></th>
<th width=\"50\"><font color=\"white\">" . $array["level"] . "</font></th>
<th width=\"50\"><font color=\"white\">" . $array["exp"] . "</font></th>";


$reich = "SELECT empire from player_index where id = " . $array[account_id] . "";