Waraxe IT Security Portal
Login or Register
May 3, 2025
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: 74
Members: 0
Total: 74
Full disclosure
Microsoft Windows .XRM-MS File / NTLM Information DisclosureSpoofing
[IWCC 2025] CfP: 14th International Workshop on Cyber Crime -Ghent, Belgium, Aug 11-14, 2025
Inedo ProGet Insecure Reflection and CSRF Vulnerabilities
Ruby on Rails Cross-Site Request Forgery
Microsoft ".library-ms" File / NTLM Information Disclosure (Resurrected 2025)
HNS-2025-10 - HN Security Advisory - Local privilege escalation in Zyxel uOS
APPLE-SA-04-16-2025-4 visionOS 2.4.1
APPLE-SA-04-16-2025-3 tvOS 18.4.1
APPLE-SA-04-16-2025-2 macOS Sequoia 15.4.1
APPLE-SA-04-16-2025-1 iOS 18.4.1 and iPadOS 18.4.1
Business Logic Flaw: Price Manipulation - AlegroCartv1.2.9
Stored XSS in "Message" Functionality - AlegroCartv1.2.9
XSS via SVG Image Upload - AlegroCartv1.2.9
BBOT 2.1.0 - Local Privilege Escalation via Malicious ModuleExecution
83 vulnerabilities in Vasion Print / PrinterLogic
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.038 Seconds