HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Radio Stats...

  1. #1
    Join Date
    Aug 2007
    Posts
    192
    Tokens
    3,120

    Latest Awards:

    Default Radio Stats...

    I need to display the radio stats on my page,
    I have tried <? ("file.php") ?> but it isn't displaying anything.

    If anyone could help me with this that would be great.

    Someone told me you could do it with iframes but I am noobish with that sort of thing. I really need help.

    Please reply to this thread if willing to help for free. Ty

    P.S. I have the radio_stats.php, config_radio.php and offline.gif ready
    www.habbmania.co.uk >> Send me a pm if you need a habbo fansite job!


    Check out some of my videos!

  2. #2
    Join Date
    Oct 2007
    Location
    UK
    Posts
    471
    Tokens
    0

    Default

    PHP Code:
    <?php

    include("radio_stats.php");

    ?>
    ?

  3. #3

    Default

    Quote Originally Posted by samuelb07 View Post
    I need to display the radio stats on my page,
    I have tried <? ("file.php") ?> but it isn't displaying anything.

    If anyone could help me with this that would be great.

    Someone told me you could do it with iframes but I am noobish with that sort of thing. I really need help.

    Please reply to this thread if willing to help for free. Ty

    P.S. I have the radio_stats.php, config_radio.php and offline.gif ready
    Yeah dude you forgot the include before the "(" just putting the file name in like that doesn't tell php what to do with the file, so its not gonna do anything

  4. #4
    Join Date
    Aug 2007
    Posts
    192
    Tokens
    3,120

    Latest Awards:

    Default

    Oh yhh . I'll try it and if it still doesn't work i'll edit this post
    www.habbmania.co.uk >> Send me a pm if you need a habbo fansite job!


    Check out some of my videos!

  5. #5
    Join Date
    Aug 2007
    Posts
    192
    Tokens
    3,120

    Latest Awards:

    Default

    Couldn't edit and it didn't work.
    www.habbmania.co.uk >> Send me a pm if you need a habbo fansite job!


    Check out some of my videos!

  6. #6
    Join Date
    Oct 2007
    Location
    UK
    Posts
    471
    Tokens
    0

    Default

    Is the file extension .php or .html?

  7. #7
    Join Date
    Aug 2007
    Posts
    192
    Tokens
    3,120

    Latest Awards:

    Default

    Quote Originally Posted by d17c View Post
    Is the file extension .php or .html?

    .html is the pages file extension
    www.habbmania.co.uk >> Send me a pm if you need a habbo fansite job!


    Check out some of my videos!

  8. #8
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    How can you code radio stats in html :S?
    Coming and going...
    Highers are getting the better of me

  9. #9
    Join Date
    Oct 2007
    Location
    UK
    Posts
    471
    Tokens
    0

    Default

    Quote Originally Posted by samuelb07 View Post
    .html is the pages file extension
    Change it to .php then include the radio stats file:
    PHP Code:
    <?php

    include("radio_stats.php");

    ?>

  10. #10
    Join Date
    Aug 2007
    Posts
    192
    Tokens
    3,120

    Latest Awards:

    Default

    Thanks a bunch! +rep to d17c
    www.habbmania.co.uk >> Send me a pm if you need a habbo fansite job!


    Check out some of my videos!

Page 1 of 2 12 LastLast

Posting Permissions

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