RightNow
Introduction
Made as an alternative to the PHPCurrently script.
Download
Download RightNow?{7.53KB} [downloaded 356 times].
My Example:
- Date: August 17th
- Time: 10:42am
- Eating: Nothing
- Drinking: Nothing
- Listening To: Breaking Benjamin - Had Enough
- Talking To: No one
- Working On: Re-adding ClearDownloadsCounter & RightNow
- Browsing: My site?
- Thinking About: Whether I should look at EasyAsk&Answer or LittleWallO'Buttons first...
Features
- Reorder Items - change the order of the items.
- HTML Allowed - you can use HTML for items and what you're doing.
- Easy To Integrate - just include the necessary file into a ready-made page.
Installing
Step 1
Download the script and unzip the files anywhere on your computer...if you haven't already done so.
Step 2
Open up config.php and edit the variables to fit your information.
Don't know how to create a MySQL database?
Step 3
Upload all files to your server.
Step 4
Load up install.php in your browser, by going to http://yoursite.com/RightNow/install.php, changing the domain to whatever your site's URL is. ;)
If the install was successful, you will get a message saying that the table has been installed. It will tell you to delete install.php - do it; you won't be able to get any further otherwise. Leaving install.php on the server could be a problem, so it's best to remove it.
Step 5
Log into the admin panel by going to http://yoursite.com/RightNow/admin/ and entering the username and password you edited in the config.php file.
Now add items and what you're doing and, if necessary, reorder those items.
Once you're ready, include index.php into any page:
<?php include("/home/USERNAME/public_html/RightNow/index.php");?>
Note: if you're using this script in your sidebar and you have installed any of my other scripts, you'll need to open up index.php and go down to line 6.
You'll have this line:
require("config.php");
Change it to:
require("/home/USERNAME/public_html/RightNow/config.php");
Updates Log
- Feb/07 - fixed admin panel bugs!
- Jan/07 - made it easier to edit what you're doing & reorder.
- Dec/06 - released.




