Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
RPG Inferno v2.4 Lite Details »»
RPG Inferno v2.4 Lite
Version: 2.4 Lite, by Zero Tolerance Zero Tolerance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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



- Lottery
- Hospital
- Donate (Items & money)
- Clans
- Triple Triad (Shop, Card Packs, TT Battle Ground, Triad Trade)
- Auctions
- Member List
- Advanced Member Search
- Import/Export RPG Settings (ACP)

And another point which should be acknowledged:

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.

Comments
  #132  
Old 01-03-2006, 05:39 PM
Decado Decado is offline
 
Join Date: Feb 2005
Location: Scotland
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you have the AWS installed that's probably the culprit.
Reply With Quote
  #133  
Old 01-03-2006, 09:30 PM
ReadOrDie ReadOrDie is offline
 
Join Date: Sep 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Question, when someone dies, how do they get revived?
Reply With Quote
  #134  
Old 01-04-2006, 05:04 AM
opteek opteek is offline
 
Join Date: Dec 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Decado
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
Reply With Quote
  #135  
Old 01-04-2006, 05:31 AM
Decado Decado is offline
 
Join Date: Feb 2005
Location: Scotland
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

"TYPE=MYISAM;;"

save, upload, and re run the script.
Reply With Quote
  #136  
Old 01-04-2006, 06:50 PM
opteek opteek is offline
 
Join Date: Dec 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Decado
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?

TIA
Reply With Quote
  #137  
Old 01-04-2006, 07:47 PM
Decado Decado is offline
 
Join Date: Feb 2005
Location: Scotland
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #138  
Old 01-05-2006, 01:17 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uninstalled this last week. Thought everything was cool, until i got this today when updating usergroup permissions.

Quote:
`profilepicmaxheight` = '350',
`profilepicmaxsize` = '131070',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '150',
`avatarmaxsize` = '64000',
`infernopermissions` = '0'
WHERE usergroupid=2;

MySQL Error : Unknown column 'infernopermissions' in 'field list'
Error Number : 1054
What did I miss?
Reply With Quote
  #139  
Old 01-06-2006, 06:21 AM
eXtremeTim eXtremeTim is offline
 
Join Date: Jun 2002
Location: eXtremewebtech.com
Posts: 1,201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sooner95
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.
Reply With Quote
  #140  
Old 01-06-2006, 10:49 AM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had done this before. I am going to have to install this thing and then uninstall it again huh?
Reply With Quote
  #141  
Old 01-07-2006, 10:38 PM
Seratus Seratus is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i want to install this, but i have a problem :disappointed:

PHP Code:
Invalid SQL:
CREATE TABLE `inferno_attack` (
  `
aidint(11NOT NULL auto_increment,
  `
anametext NOT NULL,
  `
atypetext NOT NULL,
  `
aspritetext NOT NULL,
  `
amp_costint(15NOT 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        
SundayJanuary 8th 2006 01:35:18 AM 
Reply With Quote
Reply

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 09:33 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05618 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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