MyBB Community Forums

Full Version: How to change the registration date of a member?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to change the registeration date of a member...??

And any plugin to check the list of members referred by a member...??

plz reply....
1) Why would you want to change that data at all??
2) Go to the user's profile??
changing the date can afaik only be done directly in the database
i just want to know any way to it.....
ok....i will try to change it linguist.....and any plugin to know which members r refered by a member......?
(2011-04-12, 02:09 PM)Shukaku Wrote: [ -> ]2) Go to the user's profile??

Run this query in PHPMyAdmin;
UPDATE mybb_users SET `regdate`= 'X' WHERE `uid`= 'Y'

Where;
X = UNIX Time Stamp you would like to use for that User.
Y = User ID

---
Please backup the users table before running this query.
i have changed the value of regdate coloum and now i just have did that what i want to do...

any plugin to know which members r refered by a member......?
(2011-04-12, 02:31 PM)saini1987 Wrote: [ -> ]any plugin to know which members r refered by a member......?

You would need a plugin to do that.
(2011-04-12, 02:31 PM)saini1987 Wrote: [ -> ]i have changed the value of regdate coloum and now i just have did that what i want to do...

any plugin to know which members r refered by a member......?


(2011-04-12, 02:23 PM)Shukaku Wrote: [ -> ]
(2011-04-12, 02:09 PM)Shukaku Wrote: [ -> ]2) Go to the user's profile??

I couldn't find it on user's profile, have you got a plugin for it?

Here's Yaldaram's one: http://yaldaram.com/showthread.php?tid=300