1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Change PHProxy Default Use?

Discussion in 'Programming' started by mikedamiz, Dec 5, 2007.

  1. #1
    Does anyone know a way I can easily make it so that is anyone goes to my domain.com the proxy is pre-loaded for a website? Such as myspace, so they won't have to type in myspace.com?

    Thanks
     
    mikedamiz, Dec 5, 2007 IP
  2. Daniel15

    Daniel15 Member

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #2
    So you just want it to have a default domain in the proxy box? Easy stuff :D
    In index.php, find:
    
    $_url               = '';
    
    Code (markup):
    Replace with:
    
    $_url               = 'http://www.myspace.com/';
    
    Code (markup):
     
    Daniel15, Dec 10, 2007 IP