Jump to content
MakeWebGames

Register Page that stops multies


N00b

Recommended Posts

Re: Register Page that stops multies

1.Open Register.php

2.Find the part that says

if(mysql_num_rows($q))
{
die("No creating referral multies. Bad dog.");
}

 

Above that add this

$a=mysql_query("SELECT * FROM users WHERE lastip='$ip'",$c);
if(mysql_num_rows($a) > 0)
{
die("No multi's!");
}

 

That will stop people form registering on the same IP

Link to comment
Share on other sites

Re: Register Page that stops multies

 

1.Open Register.php

2.Find the part that says

if(mysql_num_rows($q))
{
die("No creating referral multies. Bad dog.");
}

 

Above that add this

$a=mysql_query("SELECT * FROM users WHERE lastip='$ip'",$c);
if(mysql_num_rows($a) > 0)
{
die("No multi's!");
}

 

That will stop people form registering on the same IP

only problem about that

when it comes to anyone on Aol

alot of people will be on same ip

because Aol uses Proxys

Link to comment
Share on other sites

Re: Register Page that stops multies

 

yeah but the % of people that use AOL these days are low most use IE or mozilla.And it cuts off a big % of the multies so its better than nothing.:P

For anyone who has America Online as a ISP

Instead of using America Online Browser they can use IE or any other Browser besides America Online Browser When they are logon to America online

i think proxy must be build into Aol Borwser

Link to comment
Share on other sites

Re: Register Page that stops multies

 

yeah but the % of people that use AOL these days are low most use IE or mozilla.And it cuts off a big % of the multies so its better than nothing.:P

low ?

on TornCity I jailed like 2000 users on a AOL dns :s

Link to comment
Share on other sites

Re: Register Page that stops multies

 

yeah but the % of people that use AOL these days are low most use IE or mozilla.And it cuts off a big % of the multies so its better than nothing.:P

low ?

on TornCity I jailed like 2000 users on a AOL dns :s

 

hmm...

You cant just jail them for being on the same dns :\

about No one in sa(south-africa) has a static ip address!

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