Jump to content

PikoSim

Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by PikoSim

  1. Hi @zacmia . its somewhat possible but you have to code it and do some text partial matching. Example, you can do partial search for Preflight, then cut it into chunks (array) and retrieve the timing for the preflight. Once you got the algorithm right for the Preflight, just use it to get take off and that will be it. You need to get the data from the databasse and show it into the pirep_viewreport page.
  2. Yup i agree on that. Probably its been overwritted over the default skins
  3. PikoSim

    Pilot Bids

    I don't know the Tour Center module. But may i ask, is "You have not bid on any flights" from the Tour Module? If it is, perhaps you may want to check the code if it is reading correctly or using the correct function to get the data of the bid.
  4. oh right. I believe its in the admin folder. I read wrongly xD
  5. Go to your admin panel, under settings there is a tab for skins or template.
  6. Are you trying to update using the database?
  7. Hi, i'm not familiar with PDO, but can i ask, what do you actually aim to do? Perhaps give an example
  8. Hello, i am currently developing a Sector Flying Module for my own VA. Its currently 10% of progress. So how it works is like this. Route will start from HUB and end with HUB. Example, WMKK -> WMKP -> WMKK. However, the return flight will not be the same flight number. Lets say its MAS0001 (WMKK to WMKP), MAS0002 will be (WMKP to WMKK ). This simulates the NEXT flight sequence and works great. Using SmartACARS and works like a charm. I have not try KACARS yet. But i believe it is doable with kACARS if you have the needed data. I hope this is what you are looking for
  9. Hello folks, i am not sure if this is the right section to showcase my module that i am currently developing. If im at the wrong section do help me move to the right one. Let me start, i am not sure if there is any Group Flight Module out there but here i am would like to showcase my first module. Group Flight Module features - more to add Ability for Admins to create/delete group flight Award or give pilots recognition for joining Customization of options Track pilots who have signed up More to come ! Feedbacks & suggestions are always welcome so you can PM me or comment in your opinions. Preview below 1. 2.
  10. Hello, i don't know about fltbookv2 system but surely, its doable to implement a jumpseat module. I believe you to have a position/current position. Let me know if you're still interested
  11. @ProAvia I will give an update hopefully in time to come. Will keep you guys an update !
  12. Hi rick, after doing much research, i am currently developing my own module for discord and facebook integration. Its still in early development but if you are interested to know any updates, i will start a thread soon.
  13. Hi folks, is there anyway i can integrate phpvms and discord? Im developing a discord bot which will get info from phpvms my site. So basically each time a pilot send in a report, it will send a notification to my discord channel. Is there anyway i can do this?
  14. hi, i managed to solved it by editing the jquery file. HAd to change the path. All work good now! Thanks.
  15. Hi guys, i have a problem. Im making my own type of flight bidding for cargo. So in my Schedule.php module, i created a new function and name it addbid_opscargo. So in my opscargo page, when i press Add Bid, it will have to add to my created database rather than then default one, phpvms_bids. But the problem now is, when i press Add bid, it will use the default one and will not run or use my addbid_opscargo function. Everytime i press Add bid, it will add it to phpvms_bids instead. I'm not sure if its jquery issue cause i did remember adding jquery in my Layout.php when i have one in core_htmlhead.php. It worked somehow but always bring me to a white page which shows either "No Route Passed", "Bid added" or "Bid already exists!" on the top left which is not i want! This is the code in OpsCargo page on everytime schedules found it will put Add Ofer to Bid option. <a id="<?php echo $bid->id;?>" class="addbid btn-btn-success" href="<?php echo actionurl('/schedules/addbid_opscargo');?>">Add offer to Bid</a><br/> Can anyone guide me through? Thanks!
  16. Working great. Had to change here and that and got it working nicely for my VA. 1 question tho, am i able to make Fuel Increased to as a criteria after my pilots turn on the engine?
  17. Hi everyone. My website is currently facing issue, me and my pilots will have a redirect page issue and it somethign to do with the cookie. This happens after we logged in, close the browser and access the website again. I'm trying very hard trying to solve this but cant seem to fix it. Did change the SITE_URL but it doesnt seem to change. Any help here?
  18. Hi everyone. Im currently interested to change my VA website. i have programmimg background. Basic of website design. My question now is, where and how do i start ? Which file should i use as a template or do i really have to start everything from scratch? Which file should i modify? For ezample, im confused if i should use the frontpage_main and modify it or otherwise. Hope you guys are able to help me here
  19. @Vangelis Have you taken a look at the screenshots?
  20. Hi here are the screenshots. Screenshots.zip
  21. @Vangelis Okay i managed to installed it. but now, it didnt accept or reject it. Keeps saying Pending or basically awaiting for admin to approve which is me. Under " Admin Code that will Reject the Pirep" i already set my pilot id which is 1 since mine is MVA1.
  22. Hi @Vangelis what is the link of the version autoaccept? i downloaded the autopirep0.zip and installed it in my host. But it didnt appear in my pilot report area under admin. how do i solve this ?
  23. Hey guys. My va is currently on a 200 concurrent SQL connection. Im thinking of upgrading to fivedev hosting as they offer 1000 concurrent sql connection. My VA pilot has only 60 pilots, at 1200 schedules. 190 fleet. May i know if 200 concurrent SQL connection is enough at the moment. My pilots everyday i get around 6 flyers. Unless events, we can get up till 15 pilots at most. Hope to get your feedback!
×
×
  • Create New...