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


Messages In This Thread
Dynamic Ip tracer in image. - by Moudi - 10-09-2009, 12:59 PM
RE: Dynamic Ip tracer in image. - by Tasemu - 10-09-2009, 08:53 PM
RE: Dynamic Ip tracer in image. - by brett7 - 10-10-2009, 09:22 AM
RE: Dynamic Ip tracer in image. - by Moudi - 10-10-2009, 10:57 AM
RE: Dynamic Ip tracer in image. - by Gaijin - 10-10-2009, 11:08 AM
RE: Dynamic Ip tracer in image. - by Moudi - 10-11-2009, 06:42 AM
RE: Dynamic Ip tracer in image. - by Moudi - 10-15-2009, 04:26 AM
RE: Dynamic Ip tracer in image. - by h1r0n - 10-16-2009, 03:43 AM
RE: Dynamic Ip tracer in image. - by Moudi - 10-19-2009, 01:46 PM
RE: Dynamic Ip tracer in image. - by DAMINK™ - 10-19-2009, 01:49 PM
RE: Dynamic Ip tracer in image. - by h1r0n - 10-19-2009, 06:27 PM
RE: Dynamic Ip tracer in image. - by DAMINK™ - 10-19-2009, 09:06 PM
RE: Dynamic Ip tracer in image. - by manipulate - 10-20-2009, 09:41 PM
RE: Dynamic Ip tracer in image. - by ktmrider530 - 10-20-2009, 09:42 PM
RE: Dynamic Ip tracer in image. - by Gaijin - 10-21-2009, 05:41 AM
RE: Dynamic Ip tracer in image. - by Moudi - 10-21-2009, 05:37 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)