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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.