disable my proxy

Discussion in 'PHP' started by champ_rock, May 14, 2007.

  1. #1
    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
     
    champ_rock, May 14, 2007 IP
    stephenhacking likes this.
  2. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    CodyRo, May 14, 2007 IP
  3. champ_rock

    champ_rock Peon

    Messages:
    3,349
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks dude ;)
     
    champ_rock, May 14, 2007 IP