Quotish is a very simple script quote management script. The administrator can add quotes to the database and the user visiting their website can browse through the quotes. This is useful for fansites that want to display all of the quotes by a subject or from a TV show, movie or book. Quotish requires PHP and a MySQL database.

Features

  • Add quotes in admin panel; define author and category.
  • Browse quotes by author.

New in 1.1

  • Tighter security
  • Brand new, shiny interface for both front-end and back
  • Admin panel is now just admin.php, login located at login.php
  • Quote categories now have their own table, and quotes can be browsed through by category
  • New pages on front-end: categories, which lists all categories and a link to a page with each category's quotes, and an authors page which links all author's names to pages with that author's quotes
  • Cleaner code; using mysql_real_escape_string() instead of addslashes(); checking author name and category name for invalid characters
  • Quotes now allow simple formatting HTML tags: <b> <i> <u> <strong> <em>
  • Easy to use snippets for displaying a random quote, newest quote, etc.; also a new page for displaying random quote on front-end (good to use as code example for random/newest snippets!)

Planned Features

Possible version number including each feature is in parentheses.

  • Single quote permalinks (1.2)
  • Listing of quote source in addition to author (book, movie, etc. quote came from) (1.2)

Installation

  • Create a MySQL database and attach a username and password to it. If you do not know how to do this, check out this wonderful tutorial.
  • Open config.php in a text editor (Notepad for Windows users or TextEdit for Mac users) and edit the values. (Instructions are included within the file.)
  • Upload all of the files to your server where you would like Quotish to be.
  • Run the install.php file inside the folder you uploaded.
  • When all steps are complete, delete the install.php file. You're done!

Spotlight

Just a little link love for those using my scripts! If you want your site added, or your site is listed and want it removed, email girl@hannah.nu.

Download Quotish 1.1 · View Demo