
RELEASE!

Hi all =)
I want to present phpQDB, php-based quote database like [url=http://bash.org]Bash.org[/url].
It's licensed under Creative Commons by-nc license, so feel free to do with this script whatever you want

Demo: http://pxg.flipmode.ru/test/
Source code: http://pxg.flipmode.ru/phpQDB-3.0.0.zip
With best regards, Mike TUMS, codename "Stalin".
Changelog :
Since 3.0RC4:
[Fix] Smarty updated to version 2.6.19
Since 3.0RC3:
[-] We now use mysql_insert_id instead of epoch, so we don't need `epoch` table anymore. (PHP Manual)
[Fix] We use (int) instead of intval() function. (PiRRat)
Since 3.0RC2:
[+] Added "top 40" section.
[+] Added RSS button for browser's adress line.
Since 3.0 RC1:
[+] Added chars escaping for quotes and submitters. (evil<3)
[Fix] Some minor changes, typos fixes.