Integration rules:
1. This hack is intended to use vBulletin as the main software
and indexu is the other section of vBulletin forum.
2. Membership is using vBulletin database and vBulletin
has responsibility to handle it
3. Keep to not to alter the table structure if it's possible
New Files:
1. /indexu/vb_config.php
2. /indexu/vb_view_member.php
3. /vbulletin/idx_login.php
4. /vbulletin/idx_function.php
Hacked Files:
1. /indexu/login.php
2. /vbulletin/member.php
Installation:
1. Edit configuration file /indexu/vb_config.php to your
vBulletin configuration
2. Upload new files to both vbulletin and indexu
3. For hacked files, you can just upload them if you do not
any hack installed, or edit the file by hand.
Changes in hacked files:
1. /indexu/login.php
- It's all entirely new code. Just replace all the old one
- The purpose is to redirect into vbulletin login page
2. /vbulletin/member.php
- put this line in line 3
- put in line 58-62PHP Code:include("idx_function.php");
- put in line 101-105PHP Code:// indexu logout //
IDX_Logout();
// end of indexu login //
PHP Code:// indexu login //
IDX_Login($username,$password);
// end of indexu login //
Known problem:
- Somehow when user logged in, she can't get into review page.
(but it work my local pc - apache/php/mysql/windows)
- After logged in into vBulletin admin control panel, then
try to enter indexu admin control panel, it will redirect to
vBulletin instead of indexu
Limitation:
- Some indexu features are not tested yet to work. Most are that
related with membership.
Any comment/idea/contribution is always welcome![]()


LinkBack URL
About LinkBacks


