Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Module is in the final stages, just only need to do some testing and touch ups. How it works When you first login, the module will check a table with the module to see if the pilot has changed their password. If, not, then it will redirect them to the module page, logs them out, and shows them the change password page. It will keep showing the page till they change their password The thing, you will only need to add a line of code in your Login.php. I should have it out by late tonight.
  2. Well, did your hosting provider give you more information on the MySQL Injections? Believe that, rare occasion, MySQL Injections happen on phpVMS, but very rare.
  3. Bypass like if they don't want to change their password. But I'll put this as a setting, if you don't want to really force. Give me today to work on this and I'll post the module in my forum.
  4. It is possible, the question... do you want to really force them or let them bypass? Or I can do both with the config setting?
  5. It is the software exploit. Check the exploit info: http://forum.phpvms....-chart-exploit/
  6. Maybe possible from the Open Chart Exploit. More Information: http://forum.phpvms.net/topic/16288-notice-open-flash-chart-exploit/
  7. To let you know, there is a exploit with the Open Flash Charts. I advise you to read this topic - http://forum.phpvms....-chart-exploit/ Cheers!
  8. Kyle

    vStaff - v1.0

    I will work this one out. Thank you for your suggestion.
  9. Kyle

    Fatal Error

    This is clearly an issue with the newer versions of PHP. $_FILES variable can not be used in the function parameters. In PilotData.class.php line 436, there is a $_FILES function in there, it needs to be removed because that function name in the parameter is a reserved name. Example: Change from... public static function saveAvatar($code, $pilotid, $_FILES) To... public static function saveAvatar($code, $pilotid) And that should make the error go away.
  10. Allan, I had took another look at the pull request and the VATSIM Data. As google maps requires a lat. and long. parameter to show it on the map, there is no lat. or long for ATC in the data file from VATSIM. But I'll figure out something on my spare time to see what I can do to get ATC on the map.
  11. You may have not uploaded the Charts Module folder into your phpVMS. If not, then upload it.
  12. I'm sure there's one built in phpVMS. Go to PIREP Admin page, and on the sidebar, click on where it says "View Hub PIREPs". But however, a module is possible that way you can set to only view specfic PIREPs. Unless if anyone is up to it or I can do it on my spare time. Cheers!
  13. Those spam are coming in daily, and hammering the crap out of the approval que's right now. I'm working on this to go through it each day as it may take a while.
  14. Version v1.3/v1.3.1 Released! - Added Global Aircraft Location Map v.1.3 - View Changes (Global Aircraft Location Map) v1.3.1 - View Changes (Rounding up long numbers) Download
  15. Version v1.2 Released! - Added Individual Aircraft Location Map View Changes Download Version v1.3 will have a global map view of each aircraft locations. Should be released next week.
  16. Kyle

    PHP 5.4.4???

    There has been reports with issues running phpVMS on PHP 5.4+ https://github.com/nshahzad/phpVMS/issues/102 https://github.com/nshahzad/phpVMS/issues/114 These are the issues, and a possible fix-around them.
  17. Kyle

    vStaff - v1.0

    Sorry for the late delay. Here's an way you can do this... You can add this into vstaff/index.tpl $stafflevels = vStaffListData::GetAllStaffLevels(); And you'll be able to produce a list of your staff members.
  18. Thanks itrobb. Sorry guys, I haven't been around lately, but I'll try to show around here more often, maybe perhaps, create a new add-on module.
  19. Kyle

    Forum Module

    Possibility of a Report Topic/Post System?
  20. Check Sava's services, you won't be disappointed. http://forum.phpvms.net/topic/8015-phpvms-development-services-modules-skins-and-more/
  21. Check this out. http://forum.phpvms....skins-and-more/
  22. You can find it in simpilot's github repositories here https://github.com/DavidJClark?tab=repositories
  23. My apologies. Use this.. imagestring($img, (int)$font, $xoffset, $currline, $output[$i], $textcolor);
×
×
  • Create New...