2020-04-06, 01:26 PM
(This post was last modified: 2020-04-06, 01:29 PM by 1337Nabeel. Edited 1 time in total.)
Hello mybb. I am great fan of your services. I am searching a plugin from a lomg time but didn't got any result.
I need a plugin for mybb 1.8.21 that can change hwid varchar string from mybb_users table by writing member username for following query
UPDATE
1. Need a text box where we enter username of member
2. A submit button that run query in database
3. Permissions settings in admin cp for additionalgroups (or just additionalgroup = 9 can use this plugin)
4. History page that show who used this plugin and for which member. (If possible)
Access throw usercp and modcp only
Appreciate if someone can do it.
Thanks.
I need a plugin for mybb 1.8.21 that can change hwid varchar string from mybb_users table by writing member username for following query
UPDATE
mybb_users
SET hwid
= NULL WHERE username
= 'Username of Member'1. Need a text box where we enter username of member
2. A submit button that run query in database
3. Permissions settings in admin cp for additionalgroups (or just additionalgroup = 9 can use this plugin)
4. History page that show who used this plugin and for which member. (If possible)
Access throw usercp and modcp only
Appreciate if someone can do it.
Thanks.