B btje Member May 17, 2012 46 2 Aug 23, 2013 #1 Hey, I'm trying to view a profile but I can't see any.. I got revcms and I know i need to have a query. Does anybody knows where and what? Thanks guys, Btje [sorry for my bad English, i'm Dutch]
Hey, I'm trying to view a profile but I can't see any.. I got revcms and I know i need to have a query. Does anybody knows where and what? Thanks guys, Btje [sorry for my bad English, i'm Dutch]
Blasteh big tits Apr 3, 2013 1,156 521 Aug 23, 2013 #2 Im pretty sure that is homes, I think you might have to add it manually Upvote 0 Downvote
B btje Member May 17, 2012 46 2 Aug 23, 2013 Thread starter #3 Yeahh, I need to add this query: Code: mysql_query("INSERT INTO user_info (user_id,bans,cautions,reg_timestamp,login_timestamp,cfhs,cfhs_abusive) VALUES ('" . $id . "','0','0','" . time(). "','" . time() . "','0','0')"); But idk where. Upvote 0 Downvote
Yeahh, I need to add this query: Code: mysql_query("INSERT INTO user_info (user_id,bans,cautions,reg_timestamp,login_timestamp,cfhs,cfhs_abusive) VALUES ('" . $id . "','0','0','" . time(). "','" . time() . "','0','0')"); But idk where.
j4ke Member Nov 4, 2012 364 97 Aug 23, 2013 #4 In your database query run that code. Upvote 0 Downvote
B btje Member May 17, 2012 46 2 Aug 23, 2013 Thread starter #5 No, it need while registering for every user.. Upvote 0 Downvote