Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Posts
    511
    Tokens
    0

    Default Radio Stats Help

    http://www.habboring.com/counter/click.php?id=1

    I am using that Atomic status script but its come all buggy, and the other status scripts don't seem to work..

    Anyway,

    DJ Kpod
    Listeners: 14
    Current Song:
    JJ McKay - Please register!
    i'm trying to get it Verdana font size 1.. and with DJ, Listeners:, Current Song being bold but it keeps coming up with this error script each time I attempt to edit it? what Can i do to resolve this issue and get it the way I want it?

    also is there an auto refresh script somewhere I can add to this page?

  2. #2
    Join Date
    Jun 2005
    Posts
    511
    Tokens
    0

    Default

    bump...

  3. #3
    Join Date
    Jul 2004
    Location
    Ottawa, Canada
    Posts
    1,363
    Tokens
    106
    Habbo
    Yonder

    Latest Awards:

    Default

    The error would be a start post a link to the page or at least post the error, anyways.

    For auto refresh just add:

    HTML Code:
    <meta http-equiv="refresh" content="600">
    Between the following tags:

    HTML Code:
    <head> </head>

    E.g.:

    HTML Code:
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>My DJ Stats</title>
    <meta http-equiv="refresh" content="600">
    </head>
    
    <body>
    DJ Kpod
    Listeners: 14
    Current Song:
    JJ McKay - Please register!
    </body>
    
    </html>

    For the font styling i presume you arent using back slashes to allow the quote marks to be used in the php.

    So put a \ before " e.g.:

    HTML Code:
    <b><font size=\"1\" face=\"Verdana\">DJ Kpod<br>
    Listeners: 14<br>
    Current Song: Blah Blah - By Blah Blah<br>
    JJ McKay - Please register!</b>

    If all else fails post the code that is erroring and ill see if i can fix it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •