LinkzBot - Link Management System IPB & vBulletin

Status
Not open for further replies.

Mr Happy

Active Member
4,093
2009
2,572
0
universal-link-checker-bot.png

LinkzBot is a link management system for Warez Sites. It record and control the all the download links on your site enabling you to decide what is and what isn't posted.

vBulletin Screenshots

[slide]http://screensnapr.com/u/4qsd96.png[/slide]​

http://screensnapr.com/u/iozqbm.png

http://screensnapr.com/u/nfz013.png

http://screensnapr.com/u/0k3ekd.png

http://screensnapr.com/u/p50ue9.png


IPB Screenshots

[slide]http://screensnapr.com/u/i4ngp7.png[/slide]​

http://screensnapr.com/u/ujlgwj.png

http://screensnapr.com/u/ttex3n.png

http://screensnapr.com/u/4545hd.png

Features:
  • Prevents the same links being reposted and give a message warning with a link to where they were previously posted.
  • White/Allowed File Host list prevents any new post that doesn't contain download links which you specify.
  • Black/Banned File Host list prevents any new post that contains links you don't want on your site.
  • Automatically adds the correct File Host Prefix to all posts.
  • Cleans the topic title to remove crap added by posters, fully customizable.

Their's lots of options such as turning everything on and off, letting staff, vip, and other usergroups bypass the system, pick which areas you want the scans to operate in, removes Phishing Links from your site etc.

This version is the initial release. The Search by file host and Link Checking part are in the next release. PHPBB will follow that.

Supported File Hosts

Rapidhare, Hotfile, Megaupload, Netload, Ul.to, Storage.to, Uploading.com, x7.to, 2shared, sendspace, Depositfiles, Easy-Share, Mediafire, 4Shared, Uploaded.to, SharingMatrix, FireFactory, FileServe.
List is basically the top ones as decided by alexa.

Download

vBulletin
http://rapidshare.com/files/401142259/LinkzBot-vBulletin.zip
Tested on vBulletin 3.8.5, 4.0.0 and 4.0.3

IPB
http://rapidshare.com/files/400538166/LinkzBot-IPB-1.0.zip
Tested on IPB 3.0.5


Download instructions are included in the download zip's.

That should be it all I think. Let me know how it goes or if you have any questions.


Change log:
8-6-10 Version 0.1.1
Added File Serve List Support
Added more default Banned Hosts as suggested by SJshah
Modified Hotfile regex

18-6-10
Added IPB Version 1.0
 
286 comments
Works very smooth and nice on IPB. (y)

This will help alot but a small thing I just noted is that if you click the preview button more then once and you have the Clean Topic Title option enabled it will generate one extra prefix for every click. Example : " Rs Rs Rs Rs Rs Test Topic "

Its not a big problem for me anyway Mr Happy but I thought you might wanna know about it.

/UpNorth
Your right. My bad. I'll fix that in next update. Thanks.
 
before I install this I have a few questions...

can you disable the auto RS HF etc. tags in the topic titles?
would it affect server speed on high traffic forums?
can I haz cheezburger?
 
before I install this I have a few questions...

can you disable the auto RS HF etc. tags in the topic titles?
would it affect server speed on high traffic forums?
can I haz cheezburger?

YES - it's in the settings. A simple Yes/No option.
NO - it's on sites like freshwap.net with 200,000 uniques a day and CyberWarez.info soon too so you'll have no problem. In fact it can reduce server load as it stops a lot of useless posts and threads being created and which and increase your search speed etc.
YES -
cheesburger.jpg


If you've problems with it or any other questions let me know.
 
can you put tag in your screenshots? thanks :'([/QUOTE]

Are you on about the screenshot images in the first post? The images are a bit big so we use [[b]slide[/b]] tags on WJ. As their were a few I didn't want to display them all as it could take a while for the page to load so I linked to them. Just click them to view them. I don't understand the problem :|
 
Hey Happy, could you add something that cleans dots out from topic titles? e.g.
Code:
from:
TuneUp[U][COLOR=Red].[/COLOR][/U]Utilities[U][COLOR=Red].[/COLOR][/U]2010[U][COLOR=Red].[/COLOR][/U]v9.0.4300.7-TE

into:
TuneUp Utilities 2010 v9.0.4300.7-TE
I use this regex on ddl0.com to clean dots from the titles:
PHP:
$str = preg_replace('#(?(?=\.[\w\'][\w\'])|(?<=[\w\'][\w\']))((?<=\D)\.(?=\D)|(?<=\D)\.(?=\d)|(?<=\d)\.(?=\D))(?(?<=[\w\'][\w\']\.)|(?=[\w\'][\w\']))(?!com)#', ' ', $str);
it removes dots between words, but not abbreviations or version numbers.

since you already added option for tags in topic titles, maybe you could include something like this too?
 
Status
Not open for further replies.
Back
Top