Yet Another Award System 1.1  by HacNho  
Copyright (C) 2005 by HacNho, All rights reserved.

Hack Version: 1.1.050402
Compatible vB version: 3.0.7. It should be compatible with all vB 3.x version, but not tested.
Support: http://www.vbulletin.org/forum/showthread.php?t=78934
Description: 

- Create/Edit/Delete awards in ACP, with Award Name, Description, Icon URL, Image URL (for bigger image)
- Manage awards in ACP, including 
 + Issue awards to members, based on username or userid, with Issue Reason
 + Remove awards from members
- Display awards list in frontpage, with: Award Name, Description, Icon, Image, and Members who get each award
- Display awards list in profile, that one member get, with Award information, Issue time and reason
- Display awards in postbit (showthread, showpost, announcement, private)
V.1.1
- Can Create/Edit/Remove/Reorder categories/sub-categories in ACP (with category name and description)
- Can Move one (or all) award from one category to another, or set it un-classified (not displayed in the list in public site)
- Can re-order awards (in ACP)

Changes and Modifications:
- Tables to add: 3 (award, award_user, award_cat)
- Files to add: 3 (/awards.php, /admincp/award.php, /admincp/award_cat.php)
- Files to edit: 6 (/admincp/index.php, member.php, showthread.php, showpost.php, announcement.php, private.php)
- Templates to add: 7 	('AWARDS', 'awards_awardbit','awards_awardusers_bit','awards_bit','awards_userawards_bit','awards_category','awards_categorybit'
)
- Templates to edit: 3 (MEMBERINFO, postbit, postbit_legacy)
- Phrases to add: 30

Additional information:
- There are few queries running to add phrases and templates.
- This is first release. there will be more changes and development

Future plan:
- Option to allow comments on user's award
- Option to PM/Email user when he/she get an award.

Credit: 
 Idea has been carried on by many people, here are some:
 - Lesane for original Award hack for vB2, eventhough I've never use his hack
 - AnimeWebby for Awards/ Medals/ Cards Hack [vB3], which I write alot of code based on his.
 - Mac ycl6 for phpBB Medal System for phpBB forum
 and all others for supports

Related/Similar hacks:
http://www.phpbb.com/phpBB/viewtopic.php?t=148362
http://www.vbulletin.org/forum/showthread.php?t=61108

Important:
- BACKUP modified files and templates before making changes.
- Backup database is recommended.
- This hack is NOT compatible with AnimeWebby's Awards/ Medals/ Cards Hack [vB3], there are some duplicated table name, so you CANNOT use both hacks at the same time. If you want to install this one, you have to UNINSTALL the other hack, or errors will occur.

INSTALL: Read INSTALL.txt

UGRADE: Read UPGRADEx.txt

Version 1.0 - Initial release
+INSTALL.txt

Version 1.0.1 - New features:
- Display awards in postbit (showthread, showpost, announcement, private)
+ UPGRADE1.txt

Version 1.0.1b:
- Display awards in postbit (showthread, showpost, announcement, private) for hybrid and threaded mode
+ UPGRADE2.txt

Version 1.0.1c:
- Optimize code in all files
+ UPGRADE3.txt

Version 1.1:
- Can Create/Edit/Remove/Reorder categories/sub-categories in ACP (with category name and description)
- Can Move one (or all) award from one category to another, or set it un-classified (not displayed in the list in public site)
- Can re-order awards (in ACP)
+ UPGRADE4.txt

Version 1.1b:
Fix awards display in showthread
+ UPGRADE4b.txt