User Help:
- Why can't I login after registering my account?
- After registering your administrator needs to give you access before you can actually log in.
- Where is the Max Days option for fueling towers?
- Within the POS Tracker (Optimal = Max Amount) of days you can possibly get. Optimal will make sure you fill the tower up to the max amount you can in the fuel bay.
Administrator Help:
Installer - You must meet all installer requirements otherwise the POS Tracker may not work.
Installer Requirements:
- MySQL DB
- PHP Version: 5.1.2+
- CURL Version: 7.21.0+
- Required Modules Needed: CURL, SimpleXML, Hash
Register_globals needs to be off. If you see "Register_globals: On or Register_globals: >blank<" you have register globals on.
Access Details - When you give someone more access by selecting further down on the drop down menus, they inherit all the above permissions. So selecting "Secret" under Corp also means they can view and edit normal towers.
- Corp
- No Access - Can not view any towers of the corporation they are a user of. Can still view/edit if they are a fuel tech of the tower.
- View - Can view all towers(excluding secret towers) of the corporation that user is part of.
- Edit - Can view and edit all towers(excluding secret towers) of the corporation that user is part of.
- Secret - Can view and edit all towers including secret towers of the corporation that user is part of.
- Other Corps
- No Access - Can not view any towers of other corporations setup in the POS Tracker. Can still view/edit if they are a fuel tech of the tower.
- View - Can view all towers(excluding secret towers) of other corporations setup in the POS Tracker.
- Edit - Can view and edit all towers(excluding secret towers) of other corporations setup in the POS Tracker.
- Secret - Can view and edit all towers including secret towers of other corporations setup in the POS Tracker.
- Jobs - This security unfortuantely doesn't work like it should. Unless you trust someone to see all Jobs, set their access to No Access.
- No Access - Can not view any industrial jobs.
- Current - Can view all current industrial jobs of the corporation that user is part of.
- Past - Can view all past industrial jobs of the corporation that user is part of.
- All Corps - Can view all current industrial jobs imported into the POS Tracker.
- Production - (Note: Production will only show if they have access to the tower. More details below.)
- No Access - Can not view any production.
- Own - Can view/edit any production that is setup on towers where they are a fuel tech.
- Same Corp - Can view/edit any production that is setup on towers for the corporation that user is part of.
- All Corps - Can view/edit any production that is setup in POS Tracker.
- ReStocker
- N/A - Currently not implemented.
- Trusted
- When Checked - User is able to add towers manually and can delete towers where they are a fuel tech.
- SubAdmin
- When Checked - Has the same abilities as the admin account except it can't modify other SubAdmin accounts, remove API keys, or remove other user accounts. They will be able to disable other accounts just not remove. All other permission selections will become disabled for this account.
- Enabled
- When Checked - User account is able to login to the POS Tracker
- Remove
- When Checked - Will remove the selected user from the POS Tracker completely. Can not be undone.
Production Permissions: In order for a person to see production setup on a tower they must have access to that tower in one way shape or form. Below are examples of the permissions needed for certain setups for users.
Production Setup - (Access needed to view and edit production on that tower):
- User is a fuel tech on any type of tower setup - (Production: Own)
- User is not a fuel tech but a member of that corp on a non secret tower - (Corp: View, Edit, or Secret | Production: Same Corp)
- User is not a fuel tech but a member of that corp on a secret tower - (Corp: Secret | Production: Same Corp)
- User is not a fuel tech and not a member of that corp on a secret tower - (Other Corp: Secret | Production: All Corps)
- Allow user to view all production within the POS Tracker - (Corp: Secret | Other Corp: Secret | Production: All Corps)
Common Errors/Fixes/FAQ
- Fatal error: Call to undefined function ADONewConnection() in /pos/includes/dbfunctions.php on line 71
- You get this error when trying to run the POS Tracker or page in PHP4. If this happens during a Cron Job run, make sure that the job points to your PHP5 install on the server.
- API Imported tower doesn't have a location.
- You will need to make sure the Region is installed under the Moon Database with the Admin Panel.
- Sov incorrect since I changed/joined an Alliance. How do I update my towers to have the correct Sov?
- The tower alliance information is now based off the API key so just remake the API key to make sure your new joined alliance shows up under the admin panel.
- EVE-Marketdata imported prices won't update on the global price list.
- EVE-Marketdata currently has a 24 hour cache which is updated at downtime so wait until the the next downtime.
- Can I setup a daily API pull for the global price list like to EVE-Marketdata?
- At this time no, however it is in the works along with some other possible sites.
- My POS Track page isn't sorting/displaying by what shows under my user panel(10 & Corp A).
- Most likely this is the first time you've logged in since the new version, click Update Settings under your user panel and everything should work wonderfully.
- Why is ViewPOS different than Fuel Bill if API isn't pulling in every hour?
- On ViewPOS only the Online section counts down. Available and Optimal are going off what's actually stored in the database.
- On Fuel Bill the optimal works just like ViewPOS except it also counts in how many hours ago the POS was updated.
- If you have the API pull in more often the pages will matchup.