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
Other Useful Business Software
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
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.