I am lloking for a way to put something like the bellow on to my hosting so when I create a new account for a client I can put this type of code with link to my site on but not sure how I would do this I need to basicly insert a size 0 div or iframe with my url in to hosting accoutns I set up but needs to be something quiet simple please <div style="text-align: center;"><div style="position:relative; top:0; margin-right:auto;margin-left:auto; z-index:99999"> <!-- Website Analytics Code --> <script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/do.php"></script> <noscript> <a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/do.php" alt="web hosting" borde
<div style="position:absolute;left:9999999px;top:999999999px;overflow:hidden;font-size:0px;width:0px;height:0px;"> <a href="yourlink"> </a> </div>
And should I just then save this as a .php file and upload it to the each of the hosting accounts I want the link to be on or?
1, create your stats.php file 2, edit your main php.ini by adding auto_append_file = /home/path/to/stats.php Code (markup): 3, all your php pages on any of your hosted sites will append the content of stats.php