When I installed it on this proxy (I removed the script because someone might use it and it wont work) It stopped the hotlinking BUT it didn't allow me to visit any site when I typed the url in the form, it just redirects me to the homepage what a bummer... <?php /* PHProxy bandwidth MOD 1.1 by Rhett Canney (Billy Connite) This MOD will stop any hotlinking via PHProxy, even if the clients referer is not set! Check out proxywebsite.org if you want to try hotlinking. */ // allow hotlinking from these sites, seperate by comma (make sure you eneter your site's domains) $domains="www.idiotfly.com,idiotfly.com"; // convert domains into an array $domains=explode(",",$domains); // if there is a request: if($_GET['q']!="") { // get referer $referer=explode("/",($_SERVER['HTTP_REFERER'])); // if the referer is not allowed: if(!in_array($referer[2],$domains)) { // redirect to homepage and finish script header("Location: http://".$domains[0]."/"); exit(); } } /* END MOD */ /* +-----------------+------------------------------------------------------------+ | Script | PHProxy | | Author | Abdullah Arif | | Last Modified | 5:27 PM 1/20/2007 | +-----------------+------------------------------------------------------------+ | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | | as published by the Free Software Foundation; either version 2 | | of the License, or (at your option) any later version. | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | | | | You should have received a copy of the GNU General Public License | | along with this program; if not, write to the Free Software | | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | +------------------------------------------------------------------------------+ */ error_reporting(E_ALL); // PHP:
Update: The script works - In IE but not on Firefox ANOTHER UPDATE: . . . . . . . . My 500th post!!! Wohoo!
PHProxy Myspace Fix: http://tripthru.com/tripthru-tools.php PHProxy Youtube Fix: http://medleymind.com/phproxy.zip (the actual phproxy script modified) The dumb thing is you cant use both, as one requires removal of scripts and one needs scripts..... Hope someone finds interest in these
but myspace fix is paid I never tried to log into myspace from my proxies xD is it working with latest php or it needs to be modded?
The latest version of the php one works fine with myspace by default but i don't think it makes you send bulletins
To download without donating hit the cancel button or Return to Merchant link at Paypal. This lets you post comments, and send bulliens
Can someone recommend me a good (cheap) hosting service that allows proxies? I'm looking to start a site asap.
Fair deal. But I will continue to shop around until my coding is finished. Any other suggestions are still open for discussion.
What's your latest pet project? I was looking into the idea of starting a proxy network, but what are the best ways to promote it? What's the best ad company to use?
for proxy hosting check SublimaStar hosting If You want to design your proxy's automatically you can use ProxyDesigner Just choose a template, add your google add pub-code and channel, choose the colors and download your complete proxywebsite (and the best of all... it's for free )