![]() |
MyBB Integrator / MyBB SDK (Version 1.3) - 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 Releases (https://community.mybb.com/forum-102.html) +---- Thread: MyBB Integrator / MyBB SDK (Version 1.3) (/thread-44520.html) |
MyBB Integrator / MyBB SDK (Version 1.3) - No0oB - 2009-02-01 Okay, I have worked on it and I guess I am ready to release the first version of the MyBB Integrator class. The class comes in with a few functionalities (more will be added). So far the class contains following functionalities:
Further information on how to use the class can be found on http://phpdave.com/MyBBIntegrator including a detailed documentation! Also, the download link can be found on that site RE: MyBB Integrator / MyBB SDK - x_Stricken_x - 2009-02-01 This looks quite promising. Can you check permissions? For example, if you create a custom Admin CP - can you check the currently logged in users permissions to see if he's an admin to make sure they can access it? RE: MyBB Integrator / MyBB SDK - Ryan Gordon - 2009-02-02 Looks good. You should probably include the captcha check on login otherwise your opening up brute-force problems. RE: MyBB Integrator / MyBB SDK - DougSD - 2009-02-02 What do you mean by this? What file are you supposed to load?
RE: MyBB Integrator / MyBB SDK - No0oB - 2009-02-02 Oh right. I should change it to global.php ![]() About Admin Permissions: There is a function, which checks for user permissions (isSuperAdmin), so this might be what you are looking for. The script cannot check for forum permissions (yet). About the captcha: I will have to create a new function to leave the flexibility, as it is quite hard coded in your file. It already accesses $mybb->input when checking the captcha, so I will leave this to a new function to validate the captcha. I will see how I can fix that brute force security issue. Will be in the next version RE: MyBB Integrator / MyBB SDK - JonathanP - 2009-02-02 i uploaded this and it isn't showing in the ACP RE: MyBB Integrator / MyBB SDK - No0oB - 2009-02-02 Because it is not a plugin, but it is a php class you can use as a developer. RE: MyBB Integrator / MyBB SDK - JonathanP - 2009-02-02 oo, that's why, my bad RE: MyBB Integrator / MyBB SDK - DougSD - 2009-02-03 Thanks ![]() I may use this in the future. RE: MyBB Integrator / MyBB SDK - okitai - 2009-02-03 This is a wonderful component. Thank for the time and work. I will definitely have some use for it in the near future. Ori... |