insert a size 0 div or iframe with ur url

Discussion in 'PHP' started by mercmanager2, Jan 23, 2011.

  1. #1
    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
     
    mercmanager2, Jan 23, 2011 IP
  2. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #2
    <div style="position:absolute;left:9999999px;top:999999999px;overflow:hidden;font-size:0px;width:0px;height:0px;">
    <a href="yourlink">&nbsp;</a>
    </div>
     
    G3n3s!s, Jan 24, 2011 IP
    mercmanager2 likes this.
  3. mercmanager2

    mercmanager2 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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?
     
    mercmanager2, Jan 24, 2011 IP
  4. MyVodaFone

    MyVodaFone Well-Known Member

    Messages:
    1,048
    Likes Received:
    42
    Best Answers:
    10
    Trophy Points:
    195
    #4
    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
     
    MyVodaFone, Jan 24, 2011 IP
  5. mercmanager2

    mercmanager2 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you so much for this
     
    mercmanager2, Jan 24, 2011 IP
  6. G3n3s!s

    G3n3s!s Active Member

    Messages:
    325
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    80
    #6
    wow thanks for thas, I was looking for this so long :D
    I didn't know it's that easy, really thanks
     
    G3n3s!s, Jan 24, 2011 IP