MyBB Community Forums

Full Version: Manually adding a ip an
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I'm trying integrate MyBB with a Custom CMS, and I have a little problem while adding IP bans. The problem is, I add the ban in the sql table from the CMS, it shows in MyBB ACP, but it's not working in real usage. Is there any other table where I have to add the ban to make it work? I currently add the ban in PREFIX_banfilters .

Thanks a bunch.
Bump! Sad
Rebuild the bannedips cache.

$cache->update_bannedips();