Guest lorathon Posted December 12, 2010 Report Share Posted December 12, 2010 So I finally got the time to go ahead and modify kACARS_Free. The following have been added -> Profile Support - You can now fly with multiple profiles once you have written the profiles -> Site Settings - Along with the new application comes a new module. Inside of this module there are three settings that can be changed by the site administrator that will control kACARS_Free a little bit. 1. FS time in the log or system time 2. Version of kACARS_Free that you are currently running on your VA 3. Ability to not allow a pilot to log in if their version does not match the required (NOTE - The above version check and force out will only work on 1.0.0.9+ versions. Anything older will still log in) -> Actual loaded FS Aircraft Title and Model are logged to the Flight Log -> Added some color changes to some display boxes To use this application you MUST install the module into the core/modules/kACARS_Free folder !!!!! FS-Products | Download Link Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted December 13, 2010 Moderators Report Share Posted December 13, 2010 Your the man, going to give this a try! I'll report back. Everything Is working and It's doing good with the settings! Now I have the power to control pilots to what they use for versions! LOL. Good Work lorathan! Quote Link to comment Share on other sites More sharing options...
Guest FWX001 Posted December 13, 2010 Report Share Posted December 13, 2010 Nice Modul... THX for this Beta Version Regard Ramon FWX001 http://pirep.fwx-va.com Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 13, 2010 Moderators Report Share Posted December 13, 2010 nice thanks mate Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 13, 2010 Moderators Report Share Posted December 13, 2010 i am getting this error Fatal error: Cannot redeclare class kACARS_Free in /usr/www/users/accessq/city/core/modules/kACARS_Free Module - v1.0.0.9/kACARS_Free Module - v1.0.0.9.php on line 404 am i doing something stupid Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted December 13, 2010 Moderators Report Share Posted December 13, 2010 disregard i was doing something stupid Quote Link to comment Share on other sites More sharing options...
Mysterious Pilot Posted December 14, 2010 Report Share Posted December 14, 2010 So I finally got the time to go ahead and modify kACARS_Free. The following have been added -> Profile Support - You can now fly with multiple profiles once you have written the profiles Fantastic! this is a great feature. This will definitely enhance the chances of adoption of kACARS by other Virtual Airlines. -> Site Settings - Along with the new application comes a new module. Inside of this module there are three settings that can be changed by the site administrator that will control kACARS_Free a little bit. 1. FS time in the log or system time 2. Version of kACARS_Free that you are currently running on your VA 3. Ability to not allow a pilot to log in if their version does not match the required OK, I uninstalled the old 1.0.0.8 module and application. I installed the 1.0.0.9 application which I am running now with the new VA template and profile. I uploaded the module to the kAcars_Free directory with that same name (kAcars_Free.php). However, when I go to the administration pages in Site Settings I don't see anything to administer kACARS. I want to set it to use FS time instead of system time and check version. What am I missing? -> Actual loaded FS Aircraft Title and Model are logged to the Flight Log -> Added some color changes to some display boxes Way to go! Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted December 14, 2010 Report Share Posted December 14, 2010 Look in the module. Settings are variables inside of the module. Quote Link to comment Share on other sites More sharing options...
Mysterious Pilot Posted December 14, 2010 Report Share Posted December 14, 2010 Look in the module. Settings are variables inside of the module. OK thanks, I read "Site Settings" above and assumed the module had some sort of Admin add-on functionality as well. Quote Link to comment Share on other sites More sharing options...
Mysterious Pilot Posted December 14, 2010 Report Share Posted December 14, 2010 Probably today I give it a run with an actual flight. So far I have only been configuring and using the interface. Here a few comments that might be helpful from the standpoint of a user: When the user presses the LOG IN button there is no feedback (until connection is complete) to the user. This is confusing because the user doesn't know "did I press the button?" "Is it doing something?". I think it would be nice to add a progress bar at the bottom with fake progress or a dialog or message saying "Attempting to connect". Once logged in the Logged In message is very difficult to read. Boldface black on dark green is a low contrast combination (maybe lime green?) but it is nice that the color change actually brings the user's eyes to the Logged In message label. Flight Level is a misnomer. There is Flight Level (FL200 = 20,000 feet) and Altitude 9000 feet. Cruise Altitude would be more appropriate. In charter mode you can't select any a/c. You can type it however. When clicking on a button (i.e. when FS is not active) there is no feedback to the user and the application becomes irresponsive until it finishes. I think an Exit menu option in the File menu would be in order, common application standards. A disconnect button (or dynamically change from Connect to Disconnect) would be useful, especially for those who fly multiple airlines. Usually in .NET when programming a windows forms, when the button's Click event handler is called you immediately disable the button (prevent re-triggering and give visual feedback), process the event and at the end of the handler if necessary then enable the button again: public void ConnectButton_Clicked(object sender, EventArgs args) { Button btn = sender as Button; btn.Enabled = false; .... here your event handler logic .... btn.Enabled = true; } 1 Quote Link to comment Share on other sites More sharing options...
bravo27 Posted January 28, 2011 Report Share Posted January 28, 2011 Thank you works great and thank you for the time you put in. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted January 30, 2011 Report Share Posted January 30, 2011 I need help installing instructions are very welcome Thanks in Advance Thomas Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted January 30, 2011 Moderators Report Share Posted January 30, 2011 I need help installing instructions are very welcome Thanks in Advance Thomas There is not requirements to install, just run the exe of the program and install to your desktop, put in your username and password with your sites url and there you go. Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted January 30, 2011 Report Share Posted January 30, 2011 (edited) There is not requirements to install, just run the exe of the program and install to your desktop, put in your username and password with your sites url and there you go. Oh sorry I expressed my question false but thanks for the answer anyway I wanted to know how the new module need to be Proper placed on server I renamed the kACARS_Free Module - v1.0.0.9.php to kACARS_Free.php and placed in kACARS_Free module folder on server and getting non connection error when trying to log in with my VA login data not sure what I've doing wrong PS: found the Prob works like a charm now Edited January 30, 2011 by Txmmy83 Quote Link to comment Share on other sites More sharing options...
bravo27 Posted January 30, 2011 Report Share Posted January 30, 2011 Oh sorry I expressed my question false but thanks for the answer anyway I wanted to know how the new module need to be Proper placed on server I renamed the kACARS_Free Module - v1.0.0.9.php to kACARS_Free.php and placed in kACARS_Free module folder on server and getting non connection error when trying to log in with my VA login data not sure what I've doing wrong PS: found the Prob works like a charm now what was the problem and how did you fix it thanks Quote Link to comment Share on other sites More sharing options...
Txmmy83 Posted January 30, 2011 Report Share Posted January 30, 2011 what was the problem and how did you fix it thanks Problems were: 1. did forget to upload the new php file 2. when uploaded the renamed php file I set up false base url forum.simaerobatic.com instead of the correct http://forum.simaerobatic.com/ hope that helps other having non connect trouble best regards Thomas Quote Link to comment Share on other sites More sharing options...
bravo27 Posted February 1, 2011 Report Share Posted February 1, 2011 Problems were: 1. did forget to upload the new php file 2. when uploaded the renamed php file I set up false base url forum.simaerobatic.com instead of the correct http://forum.simaerobatic.com/ hope that helps other having non connect trouble best regards Thomas Yes thank you great Quote Link to comment Share on other sites More sharing options...
fsxsimulation Posted March 11, 2011 Report Share Posted March 11, 2011 So I finally got the time to go ahead and modify kACARS_Free. The following have been added -> Profile Support - You can now fly with multiple profiles once you have written the profiles -> Site Settings - Along with the new application comes a new module. Inside of this module there are three settings that can be changed by the site administrator that will control kACARS_Free a little bit. 1. FS time in the log or system time 2. Version of kACARS_Free that you are currently running on your VA 3. Ability to not allow a pilot to log in if their version does not match the required (NOTE - The above version check and force out will only work on 1.0.0.9+ versions. Anything older will still log in) -> Actual loaded FS Aircraft Title and Model are logged to the Flight Log -> Added some color changes to some display boxes To use this application you MUST install the module into the core/modules/kACARS_Free folder !!!!! FS-Products | Download Link mine not working Gives the connection error Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted March 11, 2011 Report Share Posted March 11, 2011 See other thread. Quote Link to comment Share on other sites More sharing options...
Toyuko Posted May 9, 2011 Report Share Posted May 9, 2011 Ok when I go to make a New VA profile and when I press the Save button after I filled out my information it the information disappears on me. Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted May 10, 2011 Report Share Posted May 10, 2011 Be sure you are running as administrator Quote Link to comment Share on other sites More sharing options...
Guy1300 Posted June 23, 2011 Report Share Posted June 23, 2011 I have a problem I put the module folder of the Kacras and still it does not work I've also included a picture of what he writes http://imk-f.net/pic/upload/1348605753.png Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 23, 2011 Report Share Posted June 23, 2011 #1 - Make sure that you have the correct module for the correct version. #2 - if you use v1.0.0.9 module make sure you rename it to kACARS_Free.php Quote Link to comment Share on other sites More sharing options...
Guy1300 Posted June 23, 2011 Report Share Posted June 23, 2011 not working Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 23, 2011 Report Share Posted June 23, 2011 What is your site address? Quote Link to comment Share on other sites More sharing options...
Guy1300 Posted June 23, 2011 Report Share Posted June 23, 2011 http://touch-airlines.co.cc/ Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 23, 2011 Report Share Posted June 23, 2011 Your host is adding extra data to the XML stream. <!-- www.000webhost.com Analytics Code --><script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>'>http://analytics.hosting24.com/count.php"></script> <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript> <!-- End Of Analytics Code --> I am going to assume this is a free hosting site. Is that correct? Quote Link to comment Share on other sites More sharing options...
Guest lorathon Posted June 23, 2011 Report Share Posted June 23, 2011 Try using the v1.0.0.9 module and see if that helps. Remember to rename it to kACARS_Free.php and install in /core/module/kACARS_Free Quote Link to comment Share on other sites More sharing options...
Guy1300 Posted June 24, 2011 Report Share Posted June 24, 2011 not working maybe u have skype or Another way to talk to me I'd love to Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted June 24, 2011 Moderators Report Share Posted June 24, 2011 are you on free hosting? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.