Jump to content

servetas

Moderators
  • Posts

    1726
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by servetas

  1. I think that i-frame will work. You can create a .php file, upload it on your server and after that you can wrap it on your website.
  2. This module does not get the data from any ACARS software. It shows the pilots who are online on the current virtual flight simulation networks which are IVAO and VATSIM.
  3. I think that you can keep it "simple". You can create a simple page including this part of code: <?php require('./the directory of you codon.config.php file'); ?> <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> And after that, you can wrap it or create a simple iframe on your main website. What about this?
  4. As i said before, the live flights boarx can be added on any site you want using wrapper. I will send you a pm.
  5. Have you installed all the database tables? The flightbookingsystem.sql file has to be inserted to your database using your phpmyadmin...
  6. Are you sure that you installed the module correctly?
  7. Go to your core/modules/PIREPS/PIREPS.php and comment out this part: (it should start on line 358, i do not remember if i have edited that file previously) # Only allow for valid routes to be filed $sched_data = SchedulesData::GetScheduleByFlight($this->post->code, $this->post->flightnum); if(!$sched_data) { $this->set('message', 'The flight code and number you entered is not a valid route!'); return false; }
  8. The local.config.php is not updated automatically when you tranfer it to another location. You should have to edit the database details with the new ones.
  9. You have to download this file and replace this with the one on your live website. The problem now is that if you do not post the field named code the system returns you this error. The code field has to be filled and you removed it from the form...
  10. You can edit your local.config.php file in order to connect the database with the live one..
  11. This part of code is correct. Why did you changed the flight number field?
  12. Yes, we are able to create a simple version of the module and after that, you will be able to use iframe in order to add it to any website you want.
  13. I do agree with joeri.
  14. Which phpBB version are you using? Have you checked this or do you want something more? http://forum.phpvms.net/topic/6167-phpbb-auto-12
  15. Can you check if the bid is being added to the bids database table? You can chack it via your phpmyadmin.
  16. What do you mean? Magicflyer told you how to install a web server on your computer in order to be able to do all the changes and updates without having to update your page on your live host... This hasn't to do with the hosting package your are using. Of course, if you do a format on your pc, you will have to reinstall the localhist web server...
  17. Check this: http://forum.phpvms.net/topic/1152-how-to-do-dynamic-non-scheduled-routes/#entry9245 I would suggest you to read the whole thread because there are some instructions you have to follow as soon as you install it (for example, you should not use the recalculate distances function etc...).
  18. Unfortunately you can't load so easily so much entries twice. I would suggest you to remove the airports which are not used by your virtual airline and just create a new one with icao AAAA (for example). So if the pilot can't find an airport, he can use AAAA and just write down on the comments part his departure and arrival airport (DEP/LGAV ARR/LGTS). During the validation progress, you would be able to edit the departure and arrival airports. That is just a suggestion and i think that it is an alternative way to allow your pilots to fly between whichever airport they want. Let me tell you that someone had edited the File a new PIREP page and did the departure and arrival airport text fields from drop down menus. I think that this is also a good solution.
  19. I am always trying to help as much as i can. Happy that you solved some of your problems. As soon as everything is ok, you can write a new post which will explain the problems and their correct solutions. I think that this is going to help all the others who may have the same problems.
  20. Can you check this? http://forum.phpvms.net/topic/17290-solvedpilot-list-empty/#entry93430
  21. On my server, we are using php version 5.3.28 and we have installed more than five phpvms systems () without any problems...
  22. Yes, the lib/avatas folder permittions should be set to 777.
  23. Hi Guys, Can you let me know which phpVMS version are you downloading in ordee to install it on my server and check if there is any error? Thanks in advance...
  24. What do you mean slide show? You are already using a slideshow on your own website. Do you want anything different and if yes, what else do you want to include on the slideshow?
×
×
  • Create New...