Просмотр файла wap_user_info/index.php

Размер файла: 1.13Kb
<?php
//.................******  Nick : DarkDaNTe  ******.................//
//.................******  ICQ  : 35~87~36   ******.................//
//.................******  Site : wap-net.ru ******.................//
//.................******   НЕ ДЛЯ ПРОДАЖИ   ******.................//

require 'config.php';
$s = $_GET['site'];
if(!$s){$s = $mysite;}
$ip=$_SERVER['REMOTE_ADDR'];
$ua=$_SERVER['HTTP_USER_AGENT'];
$ua=str_replace("/"," ",$ua);
$ua=strtok($ua,"(");
$ua=htmlspecialchars($ua);
$funci="imagecreatefromjpeg";
$im = @$funci("img.jpg");
$color = ImagecolorAllocate($im,$r,$g,$b);
$color2 = ImagecolorAllocate($im,$r2,$g2,$b2);
ImageString ($im, 1, 24, 0,"$s",$color2);
ImageString ($im, 2, 24, 9,"$ip",$color);
ImageString ($im, 2, 24, 22,"$ua",$color);
@header("Content-type: image/gif");
@imagegif($im);

//.................******  Nick : DarkDaNTe  ******.................//
//.................******  ICQ  : 35~87~36   ******.................//
//.................******  Site : wap-net.ru ******.................//
//.................******   НЕ ДЛЯ ПРОДАЖИ   ******.................//
?>