| |
Welcome to Jurpopage Official Navigation for project updates,
readme, change log, help, & download New
version update. Download
navigation here...
|
| |
|
| |
<?php
$data = base64_decode($HTTP_GET_VARS['dt']);
$im = imagecreate(65,20);
$white = imagecolorallocate($im,255,255,255);
$gray = imagecolorallocate($im, 210,210,210);
$black = imagecolorallocate($im, 0,0,0);
imagestring($im,4,8,2,$data,$black);
imageline($im,0,10,65,10,$gray);
imagepng($im);
?> |
| |
|
|
|