You are welcome to look around. You will have to register before you can post a message, create a blog, chat live with our members, or add a site to our directory.
@ Aquarezz the submitter wasn't working that well... however i have just installed a updated version. Try it and see how it is, I just tested it with WebEvader.org.
I need to go through all of the lists and add some new ones though
There are only 231 proxies on the list now !!!, since the other 300 or so didn't have a backlink or where offline.
Please keep on submitting your proxies
It's an amazing thing with proxy lists, ProxB had over 300 proxies listed, and over 250 proxies pending. I removed the proxies who were offline and had no backlink -- which left me with around 130 proxies in the list. Than I approved (or denied) the pending proxies, and from that there were like only 70 of the 250 pending ones ok..
That's why I'm busy changing everything to the script that Will is using on AtProxy. Although that has some disadvantages too Gosh proxy lists is a pretty tough business IMO
I notice on your lists, You guys have like "Do NOT use capitals. ( YOURSITE.COM will not be accepted" and "Do Not WWW." on your submit pages.
Here is how you can fix those problems in an automated fashion.
strtolower(); // Converts Higher case characters to lower case. $url = strtolower($url); str_replace(); // Can remove www. $url = str_replace('www.','',$url);
Not to complex now is it, the PHP manual holds wonders if take the time to read it.