Waraxe IT Security Portal
Login or Register
March 14, 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: 638
Members: 0
Total: 638
Full disclosure
JSON Deserialiser Unconstrained Resource Consumption QuickOverview
Defense in depth -- the Microsoft way (part 96): yet anotherSAFER (SRPv1) and AppLocker (SRPv2) loophole
Alipay DeepLink+JSBridge Attack Chain: Silent GPS Exfiltration,17 Vulns, 6 CVEs (CVSS 9.3)
Cohesity TranZman Migration Appliance - 5 CVEs (commandinjection, LPE, unsigned patches, weak crypto)
APPLE-SA-03-11-2026-2 iOS 15.8.7 and iPadOS 15.8.7
APPLE-SA-03-11-2026-1 iOS 16.7.15 and iPadOS 16.7.15
SEC Consult SA-20260224-0 :: Multiple vulnerabilities in CPSD CryptoPro Secure Disk for BitLocker (CVE-2025-10010)
SEC Consult SA-20260218-0 :: Multiple Critical Vulnerabilities in NesterSoft WorkTime (on-prem/cloud)
[KIS-2026-04] SmarterMail <= 9518 (MailboxId) Reflected Cross-Site Scripting Vulnerability
SEC Consult SA-20260212-0 :: Multiple Vulnerabilities in various Solax Power Pocket WiFi models
[Full Disclosure] CVE-2025-69690 & CVE-2025-69691 — Authenticated RCE in Netgate pfSense CE 2.7.2 and 2.8.0
APPLE-SA-02-11-2026-9 Safari 26.3
APPLE-SA-02-11-2026-8 visionOS 26.3
APPLE-SA-02-11-2026-7 watchOS 26.3
APPLE-SA-02-11-2026-6 tvOS 26.3
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Ioncube PHP Decode
Post new topicReply to topic View previous topic :: View next topic
Ioncube PHP Decode
PostPosted: Sun Jun 06, 2010 7:10 pm Reply with quote
test123
Beginner
Beginner
Joined: Aug 22, 2009
Posts: 1




Script is shooting off an error from the footer.php file, which is encoded.

Code:
<?php //0035e
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);
?>
4+oV5977lynh4GJZTdqgxqktWSEFKAVLSNqrrxkyBKWjSRap2G78RochCwTONyUHLViRZHgOClCb
kxncEP2JpCuTXG24eoR9azsLEgUwqQeR5JH832bJqas85abUOpr5IPRIt6Q4Rs8oEGFZN3djfuyD
8kV+MUrS/bg6Gc0BFNp93lFRwjl7cE2/gJ1S++jBGe2VoebMyeXduc1MOXk0w91VmHDOn4aRMRL3
twH2ruQrGQdtKjl1kxHxluQms3dvDziblBVnJTXemd3I8h4JtG6OXhnkrXbWb5AQR6Ok1MVHn34P
uGl5qDxlE/+C/0fGsXZUyiIJh+2AjiS3wuSiyGbhym7gwM5Mvto+8RFEiIuvvXdVeQxdg7rBwsre
ekH8HewRrpwFLCPcdQMEBYX1xyfnhNiVkYHObTC7RO7kqciqYeZwsNICiS+ofQOX9yHflnQqnPqt
kbE7UWEqUnIZRhTo8byIzJdmnEGaxdyFKdUZkz+sMzQgEB2Quo3zLaUf1DLr+EbjRhi88IczKRG9
igUXlAPnBjyHeUWQ+l2hkMsOfKbdPX7niiZtqRWPaGDincAqTPsnvYfFXTlBavL+whq1/VU0aZhG
nb2D06y6MzpKx1N2ypkF5/6BbPP9zIaph43hTCuvkekbgbKmnD/4YuFmestWmu/I1vPMlbwMOD6R
xBa69quYMxnhSEmXK31zSGSPCEV3/Xowl/t9sT0KG5x1VgMAhbZV3Skbf2mryCi7u8i7nvuirBz8
x/V4TSsMs8nZuor4qnKo4w4gnwrF/VxOqq7B3mHFjvGJMsOMI/yhBiDvPFnlFH+ji4V1qEQZkO5V
gFwpe5xfKn8dgrjrkRm6phMCIR+zeE4pYcmIKoQRXVEEUtvateC/X5qKRVm5UpAvLj/bzmw4MPLg
qPBpM7wy3/Iyqm==


Thanks!
View user's profile Send private message
PostPosted: Thu Jul 26, 2012 11:59 am Reply with quote
demon
Moderator
Moderator
Joined: Sep 22, 2010
Posts: 485




Code:
<?php
echo "<s";
echo "tyle type=\"text/css\">\r\n<!--\r\n.style1 {font-size: 1}\r\n.style2 {font-size: 1px}\r\n-->\r\n</style>\r\n<div id=\"random\">\t\t\t\t\t\t\t\t\r\n";
include( "functions/random2.php" );
include( "functions/random3.php" );
include( "functions/random4.php" );
include( "functions/random5.php" );
include( "functions/random6.php" );
echo "\t\t\t\t\r\n</div>\r\n<!-- end random -->\r\n<div class=\"footer\">\r\n <div class=\"copyright\">Copyright &copy; 2008 ";
echo $url;
echo "</div>\r\n</div>\r\n<div class=\"footer\">\r\n <div class=\"copyright style1\">\r\n <div align=\"center\"><a href=\"http://www.sharemafia.com\" target=\"_blank\" class=\"style2\">Nulled Script</a></div>\r\n </div>\r\n</div>\r\n";
?>
View user's profile Send private message
Ioncube PHP Decode
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.030 Seconds