Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Still looking for testers? Im on holiday this week so i may have a look at creating an acars program.
  2. I had this working for phpbb, but the only addition that was needed was inclusion in a group, you can use the functions but you have to define these before hand ie, <?php define('IN_PHPBB', true); $phpbb_root_path = 'pathtoroot/'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.php'); include($phpbb_root_path . 'includes/functions_user.php'); include($phpbb_root_path . 'includes/ucp/ucp_register.php'); $password='pword'; $username='uname'; $username_clean=strtolower($username); $user_email='email@email.net'; $sql_ary = array( 'username' => $username, 'username_clean' => $username_clean, 'user_password' => phpbb_hash($password), 'user_pass_convert' => 0, 'user_email' => $user_email, 'user_email_hash' => crc32(strtolower($user_email)) . strlen($user_email), 'group_id' => 2, 'user_type' => 0, ); user_add($sql_ary); ?> I kept getting a template error but never managed to find the time to sort it out. Clearly you would add in the variables from the defined vms data not whats above.
  3. Spot on! The thing is i have worked for a va that enforce an active roster of inactivity, it keeps the va fresh and lets face it if a pilot cant fly one every 2 months then maybe they shouldn't be a member. If they want to come back then its reasonable to email, Thats my 2 p's worth
  4. Check there site mate, latest release 10th Jan 2009 V2.5 If your like me your willing them on to release, it would be so much better than fsacars.
  5. Dont hold your breath, the last release was Jan 2009....
  6. install/checkinstall.php and for the db its install/checkdb.php
  7. Reply...... So just time i suppose
  8. Just re download the version you have installed and copy over the install folder to run the checks. Once your finished you can delete it again.
  9. OK so here it is, http://www.xacars.net/index.php?contact Use the contact form above to contact the author of xacars to request the landing rate in the pirep sent data, come on people
  10. If xacars would report a landing rate that would be perfect, i suppose you cant have it all lol Or if someone could mod fsacars to send heading updates. One day maybe.....
  11. I was thinking more of a solution for my va Yeh i have looked at FS Flightkeeper
  12. Man i would pay good money for a decent acars system we could use for phpvms!!!
  13. Hi guys, im still having trouble in getting the map icons to correspond the the fsacars heading, i cant seem to find a setting for it but its still not working. Any ideas where this is?
  14. Well this is what we have all been crying out for a decent fully compatible acars logging system B)
  15. What box are you on, linux or windows? Do you use phpmyadmin? Next thing is to create a test php connect file to see if you can connect, it will spit out errors if there are some. There are well over 1000 installs of phpvms so its defiantly not a problem there.
  16. Your a star! Cheers....
  17. Is there any further progress on this one?
  18. Ok ill have a trawl, Thanks.
  19. Sorry to jump on this one but is there any way to prevent a pilot from logging in that is inactive or retired?
  20. I would rule out file corruption by uploading the files again, then run the file check utility in the install folder.
  21. Nice 1 Just added to mine.
  22. Nabeel, Is it possible to integrate this in to phpvms? http://www.satavirtual.org/fsacars/index.html What a d***!!! forget that lol i got all excited then realized its what we have now lol.....
  23. Hi Dave, Yes this would work with that but its not created yet and i dont have have the coding know how to do that lol.....
  24. This is a bit like assigned flights? That would be a great idea, a pilot could select from his profile to opt in to assigned or rostered flights, they could define how many flights they wanted in lets say a month, the duration or distance between each hop, so you start at A then how many flights do they want? for example lets say 5 in a month. The system would then create hops from his last destination or home base from A to B then C etc then finally back to A. Now that would be good if some one could get that working
  25. I have just added some extra stuff like aircraft in fleet and total pax, all that is working OK, one thing i did notice was the uppercase letters,I have this, Total Flights Today: <?php echo StatsData::totalflightstoday(); ?><br /> but in the stats data class its defines as StatsData::TotalFlightsToday(); So i have changed it to that but still no error or output, maybe it will update when another pirep is accepted.....
×
×
  • Create New...