|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 160
Members: 0
Total: 160
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
I Will Pay $30 to some one to decode this PHP Script. |
|
Posted: Fri Nov 25, 2011 6:34 am |
|
|
Booogie |
Beginner |
|
|
Joined: Nov 25, 2011 |
Posts: 1 |
Location: Canada |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Nov 27, 2011 9:59 am |
|
|
zerobytes |
Valuable expert |
|
|
Joined: Aug 30, 2008 |
Posts: 199 |
|
|
|
|
|
|
|
phplockit easy, beginning of first file
Code: |
<?php
global $wp_version;
$exit_msg = 'WP File Lock for WordPress requires WordPress 2.7 or newer. <a href="http://codex.wordpress.org/Upgrading_WordPress">Please update!</a>';
if (version_compare($wp_version, "2.7", "<")) {
exit($exit_msg);
}
if (!class_exists('WPFileLock')) {
class WPFileLock
{
var $plugin_url;
var $cache_path;
var $db_option = 'WPFL_Options';
var $sent = false;
var $required_settings = array('access_code');
var $protect_it = false;
function WPFileLock()
{
$this->plugin_url = trailingslashit(WP_PLUGIN_URL . '/' . dirname(plugin_basename(__FILE__)));
$this->cache_path = ABSPATH . 'wp-content/';
add_action('init', array(
&$this,
'preprocessor' |
ZeroBytes |
|
_________________ Decoded by ASD @ Lost-codes.co.uk |
|
|
|
|
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
|
|
|
|
|
|
|