Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. I would suggest you to use the current topic of each module in order to collect all the questions-problems together in one topic. Answered here.
  2. Open the schedule_results.tpl file and replace this: if(Config::Get('RESTRICT_AIRCRAFT_RANKS') === true && Auth::LoggedIn()) { if($route->aircraftlevel > Auth::$userinfo->ranklevel) { continue; } } with this one: if(Auth::LoggedIn()) { if($route->aircraftlevel > Auth::$userinfo->ranklevel) { continue; } } I do not know why parkho uses this config setting as it does not exist on the app.config.php file on mine phpvms version and i think on yours too. Check this and let me know if it works...
  3. Have you added any award on your phpvms system?
  4. You have already opened a thread about the music on the Support Forum...
  5. This is not a problem of kACARS Free. The FSUIPC reported this rate of landing so the Kacars recorded it. It has happened to me one time during the past.
  6. Yes, this is why it stopped. You can use phpvms alternatively or write the airport data on your own searching on the Internet for them.
  7. It has come up many many many times and it has been already solved... http://forum.phpvms.net/topic/21162-solved-fatal-error/
  8. I talked to you via Twitter (@phpmods). I wish you all the best. It is great to see new vrtual airlines who have come here to stay. It seems that you have put a lof of effor on it.
  9. You have not followex the installation steps correctly.
  10. How many va's on free webshosting services have stayed here for more than two weeks? Check @magicflyer answer. My opinion is that if you are not willing to pay at least for a hosing plan (which costs approximately 2-5$ per month), i would suggest you to start doing something else.
  11. It has come up a lot during the past that phpvms does not work correctly on most of the free webhosting providers. I would suggest you to purchase a webshosting plan. There are plenty on the market...
  12. Have to tried to remove ivao from the controller? <?php MainController::Run('liveflights', 'index', '?cs=VAR'); ?>
  13. http://forum.phpvms.net/topic/18860-i-have-a-xxxxxxtpl-file-not-found-error/
  14. You will have to opwn your phpmyadmin and go to your pilots database table. After that go to the opetations tab of the table you are viewing.  The value is called AUTO_INCREMENT.  The number in that field is the next number to be assigned when a record is added. You can change it to last pilot id+1.
  15. http://forum.phpvms.net/topic/21094-slideshow-and-add-bid-problem/page__hl__%2Broute+%2Bpassed
  16. Hello, It can be changed via the General Setting section of your phpVMS Administration Center.
  17. Have you tried lorthon's solution: Also, have you tried to edit the USERS_ONLINE_TIME setting on your local.config.php? # The StatsData::UserOnline() function - how many minutes to check Config::Set('USERS_ONLINE_TIME', 20); Where 20, replace this with the number of minutes you would like to "keep the sessions".
  18. Open your local.config.php and edit the following lines: # Google Map Options Config::Set('MAP_WIDTH', '950px'); Config::Set('MAP_HEIGHT', '550px');
×
×
  • Create New...