Jump to content

StartVM

Members
  • Posts

    513
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by StartVM

  1. wow it is amazing to me how nasty people start acting over nothing. Everyone on this post needs to grow up and stop getting defensive over someone elses product. Ariel thanks so much for sending the screenshot. That is all I wanted to begin with lol. Thanks guys!

    Cheers!

    • Like 2
  2. When I go to add certain airports in the admin panel, when I search VIA ICAO it will say Airport not found. This happens for KATL. I tried inputting the airport info like longitude and latitude manually, but when I start a flight with smartcars, it says you are not at the departure airport. Does anyone know a fix to this issue, or can someone supply me with their Airport info for Atlanta? I run a Delta Virtual Airline so Atlanta is crucial. Thanks!

    -Chase

  3. Hello,

    I am trying to delete airports and airline directly from the SQL database through phpmyAdmin which is in my cPanel, but it seems that I don't have sufficient permissions. I am the owner. This is the error message I get when trying to remove an airline.

    SQL query:

    DELETE FROM `delta291_delta1`.`phpvms_airlines` WHERE `phpvms_airlines`.`id` =2

    MySQL said: dot.gif

    #1451 - Cannot delete or update a parent row: a foreign key constraint fails (`delta291_delta1`.`phpvms_schedules`, CONSTRAINT `phpvms_schedules_ibfk_1` FOREIGN KEY (`code`) REFERENCES `phpvms_airlines` (`code`) ON UPDATE CASCADE)

  4. Hello Alex,

    Go to Core/local.config.php and under Config::Set('SESSION_LOGIN_TIME', (60*60*24*30)); # Expire after 30 days, in seconds around line 143 make sure that this is under it.

    /* Days of the Week

    The compacted view, and the full text

    DON'T CHANGE THE ORDER!! And yes, Sunday is in there twice

    */

    Config::Set('DAYS_COMPACT', array('Su', 'M', 'T', 'W', 'Th', 'F', 'S', 'Su'));

    Config::Set('DAYS_LONG',

    array('Sunday',

    'Monday',

    'Tuesday',

    'Wednesday',

    'Thursday',

    'Friday',

    'Saturday',

    'Sunday'

    )

    );

    Hope I could help!

    -Chase

  5. I have started a Delta Virtual Airline, and am looking for someone to build me a customized pilot centre. The rest of the site is complete, just need a good pilot center. If someone would be willing to give me a quote, that would be awesome!

    -Chase

  6. agreed!

    agreed but what is wrong with alittle announcement. I dont get the part where you say that "people should stop harassing those who announce real-world based VAs?" you might want to elaborate more on this in a different forum!

    Good point guys but be honest with yourselves and look back at all previous post you guys have made throughout your whole time here on these forums. All criticism. Sure its not any of our business to check for approvals but some how you guys LOVE pointing out that they dont have permission from there real world counter part. Im not talking about some of you guys in specific...emphasis on SOME!

    All in all instead of just posting vague comments like "ehhh...thanks?" why not give the guy some pointers on how to make it around here. mseiwald youre a great example of success around here. im sure you can give some suggestions.

    I agree with this statement completely. I have been gone for a while now, but I am back in the process of getting my VA operations going. The website still has a lot of work, but what I don't get is why a certain CEO from another Delta came into my teamspeak server to harass me about having permission. Yes, I contacted Delta directly and got a Trademark License Agreement. It consists of 3 pages with 9 paragraph sections a signature from both parties at the bottom and the 3rd page has all of the Delta fleet. I shouldn't have needed to go into that much detail, but some people are so persistent so hopefully that answered this persons question. Cheers!
  7. I get this error on my registration page and only on this page. Can someone help me determine the issue. Thanks!

    Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/delta291/public_html//lib/skins/vairline/<h3>Registration</h3> <p>Welcome to the registration form for Delta Airlines Virtual. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.deltaairlinesvirtual.com/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /> </dd> <dt>Email Address: *</dt> <dd><input type="text" name="email" value="" /> </dd> <dt>Select Airline: *</dt> <dd> <s in /home/delta291/public_html/core/classes/TemplateSet.class.php on line 96

×
×
  • Create New...