Go to file
Rubenwardy 9e13d19a37 More Readme stuff 2012-08-24 18:29:31 +01:00
images Redid Layout and Started login scripts 2012-08-24 17:35:55 +01:00
mm Updated some stuff 2012-08-24 18:15:41 +01:00
scripts Updated some stuff 2012-08-24 18:15:41 +01:00
.gitattributes Initial Push 2012-08-22 16:38:40 +01:00
.gitignore Initial Push 2012-08-22 16:38:40 +01:00
README.md More Readme stuff 2012-08-24 18:29:31 +01:00
addentry.php Updated some stuff 2012-08-24 18:15:41 +01:00
index.php Redid Layout and Started login scripts 2012-08-24 17:35:55 +01:00
installer.php changed more stuff 2012-08-24 16:47:53 +01:00
login.php Updated some stuff 2012-08-24 18:15:41 +01:00
mainstyle.css Initial Push 2012-08-22 16:38:40 +01:00
modlisting.cpr Updated some stuff 2012-08-24 18:15:41 +01:00
search.php changed more stuff 2012-08-24 16:47:53 +01:00
viewmod.php changed more stuff 2012-08-24 16:47:53 +01:00

README.md

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

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)