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
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.
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,