A PHP based web rpg system that uses user friendly modules to enhance the game framework.
License
GNU General Public License version 2.0 (GPLv2)Follow Open PHP RPG system
nel_h2
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a decent start to an RPG, but my biggest issue is that it really needs to be using PHP's include function in the files. The database variables should be stored in a single file such as db.php, then use the PHP include function at the top of the page like this: include("db.php"); to include the database variables. Using the include function, the IFrames/frameset would be virtually unnecessary. CSS scripts would also be very helpful in themeing the RPG.