hacks installieren
#6
Zitat:1. Suchen nach

if($mode == 1) $result = $db_zugriff->query("SELECT userid, userpassword, username, useremail, regemail, regdate FROM bb".$n."_user_table WHERE activation = 1 AND username LIKE '%".trim($search)."%' ORDER BY username ASC");
else $result = $db_zugriff->query("SELECT userid, userpassword, useremail, username, regemail, regdate FROM bb".$n."_user_table WHERE activation = 1 AND userid = '".trim($search)."' ORDER BY username ASC");

2. Ersetzten durch

if($search == "*") {
$result = $db_zugriff->query("SELECT userid, userpassword, username, useremail, regemail, regdate FROM bb".$n."_user_table WHERE activation = 1 ORDER BY username ASC");
} else {
if($mode == 1) $result = $db_zugriff->query("SELECT userid, userpassword, username, useremail, regemail, regdate FROM bb".$n."_user_table WHERE activation = 1 AND username LIKE '%".trim($search)."%' ORDER BY username ASC");
else $result = $db_zugriff->query("SELECT userid, userpassword, useremail, username, regemail, regdate FROM bb".$n."_user_table WHERE activation = 1 AND userid = '".trim($search)."' ORDER BY username ASC");
}

das oder? also wenn dann ist es so gemeint das du erst nach punkt eins suchst und das was du gefunden hast ersetzt durch punkt 2
  Zitieren


Nachrichten in diesem Thema
hacks installieren - von Real_Master - 20.11.2002, 18:33
[Kein Betreff] - von pattex - 20.11.2002, 19:14
[Kein Betreff] - von Real_Master - 20.11.2002, 21:05
[Kein Betreff] - von pattex - 20.11.2002, 21:07
[Kein Betreff] - von Real_Master - 20.11.2002, 21:28
[Kein Betreff] - von pattex - 21.11.2002, 14:08
[Kein Betreff] - von Real_Master - 21.11.2002, 20:20
[Kein Betreff] - von pattex - 21.11.2002, 20:26
[Kein Betreff] - von pattex - 21.11.2002, 20:34
[Kein Betreff] - von pattex - 21.11.2002, 20:39
Hacks - von SunSonic - 21.11.2002, 22:44
[Kein Betreff] - von Real_Master - 22.11.2002, 13:44
[Kein Betreff] - von pattex - 22.11.2002, 14:02
[Kein Betreff] - von Real_Master - 22.11.2002, 15:54
[Kein Betreff] - von pattex - 22.11.2002, 15:57
[Kein Betreff] - von Real_Master - 23.11.2002, 13:03
[Kein Betreff] - von pattex - 23.11.2002, 16:03
[Kein Betreff] - von Real_Master - 24.11.2002, 13:35
[Kein Betreff] - von Real_Master - 25.11.2002, 14:35
[Kein Betreff] - von pattex - 25.11.2002, 14:39
[Kein Betreff] - von pattex - 25.11.2002, 14:54
[Kein Betreff] - von Real_Master - 26.11.2002, 15:00
[Kein Betreff] - von pattex - 26.11.2002, 15:15
[Kein Betreff] - von Real_Master - 26.11.2002, 20:20

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste