|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 86
Members: 0
Total: 86
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Help me decode 1 file - IONCUBE |
|
Posted: Thu Aug 11, 2011 12:24 pm |
|
|
alkasber |
Beginner |
|
|
Joined: Aug 11, 2011 |
Posts: 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Aug 14, 2011 4:57 am |
|
|
fireman |
Regular user |
|
|
Joined: Jun 03, 2011 |
Posts: 15 |
|
|
|
|
|
|
|
Code: | <?php
if ( $langFolder == "" )
{
$langFolder = "eng";
}
require( "admin_include_public.php" );
echo "\r\n<html>\r\n\r\n\t<head>\r\n\t\t<title>Administrator Login</title>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
define( "DEFAULT_CHARSET", "iso-8859-1" );
echo DEFAULT_CHARSET;
echo "\">\r\n\t\t<meta name=\"robots\" content=\"noindex, nofollow, noarchive\"> \r\n\r\n\t\t";
echo "<s";
echo "cript src=\"";
echo SCRIPT_ROOT;
echo "js/kValidate.js.php\"></script>\r\n\t\t<link rel=\"stylesheet\" href=\"";
echo SCRIPT_ROOT;
echo ADMIN_FOLDER_NAME;
echo "/style/admin.css\" type=\"text/css\">\r\n\t</head>\r\n\r\n\t<body>\r\n\r\n\t\t<table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\"><!-- 776 -->\r\n\t\t\t<tr>\r\n\t\t\t\t<td height=\"90%\" align=\"center\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t";
if ( isset( $_GET['info'] ) )
{
echo getinfo( $_GET['info'] );
}
echo "\r\n\t\t\t\t\t<form name=\"AdminLogin\" action=\"";
echo SCRIPT_ROOT;
echo ADMIN_FOLDER_NAME;
echo "/processlogin.php\" method=\"POST\" onSubmit=\"return validateForm(this);\">\r\n\t\t\t\t\t\t<input type=\"hidden\" name=\"return\" value=\"";
echo $_GET['return'];
echo "\">\r\n\t\t\t\t\t\t<table cellpadding=\"0\" cellspacing=\"0\" width=\"400\" align=\"center\">\r\n\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t<td width=\"95%\" background=\"images/bg_main_top.gif\" class=\"th\">Administrator Login</td>\r\n\t\t\t\t\t\t\t\t<td width=\"47\" class=\"th\"><img src=\"images/arrow_main.gif\" width=\"47\" height=\"30\" border=\"0\" alt=\"\"></td>\r\n\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t<table width=\"400\" cellspacing=\"1\" cellpadding=\"5\" align=\"center\" class";
echo "=\"table\">\r\n\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t<td class=\"td-Color\">Admin Id :</td>\r\n\t\t\t\t\t\t\t\t<td class=\"td-Color\"><input type=\"text\" name=\"adminId\" id=\"adminId\" size=\"24\" maxlength=\"10\" class=\"effect\" alt=\"blank\"></td>\r\n\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t<td class=\"td-White\">Password :</td>\r\n\t\t\t\t\t\t\t\t<td class=\"td-White\"><input type=\"password\" name=\"password\" size=\"24\" maxlength=\"10\" class=\"effect\" alt=\"blank\"></td>\r\n\t\t\t\t\t\t\t</";
echo "tr>\r\n\t\t\t\t\t\t\t<tr valign=\"top\">\r\n\t\t\t\t\t\t\t\t<td class=\"td-Color\" colspan=\"2\">\r\n\t\t\t\t\t\t\t\t\t";
echo gethumancaptcha( );
echo "\t\t\t\t\t\t\t\t\t<input type=\"text\" size=\"10\" maxlength=\"10\" name=\"captchaAnswer\" class=\"effect\">\r\n\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t</tr>\r\n\r\n\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t<td class=\"td-Color\" colspan=\"2\" align=\"center\"><input type=\"submit\" name=\"Enter\" value=\" Enter \" class=\"baseeffect\" ></td>\r\n\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t<br>\r\n\t\t\t\t\t\t<center><font size=\"1\" face=\"verdana\"><b>Admin Panel works best in Internet Explorer 6 and 7</b></";
echo "font></center>\r\n\r\n\t\t\t\t\t</form>\r\n\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t\t<tr>\r\n\t\t\t\t<td height=\"10%\" valign=\"bottom\" align=\"right\"><font face=\"verdana\" size=\"1\" color=\"gray\">© Web Administration Panel .v6 by <a href=\"http://www.kaonsoftwares.com/\" class=\"\" target=\"_blank\">Kaon Softwares</a>. All Rights Reserved.</font></td>\r\n\t\t\t</tr>\r\n\t\t</table>\r\n\r\n\t</body>\r\n\t";
echo "<s";
echo "cript language=\"JavaScript\">\r\n\t<!--\r\n\t\tadminId = document.getElementById('adminId');\r\n\t\tadminId.focus();\t\r\n\t//-->\r\n\t</script>\r\n</html>";
?>
|
|
|
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|