mod này trước có cho ipb 1.3 của OG base inferno mình chỉnh lại chút cho 2.0x
CODE
mở index.php
tìm
'findpost' => array( 'findpost' , 'findpost' ),
thêm dzô
'xoso' => array( 'xoso', 'xoso' ),
mở tiếp admin.php
tìm
'gallery' => array( 'gallery' , 'gallery' ),
thêm sau đó:
'xoso' => array( 'xoso', 'xoso' ),
trong file suorces/admin/admin_pages.php
tìm
1 => array( 'About this module' , 'act=shopbank&code=shopcredit' ),
2 => array( 'Manage Shop Items' , 'act=shopbank&code=shopitems' ),
3 => array( 'Manage Shop Categories', 'act=shopbank&code=shopcategories' ),
4 => array( 'Mass Money Send' , 'act=shopbank&code=reward' ),
5 => array( 'Loan | Deposit pakage' , 'act=shopbank&code=bpakage' ),
6 => array( 'Set Configuration' , 'act=shopbank&code=config' ),
thêm dzo sau đó
7 =>array( 'Them Xo So' , 'act=xoso&code=add' ),
8 =>array( 'Sua/Xoa Xo so' , 'act=xoso' ),
rùi giờ vào acp -SQL Management- SQL Toolbox hay là phpmyadmin
chạy mấy cai sau
CREATE TABLE `ibf_xoso` (
`id` int(11) NOT NULL auto_increment,
`prize` int(11) NOT NULL,
`n1` int(11) NOT NULL,
`n2` int(11) NOT NULL,
`n3` int(11) NOT NULL,
`n4` int(11) NOT NULL,
`n5` int(11) NOT NULL,
`tcost` int(11) NOT NULL,
`state` text NOT NULL,
`name` text NOT NULL,
`descr` text NOT NULL,
`date` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
rùi tiếp:
CREATE TABLE `ibf_veso` (
`id` int(11) NOT NULL auto_increment,
`mid` int(11) NOT NULL,
`n1` int(11) NOT NULL,
`n2` int(11) NOT NULL,
`n3` int(11) NOT NULL,
`n4` int(11) NOT NULL,
`n5` int(11) NOT NULL,
`lname` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
mở skin_global.php ra tìm
<a href="{$ibforums->base_url}act=auction">{$ibforums->lang['tb_auction']}</a>
them dzo
<a href="{$ibforums->base_url}act=xoso">So Xo</a>
upload skin_xoso.php lên skin_cache/#
xoso.php lên sources
lang_xoso.php vô lang/#
ad_soxo.php vô sources/admin/
xong rùi đó ai co safe mod thì ko dùng được cái này ranh sẽ fix lại cái file install sau giờ chạy dzay cho lẹ

sl cái ad_soxo về rui upload lên