Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by freshJet

  1. Development hasn't started on this. I think I'd need to re-design it as the way it functions just now is very inefficient and poor. It won't take particularly long, but I am currently working on another project at the moment meaning I am focussing on it instead.

    I'll fling this on my to-do list.

    • Like 1
  2. Ah yes now I understand, and I apologize if I came off wrong, it just really bugs me when sentences are not written well as it makes it harder for us to decipher your issue.

    It's also difficult for them considering it's an English speaking forum and a large group of members' first language is not English.

  3. I only looked briefly at your code but make sure your colums and values are in order.

    $sql = "INSERT INTO ".TABLE_PREFIX."aircraft (
    `icao`, `name`, `fullname`, `registration`, `downloadlink`,
    `imagelink`, `range`, `weight`, `cruise`,
    `selcal`, `maxpax`, `maxcargo`, `minrank`, `ranklevel`, `enabled`)
    VALUES (
    '{$data['icao']}', '{$data['name']}', '{$data['fullname']}', '{$data['registration']}',
    '{$data['downloadlink']}', '{$data['imagelink']}', '{$data['range']}', '{$data['weight']}',
    '{$data['cruise']}', '{$data['selcal']}’, '{$data['maxpax']}', '{$data['maxcargo']}', {$data['minrank']},
    {$rank_level}, {$data['enabled']})";

    Try that. You'll see that in the column listing it's after 'cruise' and before 'maxpax'. Keep it that way throughout your code. Also, I'm assuming this is the order it's in in the table?

  4. I am going to try to understand what language you are speaking <_< because I am in semi-good mood. What I think your saying is how do you limit the number of inactive pilots? The answer to that is you need to find a way to create a strong community. The best thing I did for my virtual airline was create a custom application process with an overview of our features and community assets, and an entrance exam. I hope I was able to help you or anyone else with this post regardless of if this answered your question. G'day :D

    That would be English.

    I suppose you could do it by adding it as a setting, or even a variable somewhere. Then, if $numberofpilots => $max, display a message, or else display the registration form.

  5. Edit the MySQL table first and then go through your core/common/AircraftData.class.php and add the relevant modifications in wherever necessary. Do the same for the admin panel templates.

    The relevant modifications being, for example, if the function was for adding an aircraft, adding to the SQL.

  6. I don't see the point in this. It would take so much work what with the number of airlines starting up and closing again. And like Tom said, I wasn't even sure if I was on the right page, there are skins and stuff on that page too.

    You seem to have an issue with the data too, unless it's the users. Monarch Virtual is apparently based at Wellington with a fleet of Dash 8s.

  7. Hey guys,

    I'm looking to join a well developed or developing VA.

    Requirements:

    Extensive fleet and must have MD-90, B738, ERJ135/145, B757s

    Active teamspeak with fellow pilots usually in there at any given time during the day

    Tour system

    Friendly staff

    A place where I'm Taran, not a number

    Post on here with your advertisement, and the one I feel is best for me I'll join and announce my new 2nd home!

    Thank You,

    Taran

    Delta is the only airline in the world with that fleet.

×
×
  • Create New...