Rubenwardy
6fb768ff21
Multiple Optimisations + Logout
AddEntry, Optimised loadmods.php query, logout.php pageheader shows logged in user, css and $serverpath in setup.php
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
- 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
Languages
PHP
99.7%
CSS
0.3%