Rubenwardy d99f8a6d9f AddEntry.php form done
TODO:
Workings
Help Files
2012-08-24 20:27:31 +01:00
2012-08-24 19:34:41 +01:00
2012-08-22 16:38:40 +01:00
2012-08-22 16:38:40 +01:00
2012-08-24 20:27:31 +01:00
2012-08-24 16:47:53 +01:00
2012-08-24 19:50:22 +01:00
2012-08-24 18:42:24 +01:00
2012-08-24 16:47:53 +01:00

Rubenwardy's Mod Forum

A php and mysgl forum for mods.

Also a repo for Jeijas Ingame Mod Manager and Sfan's Python Mod Manager

License

CC BY-SA

Database

The database structure.

USERS:

  • id (int)
  • name
  • email
  • password
  • level (int)
  • stars
  • avatar
  • location
  • sig

MOD:

  • mod_id (int)
  • name
  • version
  • owner
  • description
  • likes (int)
  • dislikes (int)
  • tags
  • license
  • file
  • depend
  • basename (the mod name, eg: "moreblocks")
  • date_released (date)

POSTS:

  • post_id (int)
  • Owner
  • Post
  • Topic (int)
  • Like (int)
  • Dislike (int)
Description
No description provided
Readme 147 KiB
Languages
PHP 99.7%
CSS 0.3%