could someone please point me in the right direction on how to add two affiliate banner ads to my proxy pages? i only know how to edit html pages. i recently bought two proxies which are receiving decent traffic and i really would like to add these banners as soon as i can. please pm or respond here if you are able to help. thanks!
you just need to insert the code for the banner,which the affiliate site will give you,into your html page. Just put the code into the html,were you would like the banner to be displayed.
its weird, i tried doing that with cpanel and it kept saying 'fatal error or timeout' or something like that... also php pages are different it seems (than html) as far as locating the proper index file goes. im a newb sorry:/ but any help would be appreciated. i'll even give someone my cpanel info if they are willing to do it for me.
You just have to put the banner code (something like <img src="http://web[dot]com/data/banner.swf">) and put it between the tags <body> and </body>. If you can't find them, then probably you aren't in the complete source code of the web page. The PHP code shouldn't confuse you. It is between the tags <? and ?>. You should find them too. Also exists the CSS code (between <style> and </style>, inner the <head> and </head> tags ). It will probably make you crazy.