Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 20, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 591
Members: 0
Total: 591
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Can anyone decode this quick zend file?
Post new topic  Reply to topic View previous topic :: View next topic 
Can anyone decode this quick zend file?
PostPosted: Sat May 21, 2011 7:17 pm Reply with quote
tm1993
Beginner
Beginner
 
Joined: May 21, 2011
Posts: 3




Thank you in advance
http://pastebin.com/6qjU34EW

Code:
<?php @Zend;
4123;
/* !This is not a text file!  */
print <<<EOM
<html><body><a href="http://www.zend.com/products/zend_guard"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/products/zend_guard">Zend Guard</a>. In order to run it, please install the <a href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:<br><br><tt>The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.</tt><br><br><b>Note</b>: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>. <h2>What is the Zend Optimizer?</h2><p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster. </p><p>In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard. </p><p>The Zend Optimizer is a free product available for download from <a href="http://www.zend.com">Zend Technologies</a>. Zend Technologies also developed the PHP scripting engine, known as the <a href="http://www.zend.com/products/zend_engine">Zend Engine</a>.</p></body></html>
EOM;
exit();
__halt_compiler();
?>

200407220337182012x
2 Xn@viL(x4Y{FU%(PUp8(x8 BYx$GxWI)U7ߔGh9=$TlK0˲`4*9cХmqrr10ߦFQ`·&:2+(-j1q6 ڕnnHqg6˲'ਯّe;\`zJϦ<OtI[.jLM)Q^䧱
uiOvK.JR#\YRR-\"-nnY peŐ72FI&$h2(2?#'w   Ú[@װ*سĚ-n{O{{qR[Sû,w/"pu#R7   D Pb
-+t8)jjc<W)`W;¤:9~0F]_i-   km
.FbIoV_Gm!ֶ_Ȫxc.Z
{zXA` a}xc|sh4\a!f˃Z#Q4ýZ(=7ǝѭgN5    '&?@YtW8:Υ~Zt
-zTa۵?л7$&n<We%3sK6Gټ8%[M!
}WYe>k
q!"g
View user's profile Send private message
PostPosted: Sun May 22, 2011 2:08 am Reply with quote
johnburn
Advanced user
Advanced user
 
Joined: Jan 14, 2011
Posts: 199
Location: Malaysia




You should upload your code to any filesharing site because the code will be corrupted if yu copy paste like this. Refer here:
http://www.waraxe.us/ftopict-6829.html
View user's profile Send private message
PostPosted: Sun May 22, 2011 6:21 am Reply with quote
tm1993
Beginner
Beginner
 
Joined: May 21, 2011
Posts: 3




johnburn wrote:
You should upload your code to any filesharing site because the code will be corrupted if yu copy paste like this. Refer here:
http://www.waraxe.us/ftopict-6829.html


Thanks for the reply johnburn... Here are the two files uploaded:

http://www.mediafire.com/?c98f898jfdq0590
http://www.mediafire.com/?z90lwcnhkrq8vm3
View user's profile Send private message
PostPosted: Sun May 22, 2011 2:59 pm Reply with quote
johnburn
Advanced user
Advanced user
 
Joined: Jan 14, 2011
Posts: 199
Location: Malaysia




config.php
Code:
<?php
require_once ("php_global_config.php");
require_once ("template_c_exist.php");
require_once (PHYSICAL_DIR . "/config/db.php");
require_once (PHYSICAL_DIR . "/config/seprate_ency_decy_func.php");
require_once (PHYSICAL_DIR . "/config/installation_check.php");
require_once (PHYSICAL_DIR . "/smarty/libs/Smarty.class.php");
require_once (PHYSICAL_DIR . "/includes/phpgrid/class.phpSortable.php");
require_once (PHYSICAL_DIR . "/config/pearSettings_smarty_settings.php");
require_once (PHYSICAL_DIR . "/config/global_configuration.php");
require_once (INCLUDE_DIR . "/functions.php");
require_once (INCLUDE_DIR . "/include_plugins.php");
require_once (CONFIG_DIR . "/is_cookie_enable.php");
require_once (CONFIG_DIR . "/global_configuration_assign.php");
require_once (CONFIG_DIR . "/paygear_configuration.php");
include_once (CONFIG_DIR . "/admin_messagelist.php");
require_once (CONFIG_DIR . "/signup_form_configuration.php");
require_once (CONFIG_DIR . "/email_configuration.php");
require_once (CONFIG_DIR . "/if_user_is_bann_and_message_get_set_settings.php");
require_once (CONFIG_DIR . "/is_membersite_approved.php");
require_once (CONFIG_DIR . "/smarty_assign_and_log_settings.php");
require_once (CONFIG_DIR . "/user_and_admin_authentication_check.php");
?>


is_membersite_approved.php
Code:
<?php
require_once (INCLUDE_DIR . "/PaygearWebserviceClient.php");
$PaygearWebserviceClient = new PaygearWebserviceClient();
$is_membersite_approved_from_webservice = FALSE;
if (!isset($_COOKIE['is_membersite_approved'])) {
    $is_membersite_approved = $PaygearWebserviceClient->is_membersite_approved(PAYGEAR_USERID, WEB_URL);
    if ($is_membersite_approved['isapproved'] == "true") {
        $is_membersite_approved_from_webservice = $is_membersite_approved['isapproved'];
        $tommorrow = time() + 1296000;
        setcookie("is_membersite_approved", encrypt(WEB_URL . " is true"), $tommorrow, "/");
    } else {
        redirect(WEB_URL . "/membersitenotallow.php");
    }
}
?>
View user's profile Send private message
PostPosted: Mon May 23, 2011 10:54 pm Reply with quote
tm1993
Beginner
Beginner
 
Joined: May 21, 2011
Posts: 3




johnburn wrote:
config.php
Code:
<?php
require_once ("php_global_config.php");
require_once ("template_c_exist.php");
require_once (PHYSICAL_DIR . "/config/db.php");
require_once (PHYSICAL_DIR . "/config/seprate_ency_decy_func.php");
require_once (PHYSICAL_DIR . "/config/installation_check.php");
require_once (PHYSICAL_DIR . "/smarty/libs/Smarty.class.php");
require_once (PHYSICAL_DIR . "/includes/phpgrid/class.phpSortable.php");
require_once (PHYSICAL_DIR . "/config/pearSettings_smarty_settings.php");
require_once (PHYSICAL_DIR . "/config/global_configuration.php");
require_once (INCLUDE_DIR . "/functions.php");
require_once (INCLUDE_DIR . "/include_plugins.php");
require_once (CONFIG_DIR . "/is_cookie_enable.php");
require_once (CONFIG_DIR . "/global_configuration_assign.php");
require_once (CONFIG_DIR . "/paygear_configuration.php");
include_once (CONFIG_DIR . "/admin_messagelist.php");
require_once (CONFIG_DIR . "/signup_form_configuration.php");
require_once (CONFIG_DIR . "/email_configuration.php");
require_once (CONFIG_DIR . "/if_user_is_bann_and_message_get_set_settings.php");
require_once (CONFIG_DIR . "/is_membersite_approved.php");
require_once (CONFIG_DIR . "/smarty_assign_and_log_settings.php");
require_once (CONFIG_DIR . "/user_and_admin_authentication_check.php");
?>


is_membersite_approved.php
Code:
<?php
require_once (INCLUDE_DIR . "/PaygearWebserviceClient.php");
$PaygearWebserviceClient = new PaygearWebserviceClient();
$is_membersite_approved_from_webservice = FALSE;
if (!isset($_COOKIE['is_membersite_approved'])) {
    $is_membersite_approved = $PaygearWebserviceClient->is_membersite_approved(PAYGEAR_USERID, WEB_URL);
    if ($is_membersite_approved['isapproved'] == "true") {
        $is_membersite_approved_from_webservice = $is_membersite_approved['isapproved'];
        $tommorrow = time() + 1296000;
        setcookie("is_membersite_approved", encrypt(WEB_URL . " is true"), $tommorrow, "/");
    } else {
        redirect(WEB_URL . "/membersitenotallow.php");
    }
}
?>



I really appreciate your help johnburn!
View user's profile Send private message
PostPosted: Thu Mar 29, 2012 4:38 pm Reply with quote
nguyenhoangvk
Beginner
Beginner
 
Joined: Mar 28, 2012
Posts: 1




Hi Johnburn, please check your inbox. I'm so appreciated if you can help me
View user's profile Send private message
Can anyone decode this quick zend file?
  www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.179 Seconds