Giter Club home page Giter Club logo

openex's Introduction

OpenEx.pw 0.3

THIS IS BETA SOFTWARE. IT IS UNPROVEN. USE AT YOUR OWN RISK.

build percentage=98% build status= stable build name= l.2-dev release= openex 0.4.6 build date=1/22/2014

technologies used/required: nginx php mysql memcached jquery(included) <-- All rights reserved fontawesome(included) <-- All rights reserved userCake(Heavily Modified) <--All Rights reserved mysqli.class.php <--Jesse boyer, all rights reserved(jream.net) csrf-magic <-- all rights reserved

Demo(live trading site)->https://openex.pw

known issues:

unable to scroll up in chat. will fix in a later release. trade engine is closed source and not included unless purchased ajax resources cause high load. withdrawal system is only semi automated.

other information:

the trade engine, deposits and table optimization scripts are closed source and not included.

install instructions: Step 1 after your webserver is setup and all packages upgraded upload your files to your webservers html or www directory.


Step 2 install phpmyadmin and browse to the url of your phpmyadmin. login to phpmyadmin and create a new database and import db.sql into that db.


Step 3 create two users in mysql:

1 for chat 1 for app

open models/chat.config.php and enter the chat db users credentials. open models/settings.php and enter the main applications db credentials. you will also need to imput your database name and ip as well. the chat.config page mistakenly list db name as $config['table'], so put db name there. save and upload.

Step 4

open your web browser and browse to the registration page. if you see a "cannot connect to database" message, your main db credentials are wrong. likewise, you will see an "access denied" in the chat window if those credentials are bad.

barring any errors, register a username. then browse to the "userCake_Users" table of the database. select edit next to your username. in the groupid table, put 9 for admin or 5 for moderator. the default is 1, which is a normal user.

Step 5

Install your coin clients, then input their details into the "Wallets" table of the database.

to test your connection, browse to the "sitemonitor" page of the site. click on "coin stats". if a bunch of information pops up by a coin name, congrats it works.


Additional information

if you need to debug, browse to models/config.php and replace the first two lines where it says:

//error_reporting(E_ALL); //ini_set('display_errors', 1);

with:

error_reporting(E_ALL); ini_set('display_errors', 1);

now, debug information will be shown on any pages where you have errors upon reloading.

If you found our software useful, please consider donating to the authors at the following btc address:

1337xmR8JRzwKonFgd17dhVo9NHQiP7875

openex's People

Watchers

James Cloos avatar  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.