Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.4] Localhost/admin ändern?
#11
Nein. Da steht es:
PHP Code:
// sicherstelllen, dass der admin ordner an der richtigen stelle ist:
if (strpos(getenv('PHP_SELF'), "game.php") !== false and (!file_exists("admin/index.php") || !file_exists("admin/actions/reset.php"))) {
    die(
"Don't change/remove adminfolder!");


Ich übersetze mal PHP > Deutsch:
Wenn die Datei, die die include.inc.php aufgerufen hat, game.php heisst, und entweder die Datei admin/index.php nicht existiert oder die Datei admin/actions/reset.php nicht existiert, wird das Script beendet und folgende Zeile wird ausgegeben: Don't change/remove adminfolder!
Reply


Messages In This Thread
Localhost/admin ändern? - by Necbmery - 17.12.2011, 12:31
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 12:55
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 13:59
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 14:07
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 14:14
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 14:22
RE: Localhost/admin ändern? - by Bobbax - 17.12.2011, 22:01
RE: Localhost/admin ändern? - by Molt - 17.12.2011, 22:13
RE: Localhost/admin ändern? - by Molt - 18.12.2011, 12:23
RE: Localhost/admin ändern? - by Bobbax - 17.12.2011, 22:15
RE: Localhost/admin ändern? - by ON21 - 17.12.2011, 23:59
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 12:37
RE: Localhost/admin ändern? - by Molt - 18.12.2011, 12:41
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 12:44
RE: Localhost/admin ändern? - by ON21 - 18.12.2011, 13:10
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 13:35
RE: Localhost/admin ändern? - by ON21 - 18.12.2011, 14:08
RE: Localhost/admin ändern? - by Bobbax - 18.12.2011, 14:12
RE: Localhost/admin ändern? - by SlimShady95 - 18.12.2011, 14:48



Users browsing this thread: 4 Guest(s)