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 /><code>PEAR_DATA_DIRECTORY/liveuser/misc/schema/perm_sql.sql & PEAR_DATA_DIRECTORY/liveuser/docs/examples/examples5/create_db.sql  </code><br /> on a database you created beforehand.</p>
  15.         <p>You can use the following commands :</p>
  16.         <p><code>#mysql -uUSER -p<br />
  17.         <span style="font-style: italic">enter password here</span><br />
  18.         mysql> create database DATABASENAME;<br />
  19.         mysql>exit;<br />
  20.         #mysql -uUSER -p DATABASENAME < PEAR_DATA_DIRECTORY/liveuser/misc/schema/create_db.sql
  21.     #mysql -uUSER -p DATABASENAME < PEAR_DATA_DIRECTORY/liveuser/docs/examples/examples5/create_db.sql   
  22.     </code>
  23.         <br />
  24.         <span style="font-style: italic">enter your password here. Writing it on the same line means anybody with access
  25.         to the server can see the password (by running #w for example)</span></p>
  26.     </div>
  27.  
  28.     <div class="content">
  29.         <h2><a href="home.php">Proceed to example 5</a></h2>
  30.     </div>
  31.  
  32. </body>
  33. </html>

Documentation generated on Mon, 11 Mar 2019 10:16:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.