Waraxe IT Security Portal
Login or Register
June 26, 2026
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: 9144

People Online:
Visitors: 125
Members: 0
Total: 125
Full disclosure
OpenBSD mpls_do_error: Remote Kernel Stack Disclosure via MPLS Label Stack Over-read
OpenBSD sppp_pap_input: PAP authentication bypass
SEC Consult SA-20260618-0 :: Hardcoded Root Cloud Credentials in Application Binaries in Silver Leaf Technologies - Worksnaps.net Worksnaps
SEC Consult SA-20260617-1 :: Multiple Vulnerabilities in Quanos Content Solutions - SCHEMA ST4
SEC Consult SA-20260617-0 :: Multiple Critical Vulnerabilities in Sprecher Automation SPRECON-E-C/-E-P/-E-T3
SEC Consult SA-20260616-0 :: Broken Access Control in syracom AG Secure Login (2FA) for Atlassian Jira / Confluence / Bitbucket #CVE-2026-12225
APPLE-SA-06-16-2026-1 Beats Firmware Update 1B211
PHP 8.5.7 `levenshtein()` signed-integer overflow
PHP 8.5.7 `dom_xml_serialization_al gorithm()` stack-overflow
PHP 8.5.7 `mb_substr()` 'SJIS-mac' size_t underflow
PHP 8.5.7 `FILTER_SANITIZE_ENCODED` uninitialized read
CVE-2025-68624: Cross-Tenant Authentication Bypass by Spoofing in N-able Mail Assure
SEC Consult SA-20260615-1 :: Multiple Vulnerabilities in Wertheim SafeController Hardware for VAULT ROOMS (Safe Deposit Locker System – Microcontroller)
SEC Consult SA-20260615-0 :: Multiple Critical Vulnerabilities in Wertheim SafeController Software for VAULT ROOMS (Safe Deposit Locker System)
SEC Consult SA-20260610-0 :: Local Privilege Escalation in Slate Digital Connect (macOS)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Please decode my file.
Post new topicReply to topic View previous topic :: View next topic
Please decode my file.
PostPosted: Fri Oct 19, 2012 4:05 am Reply with quote
kaps18
Beginner
Beginner
Joined: Oct 19, 2012
Posts: 3




Hi all...

Can you please help me to decode my file?

http://wikisend.com/download/376958/myfile.php

Waiting for reply.
View user's profile Send private message
PostPosted: Fri Oct 19, 2012 5:55 am Reply with quote
cah_gemblunk
Regular user
Regular user
Joined: Mar 28, 2010
Posts: 8




Code:
<?
/***********************************************************************/
/* */
/* This file is created by deZender */
/* */
/* deZender (Decoder for Zend Encoder/SafeGuard): */
/* Version: 0.9.3.0 */
/* Author: qinvent.com */
/* Release on: 2005.11.12 */
/* */
/***********************************************************************/


if (file_exists('install.php')) {
print 'Delete install.php file for security reason please!';
exit();
}

include 'inc/config.inc.php';
include 'inc/adsadmin/adsfunc.php'; //ads management

global $frm;
if ($frm['a'] == 'logout') {
setcookie('username', '', time() + 630720000);
setcookie('password', '', time() + 630720000);
$frm_cookie['username'] = '';
$frm_cookie['password'] = '';
}

$username = ($frm['username'] ? $frm['username'] : $frm_cookie['username']);
$password = ($frm['password'] ? md5($frm['password']) : $frm_cookie['password']);
if (($username == $settings['admin_login'] AND $password == md5($settings['admin_password']))) {
if ($frm['a'] == 'do_login') {
setcookie('username', $username);
setcookie('password', $password);
header('Location: admin.php');
exit();
}
} else {
include 'inc/admin/login_form.inc.php';
exit();
}

$dbconn = db_open();
if (!$dbconn) {
print 'Cannot connect mysql';
exit();
}

include 'inc/admin/silent_actions.inc.php';
if ($frm['a'] == 'edit_statistics') {
include 'inc/admin/edit_statistics.inc.php';
exit();
}

if ($frm['a'] == 'edit_votes') {
include 'inc/admin/edit_votes.inc.php';
exit();
}

include 'inc/admin/html.header.inc.php';
echo '
<tr>
<td valign="top">
<table cellspacing=0 cellpadding=1 border=0 width=100% height=100% bgcolor=#E4CD9C>
<tr>
<td>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#FFFFFF" valign="top">
<td width=300 align=center>
<!-- Image Table: Start -->
';
include 'inc/admin/menu.inc.php';
echo ' <br>

</td>
<td bgcolor="#E4CD9C" valign="top" width=1><img src=images/q.gif width=1 height=1></td>
<td bgcolor="#FFFFFF" valign="top" width=99%>
<!-- Main: Start -->
<table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0" class="forTexts">
<tr>
<td width=100% height=100% va';
echo 'lign=top>
';
if ($frm['a'] == 'listings') {
include 'inc/admin/listings.inc.php';
} else {
if ($frm['a'] == 'new_listings') {
include 'inc/admin/new_listings.inc.php';
} else {
if ($frm['a'] == 'add_listing') {
include 'inc/admin/add_listing.inc.php';
} else {
if ($frm['a'] == 'edit_listing') {
include 'inc/admin/edit_listing.inc.php';
} else {
if ($frm['a'] == 'approve_listing') {
include 'inc/admin/approve_listing.inc.php';
} else {
if ($frm['a'] == 'decline_listing') {
include 'inc/admin/decline_listing.inc.php';
} else {
if ($frm['a'] == 'groups') {
include 'inc/admin/groups.inc.php';
} else {
if ($frm['a'] == 'add_group') {
include 'inc/admin/add_group.inc.php';
} else {
if ($frm['a'] == 'edit_group') {
include 'inc/admin/edit_group.inc.php';
} else {
if ($frm['a'] == 'edit_emails') {
include 'inc/admin/emails.inc.php';
} else {
if ($frm['a'] == 'settings') {
include 'inc/admin/settings.inc.php';
} else {
if ($frm['a'] == 'usermg') {
include 'inc/admin/usermg.php';
} else if ($frm['a'] == 'news') {
include 'inc/admin/news.inc.php';
} else {
if ($frm['a'] == 'rcbview') {
include 'inc/admin/rcbview.inc.php';
}

else {
if ($frm['a'] == 'adsmanagement') {
include 'inc/admin/adsmanagement.inc.php';
} else {
if ($frm['a'] == 'minibanners') {
include 'inc/adsadmin/edit_mini.php';
} else {
if ($frm['a'] == 'stickybanners') {
include 'inc/adsadmin/edit_sticky.php';
} else if ($frm['a'] == 'toprotatingbanners') {
include 'inc/adsadmin/edit_toprotating.php';
} else {
if ($frm['a'] == 'extrafunction') {
include 'inc/admin/extrafunction.inc.php';
}

else {
if ($frm['a'] == 'rotatingbanners') {
include 'inc/adsadmin/edit_rotating.php';
} else {
if ($frm['a'] == 'normalbanners') {
include 'inc/adsadmin/edit_normal.php';
} else {
if ($frm['a'] == 'specialbanners') {
include 'inc/adsadmin/edit_special.php';
} else {
if ($frm['a'] == 'sections') {
include 'inc/admin/sections.inc.php';
} else {
if ($frm['a'] == 'maillist') {
include 'inc/admin/maillist.inc.php';
} else {
if ($frm['a'] == 'import_transactions') {
include 'inc/admin/import_transactions.inc.php';
} else {
if ($frm['a'] == 'license') {
$mddomain = $frm_env['HTTP_HOST'];
$mddomain = preg_replace('/^www\\./', '', $mddomain);
$mdscriptname = $frm_env['SCRIPT_NAME'];
$mdscriptname = preg_replace('/admin\\.php/', '', $mdscriptname);
$key = strtoupper(md5($mddomain . 'jklfds89ufsdkfnsjfdksh') . md5($mdscriptname . '7hbfnbdnf') . md5('hyiplister' . $mddomain));
$flag = 0;
for ($i = 0; $i < 5; ++$i) {
if ($i == 0) {
$i = '';
}

$skey = substr($settings['key' . $i], 100, -200);
if ($key == $skey) {
$flag = 1;
continue;
}
}

$settings['use_redirect'] = 1;
if ($flag == 1) {
$settings['use_redirect'] = 0;
}

include 'inc/admin/license.inc.php';
} else {
include 'inc/admin/main.inc.php';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

echo ' </td>
</tr>
</table>
<!-- Main: END -->

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

';
include 'inc/admin/html.footer.inc.php';
$q = 'delete from hl_traffic where date + interval ' . $settings['traffic_count_days'] . ' day < now()';
if (!($ssth = mysql_query($q))) {
exit(mysql_error());
;
}

db_close($dbconn);
?>
View user's profile Send private message
PostPosted: Fri Oct 19, 2012 6:44 am Reply with quote
demon
Moderator
Moderator
Joined: Sep 22, 2010
Posts: 485




you used a decoder for this simple base64 obfuscation ? Laughing

_________________
Go BIG or go HOME !
View user's profile Send private message
Please decode my 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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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-2024 Janek Vind "waraxe"
Page Generation: 0.046 Seconds