New version out.
Quote:
Links 1.1, 2012-12-07
------------------------
- Added Email Domain Blacklist
- Improved Submission Limit System
- Improved Confirmation System
|
Code:
new Hot_Linkers_SubmissionLimit(array(
'form_id' => 1,
'limit' => 2,
'time_period' => 60 * 60 * 24 * 1,
'limit_message' => 'You are all maxed out! Try again tomorrow.',
'limit_by' => 'ip',
));
Will limit the submissions to 2 per day.
I will be adding an options page to let you pick how many via that.
new design
https://github.com/chrismccoy/hotlinkers
simple css no image design
https://github.com/chrismccoy/links
also read form_fix.txt when updating.