quick question

Ask questions, request features, or just complement us about our software and services.
Post Reply
willy12321
Posts: 2
Joined: Tue Jun 24, 2003 4:11 am

quick question

Post by willy12321 »

I finally got Radio Toolbox to load up the currently playing song on to my site, with the ftp... now I've been changing the template file provided to fit in with my site design and such. My question is: Is there a way to remove the " Powered by Radio ToolBox 1.0 Beta 4 " I kinda figure there isnt :) but I though I would ask anyways, I kinda just need to change it at least, colors and all...

I was also wondering if there was a way to change when the file is uploaded... I take it its just when a new song starts...

Or, not really to do with radio toolbox, what html do I need to add again for a site to refresh itself? on a timer even, like every sixty seconds?

thanks
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

yea leaving the powered by is kind of a must, but the pro version doesn't do this.

The file uploaded anytime there is a change in the stats, Current song change or Listener count change.

That would be a meta tag
<META HTTP-EQUIV="Refresh" CONTENT="60">
- Jay
Fleet
Posts: 8
Joined: Tue Jun 24, 2003 8:05 pm

Post by Fleet »

You can also use this javascript code by placing it in the body tag...

<script language="javascript">
document.onload=window.setTimeout('window.location=window.location', 60000);
</script>

Not really much of a difference but it may be usefull to some people...
Post Reply