View Single Post
Old 12-07-2012, 12:55 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
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.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote