
01.08.2008, 23:59
|
|
Познающий
Регистрация: 10.03.2008
Сообщений: 81
С нами:
9564009
Репутация:
1
|
|
ппц не нашёл.
BlackSun, Можешь вот этот кусок кода зашифровать тем способом что зашифровано было?? Буду признателен.
PHP код:
$date ={$cache_gzip}et('date_hash');
$_copy = "Зарегистрировано на меня";
if ($forum_config['key_name']){ $_copy = $_copy."<br />Зарегистрировано на ".$forum_config['key_name']; }
$forum_content['{COPYRIGHT}'] = $_copy;
$tpl->set('', $forum_content);
$tpl->compile('content');
if ($date != $date_hash){
$forum_hash = str_replace("http://", "", $_SERVER['HTTP_HOST']);
if (strtolower(substr($forum_hash, 0, 4)) == 'www.') $forum_hash = substr($forum_hash, 4);
$forum_hash = reset(explode('/', $forum_hash));
$forum_hash = reset(explode(':', $forum_hash));
$forum_hash = md5(md5('2.2'.$forum_hash.'1739'));
$l_full = true;
if ($forum_hash == $forum_config['key']){ $l_full = false; }
if (!eregi($_copy, $tpl->result['content']) AND $l_full){ die('syntax error 1'); } else{ $fcache->set('date_hash', md5(date('d'))); }
}
|
|
|