Thảo luận mod các loại.

  • Thread starter Thread starter m47
  • Ngày gửi Ngày gửi

m47

Dragon Quest
Topic này sẽ tập trung post các mod cho 4rum các loại !
Giúp các bạn tạo thêm các add-on hay hay cho 4rum của mình ! Tăng thêm sự hấp dẫn trong 4rum !
Đầu tiên! Sẽ là mod Game Inferno RPG ! Một Mod có thể giúp các thành viên trong 4rum có thể đóng vai các nhân vật !Rùi mua sắm vũ khí ! Đấm đá buôn bán ! VV,..
RPG Inferno
Cái mod này dành cho 4rum IPB 2.0 ! các bạn Down về và giải nén ! Sau đó xem file txt hướng dẫn để làm ! Mở File lang của nõ ra mà Việt Hoá !
Bản dành cho vBB tui đã làm mất :D Thông cảm :D
 

Attachments

  • rpg_battle_fight_stats.JPG
    rpg_battle_fight_stats.JPG
    141.1 KB · Đọc: 82
  • rpg_cp.JPG
    rpg_cp.JPG
    131.4 KB · Đọc: 44
hi hi hôm nay xin giới thiệu các bác mod ipb khác với mod nuôi thú ảo là mod nuôi pokemon caináy sưu tầm nghe đừng tuởng tui hay bản này xài cho bản 2x
+--------------------------------------------------------------
| Pokemons for IBP v2.0
| =============================================
| by dalfod
| =============================================
+--------------------------------------------------------------
===============================================================
Giới thiệu sơ lược về mod: Tương tự như bản cho IBP v1.3.
- Bạn có thể tạo mới (chọn tên, giới tính, loài), nuôi Pokemon đã rồi ko thích mua bán Pokemon.(có tới 386 loài nhưng hiện nay tui mơi add 42 loài làm mẫu).

- Bạn có thể chơi với pokemon, cho pokemon đọc sách, tập võ... để tăng các chỉ số.

- Trung tâm chăm sóc sẽ chăm sóc kỹ lưỡng cho Pokemon bạn có công chuyện phải đi vắng 2-3 tuần nếu bạn sợ pokemon mình die.

- Xem người ta đấu và đấu với người ta hoặc đấu với máy. Một đặc điểm chú ý đó chính là sự tương khắc giữa các thuộc tính đã làm được áp dụng (nước khắc lữa, lữa khắc cây, cây khắc đất... theo đúng qui tắc của pokemon) bởi vậy các bạn phải cẩn thận khi tấn công pokemon có thuộc tính khắc với thuộc tính pokemon của mình. Tuy nhiên tui chỉ mới là được ngũ hành tương khắc giữ nước, cây, lửa, điện, đất(trong pokemon có 15 thuộc tính).

- Giới thiệu việc làm: giới thiệu rất nhiều việc làm từ lương thiện cho đến phạm pháp. Lương thiện thì có bồi bàn, bốc xếp, giao báo... phạm pháp thì có trộm cắp, cướp nhà băng. Cướp nhà băng thì theo 5 chỉ số mà số bạn sẽ hên hay xui và tiền cướp được nhiều hay ít. Còn trộm cắp chui vô nhà dân tức là các thành viên khác mà chôm chỉa, thành công thì tv kia mất tiền, bạn có tiền, thất bại thì nộp phạt, ngoài ra còn tự động pm cho tv kia báo cho tv kia biết bạn đã viếng thăm nhà hắn và đã thất bại(thành công thì ai biết mà pm).

- Mua hàng, sử dụng và bán lại, tặng quà cho bạn bè, tặng luôn con Pokemon của mình cũng được. Dùng tiền cash. Toàn bộ item là bưng từ bên Munjpet qua T_T chỉ chỉnh sửa lại cho phù hợp với Pokemon.
===============================================================
Files Uploaded
./sources/pokemons/*
./sources/Admin/ad_pokemons.php
./Skin/s#/skin_pokemons.php
./lang/##/lang_pokemons.php
./html/pokemons/*

* tất cả các files và folder.
# thay bằng thư mục skin của bạn (skin/s1).
## thay bằng thư mục lang của bạn (lang/en).
<------------------------------------------------------------------>
Files cần sửa
./index.php
./admin.php
./Skin/s#/skin_topics.php
./sources/admin/admin_pages.php
./sources/post.php
./sources/sql/mysql_queries.php
<------------------------------------------------------------------>
Mở file index.php
-= TÌM: =-
require ROOT_PATH."sources/functions.php";

-= THÊM BÊN DƯỚI: =-
require ROOT_PATH."sources/pokemons/funcpoke.php";
$pokelib = new pokelib;

-= TÌM: =-
'toutline' => array( 'topics_outline' , 'toutline' ),
'task' => array( 'taskloader' , 'taskloader' ),
'findpost' => array( 'findpost' , 'findpost' ),

-= THÊM BÊN DƯỚI: =-
'pokemons' => array( "pokemons/pokemons" , 'pokemons' ),
'pokebattle' => array( "pokemons/pokebattle" , 'pokebattle' ),

Save và upload.
***********************************************************
Mở file admin.php
-= TÌM: =-
'postoffice'=> array( 'postoffice' , 'postoffice' ),
'emailerror'=> array( 'emailerror' , 'emailerror' ),
'gallery' => array( 'gallery' , 'gallery' ),

-= THÊM BÊN DƯỚI: =-
'pokemons' => array( 'pokemons' , 'pokemons' ),

Save và upload.
***********************************************************
Mở file /sources/sql/mysql_queries.php
-= TÌM: =-
m.mgroup_others, m.temp_ban, m.sub_end

-= THAY THẾ BỞI: =-
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons

Save và upload.
***********************************************************
Mở file /sources/post.php

-= TÌM: =-
$DB->simple_construct( array( 'update' => 'members',
'set' => $pcount.$mgroup." last_post=".intval($ibforums->member['last_post']),
'where' => 'id='.$ibforums->member['id']
) );

-= THAY THẾ BỞI: =-
require ROOT_PATH."sources/pokemons/modules.php";
$pokemodule = new pokemodule;
$pokemon = $pokemodule->new_post();

$DB->simple_construct( array( 'update' => 'members',
'set' => $pcount.$mgroup.$pokemon." last_post=".intval($ibforums->member['last_post']),
'where' => 'id='.$ibforums->member['id']
) );

Save và upload.
***********************************************************
Mở file sources/admin/admin_pages.php
-= Tìm: =-
1700 => array(
1 => array( 'View Moderator Logs' , 'act=modlog' ),
2 => array( 'View Admin Logs' , 'act=adminlog' ),
3 => array( 'View Email Logs' , 'act=emaillog' ),
4 => array( 'View Email Error Logs', 'act=emailerror' ),
5 => array( 'View Bot Logs' , 'act=spiderlog' ),
6 => array( 'View Warn Logs' , 'act=warnlog' ),
),

-= THÊM BÊN DƯỚI: =-
# Pokemons
1800 => array (
1 => array( 'pokemon Settings', 'act=pokemons&code=settings' ),
2 => array( 'Species Manager', 'act=pokemons&code=species' ),
3 => array( 'Catergory Manager', 'act=pokemons&code=catergory' ),
4 => array( 'Item Manager', 'act=pokemons&code=items' ),
5 => array( 'Pet Manager', 'act=pokemons&code=pets' ),
6 => array( 'Bots Manager', 'act=pokemons&code=bots' ),
7 => array( 'Installation Options', 'act=pokemons&code=installation' ),
),

-= TÌM: =-
1500 => array( 'Statistic Center' , '#f5cdcd' ),
1600 => array( 'SQL Management' , '#f5cdcd' ),
1700 => array( 'Board Logs' , '#f5cdcd' ),

-= THÊM BÊN DƯỚI: =-
1800 => array( 'Pokemons' , '#DFE6EF;margin-top:12px;' ),

-= TÌM: =-
1500 => "Get registration and posting statistics",
1600 => "Manage your SQL database; repair, optimize and export data",
1700 => "View admin, moderator and email logs (Root admin only)",

-= THÊM BÊN DƯỚI: =-
1800 => "Add Items, Change Settings, Edit Pokemons",

***************************************************************************
*****
(ACP -> Skins & Templates -> Skin Manager -> Edit Template HTML)
-= TÌM TRONG 'All Global HTML': =-
<a href='{ipb.script_url}act=Help'>{ipb.lang['tb_help']}</a>
-= THÊM NGAY PHÍA TR??C: =-
<a href='{ipb.script_url}act=pokemons'>Pets/a>

Install và chỉnh sửa trong ACP
Lưu ý: Khi tạo loài bắt buộc phải có hình và tên hình phải giống tên loài.

Ai chưa hack mod shop bank thì chạy thêm cái này:
CODE
ALTER TABLE `ibf_members` ADD `cash` int(10) default '10' NOT NULL;

Mở file /sources/sql/mysql_queries.php
-= TÌM: =-
CODE
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons

-= THAY THẾ BỞI: =-
CODE
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons, m.cash

Save và upload.
xong rồi
tải file kèm theo về
http://www.thekyvn.com/viewtopic.php?t=229
vào đăng ký làm thành viên mới cho download về mục IPB

vô đây
 
Cách thay skin cho VBB nè:

1/ Vào admincp -> vBulletin Optiond -> Style and Language Setting :
Default Language (ngôn ngữ mặc định);
Default Style (skin mặc định);
Allow Users To Change Styles (cho phép thàng viên đổi skin hay không);
Location of clear.gif (nơi đặt file clear.gif -- không có việc gì không nên đổi);
Store CSS Stylesheets as Files? (nếu chọn yes thì tất cả CSS style của vbb sẽ chứa trong 1 file .css, trước hết phải tạo 1 thư mục 'vbulletin_css' trong thư mục 'clientscript', và cmod cho server có thể ghi, xóa file trên thư mục này);
Use 'vBMenu' DHTML Popup Menus? (có sử dụng menu động không);
Use Legacy (Vertical) Postbit Template (nếu chọn yes thì thông tin về thành viên sẽ nằm bên trái bài viết);
2/Thay skin:
admincp -> Styles & Templates -> Download / Upload Styles
phần download dùng để backup skin thành file .xml
phần import dùng để tạo skin mới và import file xml
nếu file xml còn ở trên máy thì nhấn vào browse và chọn file xml cần import, nếu đã up lên server thì gõ path của nó vào ô phía dưới. có hai lựa chọn là import file xml vào tạo skin mới hoặc thay thế skin đã có sẵn từ trước. chọn create new template để tạo skin mới hoặc chọn tên skin cần thay thế. phần Ignore Style Version chọn yes nếu phiên bản file xml khác với phiên bản của forum (thường thì vbb 3.x có thể dùng chung file xml). sau đó nhấn import là xong.
 
Mod thống kê forum (Top 5) cho VBB
Demo:www.itgarden.net
Tác giả:Chả biết, tụi nó cứ copy của nhau nên đây sưu tầm cho anh em.Chắc lấy từ Vbulletin.

1. Mở "index.php" và tìm đoạn:

Mã:
// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTA HERE... ###

Mã:
 // ### TOP 5 STATS BY ANIMEWEBBY ###########################################
$displayrecords = "5"; // how many records should we show?
$excludedforums = "13"; // forums to be excluded from latest threads. Format "0,5,7"
$threadchars = "30"; // number of characters in thread title before '...' is added
 
$getstats_posters = $DB_site->query("SELECT userid, username, posts FROM " . TABLE_PREFIX . "user ORDER BY posts DESC LIMIT 0, $displayrecords");
while ($getstats_poster = $DB_site->fetch_array($getstats_posters))
{
eval('$stats_posters .= "' . fetch_template('forumhome_stats_poster') . '";');
}
 
$getstats_members = $DB_site->query("SELECT userid, username, posts, joindate FROM " . TABLE_PREFIX . "user ORDER BY joindate DESC LIMIT 0, $displayrecords");
while ($getstats_member = $DB_site->fetch_array($getstats_members))
{
eval('$stats_members .= "' . fetch_template('forumhome_stats_member') . '";');
}
 
$getstats_threads = $DB_site->query("SELECT thread.threadid, thread.title, thread.lastpost, thread.replycount, thread.lastposter, thread.views, user.userid FROM " . TABLE_PREFIX . "thread LEFT JOIN user ON (user.username=thread.lastposter) WHERE forumid NOT IN($excludedforums) ORDER BY lastpost DESC LIMIT 0, $displayrecords");
while ($getstats_thread = $DB_site->fetch_array($getstats_threads))
{
$getstats_thread[title] = unhtmlspecialchars($getstats_thread[title]);
if (strlen($getstats_thread[title]) > $threadchars)
{ 
$getstats_thread[titletrimmed] = substr($getstats_thread[title], 0, strrpos(substr($getstats_thread[title], 0, $threadchars), ' ')) . '...';
}
else
{
$getstats_thread[titletrimmed] = $getstats_thread[title];
}
eval('$stats_threads .= "' . fetch_template('forumhome_stats_thread') . '";');
}

Save Lại
2. Vô ACP => style manager => chọn skin mún hack mod => add new template
Tạo new template với tên(title): forumhome_stats_member


Mã:
<tr>
	<td width="100%"><b><a href="member.php?u=$getstats_member[userid]">$getstats_member[username]</a></b></td>
	<td align="right"><b>$getstats_member[posts]</b></td>
</tr>


Save lại
Tạo new template với tên: forumhome_stats_poster

Mã:
<tr>
	<td width="100%"><b><a href="member.php?u=$getstats_poster[userid]">$getstats_poster[username]</a></b></td>
	<td align="right"><b>$getstats_poster[posts]</b></td>
</tr>

Save lại
Tạo new template với tên: forumhome_stats_thread


Mã:
<tr>
	<td><b><a href="showthread.php?$session[sessionurl]goto=newpost&t=$getstats_thread[threadid]" title="<phrase 1="$getstats_thread[title]">$vbphrase[go_first_unread_in_thread_x]</phrase>">$getstats_thread[titletrimmed]</a></b></td>
	<td><b><a href="member.php?$session[sessionurl]u=$getstats_thread[userid]">$getstats_thread[lastposter]</a></b></td>
	<td align="right"><b>$getstats_thread[views]</b></td> <td align="right"><b>$getstats_thread[replycount]</b>
</tr>

Save lại
3. ACP => Styles & Templates => Search in templates => FORUMHOME (chọn skin mún hack mod)
Mở template: FORUMHOME

Mã:
<!-- end what's going on box -->

Thêm sau nó đọan

Mã:
<!-- top statistics box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_statistics')"><img id="collapseimg_forumhome_statistics" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_statistics].gif" alt="" border="0" /></a>
	<center>Những Cái Nhất Trong Diễn Đàn</center></td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_statistics" style="$vbcollapse[collapseobj_forumhome_statistics]">
<tr>
<td class="thead" width="23%" align="$stylevar[left]" nowrap>Gởi Nhiều Nhất</td>
<td class="thead" width="22%" align="$stylevar[left]" nowrap>Người Mới Nhất</td>
<td class="thead" width="55%" nowrap>Bài Mới Nhất
</td>
</tr>
<tr>
<td class="alt2" width="23%" valign="top">
<table>
<tr>
<td width="100%">Thành Viên:</td>
<td align="right" nowrap>Bài:</td>
</tr>
$stats_posters
</table>
</td>
<td class="alt1" width="22%" valign="top">
<table>
<tr>
<td width="100%" nowrap>Thành Viên:</td>
<td align="right" nowrap>Bài:</td>
</tr>
$stats_members
</table>
</td>
<td class="alt2" width="55%" valign="top">
<table>
<tr>
	<td width="70%" nowrap>Chủ Đề:</td>
<td width="30%" nowrap>Người Gởi:</td>
<td align="right" nowrap>Xem:</td>
<td align="right" nowrap>Trả Lời:
	</tr>
$stats_threads
</table>
</td>
</tr>
<tbody>
<tr>
<td class="thead" align="center" colspan="6"><div class="smallfont"><strong><a href="showgroups.php?">Ðiều Hành Diễn Đàn</a>
</strong></div></td>
</tbody>
</table>
<br />
<br />
<!-- end top statistics box -->


Xong, vãi mệt :D
 
Bạn cho link download đi nha.
Còn đây là 1 bản của mình có:
Bạn click vào đây để download
Nhưng mà mấy bạn post lộn chủ đề rồi đó nha. Lần sau chú ý hơn kẻo bĩ trừ exp đó
 
To ALY : Hôm nay mình sẽ giúp đỡ bạn đây :
1/ mod độ phong phú :
a/ Mỡ Acp vào style manager "includes/functions_forumslist.php"
Tìm :
get counters from the counters cache ( prepared by fetch_last_post_array() )
$forum['threadcount'] = $counters["$forum[forumid]"]['threadcount'];
$forum['replycount'] = $counters["$forum[forumid]"]['replycount'];

Add phía dưới nó :
//forum activity
if ($forum[threadcount]!=0) {
$nowstamp=time();
$forumactivity=intval($forum[threadcount] / $forum[replycount] * ($nowstamp+$forum[lastpost]) / ($nowstamp-$forum[lastpost]+1) / 3600);
if ($forumactivity > 68) {
$forumactivity = 68;
}
} else {
$forumactivity=0;
}

b/Mở Template: forumhome_forumbit_level2_post
Tìm :
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

Add phía dưới:

<table width="85%"><td noWrap>
<DIV class=smallfont ><font color=green>» Độ Phong Phú:</font> <IMG height=6 alt=""
src="images/actimg/b.gif" width="$forumactivity%"><IMG height=6
alt="" src="images/actimg/br.gif" width=6></DIV></td></table>

c/ tạo 1 folden tên là "actimg" trong thư mục images sau ALY up 2 hình dưới đây vào folden đó nha
b.gif

br.gif

bài dưới mình sẽ trả lời nốt
 
2/ mod EXP,MP,HP 1 là ALY có thể xài mod của kid bên lktoday share
2 là ALY có thể xài mod của kid1443 share xem sao , cả 2 cái mod mình đều ko đưa được file đính kèm nên đưa cho ALY link để vô down và nhớ là phải đăng kí acc mới down được nhá
a/ mod của kid1443 >>> http://www.lktoday.net/forum/showthread.php?t=7412
b/ mod của kid bên lktoday >>> http://www.lktoday.net/forum/showthread.php?t=2488

3/Mod cảnh cáo mình cũng đưa link cho ALY down luôn vì không biết tại sao mình không thấy phần đưa file đính kèm của bài viết đâu cả
link đây ( cái mod này hack hơi lâu không cẩn thận là lỗi đó)
http://www.lktoday.net/forum/showthread.php?t=6988&highlight=warning

bài sau trả lời tiếp cho đỡ nhức mắt
 
Thứ 2 là giải quyết thắc mắc nhỏ nhỏ của ALY :
1/ALY muốn xoá các icon của bộ gõ MVIET trong forum nhưng vẫn gõ được bộ gõ Mviet thì ALY làm như sau :
- Xóa hết các bộ gõ khác như vietyping...
- Vào acp > vbulletin options > ensorship options > Blank ASCII Character Stripper : xóa hết tất cả các số trong đó
OK, bây giờ bắt đầu hack nè:

a/ Gắn mViet vào forum
Đầu tiên bạn vào ACP rồi chọn skin cần gắn bộ gõ, mở template footer và thêm vào
// Initialize 'Active' Table Cells
<script><!--
var folder="./mvVBB/";
//-->
</script>
<script language='javascript1.2' src='./mvVBB/CVietE.js'></script>
<script language='javascript1.2' src='./mvVBB/CVietZ.js'></script>
<script language="javascript1.2" src="./mvVBB/CViet.js"></script>
<script language="javascript1.2" src="./mvVBB/CVietAddOn.js"></script>
<style type="text/css">@import url(./mvVBB/mviet.css);</style>

b/Mở tiếp template username_loggedin và gắn đoạn bên dưới vào cuối template :

<!-- bo go mViet -->
<fieldset class="fieldset">
<legend>Bộ Gõ mViệt</legend>
<div style="padding:$stylevar[formspacer]px">
<center>
<div id="showBD"></div><div id="jvmdiv"></div>
</center>
</div>
</fieldset>
<!-- / end bo go mViet -->

II. Gắn mViet vào ACP:

Mở file: includes/adminfunctions.php và thêm đoạn bên dưới vào đúng chỗ
function print_cp_footer(){
global $vboptions, $nozip, $level, $bbuserinfo, $HTTP_ACCEPT_ENCODING, $vbphrase, $debug;



echo("<!-- bo go mViet -->\r\n");echo("<fieldset class='fieldset'>\r\n");
echo("<legend>bộ gõ mViệt</legend>\r\n");
echo("<div style='padding:$stylevar[formspacer]px'>\r\n");
echo("<center>\r\n");
echo("<div id='showBD'></div><div id='jvmdiv'></div>\r\n");
echo("</center>\r\n");
echo("</div>\r\n");
echo("</fieldset>\r\n");
echo("<!-- / end bo go mViet -->\r\n");

echo("<script><!--\r\n");
echo("var folder='../mvVBB/';\r\n");
echo("//-->\r\n");
echo("</script>\r\n");
echo("<script language='javascript1.2' src='../mvVBB/CVietE.js'></script>\r\n");
echo("<script language='javascript1.2' src='../mvVBB/CVietZ.js'></script>\r\n");
echo("<script language='javascript1.2' src='../mvVBB/CViet.js'></script>\r\n");
echo("<script language='javascript1.2' src='../mvVBB/CVietAddOn.js'></script>\r\n");
echo("<style type='text/css'>\r\n");
echo("@import url(../mvVBB/mviet.css);\r\n");
echo("</style>\r\n");

echo "\r\n\r\n<!-- START CONTROL PANEL FOOTER -->\r\n";

trả lời ALY tiếp vào bài sau
 
2. ALY đang cần tìm chỗ để sửa kích thước Avartar do thành viên up lên thì phải làm sao. Mặc định nhỏ quá, có 80*80 nên Avartar nhiều cái không lọt:
câu trả lời đây
ALY vào admincp > user group > chọn từng group và edit thế thôi trong từng group sẽ có đó , cứ vào đó rồi sẽ thấy

3. Cuối cùng là việc add box. ALY có tạo một box là thùng rác nhưng các bài xoá đi từ diễn đàn không đi vào đó mà lại xoá mất nếu không dùng chức năng move. Giờ muốn tất cả các bài viết lúc xoá đi thì sẽ tự động chuyển qua box thùng rác
nếu ALY muốn vậy thì ALY phải hack mod thùng rác
link down đây http://txtvn.no-ip.info/ft-29/showthread.php?t=158
ALY vào reg acc rồi down nghen
chúc ALY thành công và mong rằng đã giúp được gì đó cho ALY
HAVE FUN!
 
Đây là một mod rất nhỏ,nhưng không ít webmaster thích nó,bởi vì tính đang năng và đẹp mắt của nó.Do vậy sẽ tặng các bạn đoạn code này.
Tính năng của nó,khi bạn đưa chuột vào tên của Box ở bên ngoài thì lập tức link sẽ chuyển màu.Đưa chuột ra ngoài thì trở lại bình thường.
Vào admincp-->Style Manager-->Edit Template-->forumhome_forumbit_level2_post
Tìm đoạn
PHP:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]"
Thêm vào sau nó:
PHP:
onMouseOver="this.style.backgroundColor='#5aa8df'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="#FFFFFF" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]'"
Trong đó #5aa8df là màu bạn có thể tùy ý lúc mouse di chuyển vào
#FFFFFF di chuột ra ngoài, nên để màu cũ của nó.
Save lại

{Sưu tầm}
 
Đây là một trong những hack nghĩ rất cool từ khâu thiết kế cho đến các khâu lập trình,đơn thuần nó cũng như một trang new cho mọi người đọc bài,cũng có điểm giống với một trang portal.
Với hệ thống kết hợp của rất nhiều hack khác.Bản thân bản hack này ngày càng hoàn thiện.
Nói thì rất khó hình dung,thôi thì các bạn hãy install thử hack này thì sẽ biết công dụng chính xác của nó.
Demo online:
1) http://forums.nzboards.com/articles.php ( kall's site )
2) http://www.dancehallareaz.com/forum/articles.php ( MissKalunji's site )
3) http://www.thegamelands.com/talk/articles.php ( plubius's site )
4) http://www.hdclan.org/forums/articles.php ( Creed's site )
5) http://www.orbsydia.com/forum/articles.php ( PixelFx's site )
6) http://forums.deviatedhq.com/articles.php ( Deviant++'s site )
7) http://x.russbo.com/vb/articles.php? ( docvader++'s site )

{Suu tam}
 
Thanks rất nhiều. ALY đã hack xong rồi, nhưng còn 1 vụ nữa, bật thẻ IMG lên trong diễn đàn mà không sao post ảnh được. Mặc dù đã vào trong User Group để sửa lại quyền hạn cho từng nhóm một những vẫn bị.
 
SVA có huờn dẫn cài cái RGP cũa bác ko share đễ làm với sao ko thấy hướng dẫn vậy
 
tui hack mod xong cái rgp rồi SVA
ông có cái hack mod RGP inferno mà cái bãn mới mới 1 chút đó (cái bãn này ít chức năng wá) hay ông có trang web mà down rgp inferno thì cho tui cái link tui vô down nha
(có pay cũng ko sao :D )
 
CÓ ai có Mod tính tiền bài viết của phiên bản IPB 2.0.4 Final và Mod nhà băng của phiên bản này luôn.
Ai có thì cho em xin.
 
Back
Top