Просмотр файла voices.php

Размер файла: 1.76Kb
<?php
#############################################
# 0JXRgdC70Lgg0YLRiyDRh9C40YLQsNC10YjRjCDRj #
# dGC0L4g0YHQvtC+0LHRidC10L3QuNC1LCDQt9C90L #
# DRh9C40YIg0YLRiyDQvdC10LzQvdC+0LPQviDQt9C #
#          90LDQtdGI0YwgUEhQIQ==            #
#__---------------------------------------__#
#__        0JrQu9C40Log0JrQu9GD0LE=       __#
#  ---------------------------------------  #
# 0JDQstGC0L7RgCA6IE1vcmdhbg==              #
# SUNRIDog0L3QtSDRgdC60LDQttGDIHhE          #
#                                           #
#############################################

#$off_hh = 'yes';

require 'inc/start.php';
require 'inc/regvars.php';
require 'inc/db.php';
require 'inc/config.php';
require 'inc/funct.php';
#require 'inc/antidos.php';
require 'inc/gzip.php';
#require '../inc/header.php';



$img = imagecreatetruecolor(101,8);

// Цвета
#$cl_f = imagecolorallocate($img,rand(230,255),rand(230,255),rand(230,255));
#$cl_s = imagecolorallocate($img,rand(200,220),rand(200,220),rand(200,220));
#$cl_t = imagecolorallocate($img,rand(0,100),rand(0,100),rand(0,100));
#$cl_l = imagecolorallocate($img,64,64,64);
#$cl = imagecolorallocate($captcha,,,);

imagefilledrectangle($img,0,0,101,8,imagecolorallocate($img,100,150,225));

imagefilledrectangle($img,1,1,obr($_GET['voices'],'string'),6,imagecolorallocate($img,255,125,0));

imagerectangle($img,0,0,100,7,imagecolorallocate($img,0,0,0));

// Фон
#imagefill($captcha,0,0,$cl_f);

header('Content-type: image/jpeg');

// Показываем
imagejpeg($img,null,75);
imagedestroy($img);

exit;

################################################
# 0KHQutGA0LjQv9GCINC90LUg0L/QsNCx0LvQuNC6IQ== #
#   0KHRgtCw0LLRgNC+0L/QvtC70YwsIDIwMDkg0LMu   #
################################################

?>