vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   RPG Integration Hack /w Battle (BETA) (https://vborg.vbsupport.ru/showthread.php?t=46417)

eXentriC_nova 05-18-2003 03:03 PM

This is what I get when installing itemshop:
Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: ALTER TABLE items_user
ADD item1 char(250) NOT NULL default 'No Item',
ADD points1 int(5) NOT NULL default '0',
ADD description1 char(250) NOT NULL default 'No Description Available',
ADD icon1 char(250) NOT NULL default '',
ADD itid1 int(11) NOT NULL default '0',
ADD item2 char(250) NOT NULL default 'No Item',
ADD points2 int(5) NOT NULL default '0',
ADD description2 char(250) NOT NULL default 'No Description Available',
ADD icon2 char(250) NOT NULL default '',
ADD itid2 int(11) NOT NULL default '0',
ADD item3 char(250) NOT NULL default 'No Item',
ADD points3 int(5) NOT NULL default '0',
ADD description3 char(250) NOT NULL default 'No Description Available',
ADD icon3 char(250) NOT NULL default '',
ADD itid3 int(11) NOT NULL default '0'
mysql error: Duplicate column name 'item1'

mysql error number: 1060

Date: Sunday 18th of May 2003 11:56:12 AM
Script: http://www.theanimeworld.com/testvb/...ction=additems
Referer: http://forum.theanimeworld.com/admin...hop_items.php?


and this is when accessing healing ground
Database error in vBulletin 2.3.0:

Invalid SQL: SELECT items_user.bankval, userfield.field5 FROM items_user, userfield WHERE items_user.userid='1' AND userfield.userid='1'
mysql error: Unknown column 'userfield.field5' in 'field list'

mysql error number: 1054

Date: Sunday 18th of May 2003 11:57:52 AM
Script: http://www.theanimeworld.com/testvb/heal.php
Referer: http://forum.theanimeworld.com/

I also get this error when accessing a battle

Fatal error: Maximum execution time of 30 seconds exceeded in /home/theanime/public_html/forum/battlefight.php on line 420

any help is greatly apreciated

Bitsys 05-18-2003 03:44 PM

Quote:

Today at 11:03 AM eXentriC_nova said this in Post #1641
This is what I get when installing itemshop:
Database error in vBulletin Control Panel 2.3.0:

Invalid SQL: ALTER TABLE items_user
ADD item1 char(250) NOT NULL default 'No Item',
ADD points1 int(5) NOT NULL default '0',
ADD description1 char(250) NOT NULL default 'No Description Available',
ADD icon1 char(250) NOT NULL default '',
ADD itid1 int(11) NOT NULL default '0',
ADD item2 char(250) NOT NULL default 'No Item',
ADD points2 int(5) NOT NULL default '0',
ADD description2 char(250) NOT NULL default 'No Description Available',
ADD icon2 char(250) NOT NULL default '',
ADD itid2 int(11) NOT NULL default '0',
ADD item3 char(250) NOT NULL default 'No Item',
ADD points3 int(5) NOT NULL default '0',
ADD description3 char(250) NOT NULL default 'No Description Available',
ADD icon3 char(250) NOT NULL default '',
ADD itid3 int(11) NOT NULL default '0'
mysql error: Duplicate column name 'item1'

mysql error number: 1060

Date: Sunday 18th of May 2003 11:56:12 AM
Script: http://www.theanimeworld.com/testvb/...ction=additems
Referer: http://forum.theanimeworld.com/admin...hop_items.php?


and this is when accessing healing ground
Database error in vBulletin 2.3.0:

Invalid SQL: SELECT items_user.bankval, userfield.field5 FROM items_user, userfield WHERE items_user.userid='1' AND userfield.userid='1'
mysql error: Unknown column 'userfield.field5' in 'field list'

mysql error number: 1054

Date: Sunday 18th of May 2003 11:57:52 AM
Script: http://www.theanimeworld.com/testvb/heal.php
Referer: http://forum.theanimeworld.com/

I also get this error when accessing a battle

Fatal error: Maximum execution time of 30 seconds exceeded in /home/theanime/public_html/forum/battlefight.php on line 420

any help is greatly apreciated

Could you provide me with a detailed account of what you have done so far to install this hack? Did you run install_itemshop_items.php?

eXentriC_nova 05-19-2003 05:09 AM

a detailed account?
I didnt do much.
I just followed the instruction exactly as it says.
Yes I did run install_itemshop_items.php. The error I said before is found when I try to run that script.

EDIT>never mind this prob. I got too many probs with my forum so I just wanna reinstall it back.

Jagang 05-19-2003 09:26 AM

Quote:

Yesterday at 02:11 PM Bitsys said this in Post #1637
Are you sure that the opponent has confirmed the battle before you are trying to join it?
I'm playing both sides so yes I'm sure.

Bitsys 05-19-2003 12:32 PM

Quote:

Today at 05:26 AM Jagang said this in Post #1644
I'm playing both sides so yes I'm sure.
Did you try the suggestion at https://vborg.vbsupport.ru/showthrea...912#post395912 ?

you_ands_i 05-19-2003 12:34 PM

I have a problem when I create new battle and input the password is '123456', it's say "Please enter a valid password", why ? Can't I fix it ? Who can help me ?

Bitsys 05-19-2003 12:41 PM

Quote:

Today at 08:34 AM you_ands_i said this in Post #1646
I have a problem when I create new battle and input the password is '123456', it's say "Please enter a valid password", why ? Can't I fix it ? Who can help me ?


In battle.php, find:
PHP Code:

If($key == "" || !isset($key)) {
                        
$message "Please enter a valid password.";
                        eval(
"dooutput(\"".gettemplate('battle_userinbattle')."\");");
                        exit;
                } 

and change it to:

PHP Code:

/*If($key == "" || !isset($key)) {
                        $message = "Please enter a valid password.";
                        eval("dooutput(\"".gettemplate('battle_userinbattle')."\");");
                        exit;
                }*/ 


Jagang 05-19-2003 07:32 PM

Quote:

Today at 02:32 PM Bitsys said this in Post #1645
Did you try the suggestion at https://vborg.vbsupport.ru/showthrea...912#post395912 ?

Yes still having same issue. Really I'd like to strip the whole password system out since i really have no need of it and all it is doing is causing me problems.

Edit Update: To get the Key to Key1 suggestion to work I had to go back and uncomment the lines you previously had me comment out. now it is indeed populating with a password in the database and the urls. However it does insist you enter a password and won't let you leave that field blank and when trying to get to the battle you get an error like: Fatal error: Maximum execution time of 60 seconds exceeded in /home/virtual/site2/fst/var/www/html/forums/battlefight.php on line 419
Any suggestions?

BTW: line 419 of battlefight.php is
PHP Code:

                        $xv "itid$nr"


Sun Boy 05-19-2003 07:49 PM

Quote:

05-16-03 at 04:33 PM Bitsys said this in Post #1616
Some people say they have done this, but I have never done it myself. I recall that they later removed it because people were creating new accounts and donating the money to their main one.

So, Can you make this addon, plase ?

Spark 05-19-2003 08:25 PM

Hi , :)
We have a little problem with this really interessting Hack. When we will select element , race etc. in our profile , it will not saved. We can?t select any Selections , too.
Please help us , we have an demo user for you to look at our problem
http://hang.anime-angelz.de/vbb
Username : test
pass: test

the prob is in the profile and then later in the rpgcp.php
Thx for help


All times are GMT. The time now is 01:13 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.04492 seconds
  • Memory Usage 1,767KB
  • 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
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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