Jump to content

OA01

Members
  • Posts

    176
  • Joined

  • Last visited

Everything posted by OA01

  1. THANK YOU! I put a clean copy up and the site is back I clearly made a mess of my edits
  2. Nothing in the logs for a few days
  3. I had been editing statsdata.class, profile_main.tpl and pilots_lists.tpl and uploaded the changed files. My web site has gone to a blank page! I undid the changes but the site is still blank?!?! All ideas welcomed
  4. I don't claim this has EVERY airport in the world, but its close! updated-03/16 airports_2.zip
  5. Doesnt matter which way you write this code, it doesn't work???
  6. Your DB will not be touched.
  7. All times should be numeric and in HH:MM format. EG: 1:30 for 1 hour 30 minutes. I have attached a schedule for you to see. Import - Australian Tour.csv
  8. V-Bird has been around 10yrs http://www.vbirdva.com/ There are quite a few over 10 yrs, such as KLM amongst others http://www.flyingtigersgroup.org/portal/
  9. Physical space isn't an issue, I have unlimited. I am just performing good housekeeping! The following works a treat. mysql_query("update pireps set rawdata='', log='', route='' where submitdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); mysql_query("update adminlog set id='', pilotid='', datestamp='', message='' where datestamp < DATE_SUB(NOW(), INTERVAL 1 MONTH)") or die(mysql_error()); mysql_query("DELETE FROM pirepcomments WHERE postdate < DATE_SUB(NOW(), INTERVAL 2 MONTH)") or die(mysql_error());
  10. Well, Orange Air began in 1996 making us 18 years old!!! Anyone know of any others that old?
  11. mseiwald is correct. I haven't experienced the problem so far, I'm just trying to keep the DB size to a minimum.
  12. I'll give it a try, THANKS guys
  13. I am trying to delete the contents of those fields. How would I use DELETE?
  14. I am trying to run a CRON job containing the following commands: mysql_query("update pireps set rawdata='', log='', route='' where submitdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); mysql_query("update adminlog set id='', pilotid='', datestamp='', message='' where datestamp < DATE_SUB(NOW(), INTERVAL 1 MONTH)") or die(mysql_error()); mysql_query("update pirepcomments set id='', pirepid='', pilotid='', comment='', postdate='' where postdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); The first two lines appear to run OK. However the last line generates the following error: All suggestions welcomed
  15. The default fuel price is $5.10 p/lb, WAY to high!!! The real world price is $0.44 p/lb!!! Edit your \\core\local.config.php file and make it look like this (Mine is in Euro): /* Fuel info - Price correct as of 13-06-14. Sum=price(p/g) / 6.7 then convert to Euro Default fuel price, for airports that don't have live pricing And the surcharge percentage. View the docs for more details about these */ Config::Set('FUEL_GET_LIVE_PRICE', true); Config::Set('FUEL_DEFAULT_PRICE', '0.32'); Config::Set('FUEL_SURCHARGE', '0.0');
  16. OA01

    routes

    Not certain this is of use to you? In order to let my pilots fly to/from anywhere they like I created a route that omits the dep & arr icao. Pilots can then use the dropdown. Just import the attached file (edit to suite) into your schedules. Hope this helps someone Import - Free Flight.csv
  17. Use this site to look-up airport data http://worldaerodata.com/ Attached is my airports .sql file. Hope this helps airports.zip
  18. joeri, why have you locked the topic Impulse V2? And at the owners request? I'm afraid the truth hurts and all the tread said was the truth. Nothing nasty or beyond the pale. Please stop protecting the stupid from the truth. IMHO
  19. I like the site, just don't like being routed through FB which then takes 5mins to find the link to the main site. BAD move IMHO
  20. Admin>Customfields>Add Field>Show During Registration=YES
  21. OA01

    kACARS and P3D

    Well, FSUIPC works with P3D and kACARS just reads the data supplied by FSUIPC. So it should work...
  22. I've seen xacars failing to report but not kacars. Are both arrival & departure airports definatly in the DB?
×
×
  • Create New...