Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > RPG Integration Hack

Closed Thread
 
Thread Tools
RPG Integration Hack - Old Support Thread Details »»
RPG Integration Hack - Old Support Thread
Version: , by MindTrix MindTrix is offline
Developer Last Online: Jul 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 08-17-2004 Last Update: Never Installs: 0
 
No support by the author.

Nice conversion there mate, lot of work has gone into it so well done and thanks for sharing it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 08-25-2004, 04:09 PM
DaPro DaPro is offline
 
Join Date: Jan 2003
Location: CT, USA
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I downloaded whats in the first post, and nothing worked right, so I tried looking around these posts for help and I eventually found a bunch of random txt files that helped me to set everything up perfectly. It was just really messed up and found SP txt and all these other readme's, and what not. :-/
  #163  
Old 08-25-2004, 04:17 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this isnt making much sense...
If you downloaded the zip that has the "Gold" in it, then it has all the fixes already applied to both its main readme and the hack php files.
This I know because I can look at the rpg files right now, and I can see that it has all the fixes from the SP (Service Pack) integrated in them.
If your talkin about all the readmes inside the zip, then you shouldnt worry about anything but the RPG SYS INSTALL. All the other files I keep in there for copyright purposes, as I believe Bitsys made that txt to give credit where credit is due
If your talkin about the req_limitations.txt, I put that in there because I wanted to make people aware of the Requirements and Limitations this hack got.

And theres no other txt files than the one in the main post, and the ones in the addon post.
I HAVE to keep the SP txt file in that other post, because if not, users who still got the "pre-Gold" version might come back and find everyone saying "this works" and theirs dont.


Anyways, if you can clean up the templates and get them validated against XHTML 1.0 Transitional, then you da man!
Templates was until now the only help request I didnt get filled


EDIT: I do know this hack doesnt look very professional... And its not, Im just one guy here....
Im not a 1337 coder, nor am I a HTML guru... I learned tons of things just through the convert of this hack...

I just did it because I wanted to let vB gain back what wBB took, because I wanted to offer an alternative to a paid hack, and because I believe in sharing

If anyone wants to be my "PR Person" and can help me in making this look more professional, then its welcomed with thanks and credit just like every other helper
  #164  
Old 08-25-2004, 04:34 PM
DaPro DaPro is offline
 
Join Date: Jan 2003
Location: CT, USA
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's ok dude, I am not knocking the hustle, I am just saying it was extremely hard to get this working. I am glad you put so much work into this, I was just frustrated. I must have ++++ed up somewhere in the process so don't mind me. I will do the templates next week. Stay tuned!!!
  #165  
Old 08-25-2004, 04:43 PM
Zantheus Zantheus is offline
 
Join Date: Feb 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Fellow Users,

I also recently tried to install this hack, got the installer working and everything now, and added one fix from here to it, but it is not letting me goto "Update RPG info" it comes up with the following error:

Quote:
Database error in vBulletin 3.0.3:

Invalid SQL: SELECT * FROM rpg_datastore
mysql error: Table 'burning_forums.rpg_datastore' doesn't exist

mysql error number: 1146
Help would be greatly appreciated, thanks in advance!
  #166  
Old 08-25-2004, 05:28 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure you did the file edits correctly?
Because that table was only there in the "pre-Gold" file edits (of profile.php I might add), and I just checked the readme as I type this, the rpg_datastore aint there
Try to dload the new zip, because this I also just checked and the file edit is gone.

For a hotfix; heres what you do:
Code:
profile.php
##########################
Find (both instances of):
--------------------------

		$rpgdatafetch = $DB_site->query("SELECT * FROM ".TABLE_PREFIX."rpg_datastore");
		$rpgdata = $DB_site->fetch_array($rpgdatafetch);



Replace with:
---------------------------

		$rpgdata = $DB_site->query_first("SELECT namefield AS rpgname FROM ".TABLE_PREFIX."rpg_battle_options");
Hope this helps, and if you run into more problems, please consult the rpg_SP1_2.5gold.txt linked to from the first post, and see if you lack those edits
  #167  
Old 08-25-2004, 07:15 PM
Rahzel_hx Rahzel_hx is offline
 
Join Date: Aug 2004
Location: Everett,Washington
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I still get invaild battle or password .... i dunno why i used the update sp1 any ideas?
  #168  
Old 08-25-2004, 07:31 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try to reupload the battlefight.php from the new zip?
Before the gold came out, the hack was tested to bits so there shouldnt be such errors....
  #169  
Old 08-25-2004, 07:39 PM
Rahzel_hx Rahzel_hx is offline
 
Join Date: Aug 2004
Location: Everett,Washington
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

too late i already screwd things up >_< lol i will have to reinstall it all... or something >_> i messed the databases up and i tryed the new installer and it can't add some data table rpg_items_options but i can add it usin that sql entry .... weird bbl gotta reinstall X(

But the old installer adds it no problem?

Edit: i fixed w/e was wrong with it so far ...*goes to test battles*
  #170  
Old 08-25-2004, 07:47 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok this is severey pissing me off now.
50 % are having errors with the old installer
50 % are having errors with the new installer
wtf am I supposed to do...? *goes to cry in the corner*

But seriously now.
Im tempted to just drop this whole ++++in installer deal and give people a SQL file to use.
You know what Im gonna do that for the next version.
Lotsa other people do it.
Installers are for ponces
XD
  #171  
Old 08-25-2004, 07:53 PM
Rahzel_hx Rahzel_hx is offline
 
Join Date: Aug 2004
Location: Everett,Washington
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol i agree sry about all the trouble, but no installer will make it work better cause then if it don't work its the person installing its fault ^_^
Closed Thread

Thread Tools

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

Forum Jump


All times are GMT. The time now is 04:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05748 seconds
  • Memory Usage 2,316KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete