Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. Have a look at this http://tsstatus.sebastien.me/
  2. You haven't copyed the class make sure all the files are in the place they should be
  3. A link to the roster please
  4. You mean you have the same problem as -almaystrow ?
  5. No problem you still are able to do that with a custom module if you connect it with you database
  6. Are you able to send an email from outlook with this account if yes can post what settings did you used ?
  7. dont think there is any need for js in this module
  8. # 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
  9. 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
  10. This link you provided needs a username and password
  11. 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
  12. 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
  13. 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
  14. You need to manualy add the link as per instructions
  15. If you manualy add the module addres in your browser is it working ? www.youreweb.com/admin/index.php/PirepAutoAccept
  16. 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 ?
  17. Can you attach the PIREPData.class.php file located in core/common
  18. You could try to do it by your self and if you have any problem we are more than happy
  19. http://lmgtfy.com/?q=paginate+php
  20. No idea what you mean at the website that you point out it is just a phpvms setup
  21. You can have a look at my website Www.baggelis.com I am able offer you a custom version of acars
×
×
  • Create New...