Old 1st March 2004, 19:00   #1
destroyerdotnet
Member
 
Join Date: Aug 2003
Posts: 81
like festerheads sig but better...

ok the whole now playing .png graphic thing has been caned to death but I have a new (similar) yet different query that I felt needed its own thread.

I want to use the now playing .png thing but I want to be able to control the fonts and place the data on top of another graphic. I have seen individuals with much cooler now playing graphics and im totally stumped as to how to do this. I am not intelligent enough to build one myself in PHP. But if someone could point me in the right direction I might be able to make some sense of it.

Please, thank you and big ups in advance.
destroyerdotnet is offline   Reply With Quote
Old 1st March 2004, 19:56   #2
djmastermind
Forum King
 
djmastermind's Avatar
 
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
Try scanning through all this.. It may have something that can be used as a signature.

Check out the Sticky post titled...
SHOUTcast: Important Info & Answers to FAQs. READ ME!

Scroll down a bit and look for the section titled...
General SHOUTcast Information -> SHOUTcast ToolBox (All sorts of nifty add-ons for SHOUTcast)

1. The PHP based XML parser is a complete solution and comes ready for you to customize.

2. The Javascript parser (actually ASP) is another complete solution and comes ready for you to customize.
Note: Apparently this link isn't working anymore.
Try this thread for other ASP options.

Also, for an html implementation, check out:
KXRM's RadioToolbox
Oddsock's Do Something DSP plugin

-- Michael
djmastermind is offline   Reply With Quote
Old 2nd March 2004, 02:18   #3
BMAXRadio
Junior Member
 
Join Date: Feb 2004
Location: NJ
Posts: 48
Send a message via ICQ to BMAXRadio Send a message via AIM to BMAXRadio Send a message via Yahoo to BMAXRadio
Just look at the link in my sig - fully customizable colors, information, style. I got bashed for posting it last time but it's excellent.
BMAXRadio is offline   Reply With Quote
Old 2nd March 2004, 03:20   #4
destroyerdotnet
Member
 
Join Date: Aug 2003
Posts: 81
ive been through all those stickies. I guess I was mostly hoping someone who was laying their now playing stats over a graphic might have some additions in php to the ones that are floating around or a one step solution for it. It would react much the same as .png image output from php but over the top of another graphics (i think).

@ bmax that link looks like it just goes to one of those e-pimp things unless of course im missing something

*edit. I should also point out if someone could think of a way to make any of the aformentioned tools do what im saying and Im missing it... by all means...
destroyerdotnet is offline   Reply With Quote
Old 2nd March 2004, 04:35   #5
BMAXRadio
Junior Member
 
Join Date: Feb 2004
Location: NJ
Posts: 48
Send a message via ICQ to BMAXRadio Send a message via AIM to BMAXRadio Send a message via Yahoo to BMAXRadio
You are SOL then.
BMAXRadio is offline   Reply With Quote
Old 2nd March 2004, 04:45   #6
destroyerdotnet
Member
 
Join Date: Aug 2003
Posts: 81
Quote:
Originally posted by BMAXRadio
You are SOL then.
um ok whatever man. am i missing something? is there something pertinent to my problem there?

Anyway I think I can do this with radio toolbox. Ive never really messed with it cause the site doesnt show up right on a mac. Figured it out tho. so thanks anyway.
destroyerdotnet is offline   Reply With Quote
Old 2nd March 2004, 17:26   #7
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Check out PHPs image functions such as imagecreatefrom* and imagettftext.

FesterHead is offline   Reply With Quote
Old 2nd March 2004, 17:41   #8
Jay
Moderator Alumni
 
Jay's Avatar
 
Join Date: May 2000
Location: Next Door
Posts: 8,942
Quote:
Originally posted by destroyerdotnet
Ive never really messed with it cause the site doesnt show up right on a mac.
heh yea I have gotten reports of this but I have no way to emulate the problem atm. Once I do then Radio toolbox will be redesigned for mac friendliness.
Jay is offline   Reply With Quote
Old 5th March 2004, 22:58   #9
destroyerdotnet
Member
 
Join Date: Aug 2003
Posts: 81
thanks for those of you that helped me out.

I love this stuff.
destroyerdotnet is offline   Reply With Quote
Old 5th March 2004, 23:49   #10
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Just be careful of the file size.

Larger than 15 kilobytes can get:

FesterHead is offline   Reply With Quote
Old 6th March 2004, 06:22   #11
someToast
Member
 
someToast's Avatar
 
Join Date: Aug 2002
Location: Minneapolis, MN
Posts: 67
Quote:
Originally posted by KXRM
heh yea I have gotten reports of this but I have no way to emulate the problem atm. Once I do then Radio toolbox will be redesigned for mac friendliness.
The problem is in the stylesheet located at "stylesheets/main.php". It's the definition for hr that's borked -- it's missing the # in front of the color code.

Change it to the following, and all is well:

hr { height: 0px; border: solid #009999 0px; border-top-width: 1px;}

.
someToast is offline   Reply With Quote
Old 6th March 2004, 23:12   #12
destroyerdotnet
Member
 
Join Date: Aug 2003
Posts: 81
Quote:
Originally posted by FesterHead
Just be careful of the file size.
Larger than 15 kilobytes can get:
thanks for reminding me compressed version now in effect...

destroyerdotnet is offline   Reply With Quote
Old 8th March 2004, 15:21   #13
Jay
Moderator Alumni
 
Jay's Avatar
 
Join Date: May 2000
Location: Next Door
Posts: 8,942
Quote:
Originally posted by someToast
The problem is in the stylesheet located at "stylesheets/main.php". It's the definition for hr that's borked -- it's missing the # in front of the color code.

Change it to the following, and all is well:

hr { height: 0px; border: solid #009999 0px; border-top-width: 1px;}
incorporated the change, let me know if that fixed it. Thanks for testing and finding the problem.
Jay is offline   Reply With Quote
Old 8th March 2004, 15:53   #14
someToast
Member
 
someToast's Avatar
 
Join Date: Aug 2002
Location: Minneapolis, MN
Posts: 67
Quote:
Originally posted by KXRM
incorporated the change, let me know if that fixed it. Thanks for testing and finding the problem.
The forums no longer span two monitors when viewed in Safari or IE on the Mac -- very cool!

Thanks for the update.

.
someToast is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump