Linden Lab Official:Custom Name Program: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Zai Lynch (talk | contribs)
m $ -> US$ (style guide)
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Thank you for your interest in Second Life. Here is information about the Custom Last Names program and what we require to create the name for you.
{{multi-lang}}{{:Web Services Portal/navigation}}
The custom name program is in beta release. This program is still being developed, as such, requests for immediate delivery may not be met. Please review the following information to see if you qualify.


*Upon creation of this Custom Name, the account given will be billed $1000. On the anniversary date, you will be billed $500 to renew the account.
__TOC__
*Last names must clearly be an organizational or corporate name, and distinguished from personal last names (Surnames). For example, Smith is not acceptable, but SmithCorp, SmithInc, Smith_Products, SmithConstruction, etc. are.  Names that are clearly composite (SecondLife) or made up (Agilent) will be considered.
<br clear="all"/>
*Please note that to create additional accounts, you must use the Registration API (http://secondlife.com/developers/api/reg.php).  You may create as many additional accounts as you need (the initial limit of 200 per day, but you can request a higher limit).  You may want to review the [http://secondlifegrid.net/programs/api/reg RegistrationAPI] documentation before you submit a Custom Name request to be sure that you have the capabilities to use it to create additional accounts.
== General information==
*Content cannot be transferred to this account by Linden Lab.
This program is not an avenue for changing your current SL name.  
*Last names must have at least 2 characters; all characters in a name must be alphanumeric; no punctuation may be included.  The name will be created with capital letters you designate in your request, so please carefully review upper/lower case!
*Please note that it may take up to 4 weeks to create the last name and account, although we are usually able to do this within 2 weeks.  You will be notified if the name is approved, and again when it is created and your account billed.
*Please make sure you have billing information in the account you specify as the requestor, below, or it will become delinquent, substantially complicating transfer of the account.  Alternatively, make sure the account has enough funds to cover $1000.
*Please specify as requestor the name you want to use to mange creation of accounts using the Registration API.
*Linden Lab cannot provide invoices for custom names; your credit card billing statement is proof of payment.


Custom Last Name Form.  Please complete the requested information and submit a support ticket or email to: sldevnames@lists.lindenlab.com.  
Without the ability to verify copyright or trademark permission, any custom name request that appears to be possible infringement of such, will not be approved. Valid corporate and organizational requests will be approved.
* Custom name requests may not be ordered on behalf of, or billed to, a second party. First party requests only please.
* Please note that it may take up to '''4 weeks''' to fulfill a custom name request, although we are usually able to do this within 2 weeksYou will be notified if the name is approved, and again when it is created and your account billed.
* Please make sure that the Second Life account you intend to own the custom name has complete billing information or enough funds so that your account does not become delinquent when the custom name is billed.
* Names must have at least two (2) characters; there is no real maximum. Only alphanumeric characters are allowed; no punctuation or special characters.  Names are case-sensitive, so carefully review upper/lower case!
* Linden Lab cannot transfer content to new accounts.  
* All requests are processed in the order of their arrival.
* We regret that we cannot provide you with status information about your request.


*Requested Last Name
==Custom surnames==
*RL name of requestor
Upon creation of a custom surname, the account designated as owner, will be billed a US$500 setup fee plus the first annual US$500 fee. On each anniversary date, the owner will be billed US$500 to retain custom surname ownership. Last names must clearly be an organizational or corporate name, and distinguished from personal last names (surnames). For example, "Smith" is not acceptable, but "SmithCorp," "SmithInc," "SmithProducts" or "SmithConstruction" are.  Linden Lab will consider names that are clearly made up or composite (for example, "SecondLife" or "Agilent").
*SL name of requestor
*Email of requestor
*Date requested by__________


General information about Custom Names
* To create additional accounts, the custom surname owner must apply for and use the [[Registration API]].  You may create as many additional accounts as you need (the initial limit is 500 per day, but you may request a higher limit).
*Please note that it may take up to 4 weeks to create the last name and account, although we are usually able to do this within 2 weeks.  You will be notified if the name is approved, and again when it is created and your account billed.
* At this time we do not provide bulk account registration for your custom surname.  You must use the Reg API.
*Please make sure that the SL account has completed billing information or enough funds so that your account does not become delinquent when the custom name is billed.
* Review the [[Registration API]] documentation before you submit a custom surname request to be sure that you have the capabilities to create additional accounts.
*Names must have at least 2 characters; all characters in a name must be alphanumeric; no punctuation may be included. The name will be created with capital letters you designate in your request, so please carefully review upper/lower case!
* The custom surname owner to be billed '''must''' be the same account to apply for the Reg API.
*Content cannot be transferred to this account by Linden Lab.  
* Approved non-profit and educational requests will receive a 30% discount on these fees.
*Linden Lab cannot provide invoices for custom names; your credit card billing statement is proof of payment.


Custom (Vanity) Names
=== Request procedure ===
*At this time, vanity names are available at Linden Lab's discretion, generally for events that involve major press or tv coverage, or in our estimation provide significant publicity value, such as nationwide TV coverage.
Please complete the requested information and email to '''sldevnames@lindenlab.com'''.  
*$100 will be billed to your account on creation of the name, and you will be billed $50 on the anniversary date to renew this account.
# Requested Surname:
*In some cases, a name may already exist and we will not be able to create it for you.
# RL name of Surname owner:
# SL name of Surname owner/RegAPI applicant:
# Email of requestor:
# Contact information pertaining to copyright or trademark:


Vanity Name formPlease complete the requested information and submit a support ticket or email to: sldevnames@lists.lindenlab.com.
=== Suggestions===
* Verify that you can use the Reg API to create accounts.  The problem may be your capabilities URL or your Reg API script.
* If you're using a Reg API account to create accounts using a custom name and can't see the Custom Last Name in the names list, you're probably not using the account that was the billing account for the Custom Last Name.  You will need to request a new Reg API account with the same account as was the billing account for the Custom Last Name.
* If you want to only display your custom name, you'll have to write code to parse the name list we return or to force your custom name as the last name choice for the registrant.
* URI_GET_LAST_NAMES returns an associative array where the keys are the ids and the values are the last names. The PHP '''asort''' function sorts based on the values:


*Requested Name:
  $last_names = llsd_get(URI_GET_LAST_NAMES);
*RL name of requestor:
  asort($last_names);
*SL name of requestor:
(From Alan Levine 2 Jul2007)
*Email of requestor:
*Event or reason for name (size of event, accompanying publicity/audience):
*Requested delivery date:


We look forward to seeing you inworld.
== Custom vanity names ==
''Vanity names'' are available at Linden Lab's discretion, generally for events that involve major press or TV coverage, or provide significant publicity value, such as nationwide TV coverage.  Upon creation of an approved vanity name, the designated owner will be billed a US$50 setup fee plus the first annual US$50 fee. On each anniversary date, the owner will be billed US$50 to retain vanity name account ownership.
 
* Vanity name requests must reflect real life names. Please no requests for "Santa Claus," "President Lincoln," or the like.
* In some cases, a vanity name may already exist and we will not be able to create it for you.
* Approved non-profit and educational requests will receive a 30% discount on these fees.
 
=== Request procedure ===
Complete the requested information and email to '''sldevnames@lindenlab.com'''.
* Requested vanity name
* RL name of vanity name owner
* SL name of vanity name owner
* Email of requestor
* Contact information pertaining to copyright or trademark
* Event or reason for name (size of event, accompanying publicity/audience)
 
[[Category:RegAPI]]
[[Category:Web Service APIs]]

Revision as of 08:35, 9 September 2009

The custom name program is in beta release. This program is still being developed, as such, requests for immediate delivery may not be met. Please review the following information to see if you qualify.


General information

This program is not an avenue for changing your current SL name.

Without the ability to verify copyright or trademark permission, any custom name request that appears to be possible infringement of such, will not be approved. Valid corporate and organizational requests will be approved.

  • Custom name requests may not be ordered on behalf of, or billed to, a second party. First party requests only please.
  • Please note that it may take up to 4 weeks to fulfill a custom name request, although we are usually able to do this within 2 weeks. You will be notified if the name is approved, and again when it is created and your account billed.
  • Please make sure that the Second Life account you intend to own the custom name has complete billing information or enough funds so that your account does not become delinquent when the custom name is billed.
  • Names must have at least two (2) characters; there is no real maximum. Only alphanumeric characters are allowed; no punctuation or special characters. Names are case-sensitive, so carefully review upper/lower case!
  • Linden Lab cannot transfer content to new accounts.
  • All requests are processed in the order of their arrival.
  • We regret that we cannot provide you with status information about your request.

Custom surnames

Upon creation of a custom surname, the account designated as owner, will be billed a US$500 setup fee plus the first annual US$500 fee. On each anniversary date, the owner will be billed US$500 to retain custom surname ownership. Last names must clearly be an organizational or corporate name, and distinguished from personal last names (surnames). For example, "Smith" is not acceptable, but "SmithCorp," "SmithInc," "SmithProducts" or "SmithConstruction" are. Linden Lab will consider names that are clearly made up or composite (for example, "SecondLife" or "Agilent").

  • To create additional accounts, the custom surname owner must apply for and use the Registration API. You may create as many additional accounts as you need (the initial limit is 500 per day, but you may request a higher limit).
  • At this time we do not provide bulk account registration for your custom surname. You must use the Reg API.
  • Review the Registration API documentation before you submit a custom surname request to be sure that you have the capabilities to create additional accounts.
  • The custom surname owner to be billed must be the same account to apply for the Reg API.
  • Approved non-profit and educational requests will receive a 30% discount on these fees.

Request procedure

Please complete the requested information and email to sldevnames@lindenlab.com.

  1. Requested Surname:
  2. RL name of Surname owner:
  3. SL name of Surname owner/RegAPI applicant:
  4. Email of requestor:
  5. Contact information pertaining to copyright or trademark:

Suggestions

  • Verify that you can use the Reg API to create accounts. The problem may be your capabilities URL or your Reg API script.
  • If you're using a Reg API account to create accounts using a custom name and can't see the Custom Last Name in the names list, you're probably not using the account that was the billing account for the Custom Last Name. You will need to request a new Reg API account with the same account as was the billing account for the Custom Last Name.
  • If you want to only display your custom name, you'll have to write code to parse the name list we return or to force your custom name as the last name choice for the registrant.
  • URI_GET_LAST_NAMES returns an associative array where the keys are the ids and the values are the last names. The PHP asort function sorts based on the values:
 $last_names = llsd_get(URI_GET_LAST_NAMES);
 asort($last_names);

(From Alan Levine 2 Jul2007)

Custom vanity names

Vanity names are available at Linden Lab's discretion, generally for events that involve major press or TV coverage, or provide significant publicity value, such as nationwide TV coverage. Upon creation of an approved vanity name, the designated owner will be billed a US$50 setup fee plus the first annual US$50 fee. On each anniversary date, the owner will be billed US$50 to retain vanity name account ownership.

  • Vanity name requests must reflect real life names. Please no requests for "Santa Claus," "President Lincoln," or the like.
  • In some cases, a vanity name may already exist and we will not be able to create it for you.
  • Approved non-profit and educational requests will receive a 30% discount on these fees.

Request procedure

Complete the requested information and email to sldevnames@lindenlab.com.

  • Requested vanity name
  • RL name of vanity name owner
  • SL name of vanity name owner
  • Email of requestor
  • Contact information pertaining to copyright or trademark
  • Event or reason for name (size of event, accompanying publicity/audience)