i know its located on users_currency table, but how do i set the default amount? (im using revcms)
Printable View
i know its located on users_currency table, but how do i set the default amount? (im using revcms)
Find the line that adds a new user and add this one after
PHP Code:$this->driver->query("INSERT INTO users_currency (user_id, `type`, amount) VALUES ('". $this->getInfo($user, 'id')[0]['id'] ."', '0', '". $pixels ."')")
;
i did this, but doesnt seem to work as the inserted id was 0
Lmao... go to your database. Then pop up "server_settings" and somewhere there you will see it.