Jump to content

ProSkyDesign

Moderators
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ProSkyDesign

  1. I know how to run a cron job is very easier with cPanel, but the cron job request me a command and I don't know Which is the comand to delete expired bids
  2. Which command I need to run on cronnjob to get works "delete expired bids"
  3. Do you know how to set up a cron job to uptade the hours and last flights on badge?
  4. I found how to add a cron job in my server, but now what is the command to add to the cron job?
  5. Hi! I don't know how can I run a cron job, do you have any tutorial? thanks for your time!
  6. Buy a template by $5.00 US and then edit it, is easier =). I did a custom site for my VA (www.travelskyalliance.com) and I think is better than a simple template, but if you don't know how to skinning, try with a free or paid template and customizate it
  7. Hi everybody in app.config.php I edited the Close bids after expire function but it doesn't work Anyone can help me?? I think I need to run a cron Job to get it works but I don't know how can I do it. # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '1'); # How many hours to hold bids for
  8. Are you from Argentina?, If you speak spanish mail me and I can help you =) ceo@travelskyalliance.com
  9. Nice, it works like a charm Thanks you so much!
  10. Hi I want to translate the text of signatures For example change: "Total Flights" To "Vuelos Totales" Where can I do it? thanks!
  11. wich is the benefit of be owner of a property? for example of a aircraft? will you earn money for it? or you only will invest for fun?
  12. I'm insterested in that add on! Do you know if is possible to change the variables of the Badge? For example: in stead of "Last seen" say: "Última vez" (spanish translate)
  13. Yeah! works like a charm =) but in "Flight academy" show No route passed
  14. It's works :D! thanks you so much!!
  15. Nice, works perfectly with .tpl version Congratulations =), great job !! Now I will try to solve the "Tour Center" Error
  16. I'm using .tpl version. Where can I find your fltbook v2??
  17. Hi can you helo me? I'm using your fltbook system and A payware module (Tour system of Crazy creatives common). On booking process it works fine but when I try bid with tour center the following error appear: Warning: Missing argument 3 for SchedulesData::addBid(), called in /home1/mcfilmsp/public_html/crewcenter/core/modules/TourCenter/TourCenter.php on line 188 and defined in /home1/mcfilmsp/public_html/crewcenter/core/common/SchedulesData.class.php on line 834 In Tourcenter.php missed the $aircraftid variable
  18. Hi, I wanna share my code that I'm using to the briefing to my pilots. This code display the pax and cargo that they will use to their flight. It incluides Cargo and Passengers flight. <div class="col-md-4"> <table style="width: 100%"> <tr> <td class="auto-style12"><span class="auto-style26"><strong> <?php if($schedule->flighttype == "P") { echo "Pasajeros:"; } else if($schedule->flighttype == "C") { echo "Carga (KG):"; } ?></strong></span> <span class="auto-style26"><?php $allaircraft = OperationsData::GetAllAircraft(true); foreach($allaircraft as $aircraft) if($aircraft->registration == $schedule->registration) { if($schedule->flighttype == "P"){ echo round($aircraft->maxpax * 0.80, 0);} else if($schedule->flighttype == "C"){ echo round($aircraft->maxcargo * 0.80, 0) ;} } ?></td> </span></td> </tr> <tr> <td class="auto-style26"><strong><?php if($schedule->flighttype == "P") { echo "Carga (KG):"; } else if($schedule->flighttype == "C") { echo "Pasajeros:"; } ?></strong></span> <span class="auto-style26"><?php $allaircraft = OperationsData::GetAllAircraft(true); foreach($allaircraft as $aircraft) if($aircraft->registration == $schedule->registration) { if($schedule->flighttype == "P"){ echo round($aircraft->maxcargo * 0.30, 0);} else if($schedule->flighttype == "C"){ echo '0';} } ?></td> </tr> </table> </div> Put the code in: "/core/templates/schedule_briefing.tpl"
  19. Do you know the solution for the problem about cancel bids??
  20. Is correct... Hey servetas there is any way to remvoe captcha in register?
  21. Did you create a db user and a database with all permision? and then in installation of phpvms did you put in the form these information?
  22. Now it works!! thanks you so much
×
×
  • Create New...