More Readme stuff

master
Rubenwardy 2012-08-24 18:29:31 +01:00
parent e1ab1c6ecc
commit 9e13d19a37
1 changed files with 43 additions and 39 deletions

View File

@ -1,45 +1,49 @@
Rubenwardy's Mod Forum
======================
Rubenwardy's Mod Forum
======================
A php and mysgl forum for mods.
A php and mysgl forum for mods.
Also a repo for Jeijas Ingame Mod Manager
and Sfan's Python Mod Manager
Also a repo for Jeijas Ingame Mod Manager
and Sfan's Python Mod Manager
License
=======
CC BY-SA
Database
========
Database
========
USERS
*id (int)
*name
*email
*password
*level (int)
*stars
*avatar
*location
*sig
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)
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)
POSTS
*post_id (int)
*Owner
*Post
*Topic (int)
*Like (int)
*Dislike (int)