<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Create new users using ASP</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Create new users using ASP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 05:27:09 +0000</pubDate>
  <lastBuildDate>Sun, 12 Jun 2005 14:40:03 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=15432</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Create new users using ASP : I did a little research and I...]]></title>
   <link>https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84974.html#84974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20782">jorgito</a><br /><strong>Subject:</strong> 15432<br /><strong>Posted:</strong> 12&nbsp;June&nbsp;2005 at 2:40pm<br /><br />I did a little research and I came up with the following:<br><br>1. When a new user registers, I create an iframe with the page ForumReg.asp which contains the following code:<br><br>&lt;body onLoad="doSubmit();return true;"&gt;<br> &lt;form method="post" name="frmRegister" id="frmRegister" action="/forum/register.asp?FID=0"&gt;<br>&lt;input type="hidden" name="name" value="&lt;%= username %&gt;" &gt;<br>&lt;input type="hidden" name="password" value="&lt;%= password %&gt;" &gt;<br>&lt;input type="hidden" name="password2" value="&lt;%= password %&gt;" &gt;<br>&lt;input type="hidden" name="email" value="&lt;%= username &amp; "@mydomain.com" %&gt;" &gt;<br>&lt;input type="hidden" name="realName" value="&lt;%= fullname %&gt;" &gt;<br> &lt;input type="hidden" name="location" value="Greece" &gt;<br>&lt;input type="hidden" name="attachSig" value="true" &gt;<br>&lt;input type="hidden" name="emailShow" value="False"&gt;<br>&lt;input type="hidden" name="replyNotify" value="False"&gt;<br>&lt;input type="hidden" name="pmNotify" value="False"&gt;&nbsp;&nbsp;&nbsp; <br>&lt;input type="hidden" name="ieEditor" value="True" &gt;<br>&lt;input type="hidden" name="Login" value="True" &gt;<br>&lt;input type="hidden" name="serverOffSet" value="+" &gt;<br>&lt;input type="hidden" name="serverOffSetHours" value="0" &gt;<br>&lt;input type="hidden" name="dateFormat" value="dd/mm/yy" &gt;<br>&lt;input type="hidden" name="mode" value="new" &gt;<br>&lt;input type="hidden" name="FPN" value="0" &gt;<br>&lt;input type="hidden" name="sessionID" value="&lt;%= Session.SessionID %&gt;" &gt;<br>&lt;/form&gt;<br>&lt;/body&gt;<br><br>So the user gets registered in the forum as well. However, it takessome time to load the page in the iframe and the user might click on alink before the iframe actually loads. Do you have a better solution?<br><br>2. When the user wants to enter the forum, I present him with a button(so that the forum opens in a new window). The form contains thefollowing code:<br><br>&lt;form action="/forum/login_user.asp" method="post" id="form1" name="form1" target="_blank"&gt;<br>&lt;input type="hidden" name="name" value="&lt;%= Username %&gt;" /&gt;<br>&lt;input type="hidden" name="password" value="Password" %&gt;" /&gt;<br>&lt;input type="hidden" name="QUIK" value="true" /&gt;<br>&lt;input type="hidden" name="NS" value="1" /&gt;<br>&lt;input type="hidden" name="sessionID" value="&lt;%= Session.SessionID %&gt;" /&gt;<br>&lt;/form&gt;<br><br>So, when the user clicks the button, he is logged in the forum.<br><br>Any suggestions or comments on the code above??<br><br>Jorgito<br><br>]]>
   </description>
   <pubDate>Sun, 12 Jun 2005 14:40:03 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84974.html#84974</guid>
  </item> 
  <item>
   <title><![CDATA[Create new users using ASP : There&amp;#039;s a few threads on...]]></title>
   <link>https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84941.html#84941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15432<br /><strong>Posted:</strong> 11&nbsp;June&nbsp;2005 at 4:40pm<br /><br />There's a few threads on integrating webwiz with an existing site that cover what your after. I'd try searching for "integrat existing" for starters.<DIV>&nbsp;</DIV><DIV>IIRC, I think the recommendation is to use the wwf registration method and convert your site's registration to it rather than the other way around. WWF registration includes things like one-way encrypted passwords. The threads on it cover the pros and cons and "gotcha"'s in some detail.</DIV>]]>
   </description>
   <pubDate>Sat, 11 Jun 2005 16:40:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84941.html#84941</guid>
  </item> 
  <item>
   <title><![CDATA[Create new users using ASP : Hi everyone!  I am using the...]]></title>
   <link>https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84936.html#84936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20782">jorgito</a><br /><strong>Subject:</strong> 15432<br /><strong>Posted:</strong> 11&nbsp;June&nbsp;2005 at 4:25pm<br /><br />Hi everyone!<br><br>I am using the forum as part of my current web site.<br><br>The users use a registration form that I have created in order toregister in my web site. This gives them access to a lot of resourcesas well as an e-mail address.<br><br>What I am trying to do is register them in the forum as well.<br><br>So, when they register using my registration form, I want to be able to register them in the forum as well.<br><br>I am using ASP.<br><br>Should I update the database (mdb) directly? If yes, how should I fill in the fields?<br><br>If not, should I use the existing register.asp file. If yes, how?<br><br>Thanks everyone<br>Jorgito<br><br>]]>
   </description>
   <pubDate>Sat, 11 Jun 2005 16:25:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/create-new-users-using-asp_topic15432_post84936.html#84936</guid>
  </item> 
 </channel>
</rss>