Alright, so I added the panel onto Mysql and its all installed. Is there a HTML code where I can put the request line onto my main site. If someone could show me where to find the code, that would be awesome.
+rep for all help![]()

Alright, so I added the panel onto Mysql and its all installed. Is there a HTML code where I can put the request line onto my main site. If someone could show me where to find the code, that would be awesome.
+rep for all help![]()
Hiya Ryan!
If im right, the panel should come with a 'request.php' file. Put that in an iFrame and it should work![]()
There it is!<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Example</title>
</head>
<body>
The material below comes from the website http://example.com
<iframe src="http://example.com" height="200">
Alternative text for browsers that do not understand IFrames.
</iframe>
</body>
</html>
Alternatively you could use a PHP include:
Change the stats.php to the location of your Radio Stats file... remember that if you dont necessarily need to put in your whole domain just /radio/stats.php or whateverPHP Code:<?php include("stats.php"); ?>
Hope i helped
Back for a while![]()
You just need to put a link on your site to the request.php or requests.php file.
To make a link open in a new window:
It doesn't have to be in an iframe or php include, it depends how you've designed or made your website work really.HTML Code:<a href="http://yoursite.com/djpanel/request.php" target="_blank">Request</a>
Kind Regards,
Guy__________________
Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
Tech-Hosts.co.uk.
He wants a request line, which would work with this method - However doing radio statistics in my experience dont work in php include because the auto refresh will refresh the entire page.;
I meant request line not statsYh stats would have to be in an iframe or the entire page would get refreshed if you had a refresh button. But the PHP include should work for a requests line
![]()
Back for a while![]()
<iframe src="LINK HERE!" height="200">
Alternative text for browsers that do not understand IFrames.
</iframe>
Lol
Want to hide these adverts? Register an account for free!