Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. The whole point of having an admin approve it is to verify that it is legit. Having it automatically approved will make it real easy to submit fake pireps.
  2. That is not a recaptcha problem, that is a mysql problem. Run the checkdb.php and post the results here.
  3. He knows about that already Kurt. It was a problem with a script he got online for the obsese 2.0 skin. He has rectified it, but it will take sometime for google to remove his site from the list, and if it has already been done, might take time to propagate around the net.
  4. Contact your host, looks like you have run out of space on your host.
  5. If the "bot" can get past the recaptcha, then it is not a bot, it is a human, but he is spamming your VA.
  6. 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.
  7. <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>
  8. Strider

    ObsessBlue 2.0

    http://www.fspaintshop.com/?page_id=47 The link to download ias there.
  9. When adding the route, you have the option to select the specific aircraft for it.
  10. 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.
  11. 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.
  12. 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.
  13. Strider

    Prob with Kacars

    The flight has been bidded on, and it is in the schedule.
  14. Wrong forum, should be posted in the support forum. Run the checkinstall.php file and post the results of it.
  15. Is it just me or has the site been taken down? I cannot gain access to it.
  16. 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
  17. 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.
  18. 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.
  19. 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.
  20. Nevermind, see that vacentral is down right now.
  21. No, as the phpvms are not the only db i have.
  22. Problem has been resolved. This topic can now be locked.
  23. 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!
  24. 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.
  25. The pilots table was deleted, and a few other tables.
×
×
  • Create New...