i need something spezial? :D
|
|
#1
09-07-2019
Hello. I need a plugin to reset a value at user database on the UserCP
On user cp i need a button that says "Reset HWID"
on the click it should launch
UPDATE `mybb_users` SET `hwid` = NULL WHERE `mybb_users`.`uid` = THEUSERID;
Ty if you help me how to code this ;D
I have 0 idea how to do this
And that he have a reset each 3 times in a month and a log with his IP
// Edit i need the hwid for a verify of the user
On user cp i need a button that says "Reset HWID"
on the click it should launch
UPDATE `mybb_users` SET `hwid` = NULL WHERE `mybb_users`.`uid` = THEUSERID;
Ty if you help me how to code this ;D
I have 0 idea how to do this
And that he have a reset each 3 times in a month and a log with his IP
// Edit i need the hwid for a verify of the user
|