Jump to content

Vangelis

Members
  • Posts

    1076
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Vangelis

  1. Vangelis

    need help

    Is it for static text or you just want the news to be shown without date and time ?
  2. Vangelis

    Error

    witch funtion do you call ?
  3. if i am mistaken lorathon please correct me but in the free version i don't think it is possible as the xml exports only the aircraft registration if you go to C:\Program Files\FS-Products\kACARS_Free you will see the send.xml and there after you have made a flight you will see the format that it is being send . For example this is mine after a flight <?xml version="1.0" encoding="utf-8"?> <!--kACARS--> <kACARS> <switch> <data>getFlight</data> </switch> <verify> <pilotID>GSA108</pilotID> <password>-------</password> <lang>English</lang> </verify> <liveupdate> <pilotID>GSA108</pilotID> <flightNumber /> <registration>SX-LFK</registration> <latitude>36,3902892121747</latitude> <longitude>28,1184499661445</longitude> <heading>258</heading> <altitude>0</altitude> <route>VFR</route> <groundSpeed>0</groundSpeed> <depICAO /> <arrICAO /> <depTime /> <status /> </liveupdate> <pirep> <pilotID>GSA108</pilotID> <flightNumber /> <registration>SX-LFK</registration> <depICAO /> <arrICAO /> <flightTime /> <flightType>H</flightType> <fuelUsed /> <pax /> <cargo /> <landing /> <comments /> <log /> </pirep> </kACARS> so as you can see in the pirep root element only the <registration>SX-LFK</registration> is being send Best regards
  4. isnt it happening already ? i dont remember i am now at work i will have a look tomorrow
  5. wana share what you want to do ?
  6. for example in this module whe want to validate the user so the link will be www.yoursite.com/action.php/nameofmodule?data=verify&pilotID=yourpilotid&password=yourpilotpassword $case = strtolower($this->get->data); switch($case) { case 'verify': $results = Auth::ProcessLogin($this->get->pilotID, $this->get->password); if ($results) { echo '1'; } else { echo '0'; } so if pilot has been validated it will return 1 or else it will return 0 this result i have a webrequest in vb that grabs it and resolves it to whatever i need
  7. I personaly dont use xml i have done it with $_post
  8. Can you give a link and a test account ? so we can see what is the problem
  9. I will have a look at it. Can you please tell me wich versions of the program and module you have ?
  10. Because i made it freeware and opensource i didnt make it too complicate at the moment it only suports the booked flights from phpvms.
  11. For example what is not working ? Because i visited your website and i can see anything that is not working
  12. Which files are you modiefiing ?
  13. Can you please explain a litle bit more of what you want to do ?
  14. Your template that you sended me seems to be working I thinks there was a mistake in the integration.php so i send you a new one integration.php If you dont manage it we can do a teamviewer session so i can see it on first hand on your server Best regards
  15. Sorry i forgot to mention the tpl settings You need to put this core_htmlhead in your skin folderit contains the jquery references core_htmlhead.zip and this is a copy of the default template so you can see where you have to put the css and java layout.zip If you have any other problem just tell me
  16. So i am done i suppose you have installed arrowchat in the root of your server and you have done the proper settings so the only thing that you have to do is overwrite integration.php with this one integration.php each user avatar will show with his callsign and his lastname If you have any problem tell me And this is my config just for reference config.php
  17. most propably you have incluted the jquery for prettyphoto have a look at this link http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
  18. Vangelis

    need help

    Thanks Tom i think i understood something wrong Onno you want to remove this text ? Thanks for installing and using phpVMS! Check out the docs for help and information on getting started on your VA. This is just a starter skin - customize yours completely. This is just a basic, barebones example of what a skin is and how it works. Check out the crystal folder in the lib/skins directory. Make your own copy and fiddle around. For help, check out the forum, and skinning docs. Also, be sure to check out the skinning tutorials for a quick primer. The forums are also filled with plenty of helpful people for any questions you may have. Good luck!
  19. well option 3 Callsign + Name + LastName doesnt fit in the box it show something like gsa108 va......... so my sugestion is to show the callsign and if you dont know who it is just click on it and it will open the profile if you agree tell me so i can send you the code
  20. Vangelis

    need help

    In order to help you need to tell us what kind of template you are using or some code would be nice. If you see crystal theme the default for phpvms you will see how it is made if you put it side by side with your html document then i think you will be able to understand how it is made By what you are telling us most propably you have the skin in wrong place or you didnt placed the php flags remember on almost each template you must open start with <?php
  21. You can see a demo @ www.baggelis.com/phpvms and login with the details writen on page plane is now coming as i am still at work will continue or later on or 2morrow to get the info in the chat table
  22. Looking what code to alter because arrowchat works with only 1 field
  23. Almost done 1 more detail how do you want the user to be show in the chatlist Please select 1 of bellow 1 Callsign only 2 Name and last name only 3 Callsign + Name + LastName
×
×
  • Create New...