Customizing SMF > Modifications and Packages

Auto Link Checker

(1/73) > >>

M-DVD:
Link To MOD


MOD Auto Link Checker v1.0
===================

[+]Autor:M-DVD[+]Version:1.0[+]Release:22th June 2009[+]Languages: [+]Compatible With:SMF 1.1.1 - 1.1.9
SMF 2 RC1-XComment this ModMy MODsImagesHelp support my MODs
Features:


* With this MOD links in messages will be checked automatically and you can see if there valid

* If a member open a topic, the MOD will search all filehost links in the messages page's.

* Links founds are checked and recorded in a log to expedite revisions in the future (eg, the next time a member returns to this topic).

* You can set the time for expired this log, according to the last check links to the message. eg, each 2 days (can be 0, recommend min 1). Even will avoid load, if isn't necessary.

* Messages without links fileshost's, will be marked and will not be rechecked again.

* If links dead are found, will be send a PM to post author (and the Moderator Local).

* Currently support the next filehost: rapidshare.com, megaupload, megarotic, megaporn, sexuploader, filefactory.

* You can enable and disable the filehost to check in:
Admin > Posts and Topics > Posts Settings

* Also you can enable/disable this MOD and more settings

* Compatible with Anonymize Links and with links masked (eg: hp://, h p://, hxxp://, h..p://, h__p://, h??p://, h**p://, h++p://, h--p://)

* Compatible with QuickModify
Important: your host should have enabled the function fsockopen, or cURL

Thanks to ~BeneKiD and johncccccc for idea.

==========================

Languages (normal & utf-8)


* English
* English_British
* Spanish_Es
* Spanish_Latin
$txt['auto_link_checker_enabled'] = 'Enable Auto Link Checker';
$txt['auto_link_checker_enabled_sub'] = 'Uncheck to disable the mod completely';

$txt['auto_link_checker_time'] = 'Check Links if has been over';
$txt['auto_link_checker_time_sub'] = '0 to check always (not recommended)';

$txt['auto_link_checker_error'] = 'There are over 100 links to a FileHost in this message page.
<br />Please, delete some links, use other filehost or open other topic.';

$txt['auto_link_checker_rapi'] = 'Rapidshare.com';
$txt['auto_link_checker_mega'] = 'Megaupload, Megarotic, Megaporn, Sexuploader';
$txt['auto_link_checker_file'] = 'Filefactory';

$txt['auto_link_checker_subject'] = 'Notification: Dead Links Found';
$txt['auto_link_checker_message'] = "In this message [url=http://%1]%1[/url] haven been found dead links.\n\n
You can restore these links, close the topic, or delete the links.\n\nThanks.\n\nAuto Link Checker";

$txt['auto_link_checker_sendpm'] = 'Send PM';
$txt['auto_link_checker_pm_op'][0] = 'Disabled';
$txt['auto_link_checker_pm_op'][1] = 'Send to Post Author';
$txt['auto_link_checker_pm_op'][2] = 'Send to Post Author + Moderator Local';

I welcome new translations here

==========================

Características:


* Con este MOD los links en los mensajes serán revisados automáticamente para comprobar si aún siguen siendo válidos

* Cuando un usuario entra a un tema, el MOD buscará links (de filehosts) en los mensajes de la página.

* Los links encontrados son revisados y registrados en un log para agilizar las revisiones en el futuro (ej, la próxima vez que un usuario vuelva a ese tema).

* Puedes fijar el tiempo en que expirará este log según la última revisión que tuvo el mensaje. Ejemplo, cada 2 dias.

* Los mensajes sin links de fileshost, son marcados, así no son revisados en el futuro. Incluso el MOD evitará cargar si no es necesario

* Si se encuentran links muertos, se enviará un PM al autor del mensaje (y al Moderador Local).

* Actualmente es compatible con estos filehosts: rapidshare.com, megaupload, megarotic, megaporn, sexuploader, filefactory.

* Puedes activar o desativar los filehosts a revisar en:
Administración > Mensajes y Temas > Configuración de Mensajes

* También puedes activar/desactivar el MOD... y más

* Compatible con Anonymize Links y con links enmascarados (ej: hp://, h p://, hxxp://, h..p://, h__p://, h??p://, h**p://, h++p://, h--p://)

* Es compatible con Modificación Rápida
Fin.

MaXiForum.cz:
Very, very nice M-DVD!

Sevgiformu.com:
yes very nice mod

thank you

turkish translate.


--- Code: ---// MOD Auto Link Checker
$txt['auto_link_checker_enabled'] = 'Etkinleştir Otomatik Link Denetleyiciyi';
$txt['auto_link_checker_enabled_sub'] = 'İmleci Kaldırın Devredışı Bırakmak İçin';

$txt['auto_link_checker_time'] = 'Linkler Tekrarlanmıştır.';
$txt['auto_link_checker_time_sub'] = '0 Herzaman Kontrol Etmek için';

$txt['auto_link_checker_error'] = 'Bu linkde bir FileHost üzerine 100 sayfa bağlantıları vardır.<br />
Lütfen, bazı bu bağlantılar silin diğer filehost veya açık diğer upload sitelerini kullanın.';

$txt['auto_link_checker_rapi'] = 'Rapidshare.com';
$txt['auto_link_checker_mega'] = 'Megaupload, Megarotic, Megaporn, Sexuploader';
$txt['auto_link_checker_file'] = 'Filefactory';

$txt['auto_link_checker_subject'] = 'Uyarı: Linkler Ölü Bulundu';
$txt['auto_link_checker_message'] = "Bu iletide [url]%1[/url] linkler ölü bulundu.\n\nYou linkleri yenileyin, konudan silin, linkleri kaldırın.\n\nTeşekkürler.\n\nOtomatik Link Denetleyici";

$txt['auto_link_checker_sendpm'] = 'Öze Mesaj Bildir';
$txt['auto_link_checker_pm_op'][0] = 'Devre dışı';
$txt['auto_link_checker_pm_op'][1] = 'Konuyu Başlatana Gönder';
$txt['auto_link_checker_pm_op'][2] = 'Konuyu Başlatana GÖnder + Moderatore Bildir';
--- End code ---

mforum:
it doesn`t seem to work for me
1.1.9 - php 4.4 -default theme

2: preg_match_all() [<a href='function.preg-match-all'>function.preg-match-all</a>]: Compilation failed: unrecognized character after (?< at offset 51
File: /home/*****/public_html/forum/Sources/AutoLinkChecker-Subs.php
Line: 113

heinandar:
Very useful mod.
In future edition, i would like to request you to add " mediafire.com" and "sharebee.com" and zshare.net .
My members very use that hosts and i need link checker .
Thanks

Navigation

[0] Message Index

[#] Next page

Go to full version