Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. This was the pain in the butt for me as well. But I have got though it and made it work. I'll find the code for it and share it here
  2. Well then why are you being rude and pushy like you want the module right now. It take a great amount of time to build a module such as that. Like what SouthwestVA and edmundk are saying, no one is going to share the same module that is custom made for free.
  3. Yep, a particular aircraft! mseiwald, gald to hear your interested in it! And BTW, liked how you laid out the fleet info! Well done! I can have something like recent flights, and flights served...ETC. It should be easy to change the tables to your liking! Cheers!
  4. Hey everyone, I have decided to work on a new module, the module I will be making is called vFleetTracker. Basically what the module will do is that is, the main page will have a list of your fleet, with how many miles it flew, hours, flights, last flight, last location…ETC… blah….blah…blah! Then when you view a fleet, you will see the general info of the fleet, the route map of the fleet, numbers of flights, list of flights with the fleet, and the last 15 or 20 flights made with the fleet, greased landing rates with it..ETC…. blah….blah….blah! again! Will keep this thread updated on the progress! Screenshots will be up in a few days! Cheers! Oh! BTW, I need ideas. Throw it over here! I'll start writing the module this Monday. Need a weekend break here before moving on the next project!
  5. Kyle

    vStatsCenter

    Whew! (sigh)!!! Perfect! Your welcome as well!
  6. STARs, I'm going to exhaust myself here. You obviously don't know the difference between a freeware and a pay ware inside a freeware system. It's our right to sell modules because the person has spent hours on it, and they do deserve to get some money back or credit here. Maybe I should start selling my modules for a real world money here right now because I do deserve to get money back or credit, but right now with my add-ons are free, people do thank me for making it and I'm so glad I could help out this community here. I almost daily log in this forum, browse through and I see enough people who makes the module and DOESN'T GET A CREDIT BACK and appears to be a d*** enough to make it look like the other person made the module. If you want to make an entrance exam module for free, then I suggest you learn how to code. That's how I made my modules and customized modules for other VA's. I’m pretty sure no one would likely make this module for free. That’s all I have to say, and this will be my last warning to you STARs, if you ever PM me again on requesting me to make you a module, I will block you from sending me anymore PM’s. Fair Warning...
  7. SouthwestVA, Next time please put the code between the code tags so it would be easier for people to copy. On the icon when you reply, look for the icon with <> and it'll work. Thanks!
  8. Yep, that's what you have to do. Cheers!
  9. Becasue your older template had that and you overwritten the old one. I hope you made a back up copy of it before doing that.
  10. Remember, it's not my whole work... I only just added a map. I'll add a pull request to simpilot and see if's he's okay with it. Download Here View Changes Here Show All Online Flights Map <?php MainController::Run('Vatsim', 'create_vatsim_livemap', '!CLIENTS:', 'PILOT', ''); ?> Show only a airline online flights Map <?php MainController::Run('Vatsim', 'create_vatsim_livemap', '!CLIENTS:', 'PILOT', 'AAL'); ?> Show more than one online airline flights Map.. <?php MainController::Run('Vatsim', 'create_vatsim_livemap', '!CLIENTS:', 'PILOT', array('AAL', 'UAL', 'SWA')); ?> Enjoy!
  11. Kyle

    vStatsCenter

    Build Released! Download Here View Changes Here ======= It should work now for you guys! There was a new colum added in the beta, so I had to remove the new colum in the query to make it work! Cheers!
  12. Kyle

    vStatsCenter

    AHAHAHAHA!!!!!!!!!!!!!!!!!!! I FOUND THE ISSUE! Hold on, let me get the updated one on Github.
  13. Try this... <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <?php } else { ?> <p class="front"> Your Hub Manager is...</p> <?php if (Auth::$userinfo->hub == 'KDEN') { echo "Dimitri"; } elseif (Auth::$userinfo->hub == 'KLAX') { echo "Josh"; } elseif (Auth::$userinfo->hub == 'KMDW') { echo "Jeff "; } elseif (Auth::$userinfo->hub == 'KBNA') { echo "Mark"; } else { echo "you have no manager yet"; } ?> <?php } ?>
  14. Not a problem!
  15. This will work, give this a go. The Letters needs to be closed in qoutes. <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <?php } else { ?> <p class="front"> Your Hub Manager is...</p> <?php if ($userinfo->hub == 'KDEN') { echo "Dimitri"; } elseif ($userinfo->hub == 'KLAX') { echo "Josh"; } elseif ($userinfo->hub == 'KMDW') { echo "Jeff "; } elseif ($userinfo->hub == 'KBNA') { echo "Mark"; } else { echo "you have no manager yet"; } ?> <?php } ?>
  16. Kyle

    vStatsCenter

    Not a problem! But I think it might be the Stable and Beta issue, I'll have to have a look.
  17. Oh please! Can we just stop this right now! I'm getting tired of this and it's really getting old here...
  18. FYI, he PM'ed me and he told me he doesn't want to pay for simpilot's entrance exam module...
  19. Kyle

    vStatsCenter

    Check your url... www.va.com/index.php/vStatsCenter/?month=7&year=2012 That's the issue here.
  20. Sounds like a hacker style... .
  21. :lol: (ROFL) Scored! Real Smooth! lol.
  22. Just talked with my buddies. They said the same thing what Colin Woody said about being a designer for Boeing... ETC. Don't let him into anything, he's just a fraud...
  23. Kyle

    vStatsCenter

    Did you bring in the VAStatsData.class.php into your common folder?
  24. Kyle

    vStatsCenter

    The latest one.. 2.1.934
  25. What a perfect way to lie! . Used a proxy, good thing you traced the IP! Still Lying... It is suggested and you are lucky to ask us here before going ahead, otherwise it would been much worst. Not A Problem!
×
×
  • Create New...