Jump to content
MakeWebGames

[mccode] Multi IP Prevention


Delete !

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Re: Multi IP Prevention

I need help where do I add this in my register.php page:

 

You're unable to view this code.

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

 

My register.php page:

 

You're unable to view this code.

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

Link to comment
Share on other sites

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