Вход Регистрация
Файл: public_html/gallery/protect.php
Строк: 58
<?php
#-----------------------------------------------------#
#          ********* ROTORCMS *********               #
#              Made by  :  VANTUZ                     #
#               E-mail  :  visavi.net@mail.ru         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#        для его дальнейшего распространения          #
#-----------------------------------------------------#    
require_once "../includes/start.php";
require_once 
"../includes/functions.php";

if (isset(
$_SESSION['protect']) && $_SESSION['protect'] != "") {
    
$pkod str_split(intval($_SESSION['protect']));

    
$img imagecreate(5022);
    
$bgcolor imagecolorallocate($img255255255);
    
$fon imageColorTransparent($img$bgcolor);
    
imagefill($img00$fon);

    
$color1 imagecolorallocate($imgmt_rand(0204), mt_rand(0204), mt_rand(0204));
    
$color2 imagecolorallocate($imgmt_rand(0204), mt_rand(0204), mt_rand(0204));
    
$color3 imagecolorallocate($imgmt_rand(0204), mt_rand(0204), mt_rand(0204));
    
$color4 imagecolorallocate($imgmt_rand(0204), mt_rand(0204), mt_rand(0204));

    
imageTTFtext($img160mt_rand(12), mt_rand(1720), $color1BASEDIR "gallery/fonts/font2.ttf"$pkod[0]);
    
imageTTFtext($img160mt_rand(1314), mt_rand(1720), $color2BASEDIR "gallery/fonts/font2.ttf"$pkod[1]);
    
imageTTFtext($img160mt_rand(2526), mt_rand(1720), $color3BASEDIR "gallery/fonts/font2.ttf"$pkod[2]);
    
imageTTFtext($img160mt_rand(3738), mt_rand(1720), $color4BASEDIR "gallery/fonts/font2.ttf"$pkod[3]);

    if (
$config['protectdef'] == 1) {
        for (
$i 0$i 5$i++) {
            
$temp_color imagecolorallocate ($imgmt_rand(155204), mt_rand(155204), mt_rand(155204));
            
imageline($imgmt_rand(050), mt_rand(022), mt_rand(050), mt_rand(022), $temp_color);
        } 

        for (
$i 0$i 30$i++) {
            
$temp_color imagecolorallocate ($imgmt_rand(0255), mt_rand(0255), mt_rand(0255));
            
imagesetpixel ($imgmt_rand(050), mt_rand(022), $temp_color);
        } 
    } 

    
Header("Content-type: image/gif");
    
ImageGIF($img);
    
ImageDestroy($img);


?>
Онлайн: 0
Реклама