/\ /\
I think there was one on techtuts any1 got 1 plz post![]()

/\ /\
I think there was one on techtuts any1 got 1 plz post![]()
Do you mean were you upload an avatar and then it to your default one automatically ?
Last edited by Lilian; 20-11-2006 at 08:02 PM.
its grabs the name out of radio stats eg "J"
then gets the avatar from a file eg
/images/djs/J.png
No, When a DJ Comes online to DJ the avatar changes to an Image (specified using php). It rabs the DJ Name from the broadcasting name and then changes the avater on his/her site.
Ive seen this before but it was on techtuts.
Read above post aswell as he posted at same time as me![]()
Last edited by Recursion; 20-11-2006 at 08:04 PM.
yep techtuts isnt open :|No, When a DJ Comes online to DJ the avatar changes to an Image (specified using php). It rabs the DJ Name from the broadcasting name and then changes the avater on his/her site.
Ive seen this before but it was on techtuts.
Read above post aswell as he posted at same time as me
rite get to the point www.techtuts.com on their theirs one ?
If you can get the DJ's to use their DJ name without any idiotic messages such as "OMG FREEZ FRNI IF U CHN IN PLS", E.G : Dan
Then
put this just above the echo:
PHP Code:if(file_exists(''.$servertitle.'.gif'))
{
$img = "$servertitle.gif";
}
else
{
$img = "default.gif";
}
Then in the echo, just add $img where you want the image to go =]
Peace.
visit my internet web site on the internet
http://dong.engineer/
it is just videos by bill wurtz videos you have been warned
If you can get the DJ's to use their DJ name without any idiotic messages such as "OMG FREEZ FRNI IF U CHN IN PLS", E.G : Dan
Then
put this just above the echo:
PHP Code:if(file_exists(''.$servertitle.'.gif'))
{
$img = "$servertitle.gif";
}
else
{
$img = "default.gif";
}
Then in the echo, just add $img where you want the image to go =]
Peace.
Does anyone know where abouts i put this.
Many thanks,
Jamie.
radio stats file?
Rofl
Want to hide these adverts? Register an account for free!