<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Courtneywise</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Courtneywise"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Courtneywise"/>
		<updated>2026-05-06T14:16:44Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/Database:Users</id>
		<title>Database:Users</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Database:Users"/>
				<updated>2009-07-12T02:13:40Z</updated>
		
		<summary type="html">&lt;p&gt;Courtneywise: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Template:Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''users'''	''Stores users profile data''&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&lt;br /&gt;
The current structure of the users table is as follows:&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Field&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Null&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Key&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Default&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Extra&lt;br /&gt;
|-&lt;br /&gt;
| UUID || varchar(36) || NO || PRI || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| username || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastname || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordHash || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordSalt || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegion || bigint(20) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| created || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| userInventoryURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| userAssetURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileCanDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileWantDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileAboutText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| webLoginKey || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegionID || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| userFlags || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| godLevel || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| customType || varchar(32) || NO || || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| partner || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| email|| varchar(250) || YES|| || ''||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
;UUID&lt;br /&gt;
:The unique id of the user&lt;br /&gt;
&lt;br /&gt;
;username&lt;br /&gt;
:The first name of the user&lt;br /&gt;
&lt;br /&gt;
;lastname&lt;br /&gt;
:The last name of the user&lt;br /&gt;
&lt;br /&gt;
;passwordHash&lt;br /&gt;
:The MD5-hash from password and salt&lt;br /&gt;
;passwordSalt&lt;br /&gt;
:The password salt&lt;br /&gt;
&lt;br /&gt;
;homeRegion&lt;br /&gt;
:The region-handle of the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLocationX, homeLocationY, homeLocationZ&lt;br /&gt;
:The home-location within the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLookAtX, homeLookAtY, homeLookAtZ&lt;br /&gt;
:The direction the avatar looks after TP to the home-location&lt;br /&gt;
&lt;br /&gt;
;created&lt;br /&gt;
:Creation timestamp of the profile (in seconds since UNIX-epoch (Jan 1st, 1971))&lt;br /&gt;
&lt;br /&gt;
;lastLogin&lt;br /&gt;
:Time of last login (in seconds since UNIX-epoch)&lt;br /&gt;
&lt;br /&gt;
;userInventoryURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;userAssetURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileCanDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileWantDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileAboutText&lt;br /&gt;
:The text in the about field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileFirstText&lt;br /&gt;
:The text in the first-life field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileImage&lt;br /&gt;
:The UUID of the profile image&lt;br /&gt;
&lt;br /&gt;
;profileFirstImage&lt;br /&gt;
:The UUID of the first-life image&lt;br /&gt;
&lt;br /&gt;
;webLoginKey&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;homeRegionID&lt;br /&gt;
:The region UUID of the home-region&lt;br /&gt;
&lt;br /&gt;
;userFlags&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Account Types:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: Resident:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 300 to: Testing:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 400 to: Testing:No payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 600 to: Member Estatute:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 800 to: Linden Contracted&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by Matpratta (matpratta@gmail.com)[http://opensimulator.org/wiki/How-to]&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;godLevel&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Admins:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: allow user to get admin level (advanced -&amp;gt; request admin)&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by courtneywise&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;customType&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Custom Account Names:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;enter what ever you want and it will be show as your user type so you can have custom account types then the defalt set ones under userFlags&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by courtneywise&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;partner&lt;br /&gt;
:The UUID of a user that will appear in the partner field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;email&lt;br /&gt;
:The email address of the user&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Courtneywise</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Database:Users</id>
		<title>Database:Users</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Database:Users"/>
				<updated>2009-07-12T02:10:49Z</updated>
		
		<summary type="html">&lt;p&gt;Courtneywise: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Template:Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''users'''	''Stores users profile data''&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&lt;br /&gt;
The current structure of the users table is as follows:&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Field&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Null&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Key&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Default&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Extra&lt;br /&gt;
|-&lt;br /&gt;
| UUID || varchar(36) || NO || PRI || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| username || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastname || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordHash || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordSalt || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegion || bigint(20) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| created || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| userInventoryURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| userAssetURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileCanDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileWantDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileAboutText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| webLoginKey || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegionID || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| userFlags || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| godLevel || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| customType || varchar(32) || NO || || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| partner || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| email|| varchar(250) || YES|| || ''||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
;UUID&lt;br /&gt;
:The unique id of the user&lt;br /&gt;
&lt;br /&gt;
;username&lt;br /&gt;
:The first name of the user&lt;br /&gt;
&lt;br /&gt;
;lastname&lt;br /&gt;
:The last name of the user&lt;br /&gt;
&lt;br /&gt;
;passwordHash&lt;br /&gt;
:The MD5-hash from password and salt&lt;br /&gt;
;passwordSalt&lt;br /&gt;
:The password salt&lt;br /&gt;
&lt;br /&gt;
;homeRegion&lt;br /&gt;
:The region-handle of the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLocationX, homeLocationY, homeLocationZ&lt;br /&gt;
:The home-location within the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLookAtX, homeLookAtY, homeLookAtZ&lt;br /&gt;
:The direction the avatar looks after TP to the home-location&lt;br /&gt;
&lt;br /&gt;
;created&lt;br /&gt;
:Creation timestamp of the profile (in seconds since UNIX-epoch (Jan 1st, 1971))&lt;br /&gt;
&lt;br /&gt;
;lastLogin&lt;br /&gt;
:Time of last login (in seconds since UNIX-epoch)&lt;br /&gt;
&lt;br /&gt;
;userInventoryURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;userAssetURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileCanDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileWantDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileAboutText&lt;br /&gt;
:The text in the about field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileFirstText&lt;br /&gt;
:The text in the first-life field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileImage&lt;br /&gt;
:The UUID of the profile image&lt;br /&gt;
&lt;br /&gt;
;profileFirstImage&lt;br /&gt;
:The UUID of the first-life image&lt;br /&gt;
&lt;br /&gt;
;webLoginKey&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;homeRegionID&lt;br /&gt;
:The region UUID of the home-region&lt;br /&gt;
&lt;br /&gt;
;userFlags&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Account Types:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: Resident:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 300 to: Testing:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 400 to: Testing:No payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 600 to: Member Estatute:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 800 to: Linden Contracted&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by Matpratta (matpratta@gmail.com)[http://opensimulator.org/wiki/How-to]&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;godLevel&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Admins:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: allow user to get admin level (advanced -&amp;gt; request admin)&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by courtneywise&lt;br /&gt;
&lt;br /&gt;
;customType&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Custom Account Names:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;enter what ever you want and it will be show as your user type so you can have custom account types then the defalt set ones under userFlags&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by courtneywise&lt;br /&gt;
&lt;br /&gt;
;partner&lt;br /&gt;
:The UUID of a user that will appear in the partner field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;email&lt;br /&gt;
:The email address of the user&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Courtneywise</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/Database:Users</id>
		<title>Database:Users</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Database:Users"/>
				<updated>2009-07-12T02:09:53Z</updated>
		
		<summary type="html">&lt;p&gt;Courtneywise: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Template:Quicklinks}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''users'''	''Stores users profile data''&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&lt;br /&gt;
The current structure of the users table is as follows:&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Field&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Type&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Null&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Key&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Default&lt;br /&gt;
!align=&amp;quot;left&amp;quot;| Extra&lt;br /&gt;
|-&lt;br /&gt;
| UUID || varchar(36) || NO || PRI || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| username || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastname || varchar(32) || NO || UNI || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordHash || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| passwordSalt || varchar(32) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegion || bigint(20) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLocationZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtX || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtY || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeLookAtZ || float || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| created || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| lastLogin || int(11) || NO || || ||&lt;br /&gt;
|-&lt;br /&gt;
| userInventoryURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| userAssetURI || varchar(255) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileCanDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileWantDoMask || int(10) unsigned || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileAboutText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstText || text || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| profileFirstImage || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| webLoginKey || varchar(36) || YES || || NULL ||&lt;br /&gt;
|-&lt;br /&gt;
| homeRegionID || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| userFlags || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| godLevel || int(11) || NO || || '0' ||&lt;br /&gt;
|-&lt;br /&gt;
| customType || varchar(32) || NO || || '' ||&lt;br /&gt;
|-&lt;br /&gt;
| partner || char(36) || NO || || '00000000-0000-0000-0000-000000000000' ||&lt;br /&gt;
|-&lt;br /&gt;
| email|| varchar(250) || YES|| || ''||&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
;UUID&lt;br /&gt;
:The unique id of the user&lt;br /&gt;
&lt;br /&gt;
;username&lt;br /&gt;
:The first name of the user&lt;br /&gt;
&lt;br /&gt;
;lastname&lt;br /&gt;
:The last name of the user&lt;br /&gt;
&lt;br /&gt;
;passwordHash&lt;br /&gt;
:The MD5-hash from password and salt&lt;br /&gt;
;passwordSalt&lt;br /&gt;
:The password salt&lt;br /&gt;
&lt;br /&gt;
;homeRegion&lt;br /&gt;
:The region-handle of the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLocationX, homeLocationY, homeLocationZ&lt;br /&gt;
:The home-location within the home-region&lt;br /&gt;
&lt;br /&gt;
;homeLookAtX, homeLookAtY, homeLookAtZ&lt;br /&gt;
:The direction the avatar looks after TP to the home-location&lt;br /&gt;
&lt;br /&gt;
;created&lt;br /&gt;
:Creation timestamp of the profile (in seconds since UNIX-epoch (Jan 1st, 1971))&lt;br /&gt;
&lt;br /&gt;
;lastLogin&lt;br /&gt;
:Time of last login (in seconds since UNIX-epoch)&lt;br /&gt;
&lt;br /&gt;
;userInventoryURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;userAssetURI&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileCanDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileWantDoMask&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;profileAboutText&lt;br /&gt;
:The text in the about field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileFirstText&lt;br /&gt;
:The text in the first-life field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;profileImage&lt;br /&gt;
:The UUID of the profile image&lt;br /&gt;
&lt;br /&gt;
;profileFirstImage&lt;br /&gt;
:The UUID of the first-life image&lt;br /&gt;
&lt;br /&gt;
;webLoginKey&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;needs to be documented&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;homeRegionID&lt;br /&gt;
:The region UUID of the home-region&lt;br /&gt;
&lt;br /&gt;
;userFlags&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Account Types:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: Resident:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 300 to: Testing:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 400 to: Testing:No payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 600 to: Member Estatute:Payment info on account&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 800 to: Linden Contracted&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:red;&amp;quot;&amp;gt;New Info by Matpratta (matpratta@gmail.com)[http://opensimulator.org/wiki/How-to]&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;godLevel&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Admins:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;Insert 200 to: allow user to get admin level (advanced -&amp;gt; request admin&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;customType&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:green;&amp;quot;&amp;gt;Custom Account Names:&amp;lt;/i&amp;gt;&lt;br /&gt;
:&amp;lt;i style=&amp;quot;color:blue;&amp;quot;&amp;gt;enter what ever you want and it will be show as your user type so you can have custom account types then the defalt set ones under userFlags&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;partner&lt;br /&gt;
:The UUID of a user that will appear in the partner field of the profile dialog&lt;br /&gt;
&lt;br /&gt;
;email&lt;br /&gt;
:The email address of the user&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;(back to [[Database Documentation]])&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Courtneywise</name></author>	</entry>

	</feed>