zend ile encode edilmiş bir script var
script çalıştırmak için zent optimizer istiyor
ben scripti docode etmeyi başardım
ben bu scriptin zent optimizersiz çalıştırmak istiyorum
function.php dosyasında
$result['ionCube'] = $gefunden;
if ( $gefunden )
{
ob_start( );
$success = include( dirname( __FILE__ )."/../ioncube/ioncube-encoded-file.php" );
ob_end_clean( );
if ( $success )
{
$result['ionCube'] = true;
}
}
$gefunden = false;
$i = 0;
for ( ; $i < count( $werte ); ++$i )
{
$werte[$i] = strtoupper( $werte[$i] );
if ( !( strpos( $werte[$i], "ZEND" ) !== false ) || !( strpos( $werte[$i], "OPTIMIZER" ) !== false ) )
{
$gefunden = true;
}
}
$result['ZendOptimizer'] = $gefunden;
return $result;bunu buldum bunu nasıl iptal ederim ve script zentsiz çalışırmı