dudejma Posted June 12, 2010 Share Posted June 12, 2010 Hello. I'm the CEO of Virtual American Airlines. I have no knowledge in writing PHP and was wondering if someone could help me or explain to me what to do. I need a system that allows my pilots to login, tracks their PIREPs (PIlot REPorts), receives PIREPs from third party programs such as FSACARS or XACARS. I would also like it to, once logged in, show certain pages that you can't see if you aren't logged in. I also want an Admin side which can create users, approve or deny the PIREPs, and have different Administrator rights for certain people. Like their are hub managers that wouldn't get all the rights, but would be able to approve or deny the PIREPs. People would fill out a registration form, and we as the staff would create the account. Not the pilot registering for an account. Thanks in advance, and sorry if I give trouble. Like I said, I have NO PHP knowledge. I do have "some" HTML knowledge. If you'd like to email me, it: ceo@virtualamerican.org. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/ Share on other sites More sharing options...
kenrbnsn Posted June 12, 2010 Share Posted June 12, 2010 If you want someone to write code for you, please post in the Freelancing area. Ken Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071194 Share on other sites More sharing options...
dudejma Posted June 12, 2010 Author Share Posted June 12, 2010 I don't have the money to pay someone. That's why I was hoping to get help. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071197 Share on other sites More sharing options...
kenrbnsn Posted June 12, 2010 Share Posted June 12, 2010 We don't write code here. We help you with code you've already written. If you've written some code and need help, post the code. Ken Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071200 Share on other sites More sharing options...
dudejma Posted June 12, 2010 Author Share Posted June 12, 2010 Where should I post it at? Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071203 Share on other sites More sharing options...
ignace Posted June 12, 2010 Share Posted June 12, 2010 I don't have the money to pay someone. That's why I was hoping to get help. Then how do you pay your employees? Or your aircrafts? Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071205 Share on other sites More sharing options...
dudejma Posted June 12, 2010 Author Share Posted June 12, 2010 It's a "Virtual" Airline. We fly on a computer simulator. (Ex. FSX, FS9, XPlane.) I've already paid for the domain, hosting, and Teamspeak server. I don't have much more money to invest. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071208 Share on other sites More sharing options...
PFMaBiSmAd Posted June 12, 2010 Share Posted June 12, 2010 ... if someone could help me or explain to me what to do. Your first step would be to buy a basic php/mysql book and go through it until you are comfortable with reading and writing basic php code (variables, conditional statements, loops, using built-in functions, ...) and basic mysql queries (SELECT/INSERT/UPDATE.) Then you would need to find and study tutorials that would serve as the building blocks needed to perform specific actions like you have listed. Then you would need to define the details for each action you have listed and break each down into steps until you reach the point where you can actually write and test the code necessary to carry out each action. Turing any of your list of 'I want' and 'I need' items into actual working and tested code requires, well, a programmer, and it is beyond the few hundred words that could be written in the replies in a thread in a help forum to do so. It will also take several hundred hours of programing time to complete all the items you listed, so it is unlikely you will find someone willing to do this for free. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071217 Share on other sites More sharing options...
dudejma Posted June 12, 2010 Author Share Posted June 12, 2010 Ok. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071219 Share on other sites More sharing options...
jcbones Posted June 12, 2010 Share Posted June 12, 2010 Or, a quick google returned http://www.google.com/search?q=php+virtual+airlines+cms I would suggest visiting the first link. As it seems to do what you want. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071231 Share on other sites More sharing options...
maverickalex Posted June 13, 2010 Share Posted June 13, 2010 phpvms.net everything you need Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1071398 Share on other sites More sharing options...
dudejma Posted June 14, 2010 Author Share Posted June 14, 2010 We are using phpVMS at this time, but aren't impressed. Quote Link to comment https://forums.phpfreaks.com/topic/204588-system-for-a-va/#findComment-1072135 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.