Jump to content


Corporate Sponsors


Latest News: (loading..)

djdeuce

Member Since 30 Jan 2009
Offline Last Active Feb 02 2012, 15:09
-----

Posts I've Made

In Topic: Upgrading to PHP Version 5.3.9; will cause problems?

22 January 2012, 17:24

Thanks Geoffrey!

In Topic: Limit Admin Access for Employee - only customer data

22 January 2012, 15:57

Thanks Jack, I'll give that contribution a shot.

In Topic: IP trap Version 3 released

23 December 2011, 19:19

I now have a solution, but my problem was that I have a security scanner that ignores robots.txt and scans all directories. This spider hits the trap every time and the whitelist will not work for some of it's ips for reasons stated in my last post. I have no idea how to fix this contribution to not be picky about certain ips and I need to keep this spider out of the /personal folder. To do this I simply added this to the .htaccess file in /personal directory. You can add more deny lines for more ips to keep them out if needed.

order allow,deny
deny from 97.74.139.192
deny from 97.74.139.193
allow from all

In Topic: IP trap Version 3 released

22 December 2011, 21:32

Whitelist does not like some ip addresses. If Whitelist does not like the ip address entered it will make the trap not work at all and redirect anyone going to /personal to the index page. Somehow it is being picky about how many characters are in each block. Here is an example of an ip that Whitelist allows and one that Whitelist does not.

72.167.191.30 <-- added to Whitelist and trap works
97.74.139.193 <-- added to Whitelist and trap redirects to index

Fimble please help :)

In Topic: IP trap Version 3 released

13 December 2011, 19:42

I had the same problems. My website was redirecting me every time to the home page when trying to go to /personal. It also was not blocking me or even adding my ip to the iptrapped file. The main problem was the whitelist text file. At the very bottom there are spaces that need to be deleted. Once I deleted all those out it works. I also encountered a 500 internal server error when I first started and to fix that just change the permissions on all the files from 0777 to 0644. You can test it at my website to see it working; email me to unblock you. Good luck!
http://www.storageshedsonsale.com/