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
  #582  
Old 10-03-2004, 08:04 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The infamous "Female Class" bug....
On some servers where PHP is compiled wrong, selecing Female class will feck up yer edit rpg info page...

Not much I can do about that sadly.
However for unknown reasons, this bug is gone in the current v3 build... :ermm:
  #583  
Old 10-03-2004, 08:45 PM
Warlord's Avatar
Warlord Warlord is offline
 
Join Date: Jan 2002
Location: TN, USA
Posts: 668
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When will the v3 upgrade be ready? My RPG has kind of come to a grinding halt until I get this option fixed... as it's pretty important to define your character to battle people.
  #584  
Old 10-04-2004, 09:19 AM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As Ive said the FINAL will not be out until long, but if so many are having problems I might just release a "v3 Lite" that has no new features (cos they arent coded yet )...
Ill just get the rest of the ACP phrased and secured.
  #585  
Old 10-04-2004, 12:33 PM
TJFweb TJFweb is offline
 
Join Date: Dec 2001
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
As Ive said the FINAL will not be out until long, but if so many are having problems I might just release a "v3 Lite" that has no new features (cos they arent coded yet )...
Ill just get the rest of the ACP phrased and secured.
Will the v3 Lite have new templates? If so I think it will be a good idea because people can test it out and give you feedback on it before you release a final. Like a BETA version (but better ).

What are the new features which will be missing from the lite version which we can expect in the final version?
  #586  
Old 10-04-2004, 01:02 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As it appears now, the lite will not have new templates, as all my sources for template redoing has dried out

And features that can be expected, Id like as few people as possible to know. I like to surprise y'all
  #587  
Old 10-04-2004, 01:24 PM
Tri@de's Avatar
Tri@de Tri@de is offline
 
Join Date: Sep 2003
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a way to block changing class, race etc after the char reached a certain level?
  #588  
Old 10-04-2004, 02:39 PM
Blam Forumz Blam Forumz is offline
 
Join Date: Jun 2004
Posts: 554
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Revan
As it appears now, the lite will not have new templates, as all my sources for template redoing has dried out

And features that can be expected, Id like as few people as possible to know. I like to surprise y'all
hope you've included most of my ideas
  #589  
Old 10-04-2004, 04:26 PM
TheElf TheElf is offline
 
Join Date: Aug 2004
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you installed this hack, go to profile PHP, look for:

PHP Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."userfield SET $rpgfield=' $_POST[rpgname]' WHERE userid='$bbuserinfo[userid]'"); 
And replace with:

PHP Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."userfield SET $rpgfield='".addslashes$_POST[rpgname])."' WHERE userid='$bbuserinfo[userid]'"); 
Why? if the RPG name contains ' that creates an error, but if you also add ; to end the current SQL query after it, start a new query and after that another one just to have a good place for rest of the string... Now that can be real bad. Hope no typos in the code here. (check all other rpg hack specific variables for the same problem)
  #590  
Old 10-04-2004, 05:22 PM
Revan's Avatar
Revan Revan is offline
 
Join Date: Jan 2004
Location: Norway
Posts: 1,671
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

...or maybe I DONT have to post a fix in the thread
XD

what I can do is recompile the zip and post an addon with this fix
  #591  
Old 10-05-2004, 11:24 AM
Dyntheos Dyntheos is offline
 
Join Date: May 2002
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I've finally reached the point where I am completely done on every aspect of the hack apart from items.

I can't edit any of them, as at this stage it crushes the site, I am just waiting on that portion of the admin cp where I can edit items outside the main table, as currently I am looking at over 400 or so items that have been made for the rpg, and all those on one table would be suicide for the site, currently I only have about 20 and that drops things pretty badly even when changing a stock number on one item.

So.. Revan i eagerly await your admin cp update so I can start playing this thing
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 03:51 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.05003 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_php
  • (2)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