Kyle
Moderators-
Posts
2282 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Kyle
-
thanks for letting me know. will update tonight.
-
Are you saving the file as .CSV?
-
If you don't have the headers in the CSV, be sure to uncheck "First line of CSV is the header" in the import schedules area. Also double check and see what you may be missing from the template maybe.
-
Thinking of providing a free service to Virtual Airlines..
Kyle replied to James142's topic in Off-Topic Banter
Create Modules! It's enjoyable for me! -
Um... I would check to see if the .htacess has something in there. http://forum.phpvms.net/page/index.html/_/administrator-guide/securing-files-and-directories-r35
-
phpVMS already has a .htaccess file in the install
-
Module Updated - Version 1.2 - May 24, 2012 Corrected URL Link in dropdown - Thanks Txmmy83 Download From GitHub - Download
-
Your right! Nice job. Will update right away. Good Eyes!
-
Module Updated - Version 1.1 - May 24, 2012 Removed two unused functions Download From GitHub - Download
-
Sorry guys, I'll fix that. if you want to manually fix it. Take out line 47 & 48 and that error will go away. I'll update the file soon.
-
vStatsCenter_V1.0 This module allows you and your virtual pilots to veiw the VA's monthly stats, and go back in time by month to see what stats happened in it's month. Created Under: http://creativecommo...s/by-nc-sa/3.0/ Completed By: Vansers Screenshot of Module: How To Install: 1) Download the file that is attached here... 2) Unzip the file... 3) Upload the files same as the structure as your phpvms files. Enjoy the Module! A simple URL Link to the module. <a href="<?php echo url('/vStatsCenter/'); ?>">vStatsCenter</a> Version 1.0 - May 23, 2012 First Release Version 1.1 - May 24, 2012 Removed two unused functions Download From GitHub - Download If you have any questions, please post in this topic!
-
I think you might need to define the settings... This is something I found. http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
-
Here ya go! <?php echo count(PilotData::GetPendingPilots())?>
- 1 reply
-
- 1
-
you would have to add another award. you can't grant the same award again. your welcome! glad it works for you!
-
Alright, here you go! The file will have the module in there. Download
-
Your right, damn new Github Program didn't import the module folder. Give me a quick sec to upload it.
-
vAwards_V1.0 This module allows you to add different types of awards and add award under the type. You can issue awards to pilots aswell, and show them in the profile. Created Under: http://creativecommo...s/by-nc-sa/3.0/ Completed By: Vansers Screenshot of Module: How To Install: 1) Download the file that is attached here... 2) Unzip the file... 3) Upload/Import the SQL file called vAwards_SQL.sql into the database that your VMS install sits. 4) Upload the files same as the structure as your phpvms files. 5) Go to Admin and Add-Ons, vAwardAdmin link will be added auto, based on EDIT_AWARDS permission. Enjoy the Module! To display the pilot's earned awards in the profile_main.tpl.. <?php MainController::Run('vAwards', 'showPilotIssuedAwards', $userinfo->pilotid); ?> Version 1.0 - May 22, 2012 First Release Download From GitHub - Download If you have any questions, please post in this topic!
-
the airports database does not really have all airports in there. you can manually enter all of the info and click add airport.
-
Are you looking for a virtual airlines that has a relaxed & free atmosphere? Patriot Virtual Airways is just the VA for you to see! We have over 2,000 flights for you to chose, ranging from short hop to long haul, many available tours for you to chose such as World Tours, 50 States Tour & even more to come soon! If we don't have a specific flight schedule, you as a pilot can simply request it and our staff team will be happy to put it in for you! Some say the sky's the limits, but we don't think so! So, come on over and check out Patriot Virtual Airways at http://www.flypatriotva.com
-
Same here. C# is better and is best for ACARS Software development.
-
spotted a few errors there itrobb, no worries, I see your trying to learn. try this, it should work, lol. Coded from my phone. <?php $query = 'SELECT COUNT(*) AS total FROM '.TABLE_PREFIX.'pireps WHERE submitdate < dmy AND pilotid = {$userinfo->pilotid}'; $result=DB::get_row($query); if (!$result){ echo '0'; } else { echo $result->total; } ?>
-
It's weird when you come to those kinds of issues. Try clearing your internet's cache and see what happens from there.
-
Press Statement: "Hey Everyone! I would like to introduce myself here that I have been selected to be PVA's newest Chief Executive Officer and I'm looking forward to bring PVA to it's one best VA out there! Recently, Mr. Keith Buckner has stepped down from the Chief Executive Officer due to real world issues and he wasn't able to continue his duties to the VA. As for the time being, Keith will be in the Founder status and stay as a pilot. Aswell, Mr. Isac McCumsey, stepped down as well and will be in Founder status and stay as a pilot too. They have put in hard work towards to the VA and without them, PVA would not be possible! Now, on to me. I would like to introduce myself here, that I have been around Flight Sim for more than three years, and I moved onto VA Management for two years. I have flown almost 1,000 hours so far from other VA's, and I enjoy flying the Boeing 737NG's (My favorite aircraft). I have so much plans for PVA, and the important step is to bring more pilot activity. There's going to be many new tours added, stay tuned for that! Lastly, in the next few weeks, we will be looking for new staff members soon to fill in the positions, stay tuned for that aswell. If you have any questions, please feel free to email me at kreaume@flypatriotva.com Kyle Reaume Chief Executive Officer"
- 1 reply
-
- 1