Here is what I am trying to accomplish - I want a script that I can load a list of proxies into (php proxys), then it outputs a form that can be placed on any website, and randomly directs them into one of the phproxys on the list - The problem I'm facing is that phproxy has an 'anti-hotlinking' ability built into it, so if you try to send a visitor to phproxy from a random website, it won't allow it. What I'd like to do is this - The form would direct them into a single script (myscriptdomain.com), then that script would randomly redirect them out to a random phproxy. So that only (myscriptdomain.com) would need to be added to the list of websites that needs to be put into the hotlinking section of the phproxy script. I would ideally like to use phpadsnew to randomize the proxy list, I just keep running into that hotlinking problem. Any idea how I could overcome that? Thanks!
Figured that might be confusing - here is what I am looking to do - A script where I can offer code to people to place a form on their website. That form passing the URL information to myscriptdomain.com, which then redirects out to a random phproxy to visit that URL. I would prefer to control which random proxy that is through phpadsnew, so I can send a set amount of traffic, or set percentages to each proxy in the list.
I tried to find one a while back but no luck Surely there is someone there who can help! They don't have to be familiar with the PHProxy script, I can explain the bits and pieces. This is pretty easy $$ if you have a bit of coding knowledge!