• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Admin

Well-Known Member
Staff member
Administrator
Demo
Code:
http://m4v.vn
Hướng dẫn:
+ Tải về thư mục level vào thư mục images
+ Mở tập tin forum/index.php
Tìm chỗ hiển thị thông tin thành viên viết bài
+ Dán code sau vào chỗ thích hợp
PHP:
$exp = $res['postforum'];

if ($exp >= 0 && $exp <19)
{
$chucdanh = '<img src="../images/level/gacon.gif" title="Gà con" width="20" height="20" align="middle"/>';
}
if ($exp >= 19&& $exp <49)
{
$chucdanh = '<img src="../images/level/buago.gif" title="Búa gỗ" width="20" height="20" align="middle"/>';
}
if ($exp >= 50&& $exp <99)
{
$chucdanh = '<img src="../images/level/buagodoi.gif" title="Búa gỗ đôi"  width="20" height="20" align="middle"/>';
}
if ($exp >= 100&& $exp <149)
{
$chucdanh = '<img src="../images/level/buada.gif" title="Búa đá" width="20" height="20" align="middle"/>';
}
if ($exp >= 150&& $exp <199)
{
$chucdanh = '<img src="../images/level/buadadoi.gif" title="Búa đá đôi" width="20" height="20" align="middle"/>';
}
if ($exp >= 200&& $exp <249)
{
$chucdanh = '<img src="../images/level/riusat.gif" title="rìu sắt" width="20" height="20" align="middle"/>';
}
if ($exp >= 250&& $exp <299)
{
$chucdanh = '<img src="../images/level/riusatdoi.gif"  title="rìu sắt đôi"  width="20" height="20" align="middle"/>';
}
if ($exp >= 300&& $exp <349)
{
$chucdanh = '<img src="../images/level/riubac.gif"  title="rìu bạc" width="20" height="20" align="middle"/>';
}
if ($exp >= 350&& $exp <399)
{
$chucdanh = '<img src="../images/level/riubacdoi.gif"  title="rìu bạc đôi" width="20" height="20" align="middle"/>';
}
if ($exp >= 400&& $exp <449)
{
$chucdanh = '<img src="../images/level/riuvang.gif" width="20"  title="rìu vàng"  height="20" align="middle"/>';
}
if ($exp >= 450&& $exp <499)
{
$chucdanh = '<img src="../images/level/riuvangdoi.gif" title="rìu vàng dôi"   width="20" height="20" align="middle"/>';
}
if ($exp >= 500&& $exp <549)
{
$chucdanh = '<img src="../images/level/chiensat.gif" title="rìu chiến sắt"   width="20" height="20" align="middle"/>';
}
if ($exp >= 550&& $exp <599)
{
$chucdanh = '<img src="../images/level/chiensatcham.gif" title="rìu chiến sắt chấm" width="20" height="20" align="middle"/>';
}
if ($exp >= 600&& $exp <649)
{
$chucdanh = '<img src="../images/level/chienbac.gif" title="rìu chiến bạc" width="20" height="20" align="middle"/>';
}
if ($exp >= 650&& $exp <699)
{
$chucdanh = '<img src="../images/level/chienbaccham.gif" title="rìu chiến bạc chấm" width="20" height="20" align="middle"/>';
}
if ($exp >= 700&& $exp <749)
{
$chucdanh = '<img src="../images/level/chienvang.gif" title="rìu chiến Vàng" width="20" height="20" align="middle"/>';
}
if ($exp >= 750&& $exp <799)
{
$chucdanh = '<img src="../images/level/chienvangcham.gif" title="rìu chiến Vàng chấm" width="20" height="20" align="middle"/>';
}
if ($exp >= 800&& $exp <849)
{
$chucdanh = '<img src="../images/level/rongxanh.gif" title="Rồng xanh" width="20" height="20" align="middle"/>';
}if ($exp >= 850&& $exp <899)
{
$chucdanh = '<img src="../images/level/rongbac.gif" title="Rồng Bạc" width="20" height="20" align="middle"/>';
}if ($exp >= 900&& $exp <949)
{
$chucdanh = '<img src="../images/level/rongdo.gif" title="Rồng Đỏ" width="20" height="20" align="middle"/>';
}
if ($exp >= 950&& $exp <999)
{
$chucdanh = '<img src="../images/level/wand1.gif" title="Đúa phép" width="20" height="20" align="middle"/>';
}if ($exp >= 1000&& $exp <1049)
{
$chucdanh = '<img src="../images/level/wand2.gif" title="Đúa phép" width="20" height="20" align="middle"/>';
}if ($exp >= 1050&& $exp <1099)
{
$chucdanh = '<img src="../images/level/wand3.gif" title="Đúa phép" width="20" height="20" align="middle"/>';
}if ($exp >= 1099)
{
$chucdanh = '<img src="../images/level/wand4.gif" title="Đúa phép" width="20" height="20" align="middle"/>'; 
}
echo '<br />'.$chucdanh.'';
Tải xuống tuoitreit.vn_level.zip (30.31 KB)
Chúc các bạn thành công!
Theo daivietpda.vn
 

Facebook Comments

New posts New threads New resources

Back
Top