Go Back   Gaming Gutter > Non-Gaming > Programming > Source Code


Source Code - Have a source code/project files you want to post? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post mOBSCENE's score sender...
Today 01:11 AM
Last post by 1x1
Today 05:17 AM
9 Replies, 30 Views
Go to first new post SPORE, PC (9/10)
09-07-2008 08:03 PM
by Googlrr
Last post by Seelyon
Today 05:10 AM
8 Replies, 185 Views
Go to first new post Whats your favorite song?
08-06-2008 09:53 PM
Last post by Seelyon
Today 05:04 AM
56 Replies, 387 Views
Go to first new post Left 4 Dead?
Today 04:59 AM
by Seelyon
Last post by Bex
Today 05:03 AM
1 Replies, 2 Views
Go to first new post MotM Nomination Thread #1
11-20-2008 08:08 PM
by nomhak
Last post by Bex
Today 05:02 AM
15 Replies, 117 Views
Reply
 
LinkBack Thread Tools Display Modes

 IP Display Image [PHP]
Old 04-16-2007, 05:12 PM   #1 (permalink)
Banned

Bump J is offline
 
Join Date: Feb 2007
Posts: 100
GPoints: 20
iTrader: 0 / 0%
Bump J Is gaining popularity
Rep Power: 0
IP Display Image [PHP]

Displays your ip in an image like mine in my signature

make a folder with the name of "sig.png" and upload to your ftp server and open notepad and put this code

PHP Code:
<?
$im 
imagecreate(250100);

$bg imagecolorallocate($im000);
$textcolor imagecolorallocate($im22500);
$ip $_SERVER["REMOTE_ADDR"];

imagestring($im51540"Your Ip Is " $ip$textcolor);

header("Content-type: image/png");
imagepng($im);
?>
save it as index.php and upload it inside the sig.png folder

then its done

put it in your sig like this

[img ]http://YOUR-SITE.com/sig.png[/ img]

with no spaces
  Reply With Quote

 
Old 04-21-2007, 05:01 PM   #2 (permalink)
Executor89
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Rep Power:
That sounds almost Big Brother-ish. Sure scared me 3 years ago when I didn't know what PHP was, but thanks for the code.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:23 AM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.09446192 seconds (100.00% PHP - 0% MySQL) with 19 queries