How to add quotes easily through your Admin Panel
(also known as Hack Update to version 1.0.5

)
Step 1: open your admin/index.php and find this line:
PHP Code:
makenavselect("Options","<hr>");
Add ABOVE that, this line:
PHP Code:
makenavoption("Add quote","quotes.php?action=add","<br />");
Save your admin/index.php and upload the attached quotes.php to your Admin directory (thus, admin/quotes.php is what it should become).
Done.