Search found 8 matches

by aadriabrown
Sun Jun 26, 2005 6:28 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

Thanks!... but

Ok so i'm a dork.. I dunno I put the php script <?php blah blah at the top like I was supposed to, but I copied the PHP stat script from the example file. It shows up just fine in any page but it isn't producing a stat... it just sits there and looks pretty.

I used this in the middle of the page ...
by aadriabrown
Mon Jun 20, 2005 9:45 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

Success!!

It took time, patience and a lot of dirty words. Thank you for your help, it works wonderfully. I was going to ask how to incorporate it into the site on the index page but I believe I've read many people are using inline frames for the php code. In your opinion is this the best way? Thanks a ...
by aadriabrown
Wed Jun 15, 2005 7:26 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

Includes.PHP

In the includes.php file I see this:
<!-- Song stats Generated by Radio ToolBox written by Jay Krivanek -->
<?php
include("includes.php");
?>
<HTML>
<TITLE>WetSpot Radio... LIVE!</TITLE>
<BODY>
Currently Playing <b><?php echo $current_song; ?></b> right now, it's totally cool!<br>
There are <?php ...
by aadriabrown
Wed Jun 15, 2005 6:42 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

AscII

Yes on both, I used FTP and ASCII, did I do the wrong way? lol
by aadriabrown
Wed Jun 15, 2005 5:16 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

An Update

Howdy Jay,
Just wondering if you had any advice about my catcher files, I have gone through and done them all again making sure I didn\'t miss anything.
I still can\'t get it to work, it\'s got to be some kind of scripting error that i\'ve made.

Any guidance would be greatly appreciated. ty :D
by aadriabrown
Tue Jun 07, 2005 12:12 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

Thank you

Thank you Jay for your time, and replies. Here are the links to all the catcher files on the website.
http://www.wetspotradio.com/catcher/
by aadriabrown
Mon Jun 06, 2005 7:54 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

PHP files

I did go to the example file after the catcher file, it is blank on the screen and has:
<!-- Song stats Generated by Radio ToolBox written by Jay Krivanek -->
<!-- Song stats Generated by Radio ToolBox written by Jay Krivanek -->
<!-- Song stats Generated by Radio ToolBox written by Jay Krivanek ...
by aadriabrown
Mon Jun 06, 2005 6:25 pm
Forum: Radio Toolbox
Topic: Questions about PHP script output files
Replies: 14
Views: 16199

Questions about PHP script output files

I\'ve painstakingly read all the readme files, and the online documentation. I then read the forum posts so I didn\'t post questions which had been answered rofl. Hopefully I haven\'t missed anything and my question is less painful to the guru :P

I\'ve set up the PHP files which downloaded with ...