Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. # Email Settings Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'mail.zirveairlines.com'); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'EmailUserName'); Config::Set('EMAIL_SMTP_PASS', 'EmailPassword'); try with this settings just add your email username and password in the prespective positions
  2. The second link you gave me it provides the data in xml format you need a custom module for that that reads the xml file and then displays it what i do not know is if it is going to work with your setup as you require username and password
  3. This link you provided needs a username and password
  4. Link please
  5. Try # Email Settings Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'mail.zirveairlines.com'); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', false); Config::Set('EMAIL_SMTP_USER', ''); Config::Set('EMAIL_SMTP_PASS', ''); Also the noreply@zirveairlines.com does it exist as an email ? If not create it
  6. Let me desagree with you as a developer myself this is my view of point David has created many free modules for phpvms https://github.com/DavidJClark?tab=repositories Myself aswell @ www.baggelis.com you can find 2 free modules out of the 3 and also an opensource Acars Client that you are free to modify for your VA needs also in the forums under addons you will find more developers that have created free modules The last months now i have seen some certain members posting that they want help without providing any code that means that they didnt make the efford to try and make something themselfs and they expect a ready solution. This means that someone has to spend some time to create the solution that someone else doesnt know how to do it or didnt search how to do it, for me this time has to get payed somehow. Also i never saw someone posting code that had a problem with it and not getting help with that
  7. Your aircraft type needs to be according to the list bellow in your example you have in your va an ac with icao code 744 and that is not correct it should be b744
  8. You need to manualy add the link as per instructions
  9. If you manualy add the module addres in your browser is it working ? www.youreweb.com/admin/index.php/PirepAutoAccept
  10. Emmm no
  11. From what i see it seems to be corect can you provide me with a screenshot with the criteria and one with a flight log ?
  12. Can you attach the PIREPData.class.php file located in core/common
  13. You could try to do it by your self and if you have any problem we are more than happy
  14. http://lmgtfy.com/?q=paginate+php
  15. No idea what you mean at the website that you point out it is just a phpvms setup
  16. You can have a look at my website Www.baggelis.com I am able offer you a custom version of acars
  17. https://www.hscripts.com/scripts/Javascript/image-fall.php
  18. run this in phpadmin ALTER TABLE table_name ADD registration text Fixed
  19. I fixed your installation there was missing a column in the pirep table this is how you must have your report before sending it this is a link to the submited report http://vabird.com/index.php/pireps/view/49
  20. I would be interested to code something like that. Just make sure that flightaware can export the info that you want For example the airlineschedules returns this info http://flightaware.com/commercial/flightxml/explorer/#op_AirlineFlightSchedules i am not sure if it returns the flight plan asswell
  21. try echo $schedule->price echo Config::get('MONEY_UNIT')
  22. If i got it right he needs airport detection in acars if he is supposed to land to lgav but he lands back to the departure airport to show a warning or something
  23. You need a custom acars in order to do that I was thinking of implementing this in APVacars V2 but it will take a while
  24. if you want sent me your ftp details thought pm
  25. Make sure you have selected your database . Have a look on this answer http://stackoverflow.com/questions/19161219/no-database-selected-when-running-procedures
×
×
  • Create New...