|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 55
Members: 0
Total: 55
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Ioncube Docoder for php 5.4 |
|
Posted: Wed Sep 02, 2015 11:07 am |
|
|
biDepo |
Beginner |
|
|
Joined: Sep 02, 2015 |
Posts: 2 |
|
|
|
|
|
|
|
|
Last edited by biDepo on Thu Sep 03, 2015 7:36 pm; edited 1 time in total |
|
|
|
|
ioncube decoding |
|
Posted: Wed Sep 02, 2015 3:36 pm |
|
|
kolaz |
Advanced user |
|
|
Joined: May 06, 2015 |
Posts: 53 |
|
|
|
|
|
|
|
If you want full decoding pm me.
Code: |
<?php
session_start();
function get_domain($url) {
$pieces = parse_url($url);
$domain = isset($pieces['host']) ? $pieces['host'] : '';
if (preg_match('/(?P<domain>[a-z0-9][a-z0-9\-]{1,63}\.[a-z\.]{2,6})$/i', $domain, $regs)) {
return $regs['domain'];
}
return false;
}
if(function_exists('mcrypt_encrypt')) {
if(get_option(__gc()) != __gc()) {
if($_REQUEST['code'] == __gc()) {
update_option(__gc(), __gc());
header('Location: ' . get_bloginfo('url'));
}
else {
|
|
|
|
|
|
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
|
|
|
|
|
|
|