hi i want to run my proxy (phpproxy) in demo mode so that when anyone clicks on "surf" then it should bring him back to the homepage only just like template makers disable proxies in their demos please tell me how can i do it thanks
Though I don't have PHPProxy files handy (so can't give you exact code), I would just replace the submit button with: <input type="button" onclick="window.location='http://www.site.com'" value="Surf!" /> Code (markup):