Search found 29 matches

by PCRadio
Thu Apr 08, 2004 11:30 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

Well, after about 2 and a half weeks at this, I have to say my qwest for a smaller sig than the current one I'm running over shoutcast.com is not going to come to an end with Radio toolbox. No matter what I try, I keep getting the same Line 3 error over and over again, and even if I don't get an ...
by PCRadio
Wed Apr 07, 2004 8:50 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I noticed that <? php were both on line 1. After moving the PHP down to line 2, I get the following error, again:

Parse error: parse error in /home/httpd/vhosts/freepgs.com/httpdocs/patcook/whatimplayin.php on line 3.
by PCRadio
Wed Apr 07, 2004 4:06 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

Great! Now, I'm getting all this:


Warning: Cannot add header information - headers already sent by (output started at /home/httpd/vhosts/freepgs.com/httpdocs/patcook/includes.php:1) in /home/httpd/vhosts/freepgs.com/httpdocs/patcook/whatimplayin.php on line 3
‰PNG IHDR,Põ‘m±PLTEÿÿÿ’’â ...
by PCRadio
Wed Apr 07, 2004 9:11 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I put them in, now I'm getting Parse error: parse error in /home/httpd/vhosts/freepgs.com/httpdocs/patcook/whatimplayin.php on line 3
by PCRadio
Tue Apr 06, 2004 10:31 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

That's my problem. The Whatimplayin script isn't working. Here's what it looks like:

php
include(includes.php);
header(Content-Type imagepng);
$im = imagecreatefrompng(songband1.png);

if ($im)
{
ImageString($im, 1, 17, 4, Playing .$current_song, 2);
ImageString($im, 1, 17, 17, There are ...
by PCRadio
Fri Apr 02, 2004 11:24 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

Ok, nevermind the help as far as getting the picture to show up. I figured out what I did wrng there, but the problem still remains as far as getting the info printed into the box. I read a post in another frum about running this on a windows server. Does it run on a windows server?
by PCRadio
Thu Apr 01, 2004 11:35 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

So, what do I have to check? The Cofig file is is the only file I changed anything in and that was adding my userame and password. The whatimplayin file was only copied exactly as it was. Nothing was changed in that. If anything else needs to be done, then let me know. What's the defualt colr it's ...
by PCRadio
Thu Apr 01, 2004 5:42 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I saved it from the browser. I went to the site, lelected all, copied and pasted it into notepad and saved it as a php file. I then uploaded it to the server. As far as checking with the includes file, the only thing written in that script is <!-- Song stats Generated by Radio ToolBox written by Jay ...
by PCRadio
Thu Apr 01, 2004 7:56 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I don't understand why it wouldn't be right. I copied, pasted and uploaded it the way it was
by PCRadio
Thu Apr 01, 2004 12:26 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I did that. i craeted a whatimplayin.php file and uploaded it. When I went to that page on the site, I got that code printed on the page and still nothing on my main page except the empty box.
by PCRadio
Thu Apr 01, 2004 12:03 am
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

All i get when I go to that php page, all I get is this code:

php include(includes.php); header(Content-Type imagepng); $im = imagecreatefrompng(songband1.png); if ($im) { ImageString($im, 1, 17, 4, Playing .$current_song, 2); ImageString($im, 1, 17, 17, There are .$listeners, 2); ImagePNG($im); }
by PCRadio
Wed Mar 31, 2004 9:12 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

So, what do I have to do then to get that green box to come up like you have at the bottom of the post? When I use the <img src tag and point to songband1.png, all i get is the box. There's nothing in it?
by PCRadio
Wed Mar 31, 2004 8:58 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

Everything is set right and reuploaded to the web host. All I'm getting when I go to view catcher,php is exactly the same thing as before when you click on that link:

Copyright RadioToolBox.com another great application from Jay Krivanek
well if you see this then php is installed and catcher can at ...
by PCRadio
Wed Mar 31, 2004 8:37 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

Perhaps I'm not being clear enough, so Im including an examle from the current script I have running on my site and my shoutast forum sig. Inside the cript, the only thing I had to change was:

Header("Content-type: image/png");
$im = imagecreatefrompng("pcrn.png"); //change sigpic.png to your ...
by PCRadio
Wed Mar 31, 2004 7:07 pm
Forum: Radio Toolbox
Topic: Sig problem
Replies: 33
Views: 40372

I'm looking in the config.php and there's nothing in there that says something like "enter ip, username or password here".

Pat