Giter Club home page Giter Club logo

craftingstore.net's Introduction

craftingstore.net

The sources for the abandon craftingstore.net. It is a almost fully functional shop management system for Bukkit based Minecraft game servers.

Development began in summer 2011 and january 2014.

It's based on the Smarty Template Engine and a custom MVC inspired framework.

Because it began as a student project it had some structural developmental bootlenecks. Yet it has several optimations and runs pretty smooth on an apache webserver with memcache etc.

If someone wants to pick it up, feel free to message us, until that it is avaiable under Creative Commons license BY-NC-SA:

Creative Commons BY-NC-SA

Features

To see a somewhat recent feature list, visit our old Bukkit Dev project overview.

How to use it

  • Get Apache/NGINX with PHP 5.3+ integration
  • create a MySQL database and execute the SQL/create_structure.sql to create the structure.
  • load some default data with SQL/load_languages_and_templates.sql
  • edit each file that contains the phrase 'edited for github', for example config/config.inc.php
  • create a wildcard subdomain (in our case: *.craftingstore.net) leading to the root directory of the web application
  • (create secure.yourdomain.com leading to the root of the web app) - probably not necessary due to the last step
  • you should be able to go to secure.yourdomain.com or secure.yourdomain.com/megaadmin to log in and play around

PHP.ini Settings:

safe_mode off
open_basedir {Application root}/:/tmp/
file_uploads on
magic_quotes_gpc off
log_errors on
display_errors off

it is possible that there are more little tweaks, e.g. in the apache configuration. Feel free to contact us

craftingstore.net's People

Contributors

derenix avatar eymaddis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.