Outsourcing
Application Development
Application Maintenance
Website Design
Customer Support
eLearning
Application Hosting
Message Board
Guestbook
Website Poll
Chat Room
Website Statistics
Links Page
Topsite

Live Help


: Automatic Registration

You can automatically create your visitor's message board account for them by sending them to a custom registration URL. This can be helpful if you have a separate registration on your website and you don't want to make your visitors register twice.

You can make a hidden request to the custom registration URL by using a small image tag, a small iframe tag, or a high-level programming language. Sample code for the Perl, PHP, JavaScript, and Java/JSP programming languages is available here.



If you would like to send your visitors to the registration page with the textboxes already filled in, please follow the directions below:

The URL should look like this unmodified:
http://www.websitetoolbox.com/tool/register/USERNAME/register?passvalues=1
(where USERNAME is your Website Toolbox username)

Then extend the URL with whatever information you would like pre-filled. The appropriate extensions are listed at the bottom of the page.



If you would like to send your visitors straight to the "Registration Complete" page, please follow the directions below:

The URL should like this unmodified:
http://www.websitetoolbox.com/tool/register/USERNAME/create_account?
(where USERNAME is your Website Toolbox username)

Then extend the URL with whatever information you would like. The appropriate extensions are listed at the bottom of the page.

Please note that the username, password, and email address fields are required. Leaving the required fields blank will result in the user being sent to the registration page with an error.


Field Extension Possible Values
Username &member= Anything besides spaces or symbols
Password &pw= Anything besides spaces, semicolons, or commas
Email &email= A valid email address
Full name &name= Anything
Instant messaging type &imType= None, Yahoo, ICQ, AOL, MSN, Other
Instant messaging name &imID= Anything
Homepage URL &homepage= Anything
Avatar URL &avatar= A URL to a GIF, JPEG, or JPG image file
Signature &signature= Anything
Time zone &timeoffset= Any valid numerical offset from GMT. Example: +5 (Replace + with %2B)
Daylight Saving Time (DST) &dst= "checked" or nothing
Invisible mode &invisible= "checked" or nothing
Update topics to top &updated_to_top= "checked" or nothing
Allow members to send me email &allow_emails= "checked" or nothing
Posts display order &post_order_value= "asc" or "desc"
Automatic thread subscription &auto_thread_value= "posts", "threads", or nothing
Enable private messages &enable_pms= "checked" or nothing
Receive email notification of new private messages ¬ify_box_pm= "checked" or nothing
Show private message popup &pmpopup= 0 or 1

Fields created in the Custom Profile section of the Website Toolbox members area have their own unique extension (or field name), which can be determined by viewing the HTML source code of the registration page.

Note: All symbols within the field values must be probably encoded. For example, spaces must be replaced by %20. More information...


Home