Hi mdbradle, What ppl have said about the youtube fix is mostly right, but i guess you never know untill you try. If you really want a youtube fix, there is a simple mod I wrote which you can download at WebProxyTalk.
Hello all, check out our new proxy hosting offer 100MB UP/Down Port http://forums.digitalpoint.com/showthread.php?t=614043 Put your appriciate, if you want some information PM me for details
If you can't afford a paid script to enable youtube on your proxy then you won't be able to afford the bandwidth usage for the proxy which has youtube enabled because videos do consume much bandwidth. my 0.02$
i don't think theres much benefits for allowing youtube videos on your proxy anyway. they will still get banned from schools at the same speed, it doesn't increase your earnings directly, it can increase your earnings from returning visitors but overall price of the script + bandwidth isn't worth it unless you own a old proxy with good name and returning visitors with good search engine placement. other than that, build / earn / sell.
Thank you. Once I seen it I had to grab it. You wouldn't believe the price ProxyGoblin.com is now live. Feel free to add your proxy related sites for FREE. Need to fill it up a bit Logo will be changed soon. Current is just temporary
It is PR 0 and pretty new, You must get some proxies in it first by opening offers and accepting proxies without backlinks first. regards.
gonna look into it now. Also, I don't think I have a robots.txt Should I be concerned? Is there like a "setting up a phproxy" checklist somewhere or something that has a list of these things?
Just block the countries you want and then copy the text and place it in your htaccess file. Although geo ip is better and easier! You have to have it installed on your server Then you just ad something like this to your index.php file <?php $country = geoip_country_code_by_name($_SERVER["REMOTE_ADDR"]); if (($country == "CN") or ($country == "IR") or ($country == "SA")) { die("Sorry to say your country is blocked from this proxy!"); } ?> Code (markup): Tomorrow I will be putting all the info I know on www.ownaproxy.com which is nothing right now....but will be
I used the site and copied that to .htaccess for now. Is geo ip free? Easy to install/use? Also, should I have a robots.txt file? Edit-Can't wait. I need a help site
the .htaccess way works fine, but if you are blocking a lot of countries....it is huge. I am using the php version of geoip, I had someone install it for me on my server...
right but should a proxy site have one is what I'm asking? sorry I'm new to all of this but seen where people were modifying their robots.txt to stop indexing of proxified pages?