Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 207e45e785cb8f6362fd9cc8fe5acbc8 > files > 21

twig-2.8.3-5mdv2010.0.noarch.rpm

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>TWIG Administrators Manual - 4.2 dbconfig.inc.php3</title>
<meta name="Microsoft Border" content="tb, default">
</head>

<body><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

<table border="0" width="100%">
  <tr>
    <td width="50%" valign="bottom">
      <h1>TWIG Administrators Manual</h1>
    </td>
    <td width="50%" valign="bottom"><img border="0" src="../images/twig.gif" align="right" width="153" height="75"></td>
  </tr>
  <tr>
    <td width="50%" valign="bottom">
    </td>
    <td width="50%" valign="bottom"></td>
  </tr>
  <tr>
    <td width="50%" valign="bottom">
      Return to <a href="../index.html">Table of Contents</a>
    </td>
    <td width="50%" valign="bottom"></td>
  </tr>
</table>
<hr>

</td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<h2>4.2 Configuration - dbconfig.inc.php3</h2>
<p>This file contains all of the&nbsp; configuration items for TWIG's database
support.<br>
<br>
Here is a list of the settings:
</p>
<table border="0" width="100%">
  <tr>
    <td width="50%" colspan="2">
      <h3>    SQL Server Configuration:</h3>
    </td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqlserver&quot;]</td>
    <td width="73%">		    SQL server hostname.</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqlport&quot;]</td>
    <td width="73%">		    SQL server port.</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqlusername&quot;]</td>
    <td width="73%">	    username to log in to SQL server as.</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqlpassword&quot;]</td>
    <td width="73%">	    password to use to log in to SQL server.</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;defaultdb&quot;]</td>
    <td width="73%">Default database to connect to.</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqltype&quot;]</td>
    <td width="73%">MySQL/pgsql/dbasesql.</td>
  </tr>
  <tr>
    <td width="26%"></td>
    <td width="73%"></td>
  </tr>
  <tr>
    <td width="50%" colspan="2">
      <h3>    Database Table Name Configuration:</h3>
    </td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;groups_table&quot;]</td>
    <td width="73%">	    SQL table name for group info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;members_table&quot;]</td>
    <td width="73%">	    SQL table name for group member info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;prefs_table&quot;]&nbsp;</td>
    <td width="73%">	    SQL table name for mail preferences</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;schedule_table&quot;]</td>
    <td width="73%">	    SQL table name for schedule info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;todo_table&quot;]</td>
    <td width="73%">		    SQL table name for todo list</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;bookmarks_table&quot;]</td>
    <td width="73%">	    SQL table name for bookmarks</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;contact_table&quot;]</td>
    <td width="73%"> 	    SQL table name for contacts list</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;folders_table&quot;]</td>
    <td width="73%"> 	    SQL table name for news group list</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;news_prefs_table&quot;]&nbsp;</td>
    <td width="73%"> 	    SQL table name for news preferences</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;accounts_table&quot;]&nbsp;</td>
    <td width="73%">	    SQL table name for user accounts</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;acl_table&quot;]</td>
    <td width="73%">		    SQL table name for ACL lists</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;aclgroups_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for ACL Groups lists</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;main_prefs_table&quot;]&nbsp;</td>
    <td width="73%">	    SQL table name for main prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;global_prefs_table&quot;]</td>
    <td width="73%">	    SQL table name for main prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;todo_prefs_table&quot;]</td>
    <td width="73%"> 	    SQL table name for contact prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;contacts_prefs_table&quot;]</td>
    <td width="73%">   SQL table name for contact prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;schedule_prefs_table&quot;]</td>
    <td width="73%">   SQL table name for contact prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;bookmarks_prefs_table&quot;]</td>
    <td width="73%">  SQL table name for bookmarks prefs</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;context_table&quot;]</td>
    <td width="73%">	    SQL table name for context info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;session_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for session info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;sqlloginhandle_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for storing login information for sqltable login handler</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;meetings_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for meetings info</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;meetings_prefs_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for meetings preferences</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;meetings_reg_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for meetings registrations</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;meetings_inv_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for meetings invitations</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;notes_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for notes</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;notes_prefs_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for notes preferences</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;scloginhandler_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for storing login information for securecookie.sqltable login handler</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;announce_table&quot;]</td>
    <td width="73%">&nbsp;SQL table name for announcements</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;todo_lists_entries_table&quot;] </td>
    <td width="73%">SQL table name for todo lists</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;contacts_lists_entries_table&quot;]</td>
    <td width="73%">SQL table name for contacts lists</td>
  </tr>
  <tr>
    <td width="26%">$dbconfig[&quot;schedule_recurring_table&quot;]</td>
    <td width="73%">SQL table name for recurring events in schedule</td>
  </tr>
</table>

&nbsp;<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

<hr>
<table border="0" width="911">
  <tr>
    <td width="418">
      Return to <a href="../index.html">Table of Contents</a>
    </td>
    <td width="477" align="right">Return to <a href="#TOP">Top</a></td>
  </tr>
</table>

</td></tr><!--msnavigation--></table></body>

</html>