This site is to allow Twitter users to submit photos and vote for them.
-
Copy ./includes/config.php.dist to config.php
-
Update this file with your Twitter API keys (register an application at <developer.twitter.com>)
-
Set the ‘BASE_URL’ to the URL of the application
You will also need to make sure the ./cache and ./uploads folders are writable.
chmod -fR 777 cache/ uploads/
-
Smarty3 <www.smarty.net/>
-
Swift Mailer <swiftmailer.org/>
-
Twitter ASync <github.com/jmathai/twitter-async>
-
Error, GD and Database classes borrowed from <github.com/tylerhall/simple-php-framework>