hi, i have purchase whit this site http://www.phprecovery.com 1 decoding files crypted zend
i put here encoded files Zend
this is source recovered by this site
<?
##########################################################################
# #
# Created by PhpRecovery 1.0.1 #
# #
# Phprescue : Version 1.0.1(Public) #
# Decoder for Zend Encoder/SafeGuard #
# Created 25/09/05 Last Modified 19/11/05 #
# Thank you to chose PhpRescue http://www.phprecovery.com #
# #
##########################################################################
$kb_pub_path = str_replace ('index.php', '', '');
$kb_pub_path = str_replace ('index.php', '', $kb_pub_path);
if (@filesize ('admin/engine.inc.php') == '0')
{
echo 'It does not appear the software is isntalled. Please run <a href="admin/install.php">install.php</a> to install the software.';
exit ();
}
include 'admin/engine.inc.php';
include 'includes/global.php';
require_once 'includes/function.php';
require_once './includes/smarty/Smarty.class.php';
require_once 'includes/context.php';
require_once 'includes/smarty_plugins/modifier.i18n.php';
if (!(is_writable ('./includes/smarty/templates_c')))
{
echo '<B>A directory has invalid permissions. You must set the /kb/includes/smarty/templates_c folder to be fully writable. On linux this would be done by changing the files settings using CHMOD to 777</b><P>';
exit ();
}
if ($_GET['index_v1'])
{
$_GET['category'] = $_GET['index_v1'];
}
if ($_GET['index_v2'])
{
$_GET['article'] = $_GET['index_v2'];
}
$options = get_global_opts ();
if ($_GET['article'])
{
$alert = save_article ('1', $_GET['article']);
}
}
if ($_GET['general'] == 'saved')
{
if ($_GET['clear'] == '1')
{
$alert = save_article ('2', $_GET['article']);
}
}
if ($_GET['general'] == 'saved')
{
if ($_GET['clear'] == '2')
{
$alert = save_article ('3', $_GET['delid']);
}
}
if ($_GET['article'])
{
$sql = mysql_fetch_array (mysql_query ('SELECT cat FROM faqarticles WHERE id = \'' . $_GET['article'] . '\''));
$category = $sql['cat'];
$article = $_GET['article'];
}
if (!($article))
{
$article = $_POST['article'];
}
if ($_GET['category'])
{
$category = $_GET['category'];
}
$breadcrumb = find_crumb ($article, $category);
$smarty->assign ('breadcrumb', $breadcrumb);
$nextTemplate = context_switch ($smarty);
if (is_a ($nextTemplate, 'ContextError'))
{
switch ($nextTemplate->getType ())
{
case contexterror::AUTHENTICATION_ERROR ():
{
$smarty->assign ('content_template', 'login.htm');
$smarty->assign ('returntopage', 'index.php?' . $_SERVER['QUERY_STRING']);
$smarty->assign ('context', 'login');
break;
}
case contexterror::AUTHORIZATION_ERROR ():
{
$smarty->assign ('content_template', 'category_unauthorized.htm');
$smarty->assign ('context', 'unauthorized');
break;
}
}
while (true)
{
if ()
{
break;
}
}
}
else
{
$smarty->assign ('content_template', $nextTemplate);
}
$pos = strpos ($prop_site[serial], 'TRIAL-');
if ($pos === false)
{
$st_glob_trial = '0';
}
else
{
$context = $smarty->get_template_vars ('context');
if ($context == 'print')
{
$oldValue = get_magic_quotes_runtime ();
set_magic_quotes_runtime (false);
$smarty->display ('print.htm');
set_magic_quotes_runtime ($oldValue);
return 1;
}
$oldValue = get_magic_quotes_runtime ();
set_magic_quotes_runtime (false);
$smarty->display ('index.htm');
set_magic_quotes_runtime ($oldValue);
?>
maybe really cracked this system 🙁