-
Member
swift emu RevCMS profile help
hey i recently chnge from illuminacms to revcms and I am using swiftEMU
I have found all I can on fixing the profiles as they dont show up in the game anymore and they are still now showing up.
I have this.
$user_id = $this->getID($username);
$engine->query("INSERT INTO user_info (user_id, reg_timestamp, login_timestamp) VALUES('".$user_id."', '" . time() . "', '" . time() . "')");
$engine->query("INSERT INTO user_stats (id) VALUES('".$user_id."')");
please help me this is quite frustrating.
-
-
Member
Re: swift emu RevCMS profile help