ddupuis Posted November 7, 2007 Share Posted November 7, 2007 This is a little bit of code you can add in you header.php. It will check the users IP each time the header is loaded.. Works every time.. Unless proxy is not in the list... I have provided the SQL, but for our reasons I will not be diclosing what proxies are in our DB.. <?php $ip=$_SERVER['REMOTE_ADDR']; $q=$db->query("SELECT * FROM proxylist"); while($r=$db->fetch_row($q)) {$ipcheck = $r['ip']; if($ip == $ipcheck) { $db->query("UPDATE users SET fedjail=1 WHERE userid=$userid"); if($ip != $ipcheck) {}}}$h->endpage(); ?> RUN SQL: CREATE TABLE `proxylist` ( `id` int(11) NOT NULL auto_increment, `ip` text NOT NULL, `domain` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; INSERT INTO `proxylist` VALUES (1, '208.113.154.25', 'wiggum.dreamhost.com'); INSERT INTO `proxylist` VALUES (2, '209.17.190.78', '209.17.190.78'); INSERT INTO `proxylist` VALUES (3, '67.159.44.20', 'sunny.cirtexhosting.com'); INSERT INTO `proxylist` VALUES (4, '72.36.145.138', '138.145.36.72.static.reverse.ltdomains.com'); INSERT INTO `proxylist` VALUES (6, '69.60.118.35', '35-118-60-69.serverpronto.com'); INSERT INTO `proxylist` VALUES (7, '75.126.146.18', 'prx9.com'); INSERT INTO `proxylist` VALUES (8, '67.159.44.206', ''); INSERT INTO `proxylist` VALUES (9, '67.192.60.213', 'gold.jumponlinewith.us'); INSERT INTO `proxylist` VALUES (10, '66.232.113.128', '66.232.113.128'); INSERT INTO `proxylist` VALUES (11, '74.86.122.186', 'lian.com'); INSERT INTO `proxylist` VALUES (12, '66.90.73.227', 'ip227.dedicatedracks.COM'); INSERT INTO `proxylist` VALUES (13, '69.80.224.68', 'hosted.by.alphared.com'); INSERT INTO `proxylist` VALUES (14, '198.54.202.82', '198.54.202.82'); INSERT INTO `proxylist` VALUES (15, '67.159.41.122', '67.159.41.122'); INSERT INTO `proxylist` VALUES (16, '72.21.53.90', 'ip0.wuhosting.com'); INSERT INTO `proxylist` VALUES (17, '67.159.45.52', 'LimitKiller.com'); INSERT INTO `proxylist` VALUES (18, '66.37.153.74', 'web1.nsai.net'); INSERT INTO `proxylist` VALUES (19, '74.208.73.158', 's15262791.onlinehome-server.com'); INSERT INTO `proxylist` VALUES (20, '68.178.197.203', 'ip-68-178-197-203.ip.secureserver.net'); INSERT INTO `proxylist` VALUES (23, '66.90.118.45', 'luvdex.com'); INSERT INTO `proxylist` VALUES (21, '66.37.153.74', 'web1.nsai.net'); INSERT INTO `proxylist` VALUES (22, '67.159.41.232', '.'); INSERT INTO `proxylist` VALUES (24, '66.90.77.2', 'server.megaupload.us'); INSERT INTO `proxylist` VALUES (25, '208.53.138.150', 'stealth.shell-mx.net'); Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted November 7, 2007 Share Posted November 7, 2007 Re: Proxy Check Is this really needed... if($ip != $ipcheck) {} Quote Link to comment Share on other sites More sharing options...
ddupuis Posted November 7, 2007 Author Share Posted November 7, 2007 Re: Proxy Check no not at the moment, I will be adding some things.. Quote Link to comment Share on other sites More sharing options...
hamster01 Posted November 7, 2007 Share Posted November 7, 2007 Re: Proxy Check Okay, so with even just one list of proxies, the page load speed will increase by 30 seconds.. Nice... And it would help if you give an proxy list with it. Quote Link to comment Share on other sites More sharing options...
Godfather Posted November 7, 2007 Share Posted November 7, 2007 Re: Proxy Check yeah Quote Link to comment Share on other sites More sharing options...
ddupuis Posted November 7, 2007 Author Share Posted November 7, 2007 Re: Proxy Check and then i would be publicly tell people what proxies we are blocking.. sorry about that... can't do it.. and our page load time didn't increase at all so you should talk to your host.. I've added some proxies to the first post to help get you list started.. Quote Link to comment Share on other sites More sharing options...
hamster01 Posted November 7, 2007 Share Posted November 7, 2007 Re: Proxy Check and then i would be publicly tell people what proxies we are blocking.. sorry about that... can't do it.. and our page load time didn't increase at all so you should talk to your host.. I've added some proxies to the first post to help get you list started.. If I really wanted I could use your IP address. Quote Link to comment Share on other sites More sharing options...
ddupuis Posted November 8, 2007 Author Share Posted November 8, 2007 Re: Proxy Check That's true you probly can. Most others probly don't know how to spoof headers.. and the part i didn't finnish yet is going to be a check that makes sure you IP is matching your account.. so spoofing will not work.. Quote Link to comment Share on other sites More sharing options...
Decepti0n Posted November 8, 2007 Share Posted November 8, 2007 Re: Proxy Check Quicker: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. (i think, I do mine slightly different) Quote Link to comment Share on other sites More sharing options...
Klikoka Posted November 9, 2007 Share Posted November 9, 2007 Re: Proxy Check im not adding this cos most people use proxys Quote Link to comment Share on other sites More sharing options...
Satans_Pimp Posted November 10, 2007 Share Posted November 10, 2007 Re: Proxy Check really most game playing ppl use proxys¿¿¿¿...ok Quote Link to comment Share on other sites More sharing options...
ddupuis Posted November 18, 2007 Author Share Posted November 18, 2007 Re: Proxy Check if your not interested in the topic why waste you time reading and replying.. Most people that need to hide them selves are probly up to no good..... Quote Link to comment Share on other sites More sharing options...
riderdaz Posted March 2, 2008 Share Posted March 2, 2008 Re: Proxy Check Is there a mod so you can't send stuff if you are on a proxy or if you refer someone and they are on a proxy it will inform an admin or not give the refer points or even the referral Just a fort Quote Link to comment Share on other sites More sharing options...
topmorpg Posted March 2, 2008 Share Posted March 2, 2008 Re: Proxy Check proxy check will end up losing you players in this manner. some people truly are on proxys for internet service. Why not log a cookie of the person logged in and upon them trying to log into another account both accounts are put in fed jail. that will sole the issue you are really going after of multis. TJ Quote Link to comment Share on other sites More sharing options...
Krafty Posted March 2, 2008 Share Posted March 2, 2008 Re: Proxy Check http://criminalexistence.com/ceforums/i ... ic=17452.0 Visit it now! Quote Link to comment Share on other sites More sharing options...
Satans_Pimp Posted May 30, 2008 Share Posted May 30, 2008 Re: Proxy Check proxy check will end up losing you players in this manner. some people truly are on proxys for internet service. Why not log a cookie of the person logged in and upon them trying to log into another account both accounts are put in fed jail. that will sole the issue you are really going after of multis. TJ This mod allows you to BLOCK certain or most used proxie sites Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted May 30, 2008 Share Posted May 30, 2008 Re: Proxy Check meh i used ip deny manager and banned over 5,500 web proxies but hey who keeps count huh lol Quote Link to comment Share on other sites More sharing options...
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.