Jump to content

tylerj

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by tylerj

  1. I was just wondering.. How many times is this now? 10th? Good luck.. BREH
  2. Fellow Simmers, Virtual Airline Solutions is proud to announce the addition of custom created aircraft liveries for Flight Simulator 2004 and X. We offer repaints for low prices, and we can custom design anything you can imagine. Need a certain fleet repaint? Not a problem. For a single aircraft, designing a livery is our specialty. We can build it to your needs. Looking for an entire fleet to be repainted? We specialize in that as well. Our designs are of the highest quality for a low price. Send us an email: sales@myvasolutions.com if you are interested.
  3. I was reffering to the fact that the home page isnt what you buy.. I always look at the front page first not the staff page..
  4. Thats like saying here, take my acars but... sorry no flight logging. Completely pointless.
  5. http://flyemiratesv.net/index.php/downloads They are putting up torrents of AIRAC 1202.. Illegal!
  6. Taylor, As an executive at myvasolutions.com I feel as if your signature is infringing our copyright/trademark discussion we had earlier. Please stop infringing on not only myvasolutions.com but aalvirtual.net. Learn to be creative and make your own things, I can honestly say NOBODY in these forums enjoys people copying and claiming it as their own. Thanks.
  7. I strongly disagree. KACARS simply throws on a new logo and changes the background color. We actually get with our clients to ask exactly how they want it designed. We also have way more options available. We can basically do anything you request. Here is a list of things we offer. Please remember all the add on features are only 10 dollars no matter what. Extra Features ( not full list ): . Divert Button, if you cant fly to planned airport you push this button and put in a reason why you diverted then your whole flight is changed over to your alternate airport . Route Parsing, If the pilot uses a route we have a database of over 300k navaids and fixes which help the admin view the flight they filed for and a what they actually flew . AFK Check, KACARS does have this. However, there's is easily stoppable for example there is a batch file someone made that makes it so that you can cheat the AFK Check. Ours is dynamic and makes you answer a simple question every time and every time the question is different like: "What altitude are you flying at" if you answer it wrong within 3 attempts. The PIREP will be sent and flag it as possible BOT or AFK pilot. . LIGHTNING Fast Chat ( free with base ) KACARS is driven by PHP and a Database ours is actually socket programmed so you can get messages instantly. . In flight announcements, custom for every VA. . Live Map within ACARS . FS Screenshots This is just SOME of the features we are able to do. If you tell us you want a radio player within the ACARS well... We do that too. We are currently putting up a test PHPVMS site with the ACARS within it to download. This will not be a free version that you can utilize on your VA however there will be an admin account set-up so you can Act as the CEO, Pilot or whatever you wish.
  8. I guess i'm kinda confused. That ACARS that was made by Brett Lowe that never even hit the market. Had 0 functionality, it was very pretty but again.. never worked. We have a long list of clients that aren't even PHPVMS we simply offer this in the long list of products that we currently produce. aavirtual.net, unitedairlinesva.org, xojva.com They were all produced by us.
  9. You would have to ask the CEO about that. http://simjetblue.com/index.php/downloads It is at the bottom.
  10. And to further that last reply. It also records all of the basic stuff speeds, altitudes, flight paths, lat/long. The items listed above were extra things we decided to record. Thanks!
  11. Good to know. Thank you. Currently we have it logging ( for simjetblue.com ) Flap up/down speed, gear up/down speeds, takeoff speed, landing rate/speed, fuel burned, passenger count. But we can do much much more, FSUIPC is very versatile.
  12. In what regards? It logs everything that FSUIPC will let us log ( basically everything ) But PHPVMS will only allow so many parameters to be shown during PIREP filing. If someone wanted a litte more detailed logging system all we would do is have to edit some stuff in phpvms database.
  13. It looks NOTHING like KACARS. The interface is way cleaner, smoother and way more streamlined. I will talk with the other developers about releasing a free version for people to utilize. If you would like to see a VA with it currently being used simjetblue.com is one of our latest customers. Expect more word in a few hours or so.
  14. myVAsolutions.com has now expanded our reaches to the PHPVMS Community. We offer state of the art ACARS that is customized with each and every VA. No more cookie cutter layouts. It will always look the way you want it. We pride ourselves in being the ONLY company which works with our customer every step. The process takes up to 2 days. We will get the customer, ask for some logos, design ideas and what kind of features you were looking to implement. Base ACARS starts at 60 dollars. This will include the following: .Custom ACARS Design .Flight input/Output .Search/Book flights .View current bids .Flight Progress Bar .LIGHTNING fast Chat Any other feature you can think of are only $10 NO HIDDEN PRICES. If you are interested please contact our sales department at sales@myvasolutions.com Our own site has been made but we are waiting on our workload to slow down before we add ordering through the site. We only require a 20 dollar downpayment. Once you are satisfied we release the full product and the remaining money can be sent at that time.
  15. So... Here is the jist of things. I am in the process of coding an ACARS to go with phpVMS, however I cant even begin to wonder how the login script is done. i.e. Callsign an password the actual issue is I do not know how I would send out the password to PHPvms. Where is the password hidden? and how does it login? Thanks!
  16. And.. YOU STOLE OUR FORUM and links didnt even fricken change the links or order the links went in..
  17. Also.. SHAME ON YOU!!! SHAME...ON...YOU!!!!!!! Youve already stolen sites and you are doing it again.
  18. Excuse me sir.. Why do you find and deem it necessary to steal our website and try and call it yours? Also.. Why did you use SWAVA.NETs icons and applications.. Sir. I am going to have to ask you to remove it or give me credit for the template. You failed to notice when you ripped the site from my site that we have an website recognizer.
  19. tylerj

    Beta Site 1.1

    change your CSS destination
  20. tylerj

    Beta Site 1.1

    If you notice any issues let me know. Also your frontpage_main.tpl cannot have any divs in it same with all the others, or else this template gets all wierd.. Really quite nice I think.. Demo: Live Demo Download and have fun! betasite1.zip
  21. I have searched quite a bit, whenever I try going to the exam admin it brings me to the frontpage... even though im logged in.. here is the code.. <li><a href="<?php echo SITE_URL ?>/index.php/Frontpage">Home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo SITE_URL ?>/index.php/profile">Pilot Center</a></li> <?php } ?> <li><a href="<?php echo SITE_URL ?>/index.php/pilots">Pilots</a></li> <li><a href="<?php echo SITE_URL ?>/index.php/acars">Flight Map</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="'.SITE_URL.'/admin/">Admin Panel</a></li>'; } { echo '<li><a href="'.url('/Exams_admin').'">EXAMCenter Admin</a></li>'; } ?> <li><a href="<?php echo SITE_URL ?>/index.php/login/logout">Log Out</a></li> <?php } ?>
  22. found it but now the page is giving invalid arguments, can someone put there entire code for that and maybe it will work..?
  23. Ok, i dont have scheduledata.class.php or anything close to it.
×
×
  • Create New...