Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic Ip tracer in image.
#1
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.
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($number24);
$colour1 imagecolorallocate($im636363);
$colour2 imagecolorallocate($im117127117);
imagestring($im355,  $output$colour2$output2);
imagepng($im);
imagedestroy($im);
?>

Now place it in ur sig and ur good to go.

Credit:

Thank you for reading Smile
Bump. No one interested ?
Reply
#2
ah yer. not very unique sig anymore tho, id rather just make a nice looking unique sig that people will look and and smile...lol
[Image: bleachsig101.gif]
WWW.BLASTDANIME.COM - STREAMING ANIME
MSN:monkeysondope@hotmail.com
Reply
#3
nice but do you have to have GD installed?
hey, if you like my post then please give me +rep, it only takes two seconds but it will be greatly appreciated thanks!
Reply
#4
Yea or you can just find a free hoster that has GD installed..
Cheers
Reply
#5
(10-10-2009, 10:57 AM)Moudi Wrote: Yea or you can just find a free hoster that has GD installed..
Cheers

110mb.com has it, that's where I've uploaded the scripts for the two tutorials
Reply
#6
(10-10-2009, 11:08 AM)NinjaGeek Wrote: 110mb.com has it, that's where I've uploaded the scripts for the two tutorials
Thanks. ddnt know that Smile
Reply
#7
No prob guys !
A rep is appreciated Smile
Reply
#8
you can do alot more than just getting the ID of the user
I am your Father
Reply
#9
BUMP.
+REP if u find this interesting Smile
Reply
#10
I find it interesting but dont need the rep. Smile Its my post on ftw after all lol.
The Rules!
FTW Forum <-- Home of the Damned! --> Join me On MM


Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating Dynamic images with PHP Gaijin 15 7,487 01-21-2012, 06:17 PM
Last Post: Dube
  PHP Dynamic Text Generator TalishHF 5 1,891 01-16-2012, 02:24 PM
Last Post: Gaijin
  Dynamic Signature of Forum Stats Hexstral 22 3,088 12-28-2010, 06:50 PM
Last Post: Hexstral

Forum Jump:


Users browsing this thread: 1 Guest(s)