Steps:
1. Upload all files in the "upload" folder to your web site.
2. Edit the "config.php" (in the admin folder), and "createtables.php" (in the install folder).
3. Upload "config.php" and "createtables.php" files.
4. Go to "/install/index.html" (which is here).
"/install/" Steps:
1. Create tables. CLICK HERE (ONLY OPEN THIS LINK ONCE!)
2. Delete the "/install/" directory (This is important for security reasons!)
3. Finish!
Your vLogger should now be working!
To get into the admin area go to www.yourdomain.com/vLoggerdirectory/admin/
The password is the password you set in the "createtables.php" file (default: changeme).
To get visitor stats for a page, include the inclog.php file on any page on your website, using:
<?php include("inclog.php");?>
and copying the inclog.php file into the same
directory as any pages including it.