LiveUser
[ class tree: LiveUser ] [ index: LiveUser ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4.     <title>LiveUser Example 5</title>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.     <style type="text/css" media="screen">@import "layout_frontend.css";</style>
  7. </head>
  8.  
  9. <body>
  10.  
  11.     <div class="content">
  12.         <h1>LiveUser Example 5</h1>
  13.         <p>Please edit conf.php according to your needs and run the sql dump
  14.         contained in <br />
  15.         <code>
  16.             PEAR_DATA_DIRECTORY/liveuser/misc/schema/Auth_DB.sql &amp;
  17.             PEAR_DATA_DIRECTORY/liveuser/misc/schema/perm_db_(simple|medium).sql &amp;
  18.             PEAR_DATA_DIRECTORY/liveuser/docs/examples/examples5/create_db.sql
  19.         </code>
  20.         
  21.         <br /> on a database you created beforehand.</p>
  22.         <p>You can use the following commands :</p>
  23.         <p><code>#mysql -uUSER -p<br />
  24.         <span style="font-style: italic">enter password here</span><br />
  25.         mysql> create database DATABASENAME;<br />
  26.         mysql>exit;<br />
  27.         #mysql -uUSER -p DATABASENAME < PEAR_DATA_DIRECTORY/liveuser/misc/schema/create_db.sql
  28.     #mysql -uUSER -p DATABASENAME < PEAR_DATA_DIRECTORY/liveuser/docs/examples/examples5/create_db.sql   
  29.     </code>
  30.         <br />
  31.         <span style="font-style: italic">enter your password here. Writing it on the same line means anybody with access
  32.         to the server can see the password (by running #w for example)</span></p>
  33.     </div>
  34.  
  35.     <div class="content">
  36.         <h2><a href="home.php">Proceed to example 5</a></h2>
  37.     </div>
  38.  
  39. </body>
  40. </html>

Documentation generated on Mon, 11 Mar 2019 13:56:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.