[php] DeZender

Error 404

New Member
Hello..
I cant see any of dezenders files in this forums so i will give u little info with dezender script :)


Example:

Before:

Code:
<?php @Zend;
/*  ñ!This is not a text file!Þí   */
print "<html><body>\n";
print "<a href=\"http://www.zend.com/store/products/zend-safeguard-suite.php\"><img border=\"0\" src=\"http://www.zend.com/images/store/safeguard_icon_nover_64.jpg\" align=\"right\"></a>\n";
print "<center><h1>Zend Optimizer not installed</h1></center>";
print "<p>This file was encoded by the <a href=\"http://www.zend.com/store/products/zend-encoder.php\">Zend Encoder</a> / <a href=\"http://www.zend.com/store/products/zend-safeguard-suite.php\">Zend SafeGuard Suite</a></p>\n";
print "<p>In order to run it, please install the freely available <a href=\"http://www.zend.com/store/products/zend-optimizer.php\">Zend Optimizer</a>, version 2.1.0 or later.</p>\n";
print "<h2>What is the Zend Optimizer?</h2>
";
print <<<EOM
<p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4.  It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks.  The replacement code blocks perform exactly the same operations as the original code, only faster.</p>
<p>In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.</p>
<p>The Zend Optimizer is a freely-available product from <a href="http://www.zend.com">Zend Technologies</a>.  Zend Technologies is the company that develops the scripting engine of PHP, also known as the <a href="http://www.zend.com/store/products/zend-engine.php">Zend Engine</a>.</p>
EOM;
print "</body></html>\n";
exit();
?>

2004072201 2 655 1912 xù
Ÿ2}W½ŽÃƒâ€œ@^n.à	šCÞ_ïÒ qœxtš““5âDZÁv@ix…“NŠDÃPÒÒñ÷ ¡¢¸ŠŠ’Ùû'›ÃƒË†Q’ýv&ãùf¿ñ•—:>-M£©cûr·Öçd¢¸¢’HÃŒŽz1Ÿ/fZ×Fg¡›ÃƒÅ½—ÍÇâ|V•e>k0‡*œÃ‚«Ã”)‘óº®êÛÇ€a‰‰ Âö)‡5yvçz
8“‰PsjkÑ ŸÃ‚¹‰q½ST#læ`žÃƒÂµyÛ¥KýJ2‘]b“*»³íï¯*LÒÝ"îŸWOŸt±Þb̾!‚uèÿàõ'ÿ®ïÊpÃœlÃŒ
Õ,+ÞTMë6^(ô£w‚7œH´hòºÌæ¹Û÷+xãÀgÙ;!#'²¦ù\ÕÚo¼ö‚Ѫ÷BG÷ó:›Ã‚µU½„¶ìv>¹9¤ŒÃƒÂ¢Ã‚Â¥-¦7¡ ¯ýÏ.wCQø,8‘ ø§·ÅÞ–m¯vÛºBÿ×ÛoK‡Ã‚¶Ã—ÑÛu8yÔvÉcÖqä¨÷èEØ”£{]LÌÇ4D¿GQ"èUØ1<»f[CÛ&ú¥`o~
T‹BÇeÕÆþT<Š#÷Øêm.Ãc¤
nÃŽf‚¾÷«Ä—†z¡^Fì&¢[ð†vºU2 ¿‹ÃƒÂ¶ÃƒËœ†ÃƒÂ«Ãƒâ‚¬UOSGö(€ÃƒÂ©ÃƒÂ«/{êø˜:@W[DCô,ì˜Ã‚¡Oaê ý9¢f£“¬¼ßÆ ±i•Ãƒâ€œÃ‚¾lVƒÃƒÂ¤ÃƒÂ¸8
ß—ƒÃƒâ€°ÃƒÅ¾Q¾€Ã‚¾Ã¨}klIQö›vj.ºþæ2Úª§G˜LS’›E#˜f§	MIˆY4hû’HUªWÖ…ÑU==$L˜fÆLC-Þ–ï'DL$K¨MºžÃƒÂºÃƒÅ½–ëÉqš&RѵÔÿHƒÃƒÂ¨ÃƒÂµ



After:

Code:
<?php
/*********************/
/*                                 */
/* YOUR TEXT CAN BE HERE */
/*                                     */
/*                                 */
/*                                  */
/*********************/

function connectToDB( )
{
    $hostdb = "localhost";
    $userdb = "username";
    $passdb = "password";
    $namedb = "dbname";
    $link = mysql_connect( $hostdb, $userdb, $passdb );
    if ( !$link )
    {
        exit( "Could not connect: ".mysql_error( ) );
    }
    $db_selected = mysql_select_db( $namedb );
    if ( !$db_selected )
    {
        exit( "Can't use database : ".mysql_error( ) );
    }
    return $link;
}

?>

- How to use it? :)
Drag File into php5/php.exe

- Why do i get Errors:
Script have small bug, therefore those "Errors" can be fixed even with notepad or any PHP editor

- Download:
Check Attachment

Please Say Thanks If Its Useful For You.
 

Error 404

New Member
eh. that would be a long time untill that happens.. At the moment DeIoncuber cost a "huge" ammount of money, and scripts arent that stable as may give errors/have bugs..

But ye, that'd be useful xD
 
Top