N00b Posted April 8, 2007 Posted April 8, 2007 can someone acctually post the code to stop multies on reg page that works lol Quote
BreakingLight Posted April 8, 2007 Posted April 8, 2007 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 Quote
Michael Posted April 8, 2007 Posted April 8, 2007 Re: Register Page that stops multies Why not just buy 1?? If ya have so much cash Quote
Vorless DarkChaos Posted April 8, 2007 Posted April 8, 2007 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 Quote
BreakingLight Posted April 8, 2007 Posted April 8, 2007 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 Quote
Vorless DarkChaos Posted April 8, 2007 Posted April 8, 2007 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 Quote
BreakingLight Posted April 8, 2007 Posted April 8, 2007 Re: Register Page that stops multies ah i got ya i thought you just meant the browser.meh still better than not having it Quote
Decepti0n Posted April 8, 2007 Posted April 8, 2007 Re: Register Page that stops multies Since your ip checks include $_SERVER['HTTP_X_FORWARED_FOR'], its open to abuse :\ Quote
mdshare Posted April 9, 2007 Posted April 9, 2007 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 Quote
BreakingLight Posted April 9, 2007 Posted April 9, 2007 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. :-( Quote
hamster01 Posted April 9, 2007 Posted April 9, 2007 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! Quote
N00b Posted April 9, 2007 Author Posted April 9, 2007 Re: Register Page that stops multies watz the use of buyin it if its free lol Quote
N00b Posted April 9, 2007 Author Posted April 9, 2007 Re: Register Page that stops multies kl! Finally it works! Quote
kronow Posted April 9, 2007 Posted April 9, 2007 Re: Register Page that stops multies gratz :mrgreen: Quote
Decepti0n Posted April 9, 2007 Posted April 9, 2007 Re: Register Page that stops multies lo0ol i remember when someone jailed (i think it was Quacks) all of some country (think it was Vietnam or Singapore) Quote
mdshare Posted April 9, 2007 Posted April 9, 2007 Re: Register Page that stops multies I jailed also Myanmar (former burma) :s Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.