QuoteMe v4.1 (PHP)
Posted on June 19, 2007
{{LEARN PHP HERE}}
Our scientific power has outrun our spiritual power. We have guided missiles and misguided men. - Martin Luther King, Jr.
As one of the most powerful and robust quote scripts on the market, QuoteMe v4 is easy to install and quick to deploy. QuoteMe v4 allows you to produce a database of the quotes you want to use and has an administrative interface that provides you with a way to manage your quote database. You can extend the capabilities of QuoteMe v4 to pull from and manage multiple quote databases.
QuoteMe v4 does not use MySQL. Instead, QuoteMe v4 uses what is called a “flat file” database. This is a fancy name for a text file that lives in a folder on your web server. In the past managing text files that are in a database format was time consuming and tedious work. One missing item can cause the entire database to malfunction. With QuoteMe v4 all you have to do is login and edit the database using the easy to use administration tool.
Take a look at these screen shots: Login | View | Edit
QuoteMe v4 comes with easy to follow instructions and as always you can ask for help at any time by clicking the Support link found in the menu.
Download the QuoteMe4 script here (14kb) Current Download Count: 4562
The PHP MoodMaker Version 1.0
Posted on October 9, 2005
{{LEARN PHP HERE}}
This PHP script will display your current mood on your web site. The script allows you to set your current mood easily using an HTML form. If you have a blog or a diary site that you update regularly, this script can be a fun way to keep your readers informed of your mood swings. I really welcome your suggestions on this script. I think there is room for lots of cool features. I also welcome any graphic designers that would like to submit a package of emoticons for this project.
|
Current Mood
|
Change the Icon above here
Download the HTML files here (3kb) Current Download Count: 2380
Filed Under PHP | 4 Comments
Random Quote Version 3.1
Posted on September 5, 2005
{{LEARN PHP HERE}}
Version Update: 4.1 exists here
- Random Quotes being pulled from a flat file database.
- Ability to randomly pull from multiple flat file databases.
- Ability to set a variable which will control how often a new quote is displayed - Every time the page is loaded, every minute, every hour, once a week, etc. This is done by setting a cookie.
View this script in action (no cookie) here
View this script in action (one hour cookie) here
Download the Random Quote script here (16kb) Current Download Count: 4151
Questions: Email Me
- A common question is how to remove the link if you don’t want to link to the reference of the quote. Here is a TXT file with an explaination of the necessary changes.
- Here is an example of how to use a Style Sheet with the random quote script. View it in action.
Filed Under PHP | 14 Comments
God Speaks - Random Quote Generator & RSS
Posted on May 8, 2005
{{LEARN PHP HERE}}
This is a script that I wrote to display the quotes that surfaced on billboards across the country. These billboards contained quotes from God and the source of the billboards is still a mystery. The majority of the output of this script is HTML and Text, however I used a 1px x 1px spacer to force the height to 50px.
View this script in action: here
Download the God Speaks script here (2kb) Current Download Count: 3354
To include this script on your page paste the following “PHP include” in the location on your site in which you want the billboard to show. Your site must be in PHP or must parse PHP code when pages are loaded.
<?php
include('http://www.clarksco.com/dev/god_speaks/index.php');
?>
Questions: Email Me
God Speaks RSS Feed:
http://www.clarksco.com/rss/god_speaks_rss.php
![]()
Filed Under PHP | 6 Comments
Homeland Security Threat Level
Posted on April 11, 2005
| This is a script that I wrote to display an image based on the XML output from the Department of Homeland Security Department’s Threat Level feed. The images I used are to the right of the political spectrum.
View this script in action here Download the script & images here (21kb) Questions: Email Me |
|
* (10/08/2005) Thanks to Bob Bielak for the “Lost Comm” image.
* (10/09/2005) Download New image set. View the new image set.
Filed Under PHP | Leave a Comment
Days with Images
Posted on April 8, 2005
Here is a script I wrote using a switch statement. It displays an image based on the date() function used by the PHP interpreter.
View this script in action: Days & Images
Download the script & image files here (14kb)
Questions: Email Me


