Scooter, hit me up richard AT ip-sorter.com or icq 41012160. Check
http://www.ip-sorter.com
Kevin, i am about all this week to install ip-sorter for you, but in htaccess for specific ips:
RewriteEngine On
RewriteCond %{REMOTE_ADDR} 123\.123\.123\.[0-255] [OR]
RewriteCond %{REMOTE_ADDR} 123\.123\.124\.[0-255]
RewriteRule .*
http://www.some-other-site.com
That should redirect ips
123.123.123.0 -> 123.123.123.255
123.123.124.0 -> 123.123.124.255
Richard.