• 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.

Share forum uloki 2.1 editor by quochuy

Admin

Well-Known Member
Staff member
Administrator
Đây là mã nguồn mình nghĩ nó được viết bởi người ấn độ và được sử dụng cho 1 số wapmaster của ấn độ như php4m.in và php4m.info... nhưng các diễn đàn đó bây giờ ko còn hoat động nữa và hẳn là các wapmaster việt hoạt động lâu năm cũng từng biết đến mã nguồn này, tuy nhiên ko ai sử dụng hết vì lý do ko thể fix được post tiếng việt có dấu.
nay mình fix lại và chỉnh sửa lại 1 số thứ, chat, mã coding, smile, lọc từ cấm, giao diện, thank,.... khá nhiều đấy.
giao diện mã nguồn này giống với phpbb wap v7.
Hướng dẫn recent topic
MOD RECENT TOPIC INDEX BY QUOCHUY

MO TAP TIN INDEX.PHP

------------------- TIM -------------------

$catlist=$db->select("SELECT * FROM b_categories ORDER BY catsort ASC");

--- CHEN PHIA TREN DOAN CODE DUOI DAY ----


print '<table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline">
<tr>
<td class="catSides">
<span class="cattitle"><a href="<?php echo $config->url;?>recent.php">Recent Topics</a></span>

</td>
</tr>';
$threadlist=$db->select("SELECT * FROM b_threads ORDER BY lastposttime DESC LIMIT 0, 5");
if($threadlist)
{

foreach($threadlist as $thread)
{
if(strlen($thread->title) > 120){ $thread->title = substr($thread->title,0,120)."~"; }
print "<tr>";
print "<td class=\"row1\">";
print "<a href=\"".$config->url."t/".$thread->id."/".converturl($thread->title).".html\">".$thread->title."</a>[".$thread->numreplies."] ";
print getusernamebyid($thread->lastpostuser);
print "</td>";
print "</tr>";

}
}
print "</table>";



[down]http://quochuy.wen.ru/uloki_2.1_editor_by_quochuy.zip[/down]
Dự phòng
[down]http://upvn.mobi/?id=41236[/down]
 

Facebook Comments

New posts New threads New resources

Back
Top