<?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 : Multiple Sites - &#079;ne Member DBase</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 : Multiple Sites - &#079;ne Member DBase]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 13:09:59 +0000</pubDate>
  <lastBuildDate>Fri, 16 Jan 2004 18:01:02 +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=8379</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[Multiple Sites - &#079;ne Member DBase : I did the same thing migrating...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47414.html#47414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14878">ivnj</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 16&nbsp;January&nbsp;2004 at 6:01pm<br /><br /><P>I did the same thing migrating from Snitz.&nbsp; I baught a copy of MS Access 2003 Upgrade.&nbsp; And then&nbsp;I imported</P><P>Forum_Members, Forum_Reply, Forum_Topics</P><P>from my Snitz Database into my WWF database.&nbsp; I reregistered all ny users with the same info and 12345 password at my WWF site.&nbsp; I had&nbsp;13 posts&nbsp;and 52 replys.&nbsp; So I made 13 posts and 523 replys.&nbsp; Not all cuz it would take to long to retype.&nbsp; Just aaaa subject and bbbb message.</P><P>Cuz the database table are all related.&nbsp; It is easier to copy stuff in with the appropriate # of fields rather than make new ones.</P><P>Then in Access under tbl_Author added E-Mail address and what ever else except passwords cuz they are encrypted.&nbsp; I looked at the Author_ID in there copyed it to a notepad file.&nbsp; The ID and corresponding name.&nbsp; </P><P>In tbl_Topic I copied the Topic_ID Forum_ID and Subject to a note pad file.</P><P>Or Paint works to.&nbsp; Print Screen and paste in Paint.</P><P>I wrote down the Forum_ID from the Snitz site with 13 topics and the corresponding subjects somewhere.&nbsp; </P><P>I filled the Subject colum&nbsp;in the tbl_topic with the new ones from Forum_Topics in T_Subject&nbsp;colum which I had imported from the Snitz database.&nbsp; </P><P>I also copied the T_Message colum to the right of T_Subject colum as&nbsp;they'll now be considered replys.&nbsp; </P><P>Then I opened tbl_Thread and in the Message colum I pasted the stuff I just copied from T_Message in the Forum_Topics into the Message colum.</P><P>Then I opened Forum_Reply which I imported from the Snitz Database.&nbsp; And I copied the whole R_Message coloum and pasted it right under the ones I just added in tbl_Thread in the Message colum.</P><P>Save the whole database.&nbsp; Make a backup if U have to now.&nbsp; </P><P>Then in tbl_Thread just match the Topic_ID and Author_ID with the Notepad files U saved.</P><P>&nbsp;</P><P>Seems like a lot but I did it in 1 day.&nbsp; And I'm no expert.</P><P></P><span style="font-size:10px"><br /><br />Edited by ivnj</span>]]>
   </description>
   <pubDate>Fri, 16 Jan 2004 18:01:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47414.html#47414</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : what are the potential issues...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47387.html#47387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14835">boomer</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 16&nbsp;January&nbsp;2004 at 2:48pm<br /><br /><P>what are the potential issues with running two or more forums from one database where I would use a different table prefix for each forum, but hardcode the single user table into the asp for the fourms so that they could all share a user table?</P><P>also, is there a way I could just tell the forums to go to database(forumname) for the forum data, and then tell them all go to the same database for the user table instead? i.e., could I hardcode the path to the db with the user table I want to use into the asp somewhere?</P><span style="font-size:10px"><br /><br />Edited by boomer</span>]]>
   </description>
   <pubDate>Fri, 16 Jan 2004 14:48:36 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47387.html#47387</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : I am doing this, and it works...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47073.html#47073</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 15&nbsp;January&nbsp;2004 at 7:17am<br /><br /><P>I am doing this, and it works well.&nbsp; You need to do some modding to get this to work though.</P><P><strong><FONT color=#ff0000>This mod is NOT for non-programmers.</FONT></strong>&nbsp; Since each project is unique, I can't just give you code.&nbsp; But here is the steps you need to take.&nbsp; If you don't know what I am talking about, then this mod is not for you.&nbsp; </P><P>Note: This is not the only way to do it, but this method does work.</P><P>You do the following:</P><OL><LI>Install and set-up WWF like normal. <LI>Set-up your DNS so that multiple domains point to the same copy of WWF. <LI>At the end of common.asp, use server variables to detect what domain name is being used and set a variable you will key on later. <LI>If you want to change certain variables based on the domain name, do so here using if then statements.&nbsp; The variables you set wll override the variables in the database if you do this at the end of common.asp.&nbsp; This is useful if you want one domain to have one forum name, and another domain name to have a different forum name, for example. <LI>If you want certain forums to display on certain domain names, you will need to create a field in the database that specifies this.&nbsp; How you stucture it will depend on what you are trying to accomplish.&nbsp; Alternately, you could hard code it in the default.asp page instead of using a database field. <LI>Change default.asp so that it displays the correct forums for the correct domains by using if then statements based on the domain (using the variable you set&nbsp;at the end of&nbsp;common.asp) and the field you put in the database.&nbsp; If you don't use a field in the database, then you will need to hard code your preferences. <LI>All the other pages should work fine without modifications if you used my method of overriding the database variables in step 4.</LI></OL><P>I hope that helps and good luck.</P><span style="font-size:10px"><br /><br />Edited by wistex</span>]]>
   </description>
   <pubDate>Thu, 15 Jan 2004 07:17:37 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post47073.html#47073</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : Good point. Not sure what syntax...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46976.html#46976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14835">boomer</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 4:56pm<br /><br /><P>Good point. Not sure what syntax would be involved in changing the table prefix. If my DBname is default, ie wwF.mdb and all table names&nbsp;are unchanged, how do I get forum2 to use forum1's user table?</P><P>Thanks so much for your help...</P><span style="font-size:10px"><br /><br />Edited by boomer</span>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 16:56:10 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46976.html#46976</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : If they all use the same table...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46957.html#46957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14441">KerryG</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 4:30pm<br /><br /><P>If they all use the same table prefix they will all have the same forums and message database as well. Each site should have its own prefix for messages and a common one for the users if that is what you are trying to accomplish.</P>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 16:30:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46957.html#46957</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : One of the forums is live, the...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46955.html#46955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14835">boomer</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 4:22pm<br /><br /><P>One of the forums is live, the others are in development. As an easier way to get past this problem, could I just configure the other (new) forums to use the existing Access database for everything by setting the path to my existing Access db in the common.asp file?</P>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 16:22:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46955.html#46955</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : Basically, as mentioned above,...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46948.html#46948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14441">KerryG</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 4:03pm<br /><br /><P>Basically, as mentioned above, there is a variable for table prefix in the common.asp file. The problem is it will append that prefix to the users table as well. So in the code, you can do one of the following:</P><P>1. remove the table prefix variable from every reference to the users table </P><P>2. Hard code a new prefix for every reference to the users table</P><P>3. Create a new variable to store a prefix to the users table and then modify every reference&nbsp;of the original table prefix to the users table to use the new variable.</P><P>I would REALLY like to see the code base changed to use option 3.</P>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 16:03:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46948.html#46948</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : I have a similar issue but don&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46947.html#46947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14835">boomer</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 14&nbsp;January&nbsp;2004 at 3:58pm<br /><br /><P>I have a similar issue but don't know if the solution above applies. Basically, I have several sites each using WWF and would like them all to use one member table so that registered users of any of the sites will be able to log in to all of the sites. Can someone describe what code changes I would need to make to have this happen?</P><P>BTW, I am using the Access version of WWF...</P>]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 15:58:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post46947.html#46947</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : Great, thanks. I just wanted to...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post43505.html#43505</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14441">KerryG</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 29&nbsp;December&nbsp;2003 at 12:39pm<br /><br /><P>Great, thanks. I just wanted to verify that it was only the authors table.&nbsp; Too bad I can't convert from Snitz well, but I looked at phpBB too and there is no converter that works with the latest versions of either package eaither. </P><P>Now I just need to make a final decision between WWF and phpBB. Any feedback would be appreciated.</P>]]>
   </description>
   <pubDate>Mon, 29 Dec 2003 12:39:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post43505.html#43505</guid>
  </item> 
  <item>
   <title><![CDATA[Multiple Sites - &#079;ne Member DBase : If you are running from one SQL...]]></title>
   <link>https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post43503.html#43503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 8379<br /><strong>Posted:</strong> 29&nbsp;December&nbsp;2003 at 12:31pm<br /><br />If you are running from one SQL server database, there is already a table pre-fix varaiable in the common.asp file.<br><br>The way to get them all then to use the same author table is to do asyou suggest and do a global search and replace on each of the forumsyou instal to use the same Author table.<br>]]>
   </description>
   <pubDate>Mon, 29 Dec 2003 12:31:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/multiple-sites-one-member-dbase_topic8379_post43503.html#43503</guid>
  </item> 
 </channel>
</rss>