About This File
This is my vote for points addon for FluxCP that I code from scratch.
Features:
- Added Anti-Proxy using PHP $_SERVER['HTTP_X_FORWARDED_FOR'] - I hope it work
- NPC Script is included see npc script folder
- You can turn off the IP blocking feature which will result to account base blocking system.
- Allowed image to be uploaded to the database is .gif | .jpeg | .jpg | .png
Some Guides:
- To disable the ip blocking feature just set the 'IP_BLOCKING' to FALSE at config/addon.php
- To edit the max file size upload just edit 'MAX_FILE_SIZE' to whatever file size you want at config/addon.php
Note: If the IP Blocking System is turn on, the blocking system is IP Address Based and Account Based. While if the IP Blocking System is turn off the blocking system is Account Based only.
( IF YOU FOUND BUGS OR SECURITY EXPLOITS PLEASE REPORT IT TO ME IMMEDIATELY)
What's New in Version 1.2 See changelog
Released
- 1.0 - First Version -.-
- 1.1 - Fixed wrong blocking time view when Timezone is defined in conf/applications.php
- 1.2 - Added eAthena version of the NPC script