MaddDogg49 Posted June 22, 2010 Posted June 22, 2010 ok think of it this way... sometimes admins play from phones... I dont think Cpanel is phone friendly... Never Tried but still Just put a password in user database... and have staff pages and functions check for the password... if ($ir[iuser_level'] !=2 && $ir[iuser_level'] !=3 OR $ir['adminpass'] != asfdasgfsag32432) { print " What you doing here Willis!!!"; $h->endpage; } Quote
Danny696 Posted June 22, 2010 Posted June 22, 2010 OR $ir['adminpass'] != asfdasgfsag32432) dont forget strings need something to hold it :) OR $ir['adminpass'] != 'asfdasgfsag32432') Quote
Zero-Affect Posted June 23, 2010 Posted June 23, 2010 I have a much better system I use but it's mine :P Haha, Exactly what I'm thinking :P  @Dom; Locking it with IPS isn't always a great idea, Hence if I needed to ban someone but was at a friends house then I wouldn't be able too, so the spammer would be able to keep going :P lol, jump into cPanel, allow the IP your at, and your good.. :) Now on topic. If your adding in the header, there is no need for 'placing in fed jail'...that is just pointless SQL that have to run. Your already in the header, just send a die() or exit()...that is all..The efffect is the exact same as if in fed jail right?? You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That shouold give the same result without having to run sqls. Didn't i post that somewhere (bad memory in my old age). Quote
Agon Posted June 23, 2010 Posted June 23, 2010 Not trying to flame, just wanting to point out something of common sense. Ok. Here's the scenario, someones trying to hack your game. Why put them in fed jail? Fed jail just gives the attacker opportunity to think up other ways to hack you. BAN THEM FROM YOUR SERVER. Quote
Jordan Palmer Posted June 23, 2010 Posted June 23, 2010 Not trying to flame, just wanting to point out something of common sense. Ok. Here's the scenario, someones trying to hack your game. Why put them in fed jail? Fed jail just gives the attacker opportunity to think up other ways to hack you. BAN THEM FROM YOUR SERVER. I don't see the point in IP banning someone, Simply secure you're game && funnily enough it'll piss the hackers off more :) Quote
NarutoPRG.com Posted June 23, 2010 Posted June 23, 2010 Lmao. Very good point Jordan. Plus, a simple job for them to use a proxy. Add a simple query in a cerain' staff file. Under the original query. :) [mysql]$db->query("UPDATE `users` SET `fedjail` = 0 WHERE `userid` = 1"); [/mysql] So if a hacker try and puts you in Federal jail, you will be put out of fed in the second. :) - How I think it could work anyway.. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.