Go to file
Rubenwardy 518e31e10a Copyright :) 2012-08-26 00:20:05 +01:00
help Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
images Redid Layout and Started login scripts 2012-08-24 17:35:55 +01:00
mm Did some BBCode formating, and fixed security issue 2012-08-25 12:26:03 +01:00
scripts Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +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 Copyright :) 2012-08-26 00:20:05 +01:00
addentry.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
editentry.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
index.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
installer.php changed more stuff 2012-08-24 16:47:53 +01:00
login.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
logout.php Multiple Optimisations + Logout 2012-08-25 00:05:45 +01:00
mainstyle.css Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
search.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
signup.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
user.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00
viewmod.php Did load including: footer, tabs, new editentry.php and user.php 2012-08-25 23:36:52 +01:00

README.md

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

Copyright (c) 2012, Andrew "Rubenwardy" Ward All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions that are hosted on the website must retain the above copyright notice, this list of conditions and the following disclaimer, and also the notice at the bottom of each page.
  3. This source code/software modified/unmodified must not be used for commercial use .
  4. The copyright owner has the right to change these conditions at anytime with/without notice.
  5. The copyright owner can issue an exception to these conditions by giving specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project.

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
  • (done) user creation
  • Search mod names and descriptions
  • wrap desc text
  • (almost done) 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)