RapVerse.com Community

RapVerse.com Community (http://community.rapverse.com/index.php)
-   Graphic Arts (http://community.rapverse.com/forumdisplay.php?f=225)
-   -   Winamp Status In Your Sig!, Show wich song your playing (v2.0 n 5.0) (http://community.rapverse.com/showthread.php?t=145032)

2~pacalypse 08-25-04 09:51 AM

Winamp Status In Your Sig!, Show wich song your playing (v2.0 n 5.0)
 
OK this tutorial will explain how to get the current song in your signature.

First of all;
What do you need
- Server wich supports PHP
- Know how to CHMODD files and folders
- Winamp 2.0 or 5.0
- Some graphics skills smile.gif

Let's go;
Step 1
Download the "Luke's info Sender" plugin here: http://www.neuro-tech.net/InfoSender-1.1.zip

Step 2
Unpack the .dll file in the archive to c:\winampdir\plugins\

Step 3
Run winamp and click Options > Preferences
Now find "Plugins" and click "General Purpose" now there should be a plugin called "Luke's Info Sender". If so - Allright folow to step 4!

Step 4
Create a new directory on you host called "winampsig"
Upload these 2 files to it:

--- File 1:http://sat-gsm.dyndns.org/winampsig/sig.jpg
----- File 1
--- File 2 - Create a new document in Notepad with this text:

<?php
// ----------------------------------------
// Winamp Update By Niels van Renselaar
// Speciaal voor webscripters.nl
// ----------------------------------------
function inkort($txt, $length) { if(strlen($txt) > $length) { $txt = substr($txt, 0, $length)."..."; } return $txt; }

$content = $_GET[song];
if($content) {
$liedje = stripslashes(inkort($content, 30));
header("Content-type: image/JPEG");
$plaatje = ImageCreateFromJPEG("/path/to/sig/or/direct/url/sig.jpg");
$white = Imagecolorallocate($plaatje, 255, 255, 255);
$zwart = ImageColorAllocate($plaatje, 0, 0, 0);
imagestring($plaatje, 3, 70, 6, $liedje, $zwart);
ImageJPEG($plaatje, "winamp.jpeg", 100);
ImageDestroy($plaatje);
}

And save it as index.php (don't forget to change the red part!!!)

Step 5
Now CHMODD all files in /winampsig/ to 777 (rwxrwxrwx) and also CHMODD the directoty itself to 777.

Step 6
Now run winamp again and go to the Plugins part.
Double Click the "Luke's Info Sender" and you'll get a popup to configurate the plugin.

In the URL bar this URL should be typed: http://www.yourhost.com/winampsig/index.php?song=
And make sure you've clicked near "Enabled" to enable the plugin.

Step 7
Close the Options panel of Winamp and play a song.
After a while, goto:
http://www.yourhost.com/winampsig/winamp.jpeg

This file should be created including your Songname!

2~pacalypse 08-25-04 10:55 AM

Dose anybody have winamp? My gosh such noobs :nono:

M.F.P 08-25-04 11:01 AM

yo i have winamp but i don't want that stuff.

o and i'm not a noob lol.

2~pacalypse 08-25-04 11:21 AM

Umm, okay....But it tells you what song your playing in your sig..

M.F.P 08-25-04 11:30 AM

i don't listen to songs on winamp often thats y i don't need it but thanx ne way.

God 08-25-04 02:43 PM

I have winamp

For$akeN 08-25-04 11:20 PM

Quote:
Originally Posted by 2~pacalypse
Dose anybody have winamp? My gosh such noobs :nono:


i have winamp and i am no noob...

~Luciano~ 08-26-04 12:02 AM

Far 4rm a Noob
but good shit but i dont need it

2Face 08-26-04 12:16 AM

i'm a noob and i dont got it


All times are GMT -4. The time now is 06:29 PM.