<?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 : How are we supposed to hook into WWF?</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 : How are we supposed to hook into WWF?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 09:51:33 +0000</pubDate>
  <lastBuildDate>Thu, 13 Apr 2006 03:18:18 +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=19224</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[How are we supposed to hook into WWF? : Thanks, I&amp;#039;m glad my site...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post104069.html#104069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 13&nbsp;April&nbsp;2006 at 3:18am<br /><br />Thanks, I'm glad my site inspired you. <IMG height=17 alt=Smile src="http://forums.webwiz.net/smileys/smiley1.gif" width=17 align=absMiddle border="0"><DIV>&nbsp;</DIV><DIV>I'm hoping that the transition from 7.x to 8.x won't be so bad.&nbsp; Hopefully the variables I rely on haven't changed.&nbsp; I have't installed 8.x yet because I'm waiting for the stable version, like I said before.&nbsp; I also want to see what the problems are and how to avoid them.&nbsp; We lose money if out site is down, so I can't afford to make big mistakes.</DIV><DIV>&nbsp;</DIV><DIV>I'm thinking of going to MySQL to get away from MS SQL, but that would mean I would have to rewrite most of the site.&nbsp; So I may just live with MS SQL for awhile.</DIV><DIV>&nbsp;</DIV><DIV>One interesting thing that I did, that may be useful for some of you to know, is that, for the most part, I never modified any of WWF's tables.&nbsp; Instead, if I needed to store additional data related to a user, I created a new table and had one field hold the WWF UserID (or sometimes username if I was lazy and the script I purchased used usernames instead of IDs).&nbsp; In some cases, I added a field so I could create a relationship, but I typically avoided changing any of WWF's tables.</DIV><DIV>&nbsp;</DIV><DIV>And then once I started learning about INNER and OUTER JOINS, it made it so much easier to integrate.&nbsp; A lot less database queries too.</DIV>]]>
   </description>
   <pubDate>Thu, 13 Apr 2006 03:18:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post104069.html#104069</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? :    wistex wrote:For me it was...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103914.html#103914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 8:49pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by wistex" alt="Originally posted by wistex" style="vertical-align: text-bottom;" /> <strong>wistex wrote:</strong><br /><br /><div>For me it was simple to use WWF as the base</div></td></tr></table><br><br>Same here, Wistex's site gave me a lot of insperation for my site and i have webwiz forums as the base for my site, this way i can garuntee that the security is always going to be far supirior to anything i had before. I sat down mulled over the pros and cons of my DB backend and WWF's DB backend and came up with many pros in favour of WWF's backend.<br><br>Shortly after V8 was released so i am currently re-writing my site to fit to the Ver8 DB.<br><br>In conclusion, the best way to do intergration would be to start of with WWF and intergrate into it's code. Understandabley this isn't everyones cup of tea but my ASP programming knowledge is very limited so i would have no way of figuring out how to hook an existing userbase into WWF and vise versa.<br><br>I wish you luck and would appreciate it if you keep us informed with how you go abput achieving your aim.<br>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 20:49:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103914.html#103914</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : Yes, site integration can be tricky,...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103899.html#103899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 6:21pm<br /><br />Yes, site integration can be tricky, although sometimes I have found it very simple, assuming you opt for one member table or another rather than try to maintain two of them.<DIV>&nbsp;</DIV><DIV>I don't have a simple answer for you.&nbsp; For me it was simple to use WWF as the base, but then again,&nbsp;I had decided that going in.&nbsp; I didn't have an existing member table I had to integrate when I added WWF to the site.</DIV>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 18:21:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103899.html#103899</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : I was on V6 :) The reason being...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103878.html#103878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 5:20pm<br /><br />I was on V6 :) The reason being that my last attempt to move to 7 was too difficult based on my limited time to implement. I had to migrate to move past some security and stability issues. I had the time this weekend. Turns out it was a MUCH bigger project than I thought.&nbsp;]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 17:20:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103878.html#103878</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? :   djlurchg wrote:Scott:Are you...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103875.html#103875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 5:08pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by djlurchg" alt="Originally posted by djlurchg" style="vertical-align: text-bottom;" /> <strong>djlurchg wrote:</strong><br /><br />Scott:<BR><BR>Are you suggesting using tblAuthor to run my application? Not happening. Major recoding would be required.<BR><BR>Are you suggesting that they log in based on the WWF forum and then the rest of the site? Not happening.<BR><BR>Here is the flow:<BR>user logs on to site, then clicks through to forum after doing other things.<BR><BR>Simple? I don't see it. ???<BR></td></tr></table> <DIV>Well, its not so simple if you are trying to maintain two (2) member tables, yours and WWF's.&nbsp; But hopefully Borg's upcoming API will help you.</DIV><DIV>&nbsp;</DIV><DIV>I use WWF to handle members because most other scripts handle security poorly and WWF is superior in that area.&nbsp; I did modify the WWF&nbsp;login scripts so that when you login it takes you back to the page you were on rather than take you to the forum (unless you are logging in from the forum, of course).&nbsp; So WWF's login becomes the site's login, rather than the forum login.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.caribbeanchoice.com/" target="_blank">http://www.caribbeanchoice.com/</A> is a good example where if you login from the front page (or any other page for that matter), it takes you back to that page.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>I am still running 7.x and am waiting for the final release of 8.0.&nbsp; Since its a production website with lots of traffic, I am not going to use a Release Candidate (RC) on my site.</DIV><DIV>&nbsp;</DIV><DIV>How are you hooking into WWF now (i.e. before 8.0)?&nbsp; It shouldn't be that different in 8.0 than in 7.x.</DIV>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 17:08:17 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103875.html#103875</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : Although I have not yet had time...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103864.html#103864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 4:51pm<br /><br />Although I have not yet had time to implement it I do plan on creating an API so that you can interface with an existing members login system.<br><br>Version 8 already has modularised the code for the login, database connection, session handing, tracking system, etc. in preparation for this.<br><br>The full version 8 to be released in the next few weeks will have support for Windows Authentication / Active Directory (as it was very simple to write), but a login API to integrate into an existing member group will take longer to write so will have to wait for version 8.1.<br>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 16:51:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103864.html#103864</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : Scott:Are you suggesting using...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103860.html#103860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 4:39pm<br /><br />Scott:<br><br>Are you suggesting using tblAuthor to run my application? Not happening. Major recoding would be required.<br><br>Are you suggesting that they log in based on the WWF forum and then the rest of the site? Not happening.<br><br>Here is the flow:<br>user logs on to site, then clicks through to forum after doing other things.<br><br>Simple? I don't see it. ???<br>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 16:39:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103860.html#103860</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : I had to do something similar...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103802.html#103802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 11&nbsp;April&nbsp;2006 at 1:17am<br /><br />I had to do something similar when I integrated WWF with DUDirectoryPro.&nbsp; I made DUDirectoryPro use WWF as the userbase and stripped out DUDirectory's login code.&nbsp; DUDirectoryPro uses session variables to determine if someone is logged in or not.&nbsp; So what I did was set the DUDirectoryPro session variable when WWF logs in a user, and sets the user as logged out in DUDirectoryPro when WWF logs out a user.<br><br>So all you need to do is set the cookie or session variable your site keys off of when WWF logs in and out users.&nbsp; Very simple actually.<br>]]>
   </description>
   <pubDate>Tue, 11 Apr 2006 01:17:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103802.html#103802</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : Ok, I&amp;#039;m trying to hook in.in...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103792.html#103792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23460">djlurchg</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 10&nbsp;April&nbsp;2006 at 10:21pm<br /><br />Ok, I'm trying to hook in.<br><br>in tblAuthor just what is User_code?<br><br>PS: I manually updated the Username (in Access)...did I mess up the db because it is tied to User_code?<br><br><br>]]>
   </description>
   <pubDate>Mon, 10 Apr 2006 22:21:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103792.html#103792</guid>
  </item> 
  <item>
   <title><![CDATA[How are we supposed to hook into WWF? : You shouldn&amp;#039;t be, your old...]]></title>
   <link>https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103766.html#103766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19224<br /><strong>Posted:</strong> 10&nbsp;April&nbsp;2006 at 5:06pm<br /><br />You shouldn't be, your old system would have had been a modification to the software.<br><br>The new system is just much more secure.<br><br>The simplest solution would be create a cookie the same as the auto-login cookie for web wiz forums.<br>]]>
   </description>
   <pubDate>Mon, 10 Apr 2006 17:06:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/how-are-we-supposed-to-hook-into-wwf_topic19224_post103766.html#103766</guid>
  </item> 
 </channel>
</rss>