Help needed in Proxy site..

Discussion in 'PHP' started by XTreMe, Oct 17, 2007.

  1. #1
    here is my proxy site link
    http://www.greatmailz.org
    i want to do this that whn i open new site through my proxy there is a box at the top where the url of website display i want to add link under this url box
    this is the code i want to add link after Click here to visit another Website
    but not with it i need link under it.
    for more clear understanding i am adding picture where i want the link to be appear please see the attachment
    [​IMG]
     

    Attached Files:

    XTreMe, Oct 17, 2007 IP
  2. funforums

    funforums Well-Known Member

    Messages:
    1,406
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    140
    #2
    If your using PHProxy, Open Index.php file and

    And check the above code, and where i put Advertisement remove that and put your code. :)
     
    funforums, Oct 17, 2007 IP
  3. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i did this but shoing error
    and the error is
     
    XTreMe, Oct 17, 2007 IP
  4. funforums

    funforums Well-Known Member

    Messages:
    1,406
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Give me the code what you want in proxified pages and i will attach Index.php file for you here.
     
    funforums, Oct 18, 2007 IP
  5. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #5
    Use this code:

    
    . ' <input type="submit" name="go" value="Go" />'
    . '<a href="' . $_script_base . '"> Click here to visit to another Website</a>'
    . '<br /><hr />';
    include('ads.php');
    
    PHP:
    Create a file called ads.php and put whatever text you want to appear in that file.

    Peace,
     
    Barti1987, Oct 18, 2007 IP
  6. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #6
    let me tell you i dont know anything about php:|
    so i cannot create new php file;)
     
    XTreMe, Oct 18, 2007 IP
  7. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Just put your ad codes there in ads.php (maybe html)....nothing special.
     
    agnivo007, Oct 18, 2007 IP
  8. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #8
    i did what you said but this happen:eek:

    here is index.php
    and here is ads.php
    and the result it:

     
    XTreMe, Oct 18, 2007 IP