Auto banned for attempting hack modcp/admincp
Collapse
X
-
search here in forum.updated means modded version of lavalair. lol why are people so lazy to read and search on their own..
Leave a comment:
-
just use an updated version of a lavalair site?
where i can get the updated lavalir script site?
Leave a comment:
-
Guest repliedjust use an updated version of a lavalair site
Leave a comment:
-
Blimey Someone Can Code Lol
DUH!!!!!!!Originally posted by mcKeny View Posthuh? that code is pathetic lol......it would be a better shot...if you verify the user input.....and check for possible injection symbols......and if detect, you run your band code.....
Thats just an auto-ban code which i was saying could be adjust for admincp/modcp auto ban
__________________
Sometime You Hit Your Head So Hard Against The Wall
Didn`t Realize You Could See The Other Side lolLast edited by something else; 09.06.09, 08:23. Reason: The post above this one is so dumb that it makes sweetangel look like a genius
Leave a comment:
-
huh? that code is pathetic lol......it would be a better shot...if you verify the user input.....and check for possible injection symbols......and if detect, you run your band code.....Originally posted by something else View Postheres my autoban for sql injection ..... sure u can adjust it to work for admincp
$uid = getuid_sid($sid);
$who = getnick_uid($uid);
addonline(getuid_sid($sid),"If i register again please ban me straight away!","");
$timeto = 9999*24*60*60;
$ptime = $timeto + time();
mysql_query("INSERT INTO ibwf_penalties SET uid='".$uid."', penalty='2', exid='1', timeto='".$ptime."', pnreas='Auto Ban (Wannabe Hacker) ', ipadd='".$uip."', browserm='".$ubr."'");
mysql_query("UPDATE ibwf_users SET lastpnreas='Wannabe Hacker', shield='0' WHERE id='".$uid."'");
mysql_query("INSERT INTO ibwf_mlog SET action='Sql Injection', details='<b>".$who."</b> Tried Injecting Sql', actdt='".time()."'");
Leave a comment:
-
heres my autoban for sql injection ..... sure u can adjust it to work for admincp
$uid = getuid_sid($sid);
$who = getnick_uid($uid);
addonline(getuid_sid($sid),"If i register again please ban me straight away!","");
$timeto = 9999*24*60*60;
$ptime = $timeto + time();
mysql_query("INSERT INTO ibwf_penalties SET uid='".$uid."', penalty='2', exid='1', timeto='".$ptime."', pnreas='Auto Ban (Wannabe Hacker) ', ipadd='".$uip."', browserm='".$ubr."'");
mysql_query("UPDATE ibwf_users SET lastpnreas='Wannabe Hacker', shield='0' WHERE id='".$uid."'");
mysql_query("INSERT INTO ibwf_mlog SET action='Sql Injection', details='<b>".$who."</b> Tried Injecting Sql', actdt='".time()."'");
Leave a comment:
-
Is it really worth adding this code? as anyone who is attemting to get into your admincp this way will either be a muppet or they will know how to bypass isadmin($sid); function.
your better off adding*
addonline(getuid_sid($sid),"Naughty me im a wannabe hacker lol","");
Leave a comment:
-
Auto banned for attempting hack modcp/admincp
Anyone can help me about this code for autobanned for attempting hacking modcp and admin cp.. Help.Tags: None
Leave a comment: