Version: 2.4 Lite, by Zero Tolerance
Developer Last Online: Nov 2023
Category: Major Additions -
Version: 3.5.2
Rating:
Released: 12-25-2005
Last Update: 12-29-2005
Installs: 41
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
A lite version of the RPG Inferno v2.4, I would list the features but it's a lot, so a a fast way would be to check out the admin demo of it, the link is here (http://demo.infernotechnologies.net/, Note: This is now the demo site for v3), I don't see a problem with posting it but feel free to put that right staff, so basically, that with the following features removed:
This modification contains a MySQL injection vulnerability, and you are hereby advised to unintall this modification until such time that the author provides a fix.
-- vBorg Staff
All additional pages RPG Inferno Lite show google advertisements, only 1 block will be shown below the RPG Navigation, and they will not be present on any existing pages of your forum, only the additional ones added by RPG Inferno Lite. If you're still unsure of this and wish to ask questions please contact me for assistance.
Any questions, problems, anything, post below, I'll try my best to answer everything I can but my time is extremely short these days.
- Zero Tolerance
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
if you have the AWS installed that's probably the culprit.
No, I do not have AWS installed.
Here is the SQL error I get when I attempt to run the installation script:
Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
CREATE TABLE `inferno_attack` (
`aid` int(11) NOT NULL auto_increment,
`aname` text NOT NULL,
`atype` text NOT NULL,
`asprite` text NOT NULL,
`amp_cost` int(15) NOT NULL default '0',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM;;
MySQL Error : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Error Number : 1064
And here is the error I recieve when I attempt to run the uninstallation script:
Code:
Database error in vBulletin 3.5.2:
Invalid SQL:
alter table usergroup drop infernopermissions;
MySQL Error : Can't DROP 'infernopermissions'. Check that column/key exists
Error Number : 1091
To revive someone they just take a potion etc to bring their HP back up. To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with
To fix the installation script find all instances of "ENGINE=MyISAM;"; and replace with
"TYPE=MYISAM;;"
save, upload, and re run the script.
Ok, that worked. Could you explain to me what the problem was? Also, I installed the game successfully, then I uninstalled the XML file and ran the uninstallation script, which also stated a success, but I still have the RPG Inferno Settings, ItemShop Control, etc, etc, in my AdminCP in the left frame... how do I delete these?
Also, after removing the XML and running the uninstall script, what other traces of RPGinferno are left on the system.. anywhere else I should look? I plan on installing the game on my testboard and playing around with it.
And one last question; when I tried to run a the installation script that I downloaded about a week ago, ioncube told me the script had expired, so I downloaded this package again and it worked. How is expiration set on these php scripts?
the ioncube encoding was removed from these scripts, the engine/type thing im not certain on, i think it was a slight change between v 3.5.0 and 3.5.2, but it will probably be fixed soon, the current installation file wont expire or whatnot, and everything *should* have been removed with the script...
I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.
What did I miss?
You need to go into the includes/xml folder and remove the bitfield_rpginferno.xml file while your at it remove cpnav_rpginferno.xml if its still there.
i want to install this, but i have a problem :disappointed:
PHP Code:
Invalid SQL:
CREATE TABLE `inferno_attack` (
`aid` int(11) NOT NULL auto_increment,
`aname` text NOT NULL,
`atype` text NOT NULL,
`asprite` text NOT NULL,
`amp_cost` int(15) NOT NULL default '0',
PRIMARY KEY (`aid`)
) ENGINE=MyISAM;;
MySQL-Fehler : You have an error in your SQL syntax near 'ENGINE=MyISAM' at line 8
Fehler-Nr. : 1064
Datum : Sunday, January 8th 2006 @ 01:35:18 AM