PDA

View Full Version : Code máy Chaos của ForestWeb v7.0



ghvn1991
02-10-09, 02:55 PM
<?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>


";
}

?>

msmlinh
02-10-09, 11:54 PM
Server không báºt chức năng nà y
lỗi font hết rồi bạn ơi
lỗi font hết rồi bạn ơi

Mr.Rin
03-10-09, 01:27 AM
Lần sau bác mở = Notepad++ hộ cái. :| Share kiểu j khó chịu dễ sợ

Alehap2010
03-10-09, 06:54 AM
lỗi font hết rồi bạn ơi
lỗi font hết rồi bạn ơi
Bạn cần phải đem về chỉnh sửa đôi chút nữa!!

@ghvn: dạo nì hum rãnh nên hum test đc:D. Trong code có include 1 file
include ("func2.php");
File này là file jk` zị bạn?

modbibi
03-10-09, 08:22 AM
Trong code có include 1 file
include ("func2.php");
File này là file jk` zị bạn?


đây là kiểu share của ghvn1991,vừa share vừa bắt người ta đoán function mới có thể hoàn thành được,nói tóm lại đây là 1 đoạn code thôi,bạn cần phải đoán số code còn lại mới có thể hoàn thành được :D.

Alehap2010
03-10-09, 11:26 AM
đây là kiểu share của ghvn1991,vừa share vừa bắt người ta đoán function mới có thể hoàn thành được,nói tóm lại đây là 1 đoạn code thôi,bạn cần phải đoán số code còn lại mới có thể hoàn thành được :D.
hmm!!
Tại nhìn mấy ký tự rối cả mắt, nên chắc để khj nào thật rãnh mới thử:D

modbibi
03-10-09, 06:04 PM
hmm!!
Tại nhìn mấy ký tự rối cả mắt, nên chắc để khj nào thật rãnh mới thử:D

thật ra thì cái này cũng đơn giản thôi,làm cũng dễ