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

Signing you up...

Thank you for signing up!

PHP Decode

/** PHPPPTX trial package**/ /** PHPPPTX trial package**/ /** PHPPPTX trial package**/eva..

Decoded Output download

$activeSlide = $this->getActiveSlide();
$this->setActiveSlide(array('position' => 0));
$position = array('coordinateX' => 100, 'coordinateY' => 100, 'sizeX' => 1800000, 'sizeY' => 300000);
$content = array('text' => 'phppptx trial', 'color' => 'FF0000', 'underline' => true);
$this->addText($content, array('new' => $position));
$this->zipPptx->addContent('[Content_Types].xml', $this->pptxContentTypesDOM->saveXML());
$this->zipPptx->addContent('ppt/_rels/presentation.xml.rels', $this->pptxRelsPresentationDOM->saveXML());
$this->zipPptx->addContent('ppt/presentation.xml', $this->pptxPresentationDOM->saveXML());
$this->setActiveSlide($activeSlide);

Did this file decode correctly?

Original Code

 /** PHPPPTX trial package**/ /** PHPPPTX trial package**/ /** PHPPPTX trial package**/eval(gzinflate(base64_decode('lZJRS8MwFIXf/RV5KCSFuVV8EcYGouzJ4dA9TGSM0F5cICYhuZvdfr1Jmtp2L2qfyjnnnu8mJOMliiO8SlEBmZEM98Jdzz8A7zud5dOrZLihwa3lJ0aNdgKFVpTM5qTIQ7yVfGcKlVrbSiiOsIm5m6IYkZ761lOdOLepuyJ8SWsyt1EKlFIrBIUdBKHGmKFmb4zBmqAVXNJIkto23mIRCoJ4UBVYKRREA+0BurPyqlr7OtZSRi1EwVeM/xwy74bOwqw8Nk4/NHOMvqe/3fpkwG3H9WfYKE2ELZMf7cfnpb9nfoTN8on91uyHJzsL0k2MBeclHvYJgHFQh5QXr6x6sX+TLhnD+r9UX7yfrPf68uk3')));

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 a54b8a5cba55fe415be7db86701db02e
Eval Count 1
Decode Time 54 ms