[Help] Ban's don't record in database

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I am using Azure Emulator 1.9 - if i ban someone, it doesn't record in 'bans' database. Can anyone help me please?

I am happy to give you guys whatever you need.
 

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
When using Azure it will send the ban data to users_bans instead of bans.

You can change this in the Azure source or you can change where your CMS checks for bans.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
When using Azure it will send the ban data to users_bans instead of bans.

You can change this in the Azure source or you can change where your CMS checks for bans.

So, the database 'bans; I would need to rename to 'user_bans'?
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
So, the database 'bans; I would need to rename to 'user_bans'?
Not exactly, just like @Kiss said your CMS doesn't grab data from "user_bans", so to fix this you'd have to open "class.users.php".
and replace "bans" with "user_bans" same thing if you use checktheban or w.e.

It doesn't record in "bans" because Azure uses "user_bans".
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Not exactly, just like @Kiss said your CMS doesn't grab data from "user_bans", so to fix this you'd have to open "class.users.php".
and replace "bans" with "user_bans" same thing if you use checktheban or w.e.

It doesn't record in "bans" because Azure uses "user_bans".

I've fixed the problem, thanks @Wicked
 

Users who are viewing this thread

Top