PDA

View Full Version : Radio DJ Panel HELP!



Helpie
06-04-2007, 10:16 AM
Right me and a friend have managed to install radio dj panel, www.habbocouncil.co.uk/Staff (http://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 :).

Ryan.
06-04-2007, 10:18 AM
Ever heard of the README file?

Helpie
06-04-2007, 10:21 AM
Ever heard of the README file?
:( Sorry new to all this, ill check it out now

Ryan.
06-04-2007, 10:24 AM
Well in the Readme on this panel it's got links to everythink and very clear instructions :)

Check it out.

Helpie
06-04-2007, 10:37 AM
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 :D

Helpie
06-04-2007, 10:54 AM
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)

Ryan.
06-04-2007, 11:24 AM
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

Blinger1
06-04-2007, 11:33 AM
<!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>


<!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

Ryan.
06-04-2007, 11:41 AM
Woops just as i was ediitng mine the time ran out :(..

The full code for it would be.

<!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>

Blob
06-04-2007, 02:09 PM
You putting this on habbocouncil yer? If so, use this:


<!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>

Helpie
06-04-2007, 02:14 PM
Do i save them as php files?

:Edit - Got the page to display try to submit a request or something it say all this



Warning: mysql_pconnect() [function.mysql-pconnect (http://www.habbocouncil.co.uk/function.mysql-pconnect)]: Access denied for user 'db_user'@'localhost' (using password: YES) in /home/habboc/public_html/connect.php on line 10

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/habboc/public_html/connect.php on line 11

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/habboc/public_html/request.php on line 13

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: A link to the server could not be established in /home/habboc/public_html/request.php on line 13

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/habboc/public_html/request.php on line 14

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: A link to the server could not be established in /home/habboc/public_html/request.php on line 14

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/habboc/public_html/request.php on line 15

Warning: mysql_real_escape_string() [function.mysql-real-escape-string (http://www.habbocouncil.co.uk/function.mysql-real-escape-string)]: A link to the server could not be established in /home/habboc/public_html/request.php on line 15
All fields are required.



And i filled all the fields any help (+rep)

Helpie
06-04-2007, 08:45 PM
Can no one help? Any help = ++ REP

Want to hide these adverts? Register an account for free!