Go to file
Jamin Blount 27eb6c15a7 v1.1.0
### 1.1.0 (2.27.2004) ###
### Thanks to Miker, Yop, Mantagnana & Maebius for bug reports & feature
ideas. :)
- Added option to verify registration emails.
- Added options to turn off display of news/online/babblebox in towns.
- Added gameurl and adminemail fields to control table.
- Added ability to ban a user without deleting the account.
- Added rules for passwords (alphanumeric, maxlength=10).
- Added page where users can change their passwords.
- Added a page for lost passwords.
- Fixed bugs in users.php to use doquery() instead of mysql_query().
- Fixed bug in installer program when creating the admin user account.
- Changed the way towns and spells are handled in the user account.
- Removed some deprecated code from the onlinechar() function.
2017-02-05 10:58:20 -06:00
admin v1.1.0 2017-02-05 10:58:20 -06:00
images v1.0.1 2017-02-05 10:51:23 -06:00
templates v1.1.0 2017-02-05 10:58:20 -06:00
config.php v1.1.0 2017-02-05 10:58:20 -06:00
explore.php v1.0.0 2017-02-05 10:49:37 -06:00
fight.php v1.1.0 2017-02-05 10:58:20 -06:00
forum.php v1.0.0 2017-02-05 10:49:37 -06:00
heal.php v1.1.0 2017-02-05 10:58:20 -06:00
help_items.php v1.0.3 2017-02-05 10:55:54 -06:00
help_levels.php v1.0.3 2017-02-05 10:55:54 -06:00
help_monsters.php v1.0.3 2017-02-05 10:55:54 -06:00
help_spells.php v1.0.3 2017-02-05 10:55:54 -06:00
help.php v1.0.3 2017-02-05 10:55:54 -06:00
index.php v1.1.0 2017-02-05 10:58:20 -06:00
install.php v1.1.0 2017-02-05 10:58:20 -06:00
lib.php v1.1.0 2017-02-05 10:58:20 -06:00
LICENSE Initial commit 2017-02-05 10:14:50 -06:00
login.php v1.0.0 2017-02-05 10:49:37 -06:00
README.md Create README.md 2017-02-05 10:41:46 -06:00
towns.php v1.1.0 2017-02-05 10:58:20 -06:00
upgrade_to_110.php v1.1.0 2017-02-05 10:58:20 -06:00
users.php v1.1.0 2017-02-05 10:58:20 -06:00

Dragon Knight

Many years ago, when I was young and dumb, I wrote a simple little game based on the game Dragon Warrior for the NES. It was fun, it helped me learn how to code, and a lot of people liked it. I am now turning it over to the open source community. Fork it, do what you want, make it your own. Couple things to keep in mind though:

  • It's super old. It may not even work on modern versions of PHP. It may have security issues. I have no idea.
  • I have moved on with my life, and am no longer changing or doing anything with this game.
  • I am not providing help or support. You're on your own.
  • I am not accepting pull requests. If you fork this, you are welcome to do whatever you want, but no changes will be merged back into this.
  • Quite frankly, I don't really suggest that you use this as is. It's probably better as an inspiration for your own project.
  • Have fun with this. I gave it a lot of love a long time ago. I hope it inspires you to give something a lot of love as well.
  • This Git repo represents the final released version, 1.1.11, originally released 3/26/2006.

System Requirements

  • PHP (4.1 and higher)
  • MySQL
  • zlib compression enabled on your server (optional)

Installation Instructions

  1. Clone this repo or download the zip.
  2. Create a new database for Dragon Knight to use, if you don't already have one set up.
  3. Edit config.php to include the correct values for your database setup.
  4. Upload the contents of the Dragon Knight folder to your site.
  5. In your browser, run install.php and follow the instructions.
  6. After completing installation, delete install.php from your Dragon Knight directory for security.
  7. Enjoy the game.