The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Ultima Battle System -- vB Integration Details »» | ||||||||||||||||||||
This is definetly in BETA. I am not feeling too good, and may have missed something in the instructions, but I doubt it. This has been tested minimally. Use at your own peril.
To use this hack, you must have UBS (Ultima Battle System) 1.0.5 installed. You can get it from http://www.gaming-honor.com/hq. This integrates templates and users between the two. Templates will be ran out of the vB Admin Center like any other template, and users will be equally shared. REQUIREMENTS: -Ultima Battle System -Caffine... lots of it. -Band-aids. -A lot of patience. This is a brutal process, involving renamng every template UBS has and a find/replace spaning through all of the UBS files. If you can survive that, well, then you can get this hack installed. Support only offered in this thread and the one at UB Systems HQ. Enjoy! UB Systems HQ Support: http://www.gaming-honor.com/hq/threa...tyleid=&page=1 Show Your Support
|
Comments |
#22
|
||||
|
||||
Ok here it is..
Code:
Database error in Character battle system: Invalid SQL: select me from yes where id='1' mysql error: Table 'XXXXXX.yes' doesn't exist mysql error number: 1146 Date: 01.11.2002 @ 00:59 Script: /forum/rpg/ Referer: There seems to be some technical problems with the database at this moment. Please use the reload-button of your browser to try again. If these problems continue, please contact the Admin of this Forum. |
#23
|
||||
|
||||
Oh yeah, that happened with me too. I think it has to do with something in the RPG. To fix it:
Open up header.php (root/UBS): Find: Code:
if($user_name != Guest && $room != 'lobby') { Code:
if($user_name != Guest && $room != 'lobby' && $room != 'yes') { Find: Code:
if($user_name != Guest && $room != 'lobby'){ Code:
if($user_name != Guest && $room != 'lobby' && $room != 'yes'){ |
#24
|
||||
|
||||
Quote:
There are only two like that in index.php are.. PHP Code:
But as for header.php I m done edit and change. |
#25
|
||||
|
||||
Replace the second instance of what you found, then.
|
#26
|
||||
|
||||
Link, I follow your instruction, I replace second one..
PHP Code:
PHP Code:
Code:
Database error in Character battle system: Invalid SQL: select me from yes where id='1' mysql error: Table 'xxxxx.yes' doesn't exist mysql error number: 1146 Date: 01.11.2002 @ 17:02 Script: /forum/rpg/ Referer: There seems to be some technical problems with the database at this moment. Please use the reload-button of your browser to try again. If these problems continue, please contact the Admin of this Forum. |
#27
|
||||
|
||||
Bleh I dont like the layout of that at all.
|
#28
|
||||
|
||||
Then edit the templates....
Goldknight: Try the first one, then. |
#29
|
||||
|
||||
Link14716, yup it s on first one. Thanks! =D I m now see if I can find any bugs or flaws..
I wonder about images.. seem that there is no upload feature for users to add the images. =\ I seem have to use upload hack to ulitize it for users to use it. Thanks for patience with me Edit: Also images of items and few seem miss too. I have my own items from FF sites, do I have to use these to fill up? Thanks |
#30
|
||||
|
||||
uh hu, I found a error already.. it is chat error... When I finally access rpg with your codes and there is white page on chat at homepage of UBS.
Error: Code:
Warning: fopen("", "r+") - Success in /www.XXXXXXXXXX.com/forum/rpg/chat.php on line 417 error when reading in yes On 417 lines in chat.php: PHP Code:
|
#31
|
||||
|
||||
You have to CHMOD all of the .dat files to 777.
And are you sure you are going to admin/admin.php? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|