[Release] ForestWeb v5.0

Machine code of ForestWeb Chaos v7.0

I got this from some 1 so i am not taking credit for it ^^

i did decode ForestWeb v5.0 but not sure if it decoded right so i will upload it here some 1 can tell me if it looks right.

PHP:
<?php
require("config.php");
include("includes/bank_manager.php");
include ("func2.php");
$login = stripslashes($_SESSION['user']);
$login = clean_var($login);
if ($muweb['uplevel'] == 0)
{die("<span class='nhanvatlist2'>Server không báºt chức năng nà y</span>"); }
 
echo "
<p style='font-family: Verdana; text-align: left; font-size: 13pt;color: #C0C0C0;margin-top: 0;margin-bottom: 0;'><strong>Nâng cấp Level Item lên +10,+11,+12,+13</strong></p>
<hr width=700>
<div align='left' class='dkrs1'><ul><b>
<li>Bạn cần thoát game trÆ°á»›c khi nâng cấp item và  nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.
<li>Thùng Ä‘á»" cá nhân chỉ đặt item cần nâng cấp và  những váºt phẩm tăng tỉ lệ %. Nếu không, bị mất Ä‘á»" chúng tôi không chịu trách nhiệm.
<li>Item muốn nâng cấp phải để ở vị trà đầu tiên của thùng Ä‘á»" cá nhân. Và  rÆ°Æ¡ng Ä‘á»" chung phải để trống 4 ô đầu để Item sau khi nâng cấp có thể đủ chá»— đặt.
<li>Khi nâng cấp item bắt buá»™c bạn phải có tối thiểu $muweb[ttbles] Bles và  $muweb[ttsoul] Soul để là m phÃ.<br>Tỉ lệ lên +10 là  $muweb[tllevel10]% lên +11 là  $muweb[tllevel11]% lên +12 là  $muweb[tllevel12]% lên + 13 là  $muweb[tllevel13]%. Thêm má»™t Bles tÆ°Æ¡ng ứng tăng $muweb[tlbles] %, má»™t Soul tăng $muweb[tlsoul] %, và  má»™t Chaos tăng $muweb[tlchaos] % Tỉ lệ thà nh công. 
</ul></b></div>";
 
if($login == NULL){echo "<script>alert(' Bạn phải đăng nháºp má»›i có thể truy cáºp!');</script>";exit();}
else
{
$character = stripslashes($_POST['character']);
$online = $db->Execute("Select ConnectStat From MEMB_STAT where memb___id='$login'");
$check_online = $online->fetchrow();
$last_character = $db->Execute("Select GameIDC From AccountCharacter where Id='$login'");
$last_out = $last_character->fetchrow();
$inventory_result_sql = $db->Execute("SELECT Inventory FROM Character WHERE (Character.[Name] = '$character')");
$inventory_result = $inventory_result_sql->fetchrow();
$inventory = $inventory_result[0];
$inventory = bin2hex($inventory);
$inventory = strtoupper($inventory);
for($x=0;$x<64;$x++){$code.="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF";}
$jewel=jewel_check($character);
$blacklist=item_blacklist($character,2);
$checklist=$blacklist[soluong];
$bles=$jewel[bles];
$soul=$jewel[soul];
$chaos=$jewel[chaos];
$ptbles=($bles-$muweb['ttbles'])*$muweb['tlbles'];
$ptsoul=($soul-$muweb['ttsoul'])*$muweb['tlsoul'];
$ptchaos=$chaos*$muweb['tlchaos'];
$max=$ptbles+$ptsoul+$ptchaos;
$max= round($max);
$item = substr($inventory,384,32);
$code2=substr($item,2,2);
$checkexc = substr($item,14,2);
 
if(isset($_POST['kiemtra']))
{
check_dupe($character);
if($checkexc=="00")
{
echo"<script>alert('$character : Đá»" bạn muốn nâng cấp phải là  Ä‘á»" EXC.');</script>";exit();
}
elseif($bles < $muweb['ttbles'] OR $soul < $muweb['ttsoul'])
{
echo"<script>alert('$character : Phải có đủ $muweb[ttbles] Bles và $muweb[ttsoul] Soul là m phà nâng cấp item.');</script>";exit();
}
elseif($item == "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")
{
echo"<script>alert('Bạn chÆ°a đặt Item và o vị trà đầu tiên của thùng Ä‘á»" nhân váºt $character');</script>";exit();
}
elseif($check_online[0] != 0)
{
echo "<script>alert('Tà i khoản của bạn đang online xin vui lòng thoát rà i khoản khỏi game!');</script>";exit(); 
}
elseif ($last_out[0] == $character)
{
echo "<script>alert('Nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.');</script>";exit();
}
elseif($checklist > 0)
{
echo "<script>alert('Bạn không thể nâng cấp Item của bạn vì nó đang được nằm trong danh sách những Item không thể nâng cấp.');</script>";exit();
}
 
if($code2=="48" OR $code2=="49" OR $code2=="4A" OR $code2=="4B" OR $code2=="4C" OR $code2=="4D" OR $code2=="4E" OR $code2=="4F" OR $code2=="C8" OR $code2=="C9" OR $code2=="CA" OR $code2=="CB" OR $code2=="CC" OR $code2=="CD" OR $code2=="CE" OR $code2=="CF")
{
$max=$max+$muweb['tllevel10'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="50" OR $code2=="51" OR $code2=="52" OR $code2=="53" OR $code2=="54" OR $code2=="55" OR $code2=="56" OR $code2=="57" OR $code2=="D0" OR $code2=="D1" OR $code2=="D2" OR $code2=="D3" OR $code2=="D4" OR $code2=="D5" OR $code2=="D6" OR $code2=="D7")
{
$max=$max+$muweb['tllevel11'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="58" OR $code2=="59" OR $code2=="5A" OR $code2=="5B" OR $code2=="5C" OR $code2=="5D" OR $code2=="5E" OR $code2=="5F" OR $code2=="D8" OR $code2=="D9" OR $code2=="DA" OR $code2=="DB" OR $code2=="DC" OR $code2=="DD" OR $code2=="DE" OR $code2=="DF")
{
$max=$max+$muweb['tllevel12'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="60" OR $code2=="61" OR $code2=="62" OR $code2=="63" OR $code2=="64" OR $code2=="65" OR $code2=="66" OR $code2=="67" OR $code2=="E0" OR $code2=="E1" OR $code2=="E2" OR $code2=="E3" OR $code2=="E4" OR $code2=="E5" OR $code2=="E6" OR $code2=="E7")
{
$max=$max+$muweb['tllevel13'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
else
{
echo"<script>alert('Item muốn nâng cấp phải là Item +9, +10, +11 hoặc +12');</script>";exit();
}
echo"<script>alert('Bạn có thể tiến hà nh nâng cấp Item ngay bây giờ!');</script>";
}
if(isset($_POST['uplevel']))
{
check_dupe($character);
if($checkexc=="00")
{
echo"<script>alert('$character : Đá»" bạn muốn nâng cấp phải là  Ä‘á»" EXC.');</script>";exit();
}
elseif($bles < $muweb['ttbles'] OR $soul < $muweb['ttsoul'])
{
echo"<script>alert('$character : Phải có đủ $muweb[ttbles] Bles và $muweb[ttsoul] Soul là m phà nâng cấp item.');</script>";exit();
}
elseif($item == "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")
{
echo"<script>alert('Bạn chÆ°a đặt Item và o vị trà đầu tiên của thùng Ä‘á»" nhân váºt $character');</script>";exit();
}
elseif($check_online[0] != 0)
{
echo "<script>alert('Tà i khoản của bạn đang online xin vui lòng thoát rà i khoản khỏi game!');</script>";exit(); 
}
elseif ($last_out[0] == $character)
{
echo "<script>alert('Nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.');</script>";exit();
}
elseif($checklist > 0)
{
echo "<script>alert('Bạn không thể nâng cấp Item của bạn vì nó đang được nằm trong danh sách những Item không thể nâng cấp.');</script>";exit();
}
 
 
else {
if($code2=="48" OR $code2=="49" OR $code2=="4A" OR $code2=="4B" OR $code2=="4C" OR $code2=="4D" OR $code2=="4E" OR $code2=="4F" OR $code2=="C8" OR $code2=="C9" OR $code2=="CA" OR $code2=="CB" OR $code2=="CC" OR $code2=="CD" OR $code2=="CE" OR $code2=="CF")
{
$max=$max+$muweb['tllevel10'];
}
elseif($code2=="50" OR $code2=="51" OR $code2=="52" OR $code2=="53" OR $code2=="54" OR $code2=="55" OR $code2=="56" OR $code2=="57" OR $code2=="D0" OR $code2=="D1" OR $code2=="D2" OR $code2=="D3" OR $code2=="D4" OR $code2=="D5" OR $code2=="D6" OR $code2=="D7")
{
$max=$max+$muweb['tllevel11'];
}
elseif($code2=="58" OR $code2=="59" OR $code2=="5A" OR $code2=="5B" OR $code2=="5C" OR $code2=="5D" OR $code2=="5E" OR $code2=="5F" OR $code2=="D8" OR $code2=="D9" OR $code2=="DA" OR $code2=="DB" OR $code2=="DC" OR $code2=="DD" OR $code2=="DE" OR $code2=="DF")
{
$max=$max+$muweb['tllevel12'];
}
elseif($code2=="60" OR $code2=="61" OR $code2=="62" OR $code2=="63" OR $code2=="64" OR $code2=="65" OR $code2=="66" OR $code2=="67" OR $code2=="E0" OR $code2=="E1" OR $code2=="E2" OR $code2=="E3" OR $code2=="E4" OR $code2=="E5" OR $code2=="E6" OR $code2=="E7")
{
$max=$max+$muweb['tllevel13'];
}
else
{
echo"<script>alert('Item muốn nâng cấp phải là Item +9, +10, +11 hoặc +12');</script>";exit();
}
//up +10
if($code2=="48"){$code2="50";}
elseif($code2=="49"){$code2="51";}
elseif($code2=="4A"){$code2="52";}
elseif($code2=="4B"){$code2="53";}
elseif($code2=="4C"){$code2="54";}
elseif($code2=="4D"){$code2="55";}
elseif($code2=="4E"){$code2="56";}
elseif($code2=="4F"){$code2="57";}
 
elseif($code2=="C8"){$code2="D0";}
elseif($code2=="C9"){$code2="D1";}
elseif($code2=="CA"){$code2="D2";}
elseif($code2=="CB"){$code2="D3";}
elseif($code2=="CC"){$code2="D4";}
elseif($code2=="CD"){$code2="D5";}
elseif($code2=="CE"){$code2="D6";}
elseif($code2=="CF"){$code2="D7";}
//up +11
elseif($code2=="50"){$code2="58";}
elseif($code2=="51"){$code2="59";}
elseif($code2=="52"){$code2="5A";}
elseif($code2=="53"){$code2="5B";}
elseif($code2=="54"){$code2="5C";}
elseif($code2=="55"){$code2="5D";}
elseif($code2=="56"){$code2="5E";}
elseif($code2=="57"){$code2="5F";}
 
elseif($code2=="D0"){$code2="D8";}
elseif($code2=="D1"){$code2="D9";}
elseif($code2=="D2"){$code2="DA";}
elseif($code2=="D3"){$code2="DB";}
elseif($code2=="D4"){$code2="DC";}
elseif($code2=="D5"){$code2="DD";}
elseif($code2=="D6"){$code2="DE";}
elseif($code2=="D7"){$code2="DF";}
//up +12
elseif($code2=="58"){$code2="60";}
elseif($code2=="59"){$code2="61";}
elseif($code2=="5A"){$code2="62";}
elseif($code2=="5B"){$code2="63";}
elseif($code2=="5C"){$code2="64";}
elseif($code2=="5D"){$code2="65";}
elseif($code2=="5E"){$code2="66";}
elseif($code2=="5F"){$code2="67";}
 
elseif($code2=="D8"){$code2="E0";}
elseif($code2=="D9"){$code2="E1";}
elseif($code2=="DA"){$code2="E2";}
elseif($code2=="DB"){$code2="E3";}
elseif($code2=="DC"){$code2="E4";}
elseif($code2=="DD"){$code2="E5";}
elseif($code2=="DE"){$code2="E6";}
elseif($code2=="DF"){$code2="E7";}
//up +13
elseif($code2=="60"){$code2="68";}
elseif($code2=="61"){$code2="63";}
elseif($code2=="62"){$code2="6A";}
elseif($code2=="63"){$code2="6B";}
elseif($code2=="64"){$code2="6C";}
elseif($code2=="65"){$code2="6D";}
elseif($code2=="66"){$code2="6E";}
elseif($code2=="67"){$code2="6F";}
 
elseif($code2=="E0"){$code2="E8";}
elseif($code2=="E1"){$code2="E9";}
elseif($code2=="E2"){$code2="EA";}
elseif($code2=="E3"){$code2="EB";}
elseif($code2=="E4"){$code2="EC";}
elseif($code2=="E5"){$code2="ED";}
elseif($code2=="E6"){$code2="EE";}
elseif($code2=="E7"){$code2="EF";}
 
$rand = rand(1,100);
if($rand < $max)
{
$thanhcong=1;
}
else
{
$thanhcong=0;
}
 
if($thanhcong==1)
{
$item_code = substr_replace($item, $code2, 2, -28);
$mes="Bạn đã nâng cấp Item thà nh công!";
}
elseif($thanhcong==0)
{
$item_code = $item;
$mes="Quá trình nâng cấp Item đã thất bại, Bạn đã bị mất toà n bộ ngọc còn Item vẫn được bảo toà n!";

}
$item_code = substr_replace($code, $item_code, 0, +32);
$itemadd = substr_replace($inventory, $item_code, 384, +2432);
$new_inventory = "0x".$itemadd;
$db->Execute("UPDATE Character SET [inventory]=$new_inventory WHERE Name=? and AccountID=?",array($character,$login));
echo"<script>alert('$mes');</script>";exit();
}
}
 
echo"
<table width='700'>
<tr>
<td width='60%'></td>
<td width='40%'></td>
</tr>
<tr>
<td width='40%' align='center'>
<img alt='' src='images/chaos.jpg' width='270' height='267'><br>
<b class='dkrs1'>Nâng cấp Level Item lên +10,+11,+12,+13</td>
<td width='350' align='center'>
<div class='dkrs1'>
<fieldset align='center'><legend>Nâng cấp Level Item</legend>
<form method='post' action='index2.php?pageurl=user&subpage=uplevelitem' target='ok'><input type='hidden' name='uplevel' value='1'>
<table width='300' class='dkrs1'>
<td align=right>Bạn hãy chọn má»™t nhân váºt</td>
<td align=left><select name='character'>$option</select></td>
</tr>
<tr>
<td align=center colspan='2'><input type='submit' value='Nâng cấp Item'></td>
</tr>
</form>
</fieldset>
</div>
</td>
<tr>
<td align='center' colspan='2'>
<br>
<hr width=350><form method='post' action='index2.php?pageurl=user&subpage=uplevelitem' target='ok'><input type='hidden' name='kiemtra' value='1'>
Chọn nhân váºt muốn kiểm tra <select name='character'>$option</select><br><br>
<input type='submit' value='kiểm tra sự hợp lệ'>
</form>
</td>
</tr>
</table>
 
 
";
}
 
?>
 
Last edited:
I got this from some 1 so i am not taking credit for it ^^

i did decode ForestWeb v5.0 but not sure if it decoded right so i will upload it here some 1 can tell me if it looks right.

PHP:
<?php
require("config.php");
include("includes/bank_manager.php");
include ("func2.php");
$login = stripslashes($_SESSION['user']);
$login = clean_var($login);
if ($muweb['uplevel'] == 0)
{die("<span class='nhanvatlist2'>Server không báºt chức năng nà y</span>"); }
 
echo "
<p style='font-family: Verdana; text-align: left; font-size: 13pt;color: #C0C0C0;margin-top: 0;margin-bottom: 0;'><strong>Nâng cấp Level Item lên +10,+11,+12,+13</strong></p>
<hr width=700>
<div align='left' class='dkrs1'><ul><b>
<li>Bạn cần thoát game trÆ°á»›c khi nâng cấp item và  nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.
<li>Thùng Ä‘á»" cá nhân chỉ đặt item cần nâng cấp và  những váºt phẩm tăng tỉ lệ %. Nếu không, bị mất Ä‘á»" chúng tôi không chịu trách nhiệm.
<li>Item muốn nâng cấp phải để ở vị trà đầu tiên của thùng Ä‘á»" cá nhân. Và  rÆ°Æ¡ng Ä‘á»" chung phải để trống 4 ô đầu để Item sau khi nâng cấp có thể đủ chá»— đặt.
<li>Khi nâng cấp item bắt buá»™c bạn phải có tối thiểu $muweb[ttbles] Bles và  $muweb[ttsoul] Soul để là m phÃ.<br>Tỉ lệ lên +10 là  $muweb[tllevel10]% lên +11 là  $muweb[tllevel11]% lên +12 là  $muweb[tllevel12]% lên + 13 là  $muweb[tllevel13]%. Thêm má»™t Bles tÆ°Æ¡ng ứng tăng $muweb[tlbles] %, má»™t Soul tăng $muweb[tlsoul] %, và  má»™t Chaos tăng $muweb[tlchaos] % Tỉ lệ thà nh công. 
</ul></b></div>";
 
if($login == NULL){echo "<script>alert(' Bạn phải đăng nháºp má»›i có thể truy cáºp!');</script>";exit();}
else
{
$character = stripslashes($_POST['character']);
$online = $db->Execute("Select ConnectStat From MEMB_STAT where memb___id='$login'");
$check_online = $online->fetchrow();
$last_character = $db->Execute("Select GameIDC From AccountCharacter where Id='$login'");
$last_out = $last_character->fetchrow();
$inventory_result_sql = $db->Execute("SELECT Inventory FROM Character WHERE (Character.[Name] = '$character')");
$inventory_result = $inventory_result_sql->fetchrow();
$inventory = $inventory_result[0];
$inventory = bin2hex($inventory);
$inventory = strtoupper($inventory);
for($x=0;$x<64;$x++){$code.="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF";}
$jewel=jewel_check($character);
$blacklist=item_blacklist($character,2);
$checklist=$blacklist[soluong];
$bles=$jewel[bles];
$soul=$jewel[soul];
$chaos=$jewel[chaos];
$ptbles=($bles-$muweb['ttbles'])*$muweb['tlbles'];
$ptsoul=($soul-$muweb['ttsoul'])*$muweb['tlsoul'];
$ptchaos=$chaos*$muweb['tlchaos'];
$max=$ptbles+$ptsoul+$ptchaos;
$max= round($max);
$item = substr($inventory,384,32);
$code2=substr($item,2,2);
$checkexc = substr($item,14,2);
 
if(isset($_POST['kiemtra']))
{
check_dupe($character);
if($checkexc=="00")
{
echo"<script>alert('$character : Đá»" bạn muốn nâng cấp phải là  Ä‘á»" EXC.');</script>";exit();
}
elseif($bles < $muweb['ttbles'] OR $soul < $muweb['ttsoul'])
{
echo"<script>alert('$character : Phải có đủ $muweb[ttbles] Bles và $muweb[ttsoul] Soul là m phà nâng cấp item.');</script>";exit();
}
elseif($item == "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")
{
echo"<script>alert('Bạn chÆ°a đặt Item và o vị trà đầu tiên của thùng Ä‘á»" nhân váºt $character');</script>";exit();
}
elseif($check_online[0] != 0)
{
echo "<script>alert('Tà i khoản của bạn đang online xin vui lòng thoát rà i khoản khỏi game!');</script>";exit(); 
}
elseif ($last_out[0] == $character)
{
echo "<script>alert('Nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.');</script>";exit();
}
elseif($checklist > 0)
{
echo "<script>alert('Bạn không thể nâng cấp Item của bạn vì nó đang được nằm trong danh sách những Item không thể nâng cấp.');</script>";exit();
}
 
if($code2=="48" OR $code2=="49" OR $code2=="4A" OR $code2=="4B" OR $code2=="4C" OR $code2=="4D" OR $code2=="4E" OR $code2=="4F" OR $code2=="C8" OR $code2=="C9" OR $code2=="CA" OR $code2=="CB" OR $code2=="CC" OR $code2=="CD" OR $code2=="CE" OR $code2=="CF")
{
$max=$max+$muweb['tllevel10'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="50" OR $code2=="51" OR $code2=="52" OR $code2=="53" OR $code2=="54" OR $code2=="55" OR $code2=="56" OR $code2=="57" OR $code2=="D0" OR $code2=="D1" OR $code2=="D2" OR $code2=="D3" OR $code2=="D4" OR $code2=="D5" OR $code2=="D6" OR $code2=="D7")
{
$max=$max+$muweb['tllevel11'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="58" OR $code2=="59" OR $code2=="5A" OR $code2=="5B" OR $code2=="5C" OR $code2=="5D" OR $code2=="5E" OR $code2=="5F" OR $code2=="D8" OR $code2=="D9" OR $code2=="DA" OR $code2=="DB" OR $code2=="DC" OR $code2=="DD" OR $code2=="DE" OR $code2=="DF")
{
$max=$max+$muweb['tllevel12'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
elseif($code2=="60" OR $code2=="61" OR $code2=="62" OR $code2=="63" OR $code2=="64" OR $code2=="65" OR $code2=="66" OR $code2=="67" OR $code2=="E0" OR $code2=="E1" OR $code2=="E2" OR $code2=="E3" OR $code2=="E4" OR $code2=="E5" OR $code2=="E6" OR $code2=="E7")
{
$max=$max+$muweb['tllevel13'];
echo"<script>alert('Tỉ lệ thà nh công là $max %!');</script>";
}
else
{
echo"<script>alert('Item muốn nâng cấp phải là Item +9, +10, +11 hoặc +12');</script>";exit();
}
echo"<script>alert('Bạn có thể tiến hà nh nâng cấp Item ngay bây giờ!');</script>";
}
if(isset($_POST['uplevel']))
{
check_dupe($character);
if($checkexc=="00")
{
echo"<script>alert('$character : Đá»" bạn muốn nâng cấp phải là  Ä‘á»" EXC.');</script>";exit();
}
elseif($bles < $muweb['ttbles'] OR $soul < $muweb['ttsoul'])
{
echo"<script>alert('$character : Phải có đủ $muweb[ttbles] Bles và $muweb[ttsoul] Soul là m phà nâng cấp item.');</script>";exit();
}
elseif($item == "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF")
{
echo"<script>alert('Bạn chÆ°a đặt Item và o vị trà đầu tiên của thùng Ä‘á»" nhân váºt $character');</script>";exit();
}
elseif($check_online[0] != 0)
{
echo "<script>alert('Tà i khoản của bạn đang online xin vui lòng thoát rà i khoản khỏi game!');</script>";exit(); 
}
elseif ($last_out[0] == $character)
{
echo "<script>alert('Nhân váºt nâng cấp item không phải là  nhân váºt thoát ra sau cùng.');</script>";exit();
}
elseif($checklist > 0)
{
echo "<script>alert('Bạn không thể nâng cấp Item của bạn vì nó đang được nằm trong danh sách những Item không thể nâng cấp.');</script>";exit();
}
 
 
else {
if($code2=="48" OR $code2=="49" OR $code2=="4A" OR $code2=="4B" OR $code2=="4C" OR $code2=="4D" OR $code2=="4E" OR $code2=="4F" OR $code2=="C8" OR $code2=="C9" OR $code2=="CA" OR $code2=="CB" OR $code2=="CC" OR $code2=="CD" OR $code2=="CE" OR $code2=="CF")
{
$max=$max+$muweb['tllevel10'];
}
elseif($code2=="50" OR $code2=="51" OR $code2=="52" OR $code2=="53" OR $code2=="54" OR $code2=="55" OR $code2=="56" OR $code2=="57" OR $code2=="D0" OR $code2=="D1" OR $code2=="D2" OR $code2=="D3" OR $code2=="D4" OR $code2=="D5" OR $code2=="D6" OR $code2=="D7")
{
$max=$max+$muweb['tllevel11'];
}
elseif($code2=="58" OR $code2=="59" OR $code2=="5A" OR $code2=="5B" OR $code2=="5C" OR $code2=="5D" OR $code2=="5E" OR $code2=="5F" OR $code2=="D8" OR $code2=="D9" OR $code2=="DA" OR $code2=="DB" OR $code2=="DC" OR $code2=="DD" OR $code2=="DE" OR $code2=="DF")
{
$max=$max+$muweb['tllevel12'];
}
elseif($code2=="60" OR $code2=="61" OR $code2=="62" OR $code2=="63" OR $code2=="64" OR $code2=="65" OR $code2=="66" OR $code2=="67" OR $code2=="E0" OR $code2=="E1" OR $code2=="E2" OR $code2=="E3" OR $code2=="E4" OR $code2=="E5" OR $code2=="E6" OR $code2=="E7")
{
$max=$max+$muweb['tllevel13'];
}
else
{
echo"<script>alert('Item muốn nâng cấp phải là Item +9, +10, +11 hoặc +12');</script>";exit();
}
//up +10
if($code2=="48"){$code2="50";}
elseif($code2=="49"){$code2="51";}
elseif($code2=="4A"){$code2="52";}
elseif($code2=="4B"){$code2="53";}
elseif($code2=="4C"){$code2="54";}
elseif($code2=="4D"){$code2="55";}
elseif($code2=="4E"){$code2="56";}
elseif($code2=="4F"){$code2="57";}
 
elseif($code2=="C8"){$code2="D0";}
elseif($code2=="C9"){$code2="D1";}
elseif($code2=="CA"){$code2="D2";}
elseif($code2=="CB"){$code2="D3";}
elseif($code2=="CC"){$code2="D4";}
elseif($code2=="CD"){$code2="D5";}
elseif($code2=="CE"){$code2="D6";}
elseif($code2=="CF"){$code2="D7";}
//up +11
elseif($code2=="50"){$code2="58";}
elseif($code2=="51"){$code2="59";}
elseif($code2=="52"){$code2="5A";}
elseif($code2=="53"){$code2="5B";}
elseif($code2=="54"){$code2="5C";}
elseif($code2=="55"){$code2="5D";}
elseif($code2=="56"){$code2="5E";}
elseif($code2=="57"){$code2="5F";}
 
elseif($code2=="D0"){$code2="D8";}
elseif($code2=="D1"){$code2="D9";}
elseif($code2=="D2"){$code2="DA";}
elseif($code2=="D3"){$code2="DB";}
elseif($code2=="D4"){$code2="DC";}
elseif($code2=="D5"){$code2="DD";}
elseif($code2=="D6"){$code2="DE";}
elseif($code2=="D7"){$code2="DF";}
//up +12
elseif($code2=="58"){$code2="60";}
elseif($code2=="59"){$code2="61";}
elseif($code2=="5A"){$code2="62";}
elseif($code2=="5B"){$code2="63";}
elseif($code2=="5C"){$code2="64";}
elseif($code2=="5D"){$code2="65";}
elseif($code2=="5E"){$code2="66";}
elseif($code2=="5F"){$code2="67";}
 
elseif($code2=="D8"){$code2="E0";}
elseif($code2=="D9"){$code2="E1";}
elseif($code2=="DA"){$code2="E2";}
elseif($code2=="DB"){$code2="E3";}
elseif($code2=="DC"){$code2="E4";}
elseif($code2=="DD"){$code2="E5";}
elseif($code2=="DE"){$code2="E6";}
elseif($code2=="DF"){$code2="E7";}
//up +13
elseif($code2=="60"){$code2="68";}
elseif($code2=="61"){$code2="63";}
elseif($code2=="62"){$code2="6A";}
elseif($code2=="63"){$code2="6B";}
elseif($code2=="64"){$code2="6C";}
elseif($code2=="65"){$code2="6D";}
elseif($code2=="66"){$code2="6E";}
elseif($code2=="67"){$code2="6F";}
 
elseif($code2=="E0"){$code2="E8";}
elseif($code2=="E1"){$code2="E9";}
elseif($code2=="E2"){$code2="EA";}
elseif($code2=="E3"){$code2="EB";}
elseif($code2=="E4"){$code2="EC";}
elseif($code2=="E5"){$code2="ED";}
elseif($code2=="E6"){$code2="EE";}
elseif($code2=="E7"){$code2="EF";}
 
$rand = rand(1,100);
if($rand < $max)
{
$thanhcong=1;
}
else
{
$thanhcong=0;
}
 
if($thanhcong==1)
{
$item_code = substr_replace($item, $code2, 2, -28);
$mes="Bạn đã nâng cấp Item thà nh công!";
}
elseif($thanhcong==0)
{
$item_code = $item;
$mes="Quá trình nâng cấp Item đã thất bại, Bạn đã bị mất toà n bộ ngọc còn Item vẫn được bảo toà n!";
 
}
$item_code = substr_replace($code, $item_code, 0, +32);
$itemadd = substr_replace($inventory, $item_code, 384, +2432);
$new_inventory = "0x".$itemadd;
$db->Execute("UPDATE Character SET [inventory]=$new_inventory WHERE Name=? and AccountID=?",array($character,$login));
echo"<script>alert('$mes');</script>";exit();
}
}
 
echo"
<table width='700'>
<tr>
<td width='60%'></td>
<td width='40%'></td>
</tr>
<tr>
<td width='40%' align='center'>
<img alt='' src='images/chaos.jpg' width='270' height='267'><br>
<b class='dkrs1'>Nâng cấp Level Item lên +10,+11,+12,+13</td>
<td width='350' align='center'>
<div class='dkrs1'>
<fieldset align='center'><legend>Nâng cấp Level Item</legend>
<form method='post' action='index2.php?pageurl=user&subpage=uplevelitem' target='ok'><input type='hidden' name='uplevel' value='1'>
<table width='300' class='dkrs1'>
<td align=right>Bạn hãy chọn má»™t nhân váºt</td>
<td align=left><select name='character'>$option</select></td>
</tr>
<tr>
<td align=center colspan='2'><input type='submit' value='Nâng cấp Item'></td>
</tr>
</form>
</fieldset>
</div>
</td>
<tr>
<td align='center' colspan='2'>
<br>
<hr width=350><form method='post' action='index2.php?pageurl=user&subpage=uplevelitem' target='ok'><input type='hidden' name='kiemtra' value='1'>
Chọn nhân váºt muốn kiểm tra <select name='character'>$option</select><br><br>
<input type='submit' value='kiểm tra sự hợp lệ'>
</form>
</td>
</tr>
</table>
 
 
";
}
 
?>

Ok dude, this is right decoding :D so.... now i start to translate and fix modules ^^... Soon i will make repack.... please be patient!
 
Ok dude, this is right decoding :D so.... now i start to translate and fix modules ^^... Soon i will make repack.... please be patient!

PS: Can you decode all web not only 1 file? If you can please do it!
 
can someone translate in english ?? and is this web 99.9% secured??
 
La Web Que Postiaron aqui y en Muchos Foros No es la Imagen que Dejan del Demo (n)
En Realidad es la web
ForestWeb 4.0
99296548.jpg





 
Sure i start decodeing more today i have done by end of the day or the latest tomorrow.
 
La Web Que Postiaron aqui y en Muchos Foros No es la Imagen que Dejan del Demo (n)
En Realidad es la web
ForestWeb 4.0
99296548.jpg






btw its not a ghost rider game its a mu game ^^^
 
btw its not a ghost rider game its a mu game ^^^

lol ha lo que yo me refiero es que instale esa web que postiaron y no es la web que dejan en la imagen es otra y dejo una foto para que vean ... !
 
I am having problems decoding some of these files i am getting this

but i keep on at it.


PHP:
<?
/* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
/* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
/* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
$bDestroy_session' = 'TRUE';
;
$url_redirect' = 'index.php';
/* Unknown opcode: 68 (ZEND_NEW) */
/* Unknown opcode: 69 (UNKNOWN_OPCODE) */
/* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
/* Unknown opcode: 65 (ZEND_SEND_VAL) */
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */
/* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
$sqlinject' = /* TMP 13 */;
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 17 (ZEND_IS_EQUAL) */
if('TRUE';
) {
die('<center>'.$muweb'['n'</center>');
}
/* Unknown opcode: 18 (ZEND_IS_NOT_EQUAL) */
if('<center>'.$muweb'['n'</center>') {
die('<center>File LIC đã bị thay đổi.</center>');
}
echo '<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="';
echo '$tieude';
echo '">
<meta name="keywords" content="';
echo '$keywords';
echo '">
<link rel="stylesheet" type="text/css" href="';
echo .$csslink';
echo '">
<link rel="stylesheet" type="text/css" href="http://mutocdo.net/news/themexx.css">
';
echo '<s';
echo 'tyle type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: no-repeat;
background-color: #000000;
background-position:top center;
}
-->
</style>
<title>';
echo .$tieude';
echo '</title>
</head><body style="margin: 0pt; background-color: rgb(16, 20, 20);">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="width: 302px;" class="trangchu2" valign="top">
<table style="width: 100%; margin-top: 270px;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="trangchu9"><a href="index.php" class="menu01">Trang Ch';
echo 'ủ</a></td>
</tr>
<tr>
<td class="trangchu9"><a class="menu01" href="cpanel/index.php">Quản Lý Tà i Khoản</a></td>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="cpanel/index.php?op=register&amp;dongy=1">Đăng Ký Tà i Khoản</a></td>
</tr>
<tr>
<td class="trangchu9"><a class="menu01" href="cpanel/index.php?op=quenmatkhau">Quên Máº*t Khẩu</a></td>
</tr>
<tr>
<td class="trangchu9"><a hre';
echo 'f="index.php?op=downloads" class="menu01">Tải Mu ';
echo .$tenmu';
echo '</a></td>
</tr>
</tr>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="index.php?op=rankings">Bảng Xếp Hạng <img src="';
echo .$img_new_ico';
echo '" border="0"></a></td>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="index.php?op=gioithieu">Giới Thiệu ';
echo .$tenmu';
echo '<img src="';
echo .$img_new_ico';
echo '" border="0"></a></td>
</tr>
</tbody></table>
<div align="right"> 
<table background="';
echo .$img_supp';
echo '" width="187" height="153" border="0">
<tr>
<td><table align="center" width="182" height="147" border="0">
<tr>
<td height="33">&nbsp;</td>
</tr>
<tr>
<td colspan="3" align="center">';
echo '<s';
echo 'pan class="link_text"><TABLE border=0 cellPadding=0 cellSpacing=0 >
<TR><TD align=left vAlign=top>
<TABLE border=0 cellPadding=0 cellSpacing=0 
<TR>
<TD align=middle vAlign=center>
<table height=0 cellspacing=0 cellpadding=0 width=0 border=0>
<td>
<center>
<b><font size="2">Thắc Mắc - Giải Đáp</font></b><br>
<a href="ymsgr:sendIM?';
echo .$ymadmin';
echo '&m=Hello Admin"><img src="http://opi.yahoo.com/online?u=';
echo .$ymadmin';
echo '&m=g&t=1"></a></center>
<center class="style1">
<font color="#FF0000">HOTLINE: ';
echo .$hotline';
echo '<br>
';
echo '<s';
echo 'pan class="style2">Mọi thông tin khác trên<br>
đều là giả mạo</span></font></center>
</td>
</table>
</TD>
</TR></TABLE></TD></TR>
<TR>
</TD></TR></TABLE>
</td>
</tr>
</table></td>
</tr>
</table>
</div>
<td style="width: 661px;" valign="top">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo .$img_top';
echo '" width="661" height="53"></td>
</tr>
<tr>
<td>
<table style="width: 100%;" class="trangchu4" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding: 10px;">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="width: 457px;" valign="top" class="trangchu6">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><t';
echo 'r>
<td>
<img src='';
echo .$bannerlink';
echo ''</td>
</tr>
</tbody></table>
<br style="line-height: 15px;">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo .$img_tintuc';
echo '" width="455" height="58"></td>
</tr>
<tr>
<td class="trangchu5" style="padding: 0px 30px 0px 10px;">
';
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
/* Unknown opcode: 13 (ZEND_BOOL_NOT) */
/* Unknown opcode: 46 (ZEND_JMPZ_EX) */
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
/* Unknown opcode: 13 (ZEND_BOOL_NOT) */
/* Unknown opcode: 52 (ZEND_BOOL) */
/* Unknown opcode: 46 (ZEND_JMPZ_EX) */
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
/* Unknown opcode: 13 (ZEND_BOOL_NOT) */
/* Unknown opcode: 52 (ZEND_BOOL) */
if(.$img_tintuc') {
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 42 (UNKNOWN_OPCODE) */
}
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
if(.$img_tintuc') {
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 42 (UNKNOWN_OPCODE) */
}
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
if(.$img_tintuc') {
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
/* Unknown opcode: 42 (UNKNOWN_OPCODE) */
}
/* Unknown opcode: 89 (ZEND_FETCH_IS) */
/* Unknown opcode: 90 (ZEND_FETCH_DIM_IS) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
if(.$img_tintuc') {
/* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
/* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
}
echo '</td>
</tr>
<tr>
<td>
<img alt="" src="';
echo .$img_tintuc_duoi';
echo '" width="455" height="28"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo .$img_gtsukien';
echo '" width="455" height="65"></td>
</tr>
<tr>
<td class="trangchu5" style="padding: 0px 30px 10px 10px;">
';
/* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
echo '</td>
</tr>
<tr>
<td>
<img alt="" src="';
echo .$img_gtsukien_duoi';
echo '" width="455" height="28"><br>
</td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo .$img_wall';
echo '" width="455" border="0"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo .$img_video';
echo '" width="455" border="0"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;">
<tbody><tr>
<td><a href="index.php?op=rankings"><img alt="" src="';
echo .$img_banghoi';
echo '" style="border: 1px solid gray;"></a></td>
<td><a href="index.php?op=rankings"><img alt="" src="';
echo .$img_thang';
echo '" style="border: 1px solid gray;"></a></td>
<td><a href="index.php?op=rankings_3mien"><img alt="" src="';
echo .$img_3mien';
echo '" style="border: 1px solid gray;"></a></td>
</tr>
</tbody></table>
<br>
<a href="index.php?op=rankings">
<img alt="" src="';
echo .$img_banghoi_big';
echo '" border="0" usemap="#FPMap2" width="449"></a></td>
<td valign="top">
<table style="width: 100%;">
<tbody>
<tr><td class="trangchu6"><a href="cpanel/index.php"><img src="';
echo .$img_memb';
echo '"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=register&amp;dongy=1">
<img alt="Đăng ký tà i khoản Mu ';
echo .$tenmu';
echo '" src="';
echo .$img_dktk';
echo '" title="Đăng ký tà i khoản Mu ';
echo .$tenmu';
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="index.php?op=downloads">
<img alt="Download Mu ';
echo .$tenmu';
echo '" src="';
echo .$img_dl';
echo '" title="Download Mu ';
echo .$tenmu';
echo '" border="0" width="187" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=user&amp;option=cardphone">
<img alt="Mua VND Mu ';
echo .$tenmu';
echo '" src="';
echo .$img_vnd';
echo '" title="Mua VND Mu ';
echo .$tenmu';
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=user&amp;option=napsvvip">
<img alt="Đăng ký Server VIP MU ';
echo .$tenmu';
echo '" src="';
echo .$img_svvip';
echo '" title="Đăng ký Server VIP MU ';
echo .$tenmu';
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="index.php?op=rankings">
<img alt="Bảng Xếp Hạng Mu ';
echo .$tenmu';
echo '" src="';
echo .$img_xephang';
echo '" title="Bảng Xếp Hạng Mu ';
echo .$tenmu';
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr><td class="trangchu6"> <div align="right"> 
<table background="';
echo .$img_statis';
echo '" width="185" height="153" border="0">
<tr>
<td><table align="center" width="181" height="213" border="0">
<tr>
<td height="33">&nbsp;</td>
</tr>
<tr>
<td>';
echo '<s';
echo 'tyle type="text/css">
.maychu01 {
border-collapse: collapse;
border: 1px solid #343333;
}
.maychu02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
border: 1px solid #343333;
color:gray;
}
.style1 {
font-size: x-small;
font-weight: bold;
}
.style2 {
font-weight: normal;
}
</style>
<table style="width: 88%;" class="maychu01" align="center" cellpad';
echo 'ding="0" cellspacing="0">
<tbody><tr>
<td class="maychu02" style="height: 20px;"><b><font color="#cccccc">Tình Trạng 
Server</font></b></td>
</tr>

<tr>
<td class="maychu02">
<div align="center">
';
echo '<s';
echo 'cript type="text/javascript" src="http://user5.titanichost.com/mugt1/textfader.js"></script>
';
echo '<s';
echo 'cript type="text/javascript">
function throbFade() {
fade(2, Math.floor(throbStep / 2), (throbStep % 2) ? false : true);
setTimeout("throbFade();", (throbStep % 2) ? 100 : 4000);
if (++throbStep > fader[2].message.length * 2 - 1) throbStep = 0;
}
fader[2] = new fadeObj(2, 'statistics', 'FF0000', 'CCCCCC', 30, 30, false);
';
/* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
/* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
echo ' 
var throbStep = 0;
setTimeout("throbFade();", 1000);
</script>
<div id="statistics"></div>
</div></td>
</tr>
<tr>
<td class="maychu02" style="padding: 5px;"><font size="1" color="#999999">
Máy chủ Mu
';
echo .$tenmu';
echo ' bảo trì hằng ngà y từ ';
echo .$baotri';
echo '.</font></td>
</tr>
</tbody></table>
</td>
</tr>
</table></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<table style="width: 100%;">
<tbody><tr>
<td class="trangchu8"><br>
';
echo .$diachiwebsite';
echo ' Sá»* Dụng ';
echo .$phienban';
echo ' Phát Triển Trên Diễn Đà n ********<br>
ForestWeb 5.0 Được Code bởi ForestMank_9x. Y!M : Lamphuong_zero<br>
';
echo .$copyright';
echo '<br>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
<td class="trangchu3" valign="top">
&nbsp;</td>
</tr>
</tbody></table>
</body></html>
';
return 1;
?>
 
Right so far i decoded most the Config.php files

PHP:
<?
error_reporting
(E_ALL ^ E_NOTICE ^ E_WARNING);
$muweb['connection'] = 'odbc';
$muweb['dbhost'] = '127.0.0.1';
$muweb['database'] = 'MuOnline';
$muweb['dbuser'] = 'sa';
$muweb['dbpassword'] = '121991';
include('includes/forestweb.php');
return 1;
?>

Its come out good too still have problems with the index files and the module
files but i'm working on it.
 
Ok sure thing but so far i have only decoded the Index files and the config files i know i
said i be done tomorrow but it mite take me a couple days.

Still working on some files that are giving me this

PHP:
<?
session_start
();
include('config.php');
include('LIC.php');
include('antidos.php');
include('sql_check.php');
check_inject();
include('sql_inject.php');
$bDestroy_session = TRUE;
$url_redirect = 'index.php';
/* Unknown opcode: 69 (UNKNOWN_OPCODE) */
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */          <<<< this here
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */     getting some          
/* Unknown opcode: 66 (ZEND_SEND_VAR) */              like this trying to fix.
sql_inject();
$sqlinject = $new sql_inject;
;
eval('includes/web_modules.php');
eval('includes/clean_var.php');
eval('includes/login.class.php');
login();
logincheck();
check_user();
$time_now = ime
('./log_file_sql.log');
;
* TMP 28 *();
if($muweb['battatweb' == 0) {
die('<center>'.$muweb['notice''</center>');
}
if($password != ) {
die('<center>File LIC Ä?ã bá»? thay Ä?á»?i.</center>');
}
echo '<HEAD>
<META http-equiv=Content-Language content=en-us>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<LINK href="images/skin.css" type=text/css rel=stylesheet>
<title>Trang Quản Lý Mu Online</title>
</HEAD>
<BODY class=khung_web style="background-color: #FFFFFF">
<TABLE class=header_web cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD style="WIDTH: 315px">
<TABLE class=table_ful';
echo 'l cellSpacing=0 cellPadding=0>
<TBODY>
<TR>
<TD><img alt="" src="http://upanh.com/uploads/17-June-2009/un3gs2g6kprbe7dtguki.jpg" width="267" height="150"></TD></TR></TBODY></TABLE></TD>
<TD style="VERTICAL-ALIGN: top">
<TABLE class=table_full>
<TBODY>
<TR>
<TD style="TEXT-ALIGN: right">
<img alt="" src="http://upanh.com/uploads/17-June-2009/956acajw8fg6ixxw8.gif" width="20" height="17">';
echo '<S';
echo 'PAN style="PADDING-RIGHT: 10px">
<a class="text0" href="index.php">Trang Chủ</a></SPAN> 
<img alt="" src="http://upanh.com/uploads/17-June-2009/ft3lahzdh08im3be0esx.gif" width="16" height="16">';
echo '<S';
echo 'PAN 
style="PADDING-RIGHT: 10px"> <a class="text0" href="index.php?op=user">Quản LÃ* Tà i 
Khoản</a></SPAN> </TD></TR>
</TBODY></TABLE></TD></TR>
<TR>
<TD class="header_menu" colSpan=2 style="height: 28px">
</TD></TR></TBODY></TABLE><BR style="LINE-HEIGHT: 10px">
<TABLE class=table_full>
<TBODY>
<TR>
<TD style="VERTICAL-ALIGN: top; WIDTH: 75%">
<TABLE class=table_full>
<TBODY>
<TR>
<TD class=table_noidu';
echo 'ng 
style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; WIDTH: 100%; PADDING-TOP: 8px"><BR 
style="LINE-HEIGHT: 15px">
<TABLE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 100%; PADDING-TOP: 0px">
<TBODY>
<TR>
<TD 
style="PADDING-LEFT: 20px; FONT-WEIGHT: 700; FONT-SIZE: 15px; VERTICAL-ALIGN: top; WIDTH: 100%; COLOR: #333333; FONT-FAMILY: Verdana; HEIG';
echo 'HT: 25px" 
colSpan=2>Chà o Mừng Bạn Tham Gia Trò Chơi Mu Online&nbsp;!<br>
</TD></TR>
<TR>
<TD 
style="VERTICAL-ALIGN: top; WIDTH: 20%; TEXT-ALIGN: center">
<IMG 
height=120 alt="" 
src="http://upanh.com/uploads/17-June-2009/8nfq6e7ikgm1pbl9slvr.jpg" 
width=150>&nbsp;</TD>
<TD style="VERTICAL-ALIGN: top; WIDTH: 80%">
<UL 
style="FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: arial"> 
<LI>T';
echo 'Ã*nh nÄ?ng ná»?i trá»?i, website giao diá»?n Ä?ẹp và  dá»? sá»* dụng. 
<LI>TÃ*nh cạnh tranh của Game thá»? hiá»?n qua các bảng xếp hạng. 
<LI>Ngoà i ra còn có má»?t sá»? chức nÄ?ng nhÆ° Xá»? sá»?, Sòng bạc...Hấp dẫn.
<LI>Miá»?n phÃ* mãi mãi và  xuất hiá»?n nhiá»?u sá»± kiá»?n. 
<LI>Còn nhiá»?u Ä?iá»?u thú vá»? nữa Ä?ang chá»? bạn khám phá... 
</LI></UL></TD></TR>';
echo '
<TR>
<TD 
style="FONT-SIZE: 12px; VERTICAL-ALIGN: top; COLOR: #666666; FONT-FAMILY: arial; TEXT-ALIGN: left" 
colSpan=2>';
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
if() {
modules();
}
echo '</TD></TR>
</TBODY></TABLE><BR 
style="LINE-HEIGHT: 10px"></TD></TR></TBODY></TABLE></TD>
<TD style="WIDTH: 1%">&nbsp;</TD>
<TD style="VERTICAL-ALIGN: top; WIDTH: 24%">
<TABLE class=table_full>
<TBODY>
<TR>
<TD class=table_noidung 
style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 0px; WIDTH: 100%; PADDING-TOP: 8px">
<table style="width: 100%">
<tr>
<td>
';
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
/* Unknown opcode: 46 (ZEND_JMPZ_EX) */
/* Unknown opcode: 76 (ZEND_UNSET_OBJ) */
/* Unknown opcode: 52 (ZEND_BOOL) */
if() {
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */
$muweb[member_vnd] = umber_format
('UPDATE MuWeb SET [time_now]=''.$time_now''');
;
echo '<form action='' method='post' name='logout_account' id='logout_account'>
<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0>
<TBODY>
<TR>
<TD colSpan=6 height=20><Center>
<img alt='' src='http://upanh.com/uploads/17-June-2009/xd77ncet91t8uj8m2mh3.gif'></Center></TD></TR>
<TR>
<TD><SPAN style='FONT-WEIGHT: 700; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Verdana'><center><b>Tà i Khoản :</b> '.$_SESSION
['user''</center><input name='logoutaccount' type='hidden' id='logoutaccount' value='logoutaccount'></font>
</SPAN></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width='100%' border=0>
<TBODY>
<TR>
<TD align=left>
<center>
<SPAN style='FONT-WEIGHT: 700; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Verdana'><b>Tiá»?n VND :</b> '.$muweb['member_vnd''<br>
</SPAN>
<B><A class='box2' href='index.php?op=user'><IMG src='http://upanh.com/uploads/17-June-2009/ft3lahzdh08im3be0esx.gif' border='0'>Quản Lý Tà i Khoản</A></B><br><A class='box2' href='index.php?op=uservip'><IMG src='http://upanh.com/uploads/17-June-2009/ft3lahzdh08im3be0esx.gif' border='0'><B>Quản Lý Tà i Khoản VIP</B></A><br>
<A class='box2' href='index.php?op=vipnet'><IMG src='http://upanh.com/uploads/17-June-2009/ft3lahzdh08im3be0esx.gif' border='0'><B>Quản Lý VIPNET</B></A></TD></TR></center>
<TR height=10>
<TD colSpan=2></TD></TR>
<TR align=middle>
<TD>
<TABLE style='WIDTH: 100%'>
<TBODY>
<TR>
<TD>
<TABLE style='WIDTH: 100%'>
<TBODY>
<TR>
<TD>
<IMG 
src='http://upanh.com/uploads/17-June-2009/ba7tf8f3e5sdxqubagsh.gif'></TD>
<TD><A class=box4 
href='index.php?op=user&option=mail'>Tin nhắn của BQT</A></TD>
<TR>
<TD>
<IMG src='http://upanh.com/uploads/17-June-2009/lzz6lbtsqdskkfo9sx2.gif'></TD>
<TD><A class=box4 href='index.php?op=user&option=mail'>Gá»*i câu há»?i cho BQT</A></TD>
<TR>
<TD>
<IMG src='http://upanh.com/uploads/17-June-2009/seeu0iq5nlfjqhezswp.gif'></TD>
<TD><A class=box4 href='index.php?op=user&option=cardphone'>Nạp ti�n và o tà i khoản</A></TD></TR>
<TR>
<TD>
<img src='http://upanh.com/uploads/18-June-2009/15btztpq2odaqv6zw7wq.jpg'></TD>
<TD><A class=box4 href='index.php?op=napvip'>Nạp tiá»?n sá»* dụng VIP</A></TD></TR>
<TR>
<TD>
<img src='http://upanh.com/uploads/18-June-2009/15btztpq2odaqv6zw7wq.jpg'></TD>
<TD><A class=box4 href='index.php?op=napsvip'>Nạp tiá»?n sá»* dụng S-VIP</A></TD></TR>
<TR>
<TD>
<img src='http://upanh.com/uploads/18-June-2009/15btztpq2odaqv6zw7wq.jpg'></TD>
<TD><A class=box4 href='index.php?op=user&option=napsvvip'>Nạp ti�n và o Server VIP</A></TD></TR>
</TBODY></TABLE></TD></TR></TBODY></TABLE>
<INPUT TYPE=submit value=Thoát>
</TD></TR></TBODY></TABLE></form>';
/* Unknown opcode: 42 (UNKNOWN_OPCODE) */
}
echo '<div>
<table border='0' cellpadding='0' cellspacing='0' width='130'>
<tr>
<td><form action='' method='post' name='login_account' id='login_account'>
	<table style='width: 210px'>
<tr>
<td style='width: 30%; font-family: Arial; font-size: 12px; font-weight: 700; text-align: right;'>Tà i khoản </td>
<td height='30'  width='80'><input name='login' type='text' style='font-family: Arial; font-size: 11px; width: 130px;' id='login' title='Username' size='12' maxlength='10'>
<input name='account_login' type='hidden' id='account_login' value='account_login'></td>
</tr>
<tr>
<td style='width: 30%; font-family: Arial; font-size: 12px; font-weight: 700; text-align: right;'>Máº*t khẩu </td>
<td width='80'><input name='pass' type='password' style='font-family: Arial; font-size: 11px; width: 130px;' id='pass' title='Password' size='12' maxlength='10'></td>
</tr>
<tr>
<td style='width: 30%; font-family: Arial; font-size: 12px; font-weight: 700; text-align: right;'>
Mã Ki�m Tra</td>
<td width='80'><img src='includes/image_verify.php' alt='Image Verify'>
<input name='verifyinput2' type='text' class='post' id='verifyinput2' size='2' maxlength='5'>
</td>
</tr>
<tr>
<td style='width: 30%; font-family: Arial; font-size: 12px; font-weight: 700; text-align: right;'></td>
<td width='80'><input type='submit' value='Ä?Ä?ng Nháº*p' border='0' height='40' width='40'></td>
</tr>
</table></form>
</td>
</tr>
</table></div>';
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */
$login = tripslashes
();
;
/* Unknown opcode: 92 (ZEND_FETCH_FUNC_ARG) */
/* Unknown opcode: 66 (ZEND_SEND_VAR) */
$login = lean_var();
;
if($login == Null) {
echo '
</td>
</tr>
<tr>
<td>
<UL>
<LI><A class=box 
href='index.php?op=quenmatkhau'>Tìm lại máº*t khẩu Ä?ã bá»? mất ?</A> 
<LI><A class=box href='index.php?op=register'>Tạo M�t Tà i Khoản M�i</A> </LI></UL>
</td>
</tr>';
}
echo '</table>
</TD></TR></TBODY></TABLE>

<BR 
style="LINE-HEIGHT: 10px">
<TABLE class=table_full>
<TBODY>
<TR>
<TD class=table_noidung 
style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 0px; WIDTH: 100%; PADDING-TOP: 8px">
<TABLE style="WIDTH: 100%">
<TBODY>
<TR>
<TD style="VERTICAL-ALIGN: top"><IMG 
src="http://upanh.com/uploads/17-June-2009/ipckdp2g622w1i5ppxfk.gif"></TD>
<TD 
style="FONT';
echo '-SIZE: 10px; VERTICAL-ALIGN: top; COLOR: #666666; FONT-FAMILY: arial">Ä?Ä?ng nháº*p bằng tà i khoản chung demo và  máº*t khẩu demo Ä?á»? tìm hiá»?u vá»? trò chÆ¡i<BR><BR 
style="LINE-HEIGHT: 10px"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR 
style="LINE-HEIGHT: 10px">
</TD></TR></TBODY></TABLE><BR 
style="LINE-HEIGHT: 15px">
<TABLE class=table_full>
<TBODY>
<TR>
<TD 
style="border: 0px so';
echo 'lid #d5d5d5; PADDING-RIGHT: 15px; WIDTH: 100%; BACKGROUND-REPEAT: repeat-x; HEIGHT: 65px; TEXT-ALIGN: right" class="table_noidung">';
echo '<S';
echo 'PAN 
style="FONT-WEIGHT: 700; FONT-SIZE: 11px; FONT-FAMILY: Arial">Server Mu 
Online Season 4 - Phiên bản ForestWeb 2009</SPAN>&nbsp;.<BR>';
echo '<S';
echo 'PAN 
style="FONT-SIZE: 11px; FONT-FAMILY: Arial">Website sá»* dụng mã nguá»?n má»? ForestWeb 
v5.0 do ForestMank_9x phát tri�n.</SPAN></TD></TR></TBODY></TABLE></BODY></HTML>';
return 1;
?>
 
Decoding Ioncube is the hardest encoded codes u can decode took me over 2 days and i
only just finished decoding 6 files.

Trying to fix these Unknown opcodes i keep getting thats whats taking soo long.
 
I only have 1 opcode to fixed in my Decoder when i fix this i will release the Repack of this
Web it will be all Decoded.

Just fixed the main Index file fully decoded now

Index.php
PHP:
<?
/*
Decoded by HariNgMeta
========================================
Version: 0.8.1
========================================
             =<[2009]>=
*/

session_start
('./log_file_sql.log',$bDestroy_session,$url_redirect);
include('config.php');
include('LIC.php');
include('antidos.php');
include('sql_check.php');
check_inject();
include('sql_inject.php');
$bDestroy_session = TRUE';
$url_redirect = 'index.php';
sql_inject();
$sqlinject = new sql_inject;
;
include('includes/web_modules.php');
include('includes/clean_var.php');
if($muweb['battatweb'] == 0) {
die("<center>{$muweb['notice']}</center>");
}
if($password != ) {
die('<center>File LIC đã bị thay đổi.</center>');
}
echo '<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="';
echo '$tieude';
echo '">
<meta name="keywords" content="';
echo '$keywords';
echo '">
<link rel="stylesheet" type="text/css" href="';
echo "{$csslink}";
echo '">
<link rel="stylesheet" type="text/css" href="http://mutocdo.net/news/themexx.css">
';
echo '<s';
echo 'tyle type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: no-repeat;
background-color: #000000;
background-position:top center;
}
-->
</style>
<title>';
echo "{$tieude}";
echo '</title>
</head><body style="margin: 0pt; background-color: rgb(16, 20, 20);">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="width: 302px;" class="trangchu2" valign="top">
<table style="width: 100%; margin-top: 270px;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="trangchu9"><a href="index.php" class="menu01">Trang Ch';
echo 'ủ</a></td>
</tr>
<tr>
<td class="trangchu9"><a class="menu01" href="cpanel/index.php">Quản Lý Tà i Khoản</a></td>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="cpanel/index.php?op=register&amp;dongy=1">�ăng Ký Tà i Khoản</a></td>
</tr>
<tr>
<td class="trangchu9"><a class="menu01" href="cpanel/index.php?op=quenmatkhau">Quên Máº*t Khẩu</a></td>
</tr>
<tr>
<td class="trangchu9"><a hre';
echo 'f="index.php?op=downloads" class="menu01">Tải Mu ';
echo "{$tenmu}";
echo '</a></td>
</tr>
</tr>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="index.php?op=rankings">Bảng Xếp Hạng <img src="';
echo "{$img_new_ico}";
echo '" border="0"></a></td>
</tr>
<tr>
<td class="trangchu9">
<a class="menu01" href="index.php?op=gioithieu">Giới Thiệu ';
echo "{$tenmu}";
echo '<img src="';
echo "{$img_new_ico}";
echo '" border="0"></a></td>
</tr>
</tbody></table>
<div align="right"> 
<table background="';
echo "{$img_supp}";
echo '" width="187" height="153" border="0">
<tr>
<td><table align="center" width="182" height="147" border="0">
<tr>
<td height="33">&nbsp;</td>
</tr>
<tr>
<td colspan="3" align="center">';
echo '<s';
echo 'pan class="link_text"><TABLE border=0 cellPadding=0 cellSpacing=0 >
<TR><TD align=left vAlign=top>
<TABLE border=0 cellPadding=0 cellSpacing=0 
<TR>
<TD align=middle vAlign=center>
<table height=0 cellspacing=0 cellpadding=0 width=0 border=0>
<td>
<center>
<b><font size="2">Thắc Mắc - Giải �áp</font></b><br>
<a href="ymsgr:sendIM?';
echo "{$ymadmin}";
echo '&m=Hello Admin"><img src="http://opi.yahoo.com/online?u=';
echo "{$ymadmin}";
echo '&m=g&t=1"></a></center>
<center class="style1">
<font color="#FF0000">HOTLINE: ';
echo "{$hotline}";
echo '<br>
';
echo '<s';
echo 'pan class="style2">M�i thông tin khác trên<br>
đ�u là giả mạo</span></font></center>
</td>
</table>
</TD>
</TR></TABLE></TD></TR>
<TR>
</TD></TR></TABLE>
</td>
</tr>
</table></td>
</tr>
</table>
</div>
<td style="width: 661px;" valign="top">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo "{$img_top}";
echo '" width="661" height="53"></td>
</tr>
<tr>
<td>
<table style="width: 100%;" class="trangchu4" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding: 10px;">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="width: 457px;" valign="top" class="trangchu6">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><t';
echo 'r>
<td>
<img src=\'';
echo "{$bannerlink}";
echo '\'</td>
</tr>
</tbody></table>
<br style="line-height: 15px;">
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo "{$img_tintuc}";
echo '" width="455" height="58"></td>
</tr>
<tr>
<td class="trangchu5" style="padding: 0px 30px 0px 10px;">
';

default: 
/* default section end */
include('modules/tintuc.php');
/* END LOOP */
if(isset($_GET
['news'])) {
include('modules/news_full.php');
/* END LOOP */
}
if(isset($_GET
['events'])) {
include('modules/events_show.php');
/* END LOOP */
}
if(isset($_GET
['op'])) {
modules();
}
echo '</td>
</tr>
<tr>
<td>
<img alt="" src="';
echo "{$img_tintuc_duoi}";
echo '" width="455" height="28"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo "{$img_gtsukien}";
echo '" width="455" height="65"></td>
</tr>
<tr>
<td class="trangchu5" style="padding: 0px 30px 10px 10px;">
';
include('modules/sukien.php');
echo '</td>
</tr>
<tr>
<td>
<img alt="" src="';
echo "{$img_gtsukien_duoi}";
echo '" width="455" height="28"><br>
</td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo "{$img_wall}";
echo '" width="455" border="0"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td>
<img alt="" src="';
echo "{$img_video}";
echo '" width="455" border="0"></td>
</tr>
</tbody></table>
<br>
<table style="width: 100%;">
<tbody><tr>
<td><a href="index.php?op=rankings"><img alt="" src="';
echo "{$img_banghoi}";
echo '" style="border: 1px solid gray;"></a></td>
<td><a href="index.php?op=rankings"><img alt="" src="';
echo "{$img_thang}";
echo '" style="border: 1px solid gray;"></a></td>
<td><a href="index.php?op=rankings_3mien"><img alt="" src="';
echo "{$img_3mien}";
echo '" style="border: 1px solid gray;"></a></td>
</tr>
</tbody></table>
<br>
<a href="index.php?op=rankings">
<img alt="" src="';
echo "{$img_banghoi_big}";
echo '" border="0" usemap="#FPMap2" width="449"></a></td>
<td valign="top">
<table style="width: 100%;">
<tbody>
<tr><td class="trangchu6"><a href="cpanel/index.php"><img src="';
echo "{$img_memb}";
echo '"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=register&amp;dongy=1">
<img alt="�ăng ký tà i khoản Mu ';
echo "{$tenmu}";
echo '" src="';
echo "{$img_dktk}";
echo '" title="�ăng ký tà i khoản Mu ';
echo "{$tenmu}";
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="index.php?op=downloads">
<img alt="Download Mu ';
echo "{$tenmu}";
echo '" src="';
echo "{$img_dl}";
echo '" title="Download Mu ';
echo "{$tenmu}";
echo '" border="0" width="187" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=user&amp;option=cardphone">
<img alt="Mua VND Mu ';
echo "{$tenmu}";
echo '" src="';
echo "{$img_vnd}";
echo '" title="Mua VND Mu ';
echo "{$tenmu}";
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="cpanel/index.php?op=user&amp;option=napsvvip">
<img alt="�ăng ký Server VIP MU ';
echo "{$tenmu}";
echo '" src="';
echo "{$img_svvip}";
echo '" title="�ăng ký Server VIP MU ';
echo "{$tenmu}";
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr>
<td class="trangchu6" style="height: 60px;">
<a href="index.php?op=rankings">
<img alt="Bảng Xếp Hạng Mu ';
echo "{$tenmu}";
echo '" src="';
echo "{$img_xephang}";
echo '" title="Bảng Xếp Hạng Mu ';
echo "{$tenmu}";
echo '" width="187" border="0" height="120"></a></td>
</tr>
<tr><td class="trangchu6"> <div align="right"> 
<table background="';
echo "{$img_statis}";
echo '" width="185" height="153" border="0">
<tr>
<td><table align="center" width="181" height="213" border="0">
<tr>
<td height="33">&nbsp;</td>
</tr>
<tr>
<td>';
echo '<s';
echo 'tyle type="text/css">
.maychu01 {
border-collapse: collapse;
border: 1px solid #343333;
}
.maychu02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
border: 1px solid #343333;
color:gray;
}
.style1 {
font-size: x-small;
font-weight: bold;
}
.style2 {
font-weight: normal;
}
</style>
<table style="width: 88%;" class="maychu01" align="center" cellpad';
echo 'ding="0" cellspacing="0">
<tbody><tr>
<td class="maychu02" style="height: 20px;"><b><font color="#cccccc">Tình Trạng 
Server</font></b></td>
</tr>

<tr>
<td class="maychu02">
<div align="center">
';
echo '<s';
echo 'cript type="text/javascript" src="http://user5.titanichost.com/mugt1/textfader.js"></script>
';
echo '<s';
echo 'cript type="text/javascript">
function throbFade() {
fade(2, Math.floor(throbStep / 2), (throbStep % 2) ? false : true);
setTimeout("throbFade();", (throbStep % 2) ? 100 : 4000);
if (++throbStep > fader[2].message.length * 2 - 1) throbStep = 0;
}
fader[2] = new fadeObj(2, \'statistics\', \'FF0000\', \'CCCCCC\', 30, 30, false);
';
statisitcs();
echo ' 
var throbStep = 0;
setTimeout("throbFade();", 1000);
</script>
<div id="statistics"></div>
</div></td>
</tr>
<tr>
<td class="maychu02" style="padding: 5px;"><font size="1" color="#999999">
Máy chủ Mu
';
echo "{$tenmu}";
echo ' bảo trì hằng ngà y từ ';
echo "{$baotri}";
echo '.</font></td>
</tr>
</tbody></table>
</td>
</tr>
</table></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<table style="width: 100%;">
<tbody><tr>
<td class="trangchu8"><br>
';
echo "{$diachiwebsite}";
echo ' Sá»* Dụng ';
echo "{$phienban}";
echo ' Phát Triển Trên Diễn �à n ********<br>
ForestWeb 5.0 �ược Code bởi ForestMank_9x. Y!M : Lamphuong_zero<br>
';
echo "{$copyright}";
echo '<br>
</td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table>
</td>
<td class="trangchu3" valign="top">
&nbsp;</td>
</tr>
</tbody></table>
</body></html>
';
return 1;
?>
 
When me and Killer4eto are finished with the files yes it will be in English Language.