
Admin
Well-Known Member
Staff member
Administrator
Hướng dẫn:
Tải tập tin tuoitreit.vn_levelcf.zip vào thư mục images rồi giải nén
+ 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.
Tải xuống tuoitreit.vn_levelcf.zip (81.84 KB)
Chúc các bạn thành công!
Tải tập tin tuoitreit.vn_levelcf.zip vào thư mục images rồi giải nén
+ 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/cf/hocvien.gif" title="Học Viên" width="20" height="20" align="middle"/>';
}
if ($exp >= 19&& $exp <49)
{
$chucdanh = '<img src="../images/cf/binhnhi.gif" title="Binh Nhì" width="20" height="20" align="middle"/>';
}
if ($exp >= 50&& $exp <99)
{
$chucdanh = '<img src="../images/cf/binhnhat.gif" title="Binh Nhất" width="20" height="20" align="middle"/>';
}
if ($exp >= 100&& $exp <149)
{
$chucdanh = '<img src="../images/cf/hasi.gif" title="Hạ sĩ" width="20" height="20" align="middle"/>';
}
if ($exp >= 150&& $exp <199)
{
$chucdanh = '<img src="../images/cf/trungsi.gif" title="Trung Sĩ" width="20" height="20" align="middle"/>';
}
if ($exp >= 200&& $exp <249)
{
$chucdanh = '<img src="../images/cf/trungsi2.gif" title="Trung sĩ tham mưu" width="20" height="20" align="middle"/>';
}
if ($exp >= 250&& $exp <299)
{
$chucdanh = '<img src="../images/cf/trungsinhat.gif" title="Trung sĩ nhất" width="20" height="20" align="middle"/>';
}
if ($exp >= 300&& $exp <349)
{
$chucdanh = '<img src="../images/cf/thuongsi.gif" title="Thuongj Sĩ" width="20" height="20" align="middle"/>';
}
if ($exp >= 350&& $exp <399)
{
$chucdanh = '<img src="../images/cf/thieuuy.gif" title="thiếu úy" width="20" height="20" align="middle"/>';
}
if ($exp >= 400&& $exp <449)
{
$chucdanh = '<img src="../images/cf/trunguy.gif" width="20" title="trung úy" height="20" align="middle"/>';
}
if ($exp >= 450&& $exp <499)
{
$chucdanh = '<img src="../images/cf/daiuy.gif" title="Đại úy" width="20" height="20" align="middle"/>';
}
if ($exp >= 500&& $exp <549)
{
$chucdanh = '<img src="../images/cf/thieuta.gif" title="Thiếu tá" width="20" height="20" align="middle"/>';
}
if ($exp >= 550&& $exp <599)
{
$chucdanh = '<img src="../images/cf/trungta.gif" title="Trung tá" width="20" height="20" align="middle"/>';
}
if ($exp >= 600&& $exp <649)
{
$chucdanh = '<img src="../images/cf/daita.gif" title="Đại tá" width="20" height="20" align="middle"/>';
}
if ($exp >= 650&& $exp <699)
{
$chucdanh = '<img src="../images/cf/chuantuong.gif" title="Chuẩn tướng" width="20" height="20" align="middle"/>';
}
if ($exp >= 700&& $exp <749)
{
$chucdanh = '<img src="../images/cf/thieutuong.gif" title="Thiếu tướng" width="20" height="20" align="middle"/>';
}
if ($exp >= 750&& $exp <799)
{
$chucdanh = '<img src="../images/cf/trungtuong.gif" title="Trung tướng" width="20" height="20" align="middle"/>';
}
if ($exp >= 800&& $exp <849)
{
$chucdanh = '<img src="../images/cf/daituong.gif" title="Đại tướng" width="20" height="20" align="middle"/>';
}if ($exp >= 850)
{
$chucdanh = '<img src="../images/cf/nguyensoai.gif" title="Nguyên soái" width="20" height="20" align="middle"/>';
}
echo '<br />'.$chucdanh.'';
Chúc các bạn thành công!