Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by Strider

  1. If the "bot" can get past the recaptcha, then it is not a bot, it is a human, but he is spamming your VA.
  2. 1)No you can't link aircraft to airport in phpvms, you would have to create some sort of module to do that. 2)you can't have 10 aircraft for one schedule, you would have to make 10 routes departing and arriving from the same airport. 3)No again you would have to create some sort of module or edit the way the db is setup, and would advise against doing that.
  3. <li><strong>Group: </strong><?php echo $userinfo->group; ?></li> You will need to add two rows to the pilots table: groupid and group. You will have to manually insert the group names and id's in for it to work, but the code does work. That was in the pilot_public_profile. The pilots_list code is: <td><?php echo $pilot->group;?></td>
  4. Strider

    ObsessBlue 2.0

    http://www.fspaintshop.com/?page_id=47 The link to download ias there.
  5. When adding the route, you have the option to select the specific aircraft for it.
  6. For the pilot ID, you can't have specific pilot ID's for each hub. For the routes, just go to the admin side, and you will be able to add routes there, and aircraft and airports.
  7. Strider

    ReCaptha

    Really, it is a bad idea, as recapcha is the best thing that has happened to phpvms since it was first designed and coded. Recapcha does not stop people from registering. You need someway of determining if they are real people or spambots.
  8. I am working on code to get the charts for the airports your VA arrives and departs from working, so you can always have in the schedule pilot brief a dep and arr charts. http://malaysiava.org/index.php/schedules/brief/91 Take a look there, the code is simple. <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->depicao?>.png" width="387px" height="594px" alt="No chart available" /> <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->arricao?>.png" width="387px" height="594px" alt="No chart available" /> All that is required is for you to create a folder in the lib>images called charts, and get the charts, take screenshots and resize and save them as PNG's, make sure the name of the png is the airport code, and in all capitals. I will try and get all airport charts done, and make it into a release. This would be better then seeing the no charts available.
  9. Strider

    Prob with Kacars

    The flight has been bidded on, and it is in the schedule.
  10. Wrong forum, should be posted in the support forum. Run the checkinstall.php file and post the results of it.
  11. Is it just me or has the site been taken down? I cannot gain access to it.
  12. Well it has been a few years, but back in August 2010 Malaysia Virtual Airlines returned to the virtual skies. We have friendly staff, and are willing to help you with any question no matter how stupid you think it is. We have the flights of MAS, Firefly and MASKargo, though the schedules are still being inserted into the database. Malaysia Virtual Airlines We will be glad to have you on board, and hope you all welcome us back to the VA world. Regards Daniel Counahan CEO of MVA
  13. I have noticed some errors in VACentral, When i submit a pirep or another one of my pilots, it defaults the flown time to flown over 4-5 hours ago, and the pirep was only just submitted, why is that? Also The first P is obviously for Pilots not pireps, so that may be needing fixing And the yesterday score, if that is not being used, why is it there? As it always says yesterdays score 0. These are just some observations.
  14. Strider

    Prob with Kacars

    Similar thing is happening to me, but only with the cargo division of my VA, the flights are bidded on, but when i go to find the flight, i get flight not found. It works fine with the other flights in the database, just for the cargo flights.
  15. Your password may have gotten corrupted. Try the checkinstall to see if maybe some files have been corrupted, and the checkdb to see if any of the tables in the database have been corrupted.
  16. Nevermind, see that vacentral is down right now.
  17. No, as the phpvms are not the only db i have.
  18. Problem has been resolved. This topic can now be locked.
  19. I was lucky I am only going to loose a few weeks worth of pireps, so not too bad I guess, but it is a pain in the rear end!
  20. It is localised to just the phpvms tables, and not others. Also they did some upgrades before, and it never affected the db like this. I think we were hacked, not quite sure, but it does seem suspicious that only the phpvms sites were affected.I am in contact with my host, and they are going to upload via the command line the backup I made a few weeks ago.
  21. The pilots table was deleted, and a few other tables.
  22. Yes, and it is not just that VA, I am hosting jalvirtual and their site is giving the same error. Also cant get into the admin, as i need to login, but cant login, cos i just get a load of errors.I think it may have something to do with the database, when i went and looked at it, i couldn't get into a few tables. I made a backup recently so should be able to rectify that. Just lose some new pilots that joined since i made the backup
  23. One of my VA's Malaysia Virtual Airlines, has suddenly decided to give me a lot of php errors, I ran the checkinstall.php and the only error it found was with the kacars free module. http://malaysiava.org I need help trying to figure out why the skin wont show, and the errors are showing. I have not added anything new, or changed any code, so this shouldn't have happened. Any help I can get would be greatly apprieciated.
  24. Strider

    Acars Map

    WWhat acars are you using and are you on free hosting or paid hosting?
  25. Seeing that it is nearing Christmas and is December, here is a Christmas song for you guys.
×
×
  • Create New...