Jump to content
MakeWebGames

Recommended Posts

Posted

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;

}

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

Posted
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).

Posted

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.

Posted
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 :)
Posted

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.. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...