Jump to content

llju1

Members
  • Posts

    190
  • Joined

  • Last visited

Everything posted by llju1

  1. Xacars nit connecting here either. Sorry
  2. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Error] ../core/modules/test/test.php doesn't exist [Error] ../vac_diag.php doesn't exist -- Checked 209 files, found 2 errors
  3. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Error] ../unit_test.php doesn't exist [Error] ../incversion.php doesn't exist [Error] /install/update_628.sql doesn't exist -- Checked 210 files, found 3 errors
  4. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Error] ../core/modules/test/test.php doesn't exist [Error] /lib/js/jquery.tablesorter.pack.js doesn't exist -- Checked 298 files, found 3 errors
  5. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/Installer.class.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/FinanceData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/app.config.php did not match, possibly corrupt or out of date [Error] ../core/modules/test/test.php doesn't exist [Checksum failed] /install/update.sql did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 208 files, found 9 errors
  6. Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Error] ../core/modules/test/test.php doesn't exist [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 208 files, found 3 errors
  7. Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/classes/ezDB.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Profile/Profile.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 9 errors
  8. thanks that did it
  9. Very sweet thanks for the great forum
  10. I would like to beta the new forum. My code knowledge if fair. Also I running the most up to date beta version
  11. The Server OS is windows I believe. I upload all the files direct to my server using MS Expression Web 3. then use the updater in the install folder. I guess I am doing every thing right. But one problem I have is how does rank change work. I go to the individual Pilot and there is not way to change the rank other than to change the previous VA hours. As we are a military VA I was hoping this would work. Or am I doing something wrong. Thanks for the great work
  12. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/install.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 4 errors
  13. Ok now a New question. How do I integrate a SMF forum the same way I did the phpBB forum? Can anyone help me. I like SMF a little better because I can update it easier and it has a cleaner look to it. Thanks for your time.
  14. ;D Never Stupid Question here, If so then I must ask the dumbest . I was just looking in my forum file to see what the php file said. Glad you fidxede it because I was stumped lol.
  15. VMAC-Virtual Military Airlift Command http://virtualmilitaryairliftcommand.com http://vmac.info PHPVMS is the greatest and thanks for all the great support everyone ;D
  16. No Problem and Again thank you for the help. ;D
  17. Not 100% sure it was part of one of the build update This is the code I have on my frontage;Hope it Helps. <h3 class="style12">Users Online</h3> <p><i>There have been <?php echo count($usersonline)?> user(s), and <?php echo count($guestsonline);?> guest(s) online in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?>
  18. got it working now lol. Had phpbb in caps LOL thanks
  19. Yes I did my directory was called forum rather than forums so I changed that and now get this error: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /hermes/web06b/b338/pow.llju1/htdocs/forum/topics_anywhere.php on line 38 Warning: extract() [function.extract]: First argument should be an array in /hermes/web06b/b338/pow.llju1/htdocs/forum/topics_anywhere.php on line 39 Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /hermes/web06b/b338/pow.llju1/htdocs/forum/topics_anywhere.php on line 41
  20. Getting this Error: Warning: include(forums/topics_anywhere.php) [function.include]: failed to open stream: No such file or directory in /hermes/web06b/b338/pow.llju1/htdocs/lib/skins/VMACSkin3/frontpage_main.tpl on line 155 Warning: include() [function.include]: Failed opening 'forums/topics_anywhere.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.2/lib/php') in /hermes/web06b/b338/pow.llju1/htdocs/lib/skins/VMACSkin3/frontpage_main.tpl on line 155
  21. Yes I would like the code. thanks. ;D
  22. thanks for the quick reply. I keep getting an error but I will work it out sooner or later. ;D I really Like the way you site looks and hope to have mine functioning a lot better in the future. The Forum block is is the last thing I want to do to it them I thingk I will be done with it : thanks again for you quick replies Lloyd Mendenhall http://vmac.info
  23. Ok this may have been talked about some where else but I would like to add a Module to my site that will show the latest forum post. Such as Tom uses on his site. http://www.europeangateway.info/ Let me know if you can . I use phpbb and smf. I will have all the members use which ever one is easiest to set up the code with. thanks for you time. Lloyd Mendenhall http://vmac.info
  24. I all works great for me.Thanks for the hard work ;D
  25. I have a VA that Needs Multiple Bids on one Flight Schedule(Mission). I have all my Pilots fly a check-ride or Training Mission. How do I do this.
×
×
  • Create New...