users table (what is sq and reg_ip)? [message #25156] |
Sat, 28 May 2005 22:16 |
enicholse
Messages: 30 Registered: May 2005
Karma: 0
|
Member |
|
|
I want to move my users from egroupware/phpgroupware fud_users table into a stand alone fud installation. The fields look the same except for two, sq and reg_ip. What are they used for?
Aloha, Eric
|
|
|
|
|
Re: users table (what is sq and reg_ip)? [message #29296 is a reply to message #29291] |
Fri, 09 December 2005 17:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The reg_ip value is found inside the users table, so {tbl_prefix}users would be the table you'd query.
Keep in mind that reg_ip is an integer so you need to use ip2long() function to covert the raw ipv4 to that.
FUDforum Core Developer
|
|
|