David Bertoldi - 2012-05-24
<H2>Installation...</H2>

It's not a real installation...it's just like the Wordpress initialization process.<BR>
Create a database (in the example I'll name it "my_db") with your database manager (like PhpMyAdmin); leave the database without tables.<BR>
Now extract the Pulse archive and go to db/config.php and write in the necessary information as follow:

<B>$DB_NAME</B> = "my_db"</FONT>;
<B>$USER_NAME</B> = "my_user";
<B>$DB_PASS</B> = "my_secret_password";
$DB_LOCATION = "localhost";


assuming that my username and password are "my_user" and "my_secret_password"...if you don't have these info the username is "root" and the password is "" (blank) by default.<BR>
After extracting the necessary from the zip file, go to <B>install.php</B> with your browser and click on Install!<BR>
If there're problems set the file permission on 775 <BR>

chmod 775 Pulse/ -R

<H2>...and use it</H2>
Now you have a working login system.<BR>
Remember to delete install.php file<BR>
Here the "meaning" of each file:<BR><BR>
<IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/folder.png" HEIGHT="16px"> <B>advs</B> - contains all the advertisments<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>confirm-new-user.php</B> - infroms the creation of a new user<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>email-update.php</B> - informs the udpating of the mail address<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>pass-updated.php</B> - informs the changement of the password<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>re-sent.php</B> - informs the resending of the mail activation<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>user-logged.php</B> - informs the logon of the user<BR>
<IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/folder.png" HEIGHT="16px"> <B>css</B> - contains the stylesheet file<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>style.css</B><BR><BR>
<IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/folder.png" HEIGHT="16px"> <B>db</B> - contains the database configurations<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>config.php</B> - here there are the database information<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>mysql.php</B> - used by the engine section to create the database connection<BR><BR>
<IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/folder.png" HEIGHT="16px"> <B>engine</B> - the core<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>add-user.php</B> - permits the creation of new users<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>forget-pass.php</B> - generate a code (sent via mail) that allow the users to create a new password<BR>
   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>functions.php</B> - the core of the core
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>global.php</B> - a set of global variables
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>has-validated.php</B> - ensures that the activation address is valid in order to validate the account
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>logout.php</B> - permits the logout
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>log-SU.php</B> - permits the logon to super users
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>log-user.php</B> - permits the logon to regular users
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>mail.php</B> - a little set of functions for mailing
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>resend.php</B> - resend the activation mail
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>update-email.php</B> - permits the updating of the mail address
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>update-password.php</B> - permits the updatind of the password
<BR>   <IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>valid-regen.php</B> - ensures if the regeneration password code is valid<BR>
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/folder.png" HEIGHT="16px"> <B>img</B> - some images<BR>
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>change-email.php</B> - the graphical interface that allows users to change their mail
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>change-pass.php</B> - the graphical interface that allows users to change their password
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>forgotten.php</B> - the graphical interface that allows to insert the regeneration code
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>header.php</B> - the global header
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>header2.php</B> - the global sub-header for logged users
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>home.php</B>
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>install.php</B> - the installer
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>join.php</B> - a section of the engine not located in the engine folder for security
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>login.php</B> - the graphical interface that allows users to login
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>mod-regen.php</B> - the graphical interface that allows users to insert new password after losing that
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>register.php</B> - the graphical interface that allows to create an account
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>resend.php</B> - the graphical interface that allows to resend the activation mail
<BR><IMG src="http://blog.ixpiration.com/wp-content/uploads/2012/04/file-icon.png" HEIGHT="16px"> <B>sulogin.php</B> - the graphical interface that allow super users to login