- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 63 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Admin.php code fix [ ]
Author
Message
speedx
Corporal
Joined: Oct 01, 2003
Posts: 59
Posted:
Sun Oct 12, 2003 8:11 pm
So does it go like this?
<?php
$url = getenv("REQUEST_URI");
if (preg_match("/\?admin/", "$url")) {
echo "die";
exit;
}
require_once("mainfile.php");
get_lang(admin);
Zhen-Xjell
Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Oct 12, 2003 8:15 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum