Waraxe IT Security Portal
Login or Register
January 31, 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: 123
Members: 0
Total: 123
Full disclosure
Username Enumeration - elggv6.3.3
Weak Password Complexity - elggv6.3.3
Paper-Exploiting XAMPP Installations
CVE-2025-12758: Unicode Variation Selectors Bypass in 'validator' library (isLength)
Re: Multiple Security Misconfigurations and Customer Enumeration Exposure in Convercent Whistleblowing Platform (EQS Group)
Re: Multiple Security Misconfigurations and Customer Enumeration Exposure in Convercent Whistleblowing Platform (EQS Group)
SEC Consult SA-20260126-2 :: UART Leaking Sensitive Data in dormakaba registration unit 9002 (PIN pad)
SEC Consult SA-20260126-1 :: Multiple Critical Vulnerabilities in dormakaba Access Manager
SEC Consult SA-20260126-0 :: Multiple Critical Vulnerabilities in dormakaba Kaba exos 9300
Re: Multiple Security Misconfigurations and Customer Enumeration Exposure in Convercent Whistleblowing Platform (EQS Group)
OpenMetadata <= 1.11.3 Authenticated SQL Injection
[REVIVE-SA-2026-001] Revive Adserver Vulnerabilities
Defense in depth -- the Microsoft way (part 95): the (shared)"Start Menu" is dispensable
Re: Multiple Security Misconfigurations and CustomerEnumeration Exposure in Convercent Whistleblowing Platform(EQS Group)
RIOT OS 2026.01-devel-317 Stack-Based Buffer Overflow in RIOT ethos Serial Frame Parser
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Can Some One Decode This
Post new topicReply to topic View previous topic :: View next topic
Can Some One Decode This
PostPosted: Wed Aug 05, 2009 10:38 am Reply with quote
PehleNazar
Regular user
Regular user
Joined: Mar 26, 2009
Posts: 11




Thanks a lot mate..


Last edited by PehleNazar on Fri Aug 07, 2009 4:41 am; edited 1 time in total
View user's profile Send private message
PostPosted: Fri Aug 07, 2009 12:41 am Reply with quote
Cyko
Moderator
Moderator
Joined: Jul 21, 2009
Posts: 375




The first one is the encoder file, which is uneeded.

Code:
<?php
//############################
// SourceCop Decoder v1.0
// By Cyko
//############################
?>
<?
if(isset($_GET['logout'])){
if(empty($_SESSION['mun'])){
header("location:../index.php");
}
session_start();
session_unset();
session_unregister();
session_destroy();
header("location:../index.php");
}
else{
if(empty($_SESSION['mun'])){
session_start();
header("location:login.php");
exit();
}
else{
header ("Expires: Sun, 01 Jan 2006 00:01:00 GMT"); // Date in the past
header ("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); // always modified
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0
$_SESSION['cmr_name'] = $_SESSION['mun'];
}
}
?>
<html>
<head>
<title>DL PayCart - Administration</title>
<link rel="stylesheet" href="scripts/style.css" type="text/css">
<script>
function open_window(url) {
window.open(url,"MyWin",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=540,height=250');
}
function ShowPic(url,title,x1,y1) {
window.open('../image.php?i='+url+'&t='+title+'', 'MyWin', 'top=1,width=' + x1 + ', height=' + y1 + '');
}
<!--
function MM_displayStatusMsg(msgStr) { //v2.0
status=msgStr;
document.MM_returnValue = true;
}
//-->
</script>
<link rel="stylesheet" href="scripts/menu1.css" id="css_menu">
<!-- dynamic menu structure & template -->
<script language="JavaScript" src="scripts/menu.js"></script>
<script language="JavaScript" src="scripts/menu_items.js"></script>
<script language="JavaScript" src="scripts/menu_tpl1.js"></script>

</head>
<body style='margin: 5px;' onLoad="MM_displayStatusMsg('Copyright &copy;2006 DL PayCart');return document.MM_returnValue">
<table bgcolor="white" cellspacing='0' cellpadding='0' align=center style='border:#29527B 1px solid; width: 90%;'>
<tr>
<td style='height: 64px; background-color: #ffffff; width: 200px;'><a href='http://www.dinkumsoft.com'><img src='img_bin/dlpc_logo.gif' border='0' alt='www.dinkumsoft.com' title='www.dinkumsoft.com' target="_blank" /></a></td>
<td align=right><p style="margin-top:1px; margin-right:5px;"><a class=nav href="../index.php" target="_new">Storefront</a> | <a class=nav href="access.php?logout">Logout</a><p style="margin-top:17px">
<img hspace=5 width=170 height=30 src="img_bin/t_admin.gif"></td>
</tr>
</table>

<table style='border-left:#29527B 1px solid; border-right:#29527B 1px solid; border-bottom:#29527B 1px solid;' align=center width="90%" border=0 cellpadding=2 cellspacing=0>
<tr bgcolor="#5A8EC5">
<td height=26 background="img_bin/tbar_bg2.gif" valign=top><div style="position:absolute; text-align:center"><script language="JavaScript">
<!--//
new menu (MENU_ITEMS, MENU_POS1, MENU_STYLES1);
//-->
</script></div></td>
</tr>
</table>
<table style='height:75%; border-left:#29527B 1px solid; border-right:#29527B 1px solid; border-bottom:#29527B 1px solid;' align=center width="90%" border=0 cellpadding=0 cellspacing=0>
<tr bgcolor="#FFFFFF">
<td valign=top>
View user's profile Send private message
PostPosted: Fri Aug 07, 2009 4:49 am Reply with quote
PehleNazar
Regular user
Regular user
Joined: Mar 26, 2009
Posts: 11




Thanks a lot mate.. i love this forum for people like u
View user's profile Send private message
Can Some One Decode This
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.053 Seconds