Rubenwardy 6fb768ff21 Multiple Optimisations + Logout
AddEntry, Optimised loadmods.php query, logout.php
pageheader shows logged in user, css and $serverpath in setup.php
2012-08-25 00:05:45 +01:00
Add
2012-08-24 22:49:40 +01:00
2012-08-24 19:34:41 +01:00
2012-08-25 00:05:45 +01:00
2012-08-22 16:38:40 +01:00
2012-08-22 16:38:40 +01:00
Add
2012-08-24 22:49:40 +01:00
2012-08-24 16:47:53 +01:00
2012-08-24 19:50:22 +01:00
2012-08-25 00:05:45 +01:00
2012-08-25 00:05:45 +01:00
2012-08-24 23:54:49 +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)
  • 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%