llmaaaoooo
Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.

llmaaaoooo
Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.
Last edited by Mr.OSH; 20-06-2007 at 09:48 PM.
my sig ran away,
why is your name 'killer'.
Edited by opensourcehost (Forum Moderator): Please don't post pointlessly.
Last edited by Mr.OSH; 20-06-2007 at 09:49 PM.
lol yeahhhh
****... we'v done 7 pages of off-topic'ness![]()
my sig ran away,
LOL at this thread.
'Killer' I'm not closing this thread unless you give me legal oblication via a court order to do so
Ill fix the following issues asap:
Questions related to panel,
Where is Saturday and Sunday for timetable
Using Capital letters on shoutbox will avoid the filter
The Forms below don't display
Change a user's level (rank)
Change a user's password
Ban / Disable an account
Unban / Undisable an account
is it zended?
its open source - not encoded
minor update to pp:
open file: in.php
scroll down to line 78
you should see:
PHP Code:
<?php
$query = mysql_query("SELECT * FROM radioinfo");
while($rows = mysql_fetch_array($query)) {
echo("http://". $rows[ip] .":". $rows[port] ."/admin.cgi?username=admin&password=". $rows[pass] ."");
}
?>
where it says that,
REPLACE IT WITH:
PHP Code:
<?php
$query = mysql_query("SELECT * FROM radioinfo");
while($rows = mysql_fetch_array($query)) {
echo("http://". $rows[ip] .":". $rows[port] ."/admin.cgi?user=admin&pass=". $rows[pass] ."");
}
?>
Dankejust fixes the error that you need to type in the u/n & p/w to get onto teh shoutcast admin panel.
Thanks, Dom
my sig ran away,
you already posted thatminor update to pp:
open file: in.php
scroll down to line 78
you should see:
PHP Code:
<?php
$query = mysql_query("SELECT * FROM radioinfo");
while($rows = mysql_fetch_array($query)) {
echo("http://". $rows[ip] .":". $rows[port] ."/admin.cgi?username=admin&password=". $rows[pass] ."");
}
?>
where it says that,
REPLACE IT WITH:
PHP Code:
<?php
$query = mysql_query("SELECT * FROM radioinfo");
while($rows = mysql_fetch_array($query)) {
echo("http://". $rows[ip] .":". $rows[port] ."/admin.cgi?user=admin&pass=". $rows[pass] ."");
}
?>
Dankejust fixes the error that you need to type in the u/n & p/w to get onto teh shoutcast admin panel.
Thanks, Dom
Want to hide these adverts? Register an account for free!