vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   RPG Integration Hack (https://vborg.vbsupport.ru/forumdisplay.php?f=102)
-   -   RPG Integration Hack - Old Support Thread (https://vborg.vbsupport.ru/showthread.php?t=73868)

Warlord 10-03-2004 08:04 PM

And I checked to see if the RPG templates somehow got wiped, and they're still there. Just to make sure I didn't miss any I re-uploaded the templates.xml.. but still no luck

Warlord 10-03-2004 08:45 PM

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.

Revan 10-04-2004 09:19 AM

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 :p)...
Ill just get the rest of the ACP phrased and secured.
:)

TJFweb 10-04-2004 12:33 PM

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 :p)...
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?

Revan 10-04-2004 01:02 PM

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 ;)

Tri@de 10-04-2004 01:24 PM

There's a way to block changing class, race etc after the char reached a certain level?

Blam Forumz 10-04-2004 02:39 PM

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 :D

TheElf 10-04-2004 04:26 PM

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)

Revan 10-04-2004 05:22 PM

...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 :p

Dyntheos 10-05-2004 11:24 AM

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 :p


All times are GMT. The time now is 01: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.01862 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete