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 /* Copyright (c) Nicsoft LLC */ eval( '?>' . base64_decode('PD9waHANCg0KaW5jbHVkZSAn..
Decoded Output download
?>b"<?php
include '../inc/auth_header.php';
require 'XMLTranslationElements.php';
class XMLWriter {
private $xml_data;
private $XMLTranslationElements;
function __construct() {
$this->XMLTranslationElements = new XMLTranslationElements();
}
public function create_xml_data(){
$this->xml_data = $this->XMLTranslationElements->create_open();
$this->xml_data = $this->XMLTranslationElements->create_main_tag();
}
}
?>
"
Did this file decode correctly?
Original Code
<?php /* Copyright (c) Nicsoft LLC */ eval( '?>' . base64_decode('PD9waHANCg0KaW5jbHVkZSAnLi4vaW5jL2F1dGhfaGVhZGVyLnBocCc7DQpyZXF1aXJlICdYTUxUcmFuc2xhdGlvbkVsZW1lbnRzLnBocCc7DQoNCmNsYXNzIFhNTFdyaXRlciB7DQoJDQoJcHJpdmF0ZSAkeG1sX2RhdGE7DQoJcHJpdmF0ZSAkWE1MVHJhbnNsYXRpb25FbGVtZW50czsNCgkNCglmdW5jdGlvbiBfX2NvbnN0cnVjdCgpIHsNCgkJJHRoaXMtPlhNTFRyYW5zbGF0aW9uRWxlbWVudHMgPSBuZXcgWE1MVHJhbnNsYXRpb25FbGVtZW50cygpOw0KCX0NCgkNCgkNCglwdWJsaWMgZnVuY3Rpb24gY3JlYXRlX3htbF9kYXRhKCl7DQoJCSR0aGlzLT54bWxfZGF0YSA9ICR0aGlzLT5YTUxUcmFuc2xhdGlvbkVsZW1lbnRzLT5jcmVhdGVfb3BlbigpOw0KCQkkdGhpcy0+eG1sX2RhdGEgPSAkdGhpcy0+WE1MVHJhbnNsYXRpb25FbGVtZW50cy0+Y3JlYXRlX21haW5fdGFnKCk7DQoJCQ0KCX0NCn0NCg0KPz4NCg==')); ?>
Function Calls
base64_decode | 1 |
Stats
MD5 | f5f0ac677ac87bf93f7e212ae032f677 |
Eval Count | 1 |
Decode Time | 44 ms |