http://www.proxylistscript.com/ It uses smarty for templates so a bit hard to edit if your not familiar with smarty. But this guy has done a good job making a new template for his. What I don't like about it is The new proxies end up sitting at the bottom of the list. Its not randomized at all. All these sites I've ever submitted to have sent pretty much zilch in traffic becuase of it. If you use this script you should probably edit the php file that querys the database and have it use order the sites by Date submitted not hits.
Thanks for the info! Daam $199 for THAT! And there are 100s of live copys online. Screw these proxy sites, it seems selling proxy list scripts is where the money is at
Started another site where you can submit your proxy sites to. Simple process just fill in the required information. Give a good description as this will help the post rank better for the terms and keywords. You can come back after its approved and leave a dofollow comment and rank your site. Your submission will also expire 30days after its approved. I am doing this so sites that no longer work or have expired get purged out. So submit your proxy sites today
IMO, it's better to order by date submitted [Newer proxies are less likely to be blocked for that user]. Randomization is the next choice.
I have a copy of this script here is the query from /php/currently_active_proxies.php as it pulls the data $query = "SELECT * FROM submission ORDER BY `hits` DESC;"; which puts the proxies with the most hits at the top. If you want the new proxies at the top change it too $query = "SELECT * FROM submission ORDER BY `time` DESC"; For randomly I'm not sure, that probably can't be done with mysql query but rather a php function that would randomize the fetched query.
For my custom script at proxytoolbox.com, I am currently using this: $result = mysql_query("SELECT * FROM sites WHERE status = '1' || status = '0' ORDER BY rand()") or die(mysql_error()); PHP:
I'm guesing rand() means random? thats great thanks for sharing. I didn't know. So for the proxylistscript if you want them random change in php/currently_active_proxies.php line 25 $query = "SELECT * FROM submission ORDER BY rand()"; //random if You want the new proxies at the top change to $query = "SELECT * FROM submission ORDER BY `time` DESC"; //new proxies at the top *edit: I'm reading this and it says rand() can use alot CPU if the sql table is quite large/
$query = "SELECT * FROM submission ORDER BY rand()"; //random (No semicolon after rand() needed) I am currently working on a cache system for my script, so sql queries are only run once every 10 minutes or so.
I am just collecting some info about proxies and was wondering how to make phpproxy enable for - 1. Myspace 2. Youtube 3. Facebook 4. Bebo I am just trying to understand this whole proxy business since I am certainly out of it for 2 years now
So, I got my hosting and have setup my proxy www.sneakystudent.com and have done some promotion on Yahoo Answers, is Yahoo Answers good traffic?
there is some fix you need to patch up to make it work with phproxy... try glype...its better with sites that required to login and not to forget it works with youtube too