Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2006
    Posts
    357
    Tokens
    0

    Question Radio DJ Panel HELP!

    Right me and a friend have managed to install radio dj panel, www.habbocouncil.co.uk/Staff
    Now how do i link the competition line / request line / dj says to my actual radio page on my site?


    Any help (++Rep)


    Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks .
    Last edited by Lµke; 06-04-2007 at 04:24 PM.

  2. #2
    Ryan. Guest

    Default

    Ever heard of the README file?

  3. #3
    Join Date
    Aug 2006
    Posts
    357
    Tokens
    0

    Default

    Quote Originally Posted by Ryan. View Post
    Ever heard of the README file?
    Sorry new to all this, ill check it out now
    Last edited by Helpie; 06-04-2007 at 10:22 AM.

  4. #4
    Ryan. Guest

    Default

    Well in the Readme on this panel it's got links to everythink and very clear instructions

    Check it out.

  5. #5
    Join Date
    Aug 2006
    Posts
    357
    Tokens
    0

    Default

    Quote Originally Posted by Ryan. View Post
    Well in the Readme on this panel it's got links to everythink and very clear instructions

    Check it out.

    Yes i must say its very clear (+Rep for you)

    Edit: I must spread, So i owe you

  6. #6
    Join Date
    Aug 2006
    Posts
    357
    Tokens
    0

    Default

    Sorry cant edit the above, I seem to be going wrong some where

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <?php require('www.habbocoucnil.co.uk/Staff/complaint.php');?>
    </body>
    </html>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body><?php require('www.habbocouncil.co.uk/Staff/request.php');?>
    </body>
    </html>
    Any help would be most appreciated (+Rep)

  7. #7
    Ryan. Guest

    Default

    Erm.. 1 sec i had this problem..

    You don't need the complaint really :p..

    Use this for the request..
    <php><?php include('www.habbocouncil.co.uk/Staff/request.php');?></php>


    Edit: On the first one it ain't even got a starting body lol
    Last edited by Ryan.; 06-04-2007 at 11:39 AM.

  8. #8
    Join Date
    Oct 2005
    Location
    Melbourne, Australia
    Posts
    7,554
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    <body>
    <?php require('http://www.habbocouncil.co.uk/Staff/complaint.php');?>
    </body>
    </html>
    PHP Code:
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body><?php require('http://www.habbocouncil.co.uk/Staff/request.php');?>
    </body>
    </html>
    try that
    Last edited by Blinger1; 06-04-2007 at 11:42 AM.

  9. #9
    Ryan. Guest

    Default

    Woops just as i was ediitng mine the time ran out ..

    The full code for it would be.
    PHP Code:
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body><?php include('www.habbocouncil.co.uk/Staff/request.php');?>
    </body>
    </html>

  10. #10
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    You putting this on habbocouncil yer? If so, use this:

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body><?php include('Staff/request.php');?>
    </body>
    </html>

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
  •