I was always wondering how they do those freaky things in the Sig thing
I did a little research and got it...
1- Install GD on ur server
http://www.boutell.com/gd/
2-Use this script and change the location of the .php into an image tag. i think .gif is better.
Now place it in ur sig and ur good to go.
Credit:
Thank you for reading
Bump. No one interested ?
I did a little research and got it...
1- Install GD on ur server
http://www.boutell.com/gd/
2-Use this script and change the location of the .php into an image tag. i think .gif is better.
PHP Code:
<?
header("Content-type: image/png");
$ref = getenv('HTTP_REFERER');
$ip = $_SERVER['REMOTE_ADDR'];
$output = "Your IP Address: " . $ip ;
$output2 = "Referrer :" . $ref
$number = strlen($output, $output2);
$number = ($number*7)+9;
$im = imagecreate($number, 24);
$colour1 = imagecolorallocate($im, 63, 63, 63);
$colour2 = imagecolorallocate($im, 117, 127, 117);
imagestring($im, 3, 5, 5, $output, $colour2, $output2);
imagepng($im);
imagedestroy($im);
?>
Now place it in ur sig and ur good to go.
Credit:
Spoiler (Click to View)
Thank you for reading
Bump. No one interested ?