﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Do you support integration with my existing user database?</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title> SIP with a site written in another language (Samuel)</title><description>  &lt;font size="3"&gt;&lt;font color="#cc0000"&gt;Q: &lt;font color="#000000"&gt;what if my site is written in another language? How can I still use your SIP to perform an auto login?&lt;/font&gt;&lt;/font&gt;  &lt;br&gt;   &lt;br&gt;  &lt;font color="#339900"&gt;A: &lt;font color="#000000"&gt;very simple&lt;img src="http://www.aspplayground.net/forum/upfiles/smiley/s1.gif" alt="" /&gt;. Follow the steps below:&lt;/font&gt;&lt;/font&gt; &lt;br&gt;  &lt;/font&gt; &lt;br&gt;  &lt;ol&gt;&lt;li&gt;create a db table (GUID, login , password), and insert a GUID (generated by Cold Fusion) and login name + password (from user input on your codefusion page) once a user is logged in on your site. &lt;br&gt;  &lt;li&gt;then, do a simple redirection to a vb.net page with the GUID appended as the querystring. &lt;br&gt;  &lt;li&gt;From the vb.NET page, retrieve the login name and password from the table using the GUID, perform a simulated login using the SIP (a cookie will be created for you), and delete the db record. &lt;br&gt;  &lt;li&gt;At the end of the page, redirect the person back where he is from. Now since he as the needed cookie for automatic login, the forum will recognize him.&lt;li&gt;To remove the login/logout link from the forum -&amp;gt; just delete it from the header &lt;br&gt;     &lt;/ol&gt; </description><link>http://www.aspplayground.net/forum/fb.ashx?m=394908</link><pubDate>Tue, 23 Jan 2007 11:13:41 GMT</pubDate></item><item><title>Do you support integration with my existing user database? (Alibo)</title><description>  &lt;h1&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;Please note: This SIP is not compatible with the latest version 3. A SIP for version 3 will be available shortly.&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/h1&gt; &lt;br&gt; &lt;font size="3"&gt;&lt;font color="#cc0000"&gt;  &lt;br&gt; Q: &lt;/font&gt;Do you support user table integration on my existing site? I already have a lot of users in my database. &lt;/font&gt;    &lt;br&gt;  &lt;br&gt; &lt;font color="#006600"&gt;&lt;font size="4"&gt;A:&lt;/font&gt;&lt;/font&gt; Yes we do. We look at integration with existing membership in 3 areas:&lt;ol&gt;&lt;li&gt;&lt;font size="3"&gt;importing existing users&lt;/font&gt;&lt;li&gt;&lt;font size="3"&gt;creating new users - one registration form&lt;/font&gt;&lt;li&gt;&lt;font size="3"&gt;Login - one login form&lt;/font&gt; &lt;/ol&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;You can import your existing users&lt;/b&gt; to our database using the "fast member import" feature in the software. Or, you can use the Site Integration Package (the &lt;b&gt;SIP&lt;/b&gt;; in VBScript Object / .NET assembly) that is available for the forum owner to programmatically import users into the database.   &lt;br&gt;      &lt;br&gt;     To use the "fast member import" feature, you just prepare a list of your current users, one member per line, in the following format:&lt;i&gt;   &lt;br&gt;      &lt;br&gt;     Login, email, password&lt;/i&gt;   &lt;br&gt;      &lt;br&gt;     e.g.   &lt;br&gt;      &lt;br&gt;     &lt;i&gt;Samuel, &lt;a href="mailto:abc@def.com"&gt;abc@def.com&lt;/a&gt;, password&lt;/i&gt;   &lt;br&gt;      &lt;br&gt;     And then copy&amp;amp;paste the list into a text box in the forum control panel to import your users to our software.   &lt;br&gt;      &lt;br&gt;     To prepare the list of your users, you can use a very simple ASP page/recordset object to response.write the list.   &lt;br&gt;      &lt;br&gt;     The Site Integration Package (SIP) COM interface can be found here:   &lt;br&gt;      &lt;br&gt;     &lt;a href="http://www.aspplayground.net/SIP/readme.htm" target="_blank" rel="nofollow"&gt;http://www.aspplayground.net/SIP/readme.htm&lt;/a&gt; (you want to pay attention to the &lt;b&gt;PGDRegistration &lt;/b&gt;Class)   &lt;br&gt;      &lt;br&gt;     In conclusion, you have two ways to import your members to our software, one is through the admin feature "Fast Member Import", and the other is through the use of the SIP (Site Integration Package).&lt;li&gt;Once you have imported all your existing members, you can make use of the &lt;b&gt;PGDRegistration &lt;/b&gt;Class in your own registration page &lt;b&gt;to insert new users&lt;/b&gt; into the forum database. You can turn off the registration system in the forum and direct visitors to your own registration page.&lt;li&gt;You need to &lt;b&gt;integrate the login system&lt;/b&gt; so that users only have to login once, you can make use of the SIP's &lt;b&gt;PGDLogin &lt;/b&gt;class too. You can simply call the PGDLogin's &lt;b&gt;signin()&lt;/b&gt; method in your own login system to create a session variable or an auto-login cookie (2 different ways) that can be recognized by the forum.    &lt;br&gt;      &lt;br&gt;     Once forum sees the session variable or the auto-login cookie, the forum will recognize this user as being logged in. &lt;/ol&gt;The SIP (Site Integration Package) provides a very easy programming interface for you to integration your own membership system with the forum software. The SIP is available for both our ASP and ASP.NET versions and can be downloaded in our Tutorial forum (only available to license holders). The classes and their members are available here:   &lt;br&gt;  &lt;br&gt; &lt;a href="http://www.aspplayground.net/sip/readme.htm" target="_blank" rel="nofollow"&gt;http://www.aspplayground.net/sip/readme.htm&lt;/a&gt; </description><link>http://www.aspplayground.net/forum/fb.ashx?m=373880</link><pubDate>Thu, 15 Aug 2002 01:35:44 GMT</pubDate></item></channel></rss>