Jump to content

mseiwald

Members
  • Posts

    435
  • Joined

  • Last visited

  • Days Won

    1

mseiwald last won the day on December 18 2018

mseiwald had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Salzburg/Austria

Recent Profile Visitors

10368 profile views

mseiwald's Achievements

Newbie

Newbie (1/14)

105

Reputation

  1. Hello guys, all phpvms modules and skins on my site http://www.crazycreatives.com will be on sale from today until december 24th. To receive -20% discount on all items please use the following discount code during checkout: XMAS2018CCR This code can be used as often as you wish until december 24th. I also want to take the chance to wish all of you happy holidays and thank you very much for your continued support. Looking forward to 2019 with lots of new phpvms stuff to come. On a side note since some of you contacted me about having the problem that you cannot purchase things via PayPal in certain countries I have added the option to pay via wire transfer in my shop. However please be aware that if you choose that option the downloads will become available only after the transfer has been completed which will likely take a couple of days.
  2. Like mentioned it is in core/app.config.php In the default file on line 487
  3. For that please open a topic in my own support forum here: http://forum.crazycreatives.com/forum/14-module-issues/ I dont really want to hijack this forum here for support on my payware modules.
  4. I had a look at the module now and you were right its actually in the module where you commented out this: # Show the routes. Remote this to not show them. // $schedules = SchedulesData::getSchedules(); a bit below is this: foreach($schedules as $key => $s) { and the if statement needs to go there like: if($schedules) foreach($schedules as $key => $s) {
  5. No it is The foreach Loop in schedule_results.php
  6. That doesnt make much sense as the function would still query all schedules that way. Instead just use if in the template file. if($schedules) foreach($schedules as $whatever)
  7. In your php settings try to set open_basedir to none.
  8. No just make the changes to the file and upload it to the "core" folder.
  9. No problem i just thought i'd mention it as it was really hard to read. It looked like some handwritten font on my chrome and Safari browsers. Now it's perfect
  10. Thanks for your contribution but could you please use a normal font in the future. It's really difficult to read.
  11. Sorry there is no such option planned in the free version. There is an option in the not yet released VA Edition of the client that allows pilots to create charter flights but it will create a new flight number. Changing the aircraft for a scheduled flight is not planned in any version of the client.
  12. Contact me via our contact form on the site and let me know which .NET framework version you can install. I might be able to Compile a client version for your .NET framework.
  13. Hello Michael, support related questions only here please: https://www.crazycreatives.com/forum There are a couple of conditions that have to be met in order for the flightphase change to Landed and a Landingrate is recorded. Those are as follows: - During touchdown the player is not in Slew Mode - Once during the flight (usually after takeoff) the Vertical Speed must be 50ft/min or more - The flight was reaching a minimum altitude of 2000ft above the ground Also the landingrate field resets if after a landingrate was recorded the aircraft climbs to 3000ft again. Further support questions post please at the link above. I want to keep track of reported errors and want them all collected at one single place. So in The Future i will here only reply to General Questions regarding the client if i read them (as i'm not here in the forums regularly).
×
×
  • Create New...