![]() |
Working on upgrading CloudFlare Manager for MyBB 1.8 - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: Working on upgrading CloudFlare Manager for MyBB 1.8 (/thread-194275.html) |
Working on upgrading CloudFlare Manager for MyBB 1.8 - Lunorian - 2016-06-16 So as a small little project I've been upgrading CloudFlare Manager for MyBB 1.8. Now when I say upgrading I don't mean updating the compatibility number and calling it a day. I mean making actual changes. I've disabled the IP Address overwrite function and the associated hooks since MyBB 1.8 can "scrutinize IP Addresses" newer APIs and updating to use GitHub to pull info like changelogs (since the old developers server is down). You can see all of the changes I've made so far at: https://github.com/MyZeus/MyCloudFlare/commits/master with all of that being said I'm having an install issue in which MyBB gives an SQL Error at install.
How would I go about fixing this issues. Please keep in mind that I am new to coding. I've done my best to be the needed code edits. to fix that error? Thanks in advice ![]() RE: Working on upgrading CloudFlare Manager for MyBB 1.8 - .m. - 2016-06-17 Quote:By default it's disabledPHP: addslashes btw, CloudFlare Manager plugin for MyBB 1.8 already exists - MyBB-CloudFlare-Manager RE: Working on upgrading CloudFlare Manager for MyBB 1.8 - Lunorian - 2016-06-26 (2016-06-17, 05:48 AM).m. Wrote:Quote:By default it's disabledPHP: addslashes I actually haven't done developed for quite a few days now on the plugin. Things have gotten busy on my forum so been focused on it's development. Thank you for pointing out one already exists. I'll check it out soon ![]() RE: Working on upgrading CloudFlare Manager for MyBB 1.8 - Sazze - 2016-07-02
|