форум vBSupport.ru > vBulletin > Вопрос — Ответ > International vBulletin > English Forums
  • »
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
 
 
 
 
lilmetal
Простоузер
Default [Request] fixes for ibProArcade 2.5.6+ for mkPortal
0

I need to find out the modifications to the arcade files to work with mkportal:

http://www.vbulletin.org/forum/showp...&postcount=546

thanks.
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 
 
Romchik®
XenForo-Russia
 
Romchik®'s Avatar
Default
1

Quote:
Im not sure if it's been posted yet but a workaround to the db_driver errors in mkportal you will need to find an replace db_driver with db_driver_ib in all the arcade files.

There is 6 occurences in total Here's a list of changes

In arcade.php
Find :
Code:
$DB = new db_driver;
Replace:
Code:
$DB = new db_driver_ib;
In admincp/arcade.php
Find :
Code:
$DB = new db_driver;
Replace:
Code:
$DB = new db_driver_ib;
In functions/dbclass.php
Find :
Code:
class db_driver {
Replace:
Code:
class db_driver_ib {
Now if you have 3.0.x You will need to do these changes aswell
In installer_xx.php either en or de depending on your language
Find :
Code:
$DB = new db_driver;
Replace:
Code:
$DB = new db_driver_ib;
]

In uninstaller.php Probably not needed as there will be no need to remove this wonderful hack
Find :
Code:
$DB = new db_driver;
Replace:
Code:
$DB = new db_driver_ib;
Last edited by JTyson : 27. Nov 2005 at 09:40. Reason: Further instructions
 
 
lilmetal
Простоузер
Default
0

thanks, works perfect now.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 03:29 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Loading...