If its not there, then I took it down because I was doin fixed on it.
Dont worry, the new upgrade's battles has been tested and works 100 %
Quote:
Originally Posted by House_of_Crazed
Suggestion -
Add a script that would reset everyone's stats based on their postcount.
I tried doing this and accidently reset'ed everyone's characters. *laughs* Good thing it was on a test site, *laughs*
HoC
This is already in there.
Please enter the 'Reset' script in your AdminCP and read each description thoroughly to find your reset preference
(I cant tell you exactly since Im away from my comp atm)
Quote:
Originally Posted by Rahzel_hx
lol nice i don't know what is wrong with functions_online.php i think i just have to site down and re trace my steps ^__^
When the new version comes out will you have a upgrade.txt so we don't have to clean install again
There will be a changelog text file containing the fixes, both for the rpg files and the file edits you did
hic,I just testing on localhost.But not work.
some error with me when install
PHP Code:
Database error in vBulletin 3.0.3:
Invalid SQL: CREATE TABLE `rpg_clan` (
`clanid` smallint(5) unsigned NOT NULL auto_increment,
`title` varchar(50) NOT NULL default '',
`pass` varchar(50) NOT NULL default '',
`leader` varchar(50) NOT NULL default '',
`clanpoints` varchar(5) NOT NULL default '',
`logo` varchar(100) NOT NULL default '',
`ally` varchar(10) NOT NULL default '0',
`enemy` varchar(10) NOT NULL default '0',
`sb_settings` char(1) NOT NULL default '0',
`maxmem` int(3) NOT NULL default '5',
`col1` varchar(5) NOT NULL default '0',
`col2` varchar(5) NOT NULL default '0',
`col3` varchar(5) NOT NULL default '0',
`col4` varchar(5) NOT NULL default '0',
`sb_col_access` varchar(5) NOT NULL default '0',
`cm_col_access` varchar(5) NOT NULL default '0',
`ci_col_access` varchar(5) NOT NULL default '0',
`rm_col_access` varchar(5) NOT NULL default '0',
`clanmidiurl` varchar(100) NOT NULL default '',
PRIMARY KEY (`clanid`)
) TYPE=MyISAM;
mysql error: You have an error in your SQL syntax near ';
' at line 22
mysql error number: 1064
Date: Saturday 21st of August 2004 03:08:46 AM
Script: http://localhost/vB3.0.3/install/battleinstall.php?step=1
Referer: http://localhost/vB3.0.3/install/menue.htm
Username: admin
IP Address: 127.0.0.1
Getting the exact same error message when trying to install..
Hi, Revan
I meet the same problem when have a new install. pls check yours pm to find my website.
Code:
Database error in vBulletin 3.0.3:
Invalid SQL: CREATE TABLE `rpg_clan` (
`clanid` smallint(5) unsigned NOT NULL auto_increment,
`title` varchar(50) NOT NULL default '',
`pass` varchar(50) NOT NULL default '',
`leader` varchar(50) NOT NULL default '',
`clanpoints` varchar(5) NOT NULL default '',
`logo` varchar(100) NOT NULL default '',
`ally` varchar(10) NOT NULL default '0',
`enemy` varchar(10) NOT NULL default '0',
`maxmem` int(3) NOT NULL default '5',
`col1` varchar(5) NOT NULL default '0',
`col2` varchar(5) NOT NULL default '0',
`col3` varchar(5) NOT NULL default '0',
`col4` varchar(5) NOT NULL default '0',
`cm_col_access` varchar(5) NOT NULL default '0',
`ci_col_access` varchar(5) NOT NULL default '0',
`rm_col_access` varchar(5) NOT NULL default '0',
`clanmidiurl` varchar(100) NOT NULL default '',
PRIMARY KEY (`clanid`)
) TYPE=MyISAM;
mysql error: You have an error in your SQL syntax near ';
' at line 20
mysql error number: 1064