Rubenwardy 853660f773 Did Sha1 Pass Encryption and other changes
and other changes recommended by PilzAdam
2012-08-25 19:01:47 +01:00
2012-08-22 16:38:40 +01:00
2012-08-22 16:38:40 +01:00
2012-08-24 16:47:53 +01:00
2012-08-25 00:05:45 +01:00
2012-08-25 00:05:45 +01:00
2012-08-25 18:27:50 +01:00
2012-08-24 16:47:53 +01:00

Rubenwardy's Mod Forum

A php and mysgl forum for mods.

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

License

CC BY-SA

To Do

(Changes suggested by VannesaE - http://multa.bugs3.com/minetest/chat_with_VenessaE.txt)

  • (done) list of mods, show license
  • (done) More mods in demo
  • (done)BBCode
  • (work in progress) Keep up-to-date
  • user creation
  • Search mod names and descriptions
  • wrap desc text
  • edit posts

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)
  • quality_total (int)
  • quality_voters (int)
  • usefullness_total (int)
  • cpu_total (int)
  • cpu_voters (int)

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%