HOME           FORUMS           DOWNLOAD           DEMO           CONTACT US

DOWNLOAD SLOPPY BLOG


LATEST VERSION OF SLOPPY BLOG
>> Sloppy Blog v1.2 - 03.31.2008

OLDER VERSIONS OF SLOPPY BLOG
>> Sloppy Blog v1.1 - 03.26.2008
>> Sloppy Blog v1.0 - 01.30.2007

REQUIREMENTS
A web host that supports:
-PHP4 or 5
-MYSQL 4 or 5
-magic_quotes = On in your php.ini or htaccess
****Sloppyblog may work on other versions of php and mysql but has not been tested****
*NOTE: You can host Sloppy Blog at Geekempire Hosting.
***Sloppyblog is run at your own risk free software***

DIRECTIONS

Download and Uncompress Sloppy Blog on your computer.

Edit the "dbconnect.php" file with the credentials for your database.
  • Replace "localhost" with the name of your database server; localhost is usually default and you do not need to change this value. Contact your web hosting provider to be sure.
  • Replace "sloppydbuser" with your database username.
  • Replace "sloppydbpass" with your database password.
  • Replace "sloppydbname" with the name of your database.

    Edit the "auth.php" file with your admin credentials.
    $userid = "sloppyadmin"; // user id
    $pw = "sloppypass"; // password
  • Replace "sloppyadmin" with the username you would like to use for your admin username.
  • Replace "sloppypass" with the password you would like to use for your admins password.

    Upload all the files into a directory on your web server space called "sloppyblog"

    You will need to import the sloppyblog-db.sql into your your database using mysqladmin or phpmyadmin

    Now on your website you need to make two include files on two diffent web pages, make sure each webpage ends in .php
    On your main news page make your php include:
    include ("sloppyblog/news.php");

    On your second news page that you want to view the full news make another php include:
    include ("sloppyblog/fullnews.php");

    You are now done and you can now enjoy Sloppy Blog
    To go to your admin page to add news to Sloppy Blog visit:
    http://yourwebsite.com/sloppyblog

    Please keep checking back for updates.
    *NOTE: Sloppy Blog is provided to you for free, and we are not liable for your software or any hardware it runs on.