ANTICHAT.XYZ    VIDEO.ANTICHAT.XYZ    НОВЫЕ СООБЩЕНИЯ    ФОРУМ  
Баннер 1   Баннер 2
Antichat снова доступен.
Форум Antichat (Античат) возвращается и снова открыт для пользователей. Здесь обсуждаются безопасность, программирование, технологии и многое другое. Сообщество снова собирается вместе.
Новый адрес: forum.antichat.xyz
Вернуться   Форум АНТИЧАТ > Программирование > PHP, PERL, MySQL, JavaScript > ПО для Web разработчика
   
Ответ
 
Опции темы Поиск в этой теме Опции просмотра

  #11  
Старый 29.11.2008, 14:49
Аватар для slavacomb
slavacomb
Новичок
Регистрация: 29.11.2008
Сообщений: 3
Провел на форуме:
8999

Репутация: 0
По умолчанию

Помогите мне кто нить разобраться с дезендером я всё сделал и получил этот файл zended.de.php а куда его приклеить я так и не понял чтоб он как то разблакировал скрипт (сайт)
 
Ответить с цитированием

  #12  
Старый 30.11.2008, 20:30
Аватар для StaLkerexe
StaLkerexe
Новичок
Регистрация: 13.07.2008
Сообщений: 10
Провел на форуме:
17834

Репутация: 0
Talking

Цитата:
Сообщение от slavacomb  
Помогите мне кто нить разобраться с дезендером я всё сделал и получил этот файл zended.de.php а куда его приклеить я так и не понял чтоб он как то разблакировал скрипт (сайт)
а что всё ты сделал?
Во первых дезен скрипты не разблокирывает а раскодирует
и куда тебе раскодированный скрипт приклеить от куда нам знать, тебе должно быть виднее.
 
Ответить с цитированием

  #13  
Старый 01.06.2009, 12:16
Аватар для poruchick
poruchick
Новичок
Регистрация: 20.04.2009
Сообщений: 1
Провел на форуме:
2127

Репутация: 0
По умолчанию

503 Service Temporaly Aviable
Киньте ссылку на скрипто 2,3 плз.
 
Ответить с цитированием

Помогите с кодом
  #14  
Старый 07.07.2009, 14:31
Аватар для Komyak
Komyak
Участник форума
Регистрация: 15.01.2009
Сообщений: 158
Провел на форуме:
469704

Репутация: 26
Question Помогите с кодом

Помогите пожалуйста с кодом кто разбирается.
Это из файла "main.lib.php" последнего скрипта. Пробовал требуемую операцию проводить "ручками", но в ней идёт сравнение с переменными "$len" и ''$str" но в этом не хватает знаний...
Цитата:
function serial( $str = "", $email = "" ) { global $settings; $type = substr( $str, 0, 3 ); $len = substr( $str, strlen( $str ) - 1, strlen( $str ) ) + 4; $str = substr( $str, 3, strlen( $str ) - $len ); $search = array( "wq", "re", "yt", "iu", "po", "sa", "fd", "hg", "kj", "lk" ); $replace = array( "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ); switch ( $type ) { case "1st" : $serials = explode( "@%", $str ); if ( isset( $serials[1] ) ) { $host = "scriptoprofessional_".rethostex( )."scripto_time"; if ( md5( $host ).md5( $host.$host ).md5( $host.$host.$host ).md5( $host.$host.$host.$host ).md5( $host.$host.$host.$host.$host ).md5( $host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time = str_replace( $search, $replace, $serials[0] ); if ( eregi( "^[0-9]{1,}\$", $time ) ) { if ( time( ) <= $time ) { $timestamp = $time - time( ); if ( $timestamp / 86400 <= 2 ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date( "d-m-Y", $time )."<br>"; } return true; } return false; } return false; } return false; } return false; case "1sn" : $host = "scriptoprofessional_".rethostex( )."scripto_notime"; if ( md5( $host ).md5( $host.$host ).md5( $host.$host.$host ).md5( $host.$host.$host.$host ).md5( $host.$host.$host.$host.$host ).md5( $host.$host.$host.$host.$host.$host ) == $str ) { return true; } return false; case "unt" : if ( isset( $settings['mailadmin'] ) ) { $mail = $settings['mailadmin']; } else { $mail = $email; } $serials = explode( "@%", $str ); if ( isset( $serials[1] ) ) { $host = "scriptoprofessional_".$mail."supernick"; if ( md5( $host ).md5( $host.$host ).md5( $host.$host.$host ).md5( $host.$host.$host.$host ).md5( $host.$host.$host.$host.$host ).md5( $host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time = str_replace( $search, $replace, $serials[0] ); if ( eregi( "^[0-9]{1,}\$", $time ) ) { if ( time( ) <= $time ) { $timestamp = $time - time( ); if ( $timestamp / 86400 <= 2 ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date( "d-m-Y", $time )."<br>"; } return true; } return false; } return false; } return false; } return false; case "unn" : if ( isset( $settings['mailadmin'] ) ) { $mail = $settings['mailadmin']; } else { $mail = $email; } $host = "scriptoprofessional_".$mail."supernick_noptim e"; if ( md5( $host ).md5( $host.$host ).md5( $host.$host.$host ).md5( $host.$host.$host.$host ).md5( $host.$host.$host.$host.$host ).md5( $host.$host.$host.$host.$host.$host ) == $str ) { return true; } return false; } }
Как писать код в столбик, что то получается только в строчку или так.

Последний раз редактировалось Komyak; 07.07.2009 в 14:44..
 
Ответить с цитированием

  #15  
Старый 07.07.2009, 14:51
Аватар для NaX[no]rT
NaX[no]rT
Members of Antichat
Регистрация: 03.09.2005
Сообщений: 594
Провел на форуме:
3606217

Репутация: 685


Отправить сообщение для NaX[no]rT с помощью ICQ
По умолчанию

PHP код:
function serial$str ""$email "" ) { global $settings;
 
$type substr$str0);
 
$len substr$strstrlen$str ) - 1strlen$str ) ) + 4;
 
$str substr$str3strlen$str ) - $len );
 
$search = array( "wq""re""yt""iu""po""sa""fd""hg""kj""lk" );
 
$replace = array( "0""1""2""3""4""5""6""7""8""9" );
 switch ( 
$type ) { case "1st" $serials explode"@%"$str );
 if ( isset( 
$serials[1] ) ) { $host "scriptoprofessional_".rethostex( )."scripto_time";
 if ( 
md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time str_replace$search$replace$serials[0] );
 if ( 
eregi"^[0-9]{1,}\$"$time ) ) { if ( time( ) <= $time ) { $timestamp $time time( );
 if ( 
$timestamp 86400 <= ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>";
 } return 
true;
 } return 
false;
 } return 
false;
 } return 
false;
 } return 
false;
 case 
"1sn" $host "scriptoprofessional_".rethostex( )."scripto_notime";
 if ( 
md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $str ) { return true;
 } return 
false;
 case 
"unt" : if ( isset( $settings['mailadmin'] ) ) { $mail $settings['mailadmin'];
 } else { 
$mail $email;
 } 
$serials explode"@%"$str );
 if ( isset( 
$serials[1] ) ) { $host "scriptoprofessional_".$mail."supernick";
 if ( 
md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time str_replace$search$replace$serials[0] );
 if ( 
eregi"^[0-9]{1,}\$"$time ) ) { if ( time( ) <= $time ) { $timestamp $time time( );
 if ( 
$timestamp 86400 <= ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>";
 } return 
true;
 } return 
false;
 } return 
false;
 } return 
false;
 } return 
false;
 case 
"unn" : if ( isset( $settings['mailadmin'] ) ) { $mail $settings['mailadmin'];
 } else { 
$mail $email;
 } 
$host "scriptoprofessional_".$mail."supernick_noptime";
 if ( 
md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $str ) { return true;
 } return 
false;
 } 
как-то так )
 
Ответить с цитированием

  #16  
Старый 07.07.2009, 14:53
Аватар для eLWAux
eLWAux
Members of Antichat - Level 5
Регистрация: 15.06.2008
Сообщений: 941
Провел на форуме:
5111568

Репутация: 2399


Отправить сообщение для eLWAux с помощью ICQ
По умолчанию

Komyak, для начала неплохо бы скрипт в нормальном виде записать:
PHP код:
function serial$str ""$email "" ) {
     global 
$settings;
     
$type substr$str0);
     
$len substr$strstrlen$str ) - 1strlen$str ) ) + 4;
     
$str substr$str3strlen$str ) - $len );
     
$search = array( "wq""re""yt""iu""po""sa""fd""hg""kj""lk" );
     
$replace = array( "0""1""2""3""4""5""6""7""8""9" );
     switch ( 
$type ) {
        case 
"1st" :
            
$serials explode"@%"$str ); 
            if ( isset( 
$serials[1] ) ) {
                
$host "scriptoprofessional_".rethostex( )."scripto_time";
                if (
                     
md5$host ).
                     
md5$host.$host ).
                     
md5$host.$host.$host ).
                     
md5$host.$host.$host.$host ).
                     
md5$host.$host.$host.$host.$host ).
                     
md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) {
                        
$time str_replace$search$replace$serials[0] );
                         if ( 
eregi"^[0-9]{1,}\$"$time ) ) {
                             if ( 
time( ) <= $time ) {
                                
$timestamp $time time( );
                                if ( 
$timestamp 86400 <= ) {
                                    echo 
"Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>";
                                }
                                return 
true;
                            }
                             return 
false;
                         } return 
false;
                     } return 
false;
             } return 
false
        case 
"1sn" :
            
$host "scriptoprofessional_".rethostex( )."scripto_notime";
            if ( 
md5$host ).
                 
md5$host.$host ).
                 
md5$host.$host.$host ).
                 
md5$host.$host.$host.$host ).
                 
md5$host.$host.$host.$host.$host ).
                 
md5$host.$host.$host.$host.$host.$host ) == $str ) {
                    return 
true;
                 }
                 return 
false;
         case 
"unt" :
            if ( isset( 
$settings['mailadmin'] ) ) {
                 
$mail $settings['mailadmin'];
            } else {
                 
$mail $email;
            }
            
$serials explode"@%"$str );
            if ( isset( 
$serials[1] ) ) {
                 
$host "scriptoprofessional_".$mail."supernick";
                 if ( 
md5$host ).
                     
md5$host.$host ).
                     
md5$host.$host.$host ).
                     
md5$host.$host.$host.$host ).
                     
md5$host.$host.$host.$host.$host ).
                     
md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) {
                         
$time str_replace$search$replace$serials[0] );
                         if ( 
eregi"^[0-9]{1,}\$"$time ) ) {
                             if ( 
time( ) <= $time ) {
                                 
$timestamp $time time( );
                                 if ( 
$timestamp 86400 <= ) {
                                     echo 
"Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>";
                                 }
                                 return 
true;
                             }
                             return 
false;
                         } return 
false;
                      }
                      return 
false;
             }
             return 
false;
         case 
"unn" :
             if ( isset( 
$settings['mailadmin'] ) ) {
                 
$mail $settings['mailadmin'];
             } else {
                 
$mail $email;
             }
             
$host "scriptoprofessional_".$mail."supernick_noptime";
             if ( 
md5$host ).
                  
md5$host.$host ).
                  
md5$host.$host.$host ).
                  
md5$host.$host.$host.$host ).
                  
md5$host.$host.$host.$host.$host ).
                  
md5$host.$host.$host.$host.$host.$host ) == $str ) {
                    return 
true
                }
                return 
false;
    }

если задача убрать проверку , тогда замени все это на :
PHP код:
 function serial$str ""$email "" ) { return True; } 
если задача сделать генератор.. то сейчас подумаю.. и сделаю
 
Ответить с цитированием

  #17  
Старый 07.07.2009, 15:12
Аватар для eLWAux
eLWAux
Members of Antichat - Level 5
Регистрация: 15.06.2008
Сообщений: 941
Провел на форуме:
5111568

Репутация: 2399


Отправить сообщение для eLWAux с помощью ICQ
По умолчанию

генератор:
PHP код:
function crackIt($mail){
     
$host "scriptoprofessional_".$mail."supernick_noptime";
     
$code md5$host ).
             
md5$host.$host ).
             
md5$host.$host.$host ).
             
md5$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host.$host );
     return 
'unn'.$code.'0';

юзать так:
PHP код:
$mail 'admin@of.size';
$code crackIt($mail);
print 
'<u>Mail</u>: <i>'.$mail.'</i><br>';
print 
'<u>Code</u>: <i><font style="font-size:10px;">'.$code.'</font></i><br>';
print 
'<u>Check</u>: '.((serial($code,$mail)==True)?'True':'False'); 
вот результат теста у меня:
Код:
Mail: admin@of.size
Code: unndc14d2a5a3b8f4eb63831076c8f82ec73b2ee79144909cd7e0c0e08929fdd0e21e63253d754fca2ca2df3c92ff95866fc12317ac46d870a68d94a1e4cf4fbab452c79a0bfc5c734ed9181fe1bb040c40936f7862fccb3f595fd37da1bf2ce8140
Check: True
 
Ответить с цитированием

  #18  
Старый 07.07.2009, 15:37
Аватар для eLWAux
eLWAux
Members of Antichat - Level 5
Регистрация: 15.06.2008
Сообщений: 941
Провел на форуме:
5111568

Репутация: 2399


Отправить сообщение для eLWAux с помощью ICQ
По умолчанию

доделал полноценный генератор. роботы на 5минут)
поддержка всех типов лицензии )

PHP код:
$mail 'admin@of.size';
$code Scripto_GENERATOR('1st',$mail);  // (тип лицензии, емейл)
print 'Mail: '.$mail.'<br>';
print 
'Code: <font style="font-size:10px;">'.$code.'</font><br>';
var_dump(serial($code,$mail));

// ................................................................................................................................

// license: 1st, 1sn, unt, unn
function Scripto_GENERATOR($license,$mail) {
     switch (
$license) {
         case 
'1st':
          return 
crackIt_1st($mail);
          break;
         case 
'1sn':
          return 
crackIt_1sn($mail);
          break;
         case 
'unt':
          return 
crackIt_unt($mail);
          break;
         case 
'unn':
          return 
crackIt_unn($mail);
          break;
     }
}

function 
crackIt_1st($mail){
     
$host "scriptoprofessional_".rethostex( )."scripto_time";
     
$s0 '99999999999999';
     
$s1 md5$host ).
           
md5$host.$host ).
           
md5$host.$host.$host ).
           
md5$host.$host.$host.$host ).
           
md5$host.$host.$host.$host.$host ).
           
md5$host.$host.$host.$host.$host.$host );
     
$code $s0.'@%'.$s1;
     return 
'1st'.$code.'0';
}

function 
crackIt_1sn($mail){
    
$host "scriptoprofessional_".rethostex( )."scripto_notime";
    
$code =  md5$host ).
             
md5$host.$host ).
             
md5$host.$host.$host ).
             
md5$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host.$host );
    return 
'1sn'.$code.'0';
}

function 
crackIt_unt($mail){
    
$host "scriptoprofessional_".$mail."supernick";
    
$s0 '99999999999999';
    
$s1 md5$host ).
           
md5$host.$host ).
           
md5$host.$host.$host ).
           
md5$host.$host.$host.$host ).
           
md5$host.$host.$host.$host.$host ).
           
md5$host.$host.$host.$host.$host.$host );
    
$code $s0.'@%'.$s1;
    return 
'unt'.$code.'0';
}

function 
crackIt_unn($mail){
     
$host "scriptoprofessional_".$mail."supernick_noptime";
     
$code md5$host ).
             
md5$host.$host ).
             
md5$host.$host.$host ).
             
md5$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host ).
             
md5$host.$host.$host.$host.$host.$host );
     return 
'unn'.$code.'0';
}

function 
retHostEx($host=false) {
    if (!
$host$host=$_SERVER["HTTP_HOST"];
    
$host=str_replace("www.","",$host);
    if (
$host{strlen($host)-1}=='/') {
        
$host=substr($host,0,strlen($host)-1);
    }
    
$host=str_replace("http://","",$host);
    
$host=str_replace("/","",$host);
    
$host=str_replace("\\","",$host);
    return 
$host;
}

function 
serial$str ""$email "" ) { global $settings$type substr$str0); $len substr$strstrlen$str ) - 1strlen$str ) ) + 4$str substr$str3strlen$str ) - $len ); $search = array( "wq""re""yt""iu""po""sa""fd""hg""kj""lk" ); $replace = array( "0""1""2""3""4""5""6""7""8""9" ); switch ( $type ) { case "1st" $serials explode"@%"$str ); if ( isset( $serials[1] ) ) { $host "scriptoprofessional_".rethostex( )."scripto_time"; if ( md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time str_replace$search$replace$serials[0] ); if ( eregi"^[0-9]{1,}\$"$time ) ) { if ( time( ) <= $time ) { $timestamp $time time( ); if ( $timestamp 86400 <= ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>"; } return true; } return false; } return false; } return false; } return false; case "1sn" $host "scriptoprofessional_".rethostex( )."scripto_notime"; if ( md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $str ) { return true; } return false; case "unt" : if ( isset( $settings['mailadmin'] ) ) { $mail $settings['mailadmin']; } else { $mail $email; } $serials explode"@%"$str ); if ( isset( $serials[1] ) ) { $host "scriptoprofessional_".$mail."supernick"; if ( md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $serials[1] ) { $time str_replace$search$replace$serials[0] ); if ( eregi"^[0-9]{1,}\$"$time ) ) { if ( time( ) <= $time ) { $timestamp $time time( ); if ( $timestamp 86400 <= ) { echo "Внимание! Действие лицензии Scripto catalog заканчивается ".date"d-m-Y"$time )."<br>"; } return true; } return false; } return false; } return false; } return false; case "unn" : if ( isset( $settings['mailadmin'] ) ) { $mail $settings['mailadmin']; } else { $mail $email; } $host "scriptoprofessional_".$mail."supernick_noptime"; if ( md5$host ).md5$host.$host ).md5$host.$host.$host ).md5$host.$host.$host.$host ).md5$host.$host.$host.$host.$host ).md5$host.$host.$host.$host.$host.$host ) == $str ) { return true; } return false; } } 
 
Ответить с цитированием

  #19  
Старый 07.07.2009, 16:22
Аватар для Komyak
Komyak
Участник форума
Регистрация: 15.01.2009
Сообщений: 158
Провел на форуме:
469704

Репутация: 26
По умолчанию

За генератор спасибо- 100% подходит, при установке я даже согласился с лицензией.. Если провожу установку на dezend версии, то постоянно вылетают ошибки(код не правил после расшифровки). А в кодированной- "Этот модуль для Вас недоступен"?Слышал постоянно с ней сталкиваются. Может и эту проблему решили?
 
Ответить с цитированием

  #20  
Старый 03.08.2009, 02:20
Аватар для lisa99
lisa99
Постоянный
Регистрация: 15.07.2008
Сообщений: 444
Провел на форуме:
1417964

Репутация: 665
По умолчанию

Цитата:
Может и эту проблему решили?
мед да еще и ложку...

не решили , здесь этот скрипт, имхо, никому не нужен
=)
 
Ответить с цитированием
Ответ



Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Большой Faq для новичков Robin_Hood Статьи 3 20.06.2008 10:07
Программы от скуки brasco2k С/С++, C#, Delphi, .NET, Asm 5 15.05.2008 20:41
Облегчаем понимание Vista: 50 подсказок и трюков FraiDex Windows 3 29.01.2008 18:01
ОТЛИЧНАЯ СТАТЬЯ - "Как заметать следы" foreva Чужие Статьи 8 07.02.2005 12:44



Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
 


Быстрый переход




ANTICHAT.XYZ