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

Signing you up...

Thank you for signing up!

PHP Decode

if (!empty($_REQUEST['text1'])) { require_once('lunamaya.php'); $luna = new LunaMay..

Decoded Output download

<?  if (!empty($_REQUEST['text1'])) 
{ 
  require_once('lunamaya.php'); 
  $luna = new LunaMaya(); 
 
  $userWords = array( 
                'Polda Metro Jaya', 
                ); 
 
  $defaultWords = array( 
                'dari', 
                ); 
 
  $stopWords = array_merge($userWords, $defaultWords); 
 
  $text1 = $_REQUEST['text1']; 
  $text2 = $luna->reWriteIndo($text1, $stopWords, false); ?>

Did this file decode correctly?

Original Code

if (!empty($_REQUEST['text1']))
{
  require_once('lunamaya.php');
  $luna = new LunaMaya();

  $userWords = array(
                'Polda Metro Jaya',
                );

  $defaultWords = array(
                'dari',
                );

  $stopWords = array_merge($userWords, $defaultWords);

  $text1 = $_REQUEST['text1'];
  $text2 = $luna->reWriteIndo($text1, $stopWords, false);

Function Calls

None

Variables

None

Stats

MD5 848683b9c3ddbc4a5b1bdeb61d9b588d
Eval Count 0
Decode Time 82 ms