[Pureuseradmin-cvs] PureUserAdmin/docs classtrees_PureUserAdmin.html,NONE,1.1 ric_INSTALL.html,NONE,
Status: Abandoned
Brought to you by:
mvanbaak
|
From: Michiel v. B. <mva...@us...> - 2004-10-03 19:54:37
|
Update of /cvsroot/pureuseradmin/PureUserAdmin/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15048/docs Modified Files: index.html li_default.html elementindex_default.html classtrees_default.html errors.html elementindex.html ric_CHANGELOG.html ric_README.html Added Files: classtrees_PureUserAdmin.html ric_INSTALL.html li_PureUserAdmin.html elementindex_PureUserAdmin.html Log Message: new docs Index: elementindex_default.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/elementindex_default.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** elementindex_default.html 3 Oct 2004 16:11:06 -0000 1.2 --- elementindex_default.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> *************** *** 210,234 **** <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodsave_user">pureuseradmin::save_user()</a><br> Save a user in the database.</dd> <dt><b>sql_affected_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_affected_rows">sql_affected_rows()</a></dd> <dt><b>sql_data_seek</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_data_seek">sql_data_seek()</a></dd> <dt><b>sql_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_error">sql_error()</a></dd> <dt><b>sql_fetch_array</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_array">sql_fetch_array()</a></dd> <dt><b>sql_fetch_assoc</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_assoc">sql_fetch_assoc()</a></dd> <dt><b>sql_fetch_row</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_row">sql_fetch_row()</a></dd> <dt><b>sql_insert_id</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_insert_id">sql_insert_id()</a></dd> <dt><b>sql_num_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_num_rows">sql_num_rows()</a></dd> <dt><b>sql_query</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_query">sql_query()</a></dd> <dt><b>sql_result</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_result">sql_result()</a></dd> <dt><b>sql_trigger_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_trigger_error">sql_trigger_error()</a></dd> </dl> </div> --- 211,235 ---- <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodsave_user">pureuseradmin::save_user()</a><br> Save a user in the database.</dd> <dt><b>sql_affected_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_affected_rows">sql_affected_rows()</a><br> Get number of affected rows in previous MySQL operation.</dd> <dt><b>sql_data_seek</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_data_seek">sql_data_seek()</a><br> Move internal result pointer.</dd> <dt><b>sql_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_error">sql_error()</a><br> Obsolete error handler. It's still here for backward compatability</dd> <dt><b>sql_fetch_array</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_array">sql_fetch_array()</a><br> Fetch a result row as an associative array, a numeric array, or both.</dd> <dt><b>sql_fetch_assoc</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_assoc">sql_fetch_assoc()</a><br> Fetch a result row as an associative array.</dd> <dt><b>sql_fetch_row</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_row">sql_fetch_row()</a><br> Get a result row as an enumerated array.</dd> <dt><b>sql_insert_id</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_insert_id">sql_insert_id()</a><br> Get the ID generated from the previous INSERT operation.</dd> <dt><b>sql_num_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_num_rows">sql_num_rows()</a><br> Get number of rows in result.</dd> <dt><b>sql_query</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_query">sql_query()</a><br> Send query to database server.</dd> <dt><b>sql_result</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_result">sql_result()</a><br> Get result data.</dd> <dt><b>sql_trigger_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_trigger_error">sql_trigger_error()</a><br> Error handler.</dd> </dl> </div> *************** *** 256,260 **** <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 257,261 ---- <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:49:34 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> Index: index.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.html 3 Oct 2004 16:11:06 -0000 1.2 --- index.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 8,18 **** <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">default</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_default.html" class="menu">class tree: default</a> ] ! [ <a href="elementindex_default.html" class="menu">index: default</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> --- 8,18 ---- <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] ! [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> *************** *** 27,43 **** <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> </div> <b>Packages:</b><br /> ! <a href="li_default.html">default</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> ! <a href="default/_functions_mysql_php.html"> functions_mysql.php </a><br> ! <a href="default/_functions_postgres_php.html"> functions_postgres.php </a><br> ! <a href="default/_index_php.html"> index.php </a><br> ! <a href="default/_pureuserclass_php.html"> pureuserclass.php </a><br> </div><br /> --- 27,44 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> ! <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> ! <a href="PureUserAdmin/_functions_mysql_php.html"> functions_mysql.php </a><br> ! <a href="PureUserAdmin/_functions_postgres_php.html"> functions_postgres.php </a><br> ! <a href="PureUserAdmin/_index_php.html"> index.php </a><br> ! <a href="PureUserAdmin/_pureuserclass_php.html"> pureuserclass.php </a><br> </div><br /> *************** *** 45,49 **** <b>Classes:</b><br /> <div class="package"> ! <a href="default/pureuseradmin.html">pureuseradmin</a><br /> </div> </td> --- 46,50 ---- <b>Classes:</b><br /> <div class="package"> ! <a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a><br /> </div> </td> *************** *** 52,61 **** <div align="center"><h1>PureUserAdmin</h1></div> ! <b>Welcome to default!</b><br /> <br /> This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.3.0RC3</a><br /> <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 53,62 ---- <div align="center"><h1>PureUserAdmin</h1></div> ! <b>Welcome to PureUserAdmin!</b><br /> <br /> This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.3.0RC3</a><br /> <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:52:29 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- NEW FILE: elementindex_PureUserAdmin.html --- <html> <head> <title>Package PureUserAdmin Element Index</title> <link rel="stylesheet" type="text/css" href="media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="ric"> <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> <a href="PureUserAdmin/_functions_mysql_php.html"> functions_mysql.php </a><br> <a href="PureUserAdmin/_functions_postgres_php.html"> functions_postgres.php </a><br> <a href="PureUserAdmin/_index_php.html"> index.php </a><br> <a href="PureUserAdmin/_pureuserclass_php.html"> pureuserclass.php </a><br> </div><br /> <b>Classes:</b><br /> <div class="package"> <a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a><br /> </div> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <a name="top"></a> <h1>Element index for package PureUserAdmin</h1> [ <a href="elementindex_PureUserAdmin.html#c">c</a> ] [ <a href="elementindex_PureUserAdmin.html#d">d</a> ] [ <a href="elementindex_PureUserAdmin.html#e">e</a> ] [ <a href="elementindex_PureUserAdmin.html#f">f</a> ] [ <a href="elementindex_PureUserAdmin.html#g">g</a> ] [ <a href="elementindex_PureUserAdmin.html#h">h</a> ] [ <a href="elementindex_PureUserAdmin.html#i">i</a> ] [ <a href="elementindex_PureUserAdmin.html#l">l</a> ] [ <a href="elementindex_PureUserAdmin.html#m">m</a> ] [ <a href="elementindex_PureUserAdmin.html#p">p</a> ] [ <a href="elementindex_PureUserAdmin.html#s">s</a> ] [ <a href="elementindex_PureUserAdmin.html#u">u</a> ] [ <a href="elementindex_PureUserAdmin.html#w">w</a> ] [ <a href="elementindex_PureUserAdmin.html#_">_</a> ] <hr /> <a name="_"></a> <div> <h2>_</h2> <dl> <dt><b>__construct</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#method__construct">pureuseradmin::__construct()</a><br> Class constructor</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="c"></a> <div> <h2>c</h2> <dl> <dt><b>changeSetting</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodchangeSetting">pureuseradmin::changeSetting()</a><br> Overwrite a predefined setting,</dd> <dt><b>check_access</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodcheck_access">pureuseradmin::check_access()</a><br> Check what type of access the user has.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="d"></a> <div> <h2>d</h2> <dl> <dt><b>db_init</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methoddb_init">pureuseradmin::db_init()</a><br> Database connection</dd> <dt><b>delete_user</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methoddelete_user">pureuseradmin::delete_user()</a><br> Delete a user from the database.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="e"></a> <div> <h2>e</h2> <dl> <dt><b>DEBUG</b></dt> <dd>in file pureuserclass.php, class constant <a href="PureUserAdmin/pureuseradmin.html#constDEBUG">pureuseradmin::DEBUG</a></dd> <dt><b>edit_user</b></dt> <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionedit_user">edit_user()</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="f"></a> <div> <h2>f</h2> <dl> <dt><b>functions_mysql.php</b></dt> <dd>procedural page <a href="PureUserAdmin/_functions_mysql_php.html">functions_mysql.php</a></dd> <dt><b>functions_postgres.php</b></dt> <dd>procedural page <a href="PureUserAdmin/_functions_postgres_php.html">functions_postgres.php</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="g"></a> <div> <h2>g</h2> <dl> <dt><b>$gids</b></dt> <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$gids">pureuseradmin::$gids</a><br> This variable is filled in the constructor.</dd> <dt><b>gen_list</b></dt> <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functiongen_list">gen_list()</a></dd> <dt><b>get_all_users</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodget_all_users">pureuseradmin::get_all_users()</a><br> Get all users from the database, in alphabetic order.</dd> <dt><b>get_user</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodget_user">pureuseradmin::get_user()</a><br> Get a user from the database.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="h"></a> <div> <h2>h</h2> <dl> <dt><b>html_footer</b></dt> <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionhtml_footer">html_footer()</a></dd> <dt><b>html_header</b></dt> <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionhtml_header">html_header()</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="i"></a> <div> <h2>i</h2> <dl> <dt><b>index.php</b></dt> <dd>procedural page <a href="PureUserAdmin/_index_php.html">index.php</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="l"></a> <div> <h2>l</h2> <dl> <dt><b>load_gids</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_gids">pureuseradmin::load_gids()</a><br> Load all the gids and groupnames on the system.</dd> <dt><b>load_sql</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_sql">pureuseradmin::load_sql()</a><br> PHP database support</dd> <dt><b>load_uids</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_uids">pureuseradmin::load_uids()</a><br> Load all the uids and usernames on the system.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="m"></a> <div> <h2>m</h2> <dl> <dt><b>mkpass</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodmkpass">pureuseradmin::mkpass()</a><br> Generate a password statement for the database query.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="p"></a> <div> <h2>p</h2> <dl> <dt><b>pureuseradmin</b></dt> <dd>in file pureuserclass.php, class <a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a><br> Manage virtual users for PureFTPd.</dd> <dt><b>pureuserclass.php</b></dt> <dd>procedural page <a href="PureUserAdmin/_pureuserclass_php.html">pureuserclass.php</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="s"></a> <div> <h2>s</h2> <dl> <dt><b>$settings</b></dt> <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$settings">pureuseradmin::$settings</a><br> This variable is filled in the constructor. It can be changed with a public function.</dd> <dt><b>save_user</b></dt> <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodsave_user">pureuseradmin::save_user()</a><br> Save a user in the database.</dd> <dt><b>sql_affected_rows</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_affected_rows">sql_affected_rows()</a><br> Get number of affected rows in previous MySQL operation.</dd> <dt><b>sql_data_seek</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_data_seek">sql_data_seek()</a><br> Move internal result pointer.</dd> <dt><b>sql_error</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_error">sql_error()</a><br> Obsolete error handler. It's still here for backward compatability</dd> <dt><b>sql_fetch_array</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_array">sql_fetch_array()</a><br> Fetch a result row as an associative array, a numeric array, or both.</dd> <dt><b>sql_fetch_assoc</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_assoc">sql_fetch_assoc()</a><br> Fetch a result row as an associative array.</dd> <dt><b>sql_fetch_row</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_row">sql_fetch_row()</a><br> Get a result row as an enumerated array.</dd> <dt><b>sql_insert_id</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_insert_id">sql_insert_id()</a><br> Get the ID generated from the previous INSERT operation.</dd> <dt><b>sql_num_rows</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_num_rows">sql_num_rows()</a><br> Get number of rows in result.</dd> <dt><b>sql_query</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_query">sql_query()</a><br> Send query to database server.</dd> <dt><b>sql_result</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_result">sql_result()</a><br> Get result data.</dd> <dt><b>sql_trigger_error</b></dt> <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_trigger_error">sql_trigger_error()</a><br> Error handler.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="u"></a> <div> <h2>u</h2> <dl> <dt><b>$uids</b></dt> <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$uids">pureuseradmin::$uids</a><br> This variable is filled in the constructor.</dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <hr /> <a name="w"></a> <div> <h2>w</h2> <dl> <dt><b>welcome</b></dt> <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionwelcome">welcome()</a></dd> </dl> </div> <a href="elementindex_PureUserAdmin.html#top">top</a><br> <div class="credit"> <hr /> Documentation generated on Sun, 3 Oct 2004 21:52:29 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html> Index: classtrees_default.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/classtrees_default.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** classtrees_default.html 3 Oct 2004 16:11:06 -0000 1.2 --- classtrees_default.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> *************** *** 43,47 **** <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 44,48 ---- <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:49:35 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- NEW FILE: ric_INSTALL.html --- <html> <head> <title>INSTALL</title> <link rel="stylesheet" type="text/css" href="media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="ric"> <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <h1 align="center">INSTALL</h1> <pre> 1. Requirements. ------------------------------------------------------------------------------- PureUserAdmin requires : * A http server * PHP5, with mysql.so/psql.so module (or build in support). * MySQL/PostgreSQL daemon. * PureFTPd with mysql/postgresql auth config * A webbrowser Supported browsers are: * Mozilla * Netscape 6.x+ * IE 5.x (and higher) * Opera 6.0+ * Lynx 2. Installation. ------------------------------------------------------------------------------- Just unpack it somewhere in your www root. Edit index.php to reflect your system. %%DATE </pre> <div class="credit"> <hr /> Documentation generated on Sun, 3 Oct 2004 21:52:30 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html> Index: elementindex.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/elementindex.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** elementindex.html 3 Oct 2004 16:11:06 -0000 1.2 --- elementindex.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 8,18 **** <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">default</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_default.html" class="menu">class tree: default</a> ] ! [ <a href="elementindex_default.html" class="menu">index: default</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> --- 8,18 ---- <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] ! [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> *************** *** 27,33 **** <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> </div> <b>Packages:</b><br /> ! <a href="li_default.html">default</a><br /> <br /><br /> </td> --- 27,34 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> ! <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> </td> *************** *** 57,63 **** <dl> <dt><b>changeSetting</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodchangeSetting">pureuseradmin::changeSetting()</a><br> Overwrite a predefined setting,</dd> <dt><b>check_access</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodcheck_access">pureuseradmin::check_access()</a><br> Check what type of access the user has.</dd> </dl> </div> --- 58,64 ---- <dl> <dt><b>changeSetting</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodchangeSetting">pureuseradmin::changeSetting()</a><br> Overwrite a predefined setting,</dd> <dt><b>check_access</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodcheck_access">pureuseradmin::check_access()</a><br> Check what type of access the user has.</dd> </dl> </div> *************** *** 69,75 **** <dl> <dt><b>db_init</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methoddb_init">pureuseradmin::db_init()</a><br> Database connection</dd> <dt><b>delete_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methoddelete_user">pureuseradmin::delete_user()</a><br> Delete a user from the database.</dd> </dl> </div> --- 70,76 ---- <dl> <dt><b>db_init</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methoddb_init">pureuseradmin::db_init()</a><br> Database connection</dd> <dt><b>delete_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methoddelete_user">pureuseradmin::delete_user()</a><br> Delete a user from the database.</dd> </dl> </div> *************** *** 81,87 **** <dl> <dt><b>DEBUG</b></dt> ! <dd>in file pureuserclass.php, class constant <a href="default/pureuseradmin.html#constDEBUG">pureuseradmin::DEBUG</a></dd> <dt><b>edit_user</b></dt> ! <dd>in file index.php, function <a href="default/_index_php.html#functionedit_user">edit_user()</a></dd> </dl> </div> --- 82,88 ---- <dl> <dt><b>DEBUG</b></dt> ! <dd>in file pureuserclass.php, class constant <a href="PureUserAdmin/pureuseradmin.html#constDEBUG">pureuseradmin::DEBUG</a></dd> <dt><b>edit_user</b></dt> ! <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionedit_user">edit_user()</a></dd> </dl> </div> *************** *** 93,99 **** <dl> <dt><b>functions_mysql.php</b></dt> ! <dd>procedural page <a href="default/_functions_mysql_php.html">functions_mysql.php</a></dd> <dt><b>functions_postgres.php</b></dt> ! <dd>procedural page <a href="default/_functions_postgres_php.html">functions_postgres.php</a></dd> </dl> </div> --- 94,100 ---- <dl> <dt><b>functions_mysql.php</b></dt> ! <dd>procedural page <a href="PureUserAdmin/_functions_mysql_php.html">functions_mysql.php</a></dd> <dt><b>functions_postgres.php</b></dt> ! <dd>procedural page <a href="PureUserAdmin/_functions_postgres_php.html">functions_postgres.php</a></dd> </dl> </div> *************** *** 105,115 **** <dl> <dt><b>$gids</b></dt> ! <dd>in file pureuserclass.php, variable <a href="default/pureuseradmin.html#var$gids">pureuseradmin::$gids</a><br> This variable is filled in the constructor.</dd> <dt><b>gen_list</b></dt> ! <dd>in file index.php, function <a href="default/_index_php.html#functiongen_list">gen_list()</a></dd> <dt><b>get_all_users</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodget_all_users">pureuseradmin::get_all_users()</a><br> Get all users from the database, in alphabetic order.</dd> <dt><b>get_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodget_user">pureuseradmin::get_user()</a><br> Get a user from the database.</dd> </dl> </div> --- 106,116 ---- <dl> <dt><b>$gids</b></dt> ! <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$gids">pureuseradmin::$gids</a><br> This variable is filled in the constructor.</dd> <dt><b>gen_list</b></dt> ! <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functiongen_list">gen_list()</a></dd> <dt><b>get_all_users</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodget_all_users">pureuseradmin::get_all_users()</a><br> Get all users from the database, in alphabetic order.</dd> <dt><b>get_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodget_user">pureuseradmin::get_user()</a><br> Get a user from the database.</dd> </dl> </div> *************** *** 121,127 **** <dl> <dt><b>html_footer</b></dt> ! <dd>in file index.php, function <a href="default/_index_php.html#functionhtml_footer">html_footer()</a></dd> <dt><b>html_header</b></dt> ! <dd>in file index.php, function <a href="default/_index_php.html#functionhtml_header">html_header()</a></dd> </dl> </div> --- 122,128 ---- <dl> <dt><b>html_footer</b></dt> ! <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionhtml_footer">html_footer()</a></dd> <dt><b>html_header</b></dt> ! <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionhtml_header">html_header()</a></dd> </dl> </div> *************** *** 133,137 **** <dl> <dt><b>index.php</b></dt> ! <dd>procedural page <a href="default/_index_php.html">index.php</a></dd> </dl> </div> --- 134,138 ---- <dl> <dt><b>index.php</b></dt> ! <dd>procedural page <a href="PureUserAdmin/_index_php.html">index.php</a></dd> </dl> </div> *************** *** 143,151 **** <dl> <dt><b>load_gids</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodload_gids">pureuseradmin::load_gids()</a><br> Load all the gids and groupnames on the system.</dd> <dt><b>load_sql</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodload_sql">pureuseradmin::load_sql()</a><br> PHP database support</dd> <dt><b>load_uids</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodload_uids">pureuseradmin::load_uids()</a><br> Load all the uids and usernames on the system.</dd> </dl> </div> --- 144,152 ---- <dl> <dt><b>load_gids</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_gids">pureuseradmin::load_gids()</a><br> Load all the gids and groupnames on the system.</dd> <dt><b>load_sql</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_sql">pureuseradmin::load_sql()</a><br> PHP database support</dd> <dt><b>load_uids</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodload_uids">pureuseradmin::load_uids()</a><br> Load all the uids and usernames on the system.</dd> </dl> </div> *************** *** 157,161 **** <dl> <dt><b>mkpass</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodmkpass">pureuseradmin::mkpass()</a><br> Generate a password statement for the database query.</dd> </dl> </div> --- 158,162 ---- <dl> <dt><b>mkpass</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodmkpass">pureuseradmin::mkpass()</a><br> Generate a password statement for the database query.</dd> </dl> </div> *************** *** 167,173 **** <dl> <dt><b>pureuseradmin</b></dt> ! <dd>in file pureuserclass.php, class <a href="default/pureuseradmin.html">pureuseradmin</a><br> Manage virtual users for PureFTPd.</dd> <dt><b>pureuserclass.php</b></dt> ! <dd>procedural page <a href="default/_pureuserclass_php.html">pureuserclass.php</a></dd> </dl> </div> --- 168,174 ---- <dl> <dt><b>pureuseradmin</b></dt> ! <dd>in file pureuserclass.php, class <a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a><br> Manage virtual users for PureFTPd.</dd> <dt><b>pureuserclass.php</b></dt> ! <dd>procedural page <a href="PureUserAdmin/_pureuserclass_php.html">pureuserclass.php</a></dd> </dl> </div> *************** *** 179,207 **** <dl> <dt><b>$settings</b></dt> ! <dd>in file pureuserclass.php, variable <a href="default/pureuseradmin.html#var$settings">pureuseradmin::$settings</a><br> This variable is filled in the constructor. It can be changed with a public function.</dd> <dt><b>save_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#methodsave_user">pureuseradmin::save_user()</a><br> Save a user in the database.</dd> <dt><b>sql_affected_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_affected_rows">sql_affected_rows()</a></dd> <dt><b>sql_data_seek</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_data_seek">sql_data_seek()</a></dd> <dt><b>sql_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_error">sql_error()</a></dd> <dt><b>sql_fetch_array</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_array">sql_fetch_array()</a></dd> <dt><b>sql_fetch_assoc</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_assoc">sql_fetch_assoc()</a></dd> <dt><b>sql_fetch_row</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_fetch_row">sql_fetch_row()</a></dd> <dt><b>sql_insert_id</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_insert_id">sql_insert_id()</a></dd> <dt><b>sql_num_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_num_rows">sql_num_rows()</a></dd> <dt><b>sql_query</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_query">sql_query()</a></dd> <dt><b>sql_result</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_result">sql_result()</a></dd> <dt><b>sql_trigger_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="default/_functions_mysql_php.html#functionsql_trigger_error">sql_trigger_error()</a></dd> </dl> </div> --- 180,208 ---- <dl> <dt><b>$settings</b></dt> ! <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$settings">pureuseradmin::$settings</a><br> This variable is filled in the constructor. It can be changed with a public function.</dd> <dt><b>save_user</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#methodsave_user">pureuseradmin::save_user()</a><br> Save a user in the database.</dd> <dt><b>sql_affected_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_affected_rows">sql_affected_rows()</a><br> Get number of affected rows in previous MySQL operation.</dd> <dt><b>sql_data_seek</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_data_seek">sql_data_seek()</a><br> Move internal result pointer.</dd> <dt><b>sql_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_error">sql_error()</a><br> Obsolete error handler. It's still here for backward compatability</dd> <dt><b>sql_fetch_array</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_array">sql_fetch_array()</a><br> Fetch a result row as an associative array, a numeric array, or both.</dd> <dt><b>sql_fetch_assoc</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_assoc">sql_fetch_assoc()</a><br> Fetch a result row as an associative array.</dd> <dt><b>sql_fetch_row</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_fetch_row">sql_fetch_row()</a><br> Get a result row as an enumerated array.</dd> <dt><b>sql_insert_id</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_insert_id">sql_insert_id()</a><br> Get the ID generated from the previous INSERT operation.</dd> <dt><b>sql_num_rows</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_num_rows">sql_num_rows()</a><br> Get number of rows in result.</dd> <dt><b>sql_query</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_query">sql_query()</a><br> Send query to database server.</dd> <dt><b>sql_result</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_result">sql_result()</a><br> Get result data.</dd> <dt><b>sql_trigger_error</b></dt> ! <dd>in file functions_mysql.php, function <a href="PureUserAdmin/_functions_mysql_php.html#functionsql_trigger_error">sql_trigger_error()</a><br> Error handler.</dd> </dl> </div> *************** *** 213,217 **** <dl> <dt><b>$uids</b></dt> ! <dd>in file pureuserclass.php, variable <a href="default/pureuseradmin.html#var$uids">pureuseradmin::$uids</a><br> This variable is filled in the constructor.</dd> </dl> </div> --- 214,218 ---- <dl> <dt><b>$uids</b></dt> ! <dd>in file pureuserclass.php, variable <a href="PureUserAdmin/pureuseradmin.html#var$uids">pureuseradmin::$uids</a><br> This variable is filled in the constructor.</dd> </dl> </div> *************** *** 223,227 **** <dl> <dt><b>welcome</b></dt> ! <dd>in file index.php, function <a href="default/_index_php.html#functionwelcome">welcome()</a></dd> </dl> </div> --- 224,228 ---- <dl> <dt><b>welcome</b></dt> ! <dd>in file index.php, function <a href="PureUserAdmin/_index_php.html#functionwelcome">welcome()</a></dd> </dl> </div> *************** *** 233,237 **** <dl> <dt><b>__construct</b></dt> ! <dd>in file pureuserclass.php, method <a href="default/pureuseradmin.html#method__construct">pureuseradmin::__construct()</a><br> Class constructor</dd> </dl> </div> --- 234,238 ---- <dl> <dt><b>__construct</b></dt> ! <dd>in file pureuserclass.php, method <a href="PureUserAdmin/pureuseradmin.html#method__construct">pureuseradmin::__construct()</a><br> Class constructor</dd> </dl> </div> *************** *** 239,243 **** <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 240,244 ---- <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:52:29 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> Index: errors.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/errors.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** errors.html 3 Oct 2004 16:11:06 -0000 1.2 --- errors.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 8,18 **** <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">default</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_default.html" class="menu">class tree: default</a> ] ! [ <a href="elementindex_default.html" class="menu">index: default</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> --- 8,18 ---- <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] ! [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> *************** *** 27,33 **** <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> </div> <b>Packages:</b><br /> ! <a href="li_default.html">default</a><br /> <br /><br /> </td> --- 27,34 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> ! <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> </td> *************** *** 78,82 **** <h1>functions_mysql.php</h1> <h2>Warnings:</h2><br> ! <b>Warning on line 83</b> - File "/var/www/workspace/pureuseradmin/functions_mysql.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br> <a name="functions_postgres.php"></a> <h1>functions_postgres.php</h1> --- 79,83 ---- <h1>functions_mysql.php</h1> <h2>Warnings:</h2><br> ! <b>Warning on line 19</b> - no @package tag was used in a DocBlock for file /var/www/workspace/pureuseradmin/functions_mysql.php<br> <a name="functions_postgres.php"></a> <h1>functions_postgres.php</h1> *************** *** 91,98 **** <h2>Warnings:</h2><br> <b>Warning on line 13</b> - no @package tag was used in a DocBlock for class pureuseradmin<br> ! <b>Warning on line 332</b> - File "/var/www/workspace/pureuseradmin/pureuserclass.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br> <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:43 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 92,99 ---- <h2>Warnings:</h2><br> <b>Warning on line 13</b> - no @package tag was used in a DocBlock for class pureuseradmin<br> ! <b>Warning on line 337</b> - File "/var/www/workspace/pureuseradmin/pureuserclass.php" has no page-level DocBlock, use @package in the first DocBlock to create one<br> <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:52:31 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> Index: li_default.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/li_default.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** li_default.html 3 Oct 2004 16:11:06 -0000 1.2 --- li_default.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> *************** *** 57,61 **** <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 58,62 ---- <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:49:34 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> Index: ric_CHANGELOG.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/ric_CHANGELOG.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ric_CHANGELOG.html 3 Oct 2004 16:11:06 -0000 1.2 --- ric_CHANGELOG.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 8,18 **** <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">default</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_default.html" class="menu">class tree: default</a> ] ! [ <a href="elementindex_default.html" class="menu">index: default</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> --- 8,18 ---- <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] ! [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> *************** *** 27,33 **** <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> </div> <b>Packages:</b><br /> ! <a href="li_default.html">default</a><br /> <br /><br /> --- 27,34 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> ! <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> *************** *** 41,44 **** --- 42,52 ---- [%%VERSION] <%%EMAIL> + * php5 support + * dropped php4 support + * all is in a class now + * phpdoc comments + * made the database fields part of the settings array + + [0.1.0] <mvanbaak (ay) users (dot) sourceforge (dot) net> * added welcome screen * added email notification *************** *** 57,61 **** <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 18:10:41 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- 65,69 ---- <div class="credit"> <hr /> ! Documentation generated on Sun, 3 Oct 2004 21:52:30 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> --- NEW FILE: li_PureUserAdmin.html --- <html> <head> <title>PureUserAdmin</title> <link rel="stylesheet" type="text/css" href="media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="ric"> <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> <b>Files:</b><br /> <div class="package"> <a href="PureUserAdmin/_functions_mysql_php.html"> functions_mysql.php </a><br> <a href="PureUserAdmin/_functions_postgres_php.html"> functions_postgres.php </a><br> <a href="PureUserAdmin/_index_php.html"> index.php </a><br> <a href="PureUserAdmin/_pureuserclass_php.html"> pureuserclass.php </a><br> </div><br /> <b>Classes:</b><br /> <div class="package"> <a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a><br /> </div> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <div align="center"><h1>PureUserAdmin</h1></div> <b>Welcome to PureUserAdmin!</b><br /> <br /> This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.3.0RC3</a><br /> <div class="credit"> <hr /> Documentation generated on Sun, 3 Oct 2004 21:52:29 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html> --- NEW FILE: classtrees_PureUserAdmin.html --- <html> <head> <title>Class Trees for Package PureUserAdmin</title> <link rel="stylesheet" type="text/css" href="media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200" class="menu"> <div id="ric"> <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> </td> <td> <table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top"> <h1>Class Trees for Package PureUserAdmin</h1> <hr /> <div class="classtree">Root class pureuseradmin</div><br> <ul> <li><a href="PureUserAdmin/pureuseradmin.html">pureuseradmin</a></li></ul> <div class="credit"> <hr /> Documentation generated on Sun, 3 Oct 2004 21:52:29 +0200 by <a href="http://www.phpdoc.org">phpDocumentor 1.3.0RC3</a> </div> </td></tr></table> </td> </tr> </table> </body> </html> Index: ric_README.html =================================================================== RCS file: /cvsroot/pureuseradmin/PureUserAdmin/docs/ric_README.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ric_README.html 3 Oct 2004 16:11:06 -0000 1.2 --- ric_README.html 3 Oct 2004 19:54:27 -0000 1.3 *************** *** 8,18 **** <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">default</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_default.html" class="menu">class tree: default</a> ] ! [ <a href="elementindex_default.html" class="menu">index: default</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> --- 8,18 ---- <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> ! <td class="header_top">PureUserAdmin</td> </tr> <tr><td class="header_line"><img src="media/empty.png" width="1" height="1" border="0" alt="" /></td></tr> <tr> <td class="header_menu"> ! [ <a href="classtrees_PureUserAdmin.html" class="menu">class tree: PureUserAdmin</a> ] ! [ <a href="elementindex_PureUserAdmin.html" class="menu">index: PureUserAdmin</a> ] [ <a href="elementindex.html" class="menu">all elements</a> ] </td> *************** *** 27,33 **** <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> </div> <b>Packages:</b><br /> ! <a href="li_default.html">default</a><br /> <br /><br /> --- 27,34 ---- <p><a href="ric_CHANGELOG.html">CHANGELOG</a></p> <p><a href="ric_README.html">README</a></p> + <p><a href="ric_INSTALL.html">INSTALL</a></p> </div> <b>Packages:</b><br /> ! <a href="li_PureUserAdmin.html">PureUserAdmin</a><br /> <br /><br /> *************** *** 78,82 **** Deleting ftp acco... [truncated message content] |