i came up 2 an idea and i made it...
i tried it....
and hey ITS WORKING LOL
anyway heres tht working idea:
i put this code
in admin CP
and i like it lol
so 2 the 1 who does nt c wht it does do... it put in mod log a report tht sum1 tried 2 enter in admin cp and it sends me inbox and most important it sends me an email report....lol
its kind of useful if ur not at site lol
anyway this is not useful if ur email company does not send u ur emails as SMS or if u dnt have blackbery device conected 2 gprs lol
since my phone company sends me my emails as SMS its kind of useful 4 me lol
anyway enjoy if u find this useful
btw if sum1 knws how 2 update it more.... pls ur welcome
i tried it....
and hey ITS WORKING LOL
anyway heres tht working idea:
i put this code
Code:
<?php /////////another **** made by me LMAO $ip = "$REMOTE_ADDR"; $br = "$HTTP_USER_AGENT"; mysql_query("INSERT INTO ibwf_mlog SET action='Admin Cp Hack', details=' [b]Sum1 tried 2 enter in ur Admin Cp:[/b] [b]Browser: [/b] $br [b]IP: [/b] $ip ', actdt='".time()."'"); mysql_query("INSERT INTO ibwf_private SET text='Sum1 tried 2 enter in ur Admin Cp', byuid='2', touid='1', unread='1', timesent='".time()."'"); $to = "UR EMAIL ADDRESS"; $headers = "From: [email]noreplay@your.com[/email]"; $subject = "WARNING"; $message = "Sum1 tried 2 enter in ur Admin Cp!!! so hurry up nd do whatever u want 2 lol"; mail ($to, $subject, $message,$headers); ?>
Code:
if(!isadmin(getuid_sid($sid))) { echo "<card id=\"main\" title=\"admin cp\">"; echo "<p align=\"center\">"; include("track.php"); <-----------------------------------here echo "Ur not ****ing Admin bye bye "; echo " "; echo "<a href=\"index.php\">Home</a>"; echo "</p>"; echo "</card>"; echo "</wml>"; exit(); }
so 2 the 1 who does nt c wht it does do... it put in mod log a report tht sum1 tried 2 enter in admin cp and it sends me inbox and most important it sends me an email report....lol
its kind of useful if ur not at site lol
anyway this is not useful if ur email company does not send u ur emails as SMS or if u dnt have blackbery device conected 2 gprs lol
since my phone company sends me my emails as SMS its kind of useful 4 me lol
anyway enjoy if u find this useful
btw if sum1 knws how 2 update it more.... pls ur welcome
Comment