Jump to content
MakeWebGames

Recommended Posts

Posted

Yes I Know Most Of You Have This But There Are A Fare Few Who Don't So Here Is The Script To Stop Multi Sign Up's On Your Game =]

First Off Open Register.php And Find This

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And add undernetah it

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then Find

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Add undernetah it

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And it should work :P Enjoy

Posted

Re: Multi IP Prevention

precautions like this is to Prevent you from needing 2 dozen staff members...

bascially this

If you ahve a lot of staff members. Your game will fail...

No question about it...Someone will cheat or mess with players. Plain and simple. So you don't want a lot of staff emebers thats why people add stuff like this...

Staff is NOT just to set online and check multis LMFAO

Posted

Re: Multi IP Prevention

Nice..bit of code..but i was thinking some annoying brats say idk a few people i know likes to make tons of multi's on diff ip's but never do xfer's or nothing

but so i was thinkiung why not have it do like 50 pop up's since they keep tryin i mean i logged all users on my game and saw like 5 of them tried like 40 times a day :S...they are no good XD

Posted

Re: Multi IP Prevention

 

Nice..bit of code..but i was thinking some annoying brats say idk a few people i know likes to make tons of multi's on diff ip's but never do xfer's or nothing

but so i was thinkiung why not have it do like 50 pop up's since they keep tryin i mean i logged all users on my game and saw like 5 of them tried like 40 times a day :S...they are no good XD

 

Search my posts on multis.

Log by cookies to a logging table the accounts 1 person logs into then can ban them.

Sometimes a ip can be used by more then 1 person on a legit basis.

TJ

Posted

Re: Multi IP Prevention

 

Nice..bit of code..but i was thinking some annoying brats say idk a few people i know likes to make tons of multi's on diff ip's but never do xfer's or nothing

but so i was thinkiung why not have it do like 50 pop up's since they keep tryin i mean i logged all users on my game and saw like 5 of them tried like 40 times a day :S...they are no good XD

 

Search my posts on multis.

Log by cookies to a logging table the accounts 1 person logs into then can ban them.

Sometimes a ip can be used by more then 1 person on a legit basis.

TJ

 

 

Amen to that cookies are the way to go!

  • 1 month later...
Posted

Re: Multi IP Prevention

<?php

if($true){

$message = "No multis, why you trying tomake more.";

echo or print

echo "$message";

include footer

exit();

}

?>

sorry for coping this but where in register.php do i add this mate to stop multis cos the top code i add it and it stops everyone signing up for my game even if its there first time joining up

Posted

Re: Multi IP Prevention

 

<?php

if($true){

echo 'No multis, why you trying tomake more.';

include 'footer.php';

exit();

}

?>

sorry for coping this but where in register.php do i add this mate to stop multis cos the top code i add it and it stops everyone signing up for my game even if its there first time joining up

 

you will need to have a footer.php to include which will have the endings of the tables and other closing statements.

Posted

Re: Multi IP Prevention

i use something similar in my register but i dont think adding it to header would be a good idea. just ban proxies lol i got a list of loads of web proxies i ban i can post it if requested

Posted

Re: Multi IP Prevention

Ever heard of the AOL DNS pool ? Dynamic IPs ?

Your locking out thousands of potential players, there are far better methods in tracking/stopping multi accounts than solely IP.

md

Posted

Re: Multi IP Prevention

Exactly md I have cable/dsl through cable one and I get a notification every once in a while *theres a IP conflict on the network* either my IP changes or theres does

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