Giter Site home page Giter Site logo

prohd's Introduction

Disclaimer

Code is provided as is.

If you want to try to setup your own instance, I would advice that you have an understanding of PHP, MySQL, and general code architecture. 

Getting this to run is not a beginner project.

I cannot provide any commitment for bugs corrections, adding features, or providing support.

There are many, many non-sanitized input points that are major security issues as noted in this post. I would not use this as a public-facing site.

There are unfinished pages, hacked together solutions, code in the view, display code in the controllers, etc. Don't expect clean, production quality code.

Be prepared to edit the database table to enter your users and API keys. The .admin. section is only partially completed.

Prerequisites

MySQL, PHP5+
Yii Framework
phpMyAdmin or an easy way to modify tables

Installation

  1. Download the latest code from https://github.com/brentnowak/prohd

  2. Edit protected/config/main.php.changeme Line 29 contains IP limitations for working with Gii. Enter your WAN IP address here if you want to work with this module. Line 57/58 contain your database connection information. Rename to main.php

  3. Edit protected/config/console.php.changeme Line 22 contains the database name. My project was named after my holding corporation PROHD so the database name is .prohd.. Line 24/25 contain the user/password to login to the application. Rename to console.php

  4. Modify Yii path in index.php Change the path to your Yii framework location $yii=./usr/local/lib/yii/yii.php.;

  5. Replace /usr/local/lib/yii/caching/CDbCache.php with the one in the zip.

  6. Create database structure with prohd.sql

  7. Create a login in the 'accounts' table. The default userLevel is 1

  8. Enable the API feed by adding a 1,1 row to the apiStatus table

  9. Define a group in trackingGroups table

  10. Add your character information in the .characters. table.

  11. Import the Eve static data tables from http://zofu.no-ip.de/

  12. Generate the following table for typeBuildReqs for Tech 2 items. You can use my query (http://pastebin.com/6hypXsrS)

Recommendations

If you are intimated by the scope of the setup procedure, I would recommend that you use the DRK Industry Tracker for your construction projects as my partner Raath is actively developing this project.

Bitcoin Donations

12SFN3WgXofnT6JvRQN3GsSAB7XKTkshkZ

prohd's People

Contributors

brentnowak avatar

Watchers

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