Jump to content

iafhq

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by iafhq

  1. for anyone else who is stuck like I was I found a solution... click the SQL tab in phpmyadmin (while in the phpvms_aircraft table) and type the following in (replacing with your own A/C data values) and hit "Go" -------------------------------------------------------------------------------------------------------- INSERT INTO `phpvms_aircraft` VALUES (1, 'B744', 'B747-400', 'Boeing 747-400', 'N412ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1); INSERT INTO `phpvms_aircraft` VALUES (2, 'B744', 'B747-400', 'Boeing 747-400', 'N413ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1); INSERT INTO `phpvms_aircraft` VALUES (3, 'B744', 'B747-400', 'Boeing 747-400', 'N414ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1); INSERT INTO `phpvms_aircraft` VALUES (4, 'B744', 'B747-400', 'Boeing 747-400', 'N415ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1); INSERT INTO `phpvms_aircraft` VALUES (5, 'B744', 'B747-400', 'Boeing 747-400', 'N416ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1); -------------------------------------------------------------------------------------------------------- Hope this helps you
  2. I've got a problem editing the mysql via phpMyAdmin Error: -------------------------------------------------------------------------------------------------------- SQL query: ( 2, 'B744', 'B747-400', 'Boeing 747-400', 'N413ST', '', '', '7260', '393263', '493', 416, 410677, 5, 5, 1 ) ; MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2, 'B744', 'B747-400', 'Boeing 747-400', 'N413ST', '', '', '7260', '393263', '49' at line 1 -------------------------------------------------------------------------------------------------------- I copy and paste the contents of the attached file... Can anyone let me know what am I doing wrong aircraft import.txt
  3. Let me rephrase: Its not that I dont know how to slice, I just dont know where to do it like how each section is. I looked over the Documentation but am still stuck
  4. Hi there I recently created a template for a new VA im trying to start up. However I do not have a clue on how to slice it to make my phpvms core fit into it. If anyone can be so kind as to help me. http://pocashare.com/uploads/psd/4vAz264Hy9.psd Thanks in advance for any advice
  5. appreciate the help guys!
  6. Hi there, Is there a way to change the setting of phpvms so that the default fuel calculation from KG to using LBS?
×
×
  • Create New...