Code:<?php $img_number = imagecreate(275,25); $backcolor = imagecolorallocate($img_number,102,102,153); $textcolor = imagecolorallocate($img_number,255,255,255); imagefill($img_number,0,0,$backcolor); $number = " Your IP was archived: $_SERVER[REMOTE_ADDR]"; Imagestring($img_number,10,5,5,$number,$textcolor); header("Content-type: image/jpeg"); imagejpeg($img_number); ?>
Results 1 to 30 of 141
Threaded View
-
09-07-2013
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)