insert ads the obvious way....(any script, sort of)

anirtak143

New Member
Messages
213
Reaction score
0
Points
0
this is probably the easiest way(and for which i mean less thinking needed) to insert ads in your scripts..

Steps:
  • look for a header.php file (or any file similar/related to header)
  • open the editor (file manager in cpanel)
  • on top of the all the code, paste your advert script. you may place it between p align and p..
example:
Code:
   <p align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?kpbotbot"></script></p>

  • save the file..
  • look for other header files then repeat steps 2nd to last.
note that there may be a themes feature in a script, so edit the header file in that specific theme...;)
 
Top