Jump to content
MakeWebGames

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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

Posted

Re: Register Page that stops multies

wow thats higher than i expected i figured AOL was getting low cause i havent heard of anyone use it around where i live in ages.May be cause i live in a small redneck stown. :-(

Posted

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!

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