News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Auto Link Checker

Started by M-DVD, June 30, 2009, 12:52:38 AM

Previous topic - Next topic

chico200987

Euh.. my problem was solved. I was debugging each line of the mod and when I removed them, the mod worked perfectly !

I think it was the php5.ini (or php.ini for PHP4) but i cannot say what the variable was set to on/off.

If u want my php5.ini to test, PM me.

Thanks johncccccc for ur help on ur and on my forum ;p

holly.celeb.fan

Quote from: esttecb on August 18, 2009, 01:35:47 AM
I unchecked the rapidshare checking and now the link checker shows some alive links as dead, I don't know if it's a coincidence but this never happened before... and after I edited and saved the topic, it shows me the link as alive.


thanks

Same problem with me. I am using 'SMF 2.0 RC1.2' in my forum.
My rapidshare link end with .rar but that also show Dead link. Actually link working fine.

Any Idea ??

lexa90

#162
Hello,
Look the picture.



Anyone knows how to fix this ? :(

EDIT: This always happens when i post 100+ links.
I edited Auto-link-subs file so it can check 1000 links.

esttecb

#163
Quote from: M-DVD on July 05, 2009, 02:44:55 PM

Quote from: johncccccc on July 05, 2009, 12:14:02 PM
I noticed something strange, Posts with over 100 links showing as dead links, well, I edit the post (add a space to the end) and the links now have correcrt status, I dont know if this is relevant but it seems to be helping something ???

Delete the table {db_prefix}log_link_checker_status

And Delete the column checker_time in {db_prefix}messages

And then re-install the MOD.

It is the only way to clean the false data by changing the maximum number of links


Quote from: M-DVD on July 06, 2009, 11:47:09 AM
Quote from: mraza on July 06, 2009, 05:28:57 AM
thanks for this great MOD...i got a problem now..in many posts i am getting this error
"There are over 100 links to a FileHost in this message page.
Please, delete some links, use other filehost or open other topic. "

any solution...thanks

Disable the MOD and split (if is possible) the topic/post, then enable the MOD.

There are reasons why the maximum is 100 links. (For all) Do not try increase it because the consequences will be worse.

--

Quote from: Dzonny on July 06, 2009, 11:22:37 AM
I'm wondering can we set topic to load normaly without link check if topic has more than 100 links? That would be cool.
Regards,

I not did it, because the people will think that the MOD doesn't work (and will not aware that there is an impediment to check more than 100 links).

But in a new version I will do something better, just I need think how best to implement.

btw:
QuoteI unchecked the rapidshare checking and now the link checker shows some alive MEGAUPLOAD links as dead, I don't know if it's a coincidence but this never happened before... and after I edited and saved the topic, it shows me the link as alive.


thanks

EDIT: Maybe if I truncate the log column (or all mod tables) it would be fixed... but I didn't tried it myself. I think the mod should do this automatically in the future...




Quote from: esttecb on August 07, 2009, 03:21:11 PM
There's a bigger problem... The link checker says all rapidshare links with .html at the end (which is optional) are dead.

I deactivate the mod a few weeks ago. I just activate it again and now it's checking the .html links just fine...

what the heck?

Tengo que decir que edite dos lineas del AutoLinkChecker-Subs.php

rapidshare\.com/files/\d{4,9}/[\w\.%-]+

por:

rapidshare\.com/files/\d{4,9}/[\w\.%-]+(\.html)?

y chequeo los links con .html bien... PERO, luego removi el (\.html)? y los sigue checkeando bien (links en topic q antes no habia chequeado y aun si edito y salvo el topic), no se si es por eso que edite (no creo), no me fije si los chequeaba bien antes de hacerlo...

Otra cosa, en algunos topics solo chequea exactamente 89 links (si es q los conte bien) de MEGAUPLOAD y si hay mas los reporta como muertos... si edito y salvo el topic los marca bien (como vivos)...

as1546224

Hello

With SMF 1.1.10 I receive this error



2: preg_match_all(): Compilation failed: unrecognized character after (?< at offset 51
Ficheiro: /home/content/j/a/r/jardlcom/html/forum/Sources/AutoLinkChecker-Subs.php
Linha: 225




The line 225 has




// Msg with Filehost's Links

if (preg_match_all($linkCheker['Regexs']['reg0'], $msg, $recipiens))

$linkCheker['msg_with_links'][] = $id_msg;




How can I fix this?

Thanks


devil_jin

Quote from: chico200987 on August 21, 2009, 08:20:42 AM
Quote from: chico200987 on August 20, 2009, 12:05:33 PM
Hi, i've a problem too with installing this mod with SMF 2.0 RC 1-2 in a server.

I've installed 2 SMF forum on 2 differents server. The first have PHP 5.2.9 and the second PHP 5.2.5.

They have the same PHP5.ini.

The first is hosted on apthost and the second on godaddy. The two are web hosting (not dedicated server or vps).

But ... on the first install, the mod work perfectly but not in the second install.. :|

There is no error but it doesn't work on all server, why ? :(

Any idea for that problem ? :|

Sorry for my poor english i'm french ;p


Hi chico200987,

Check with the hosting if cURL is activated or not? If not then ask them to activate it then install the MOD itg will work..


Quote from: holly.celeb.fan on August 28, 2009, 05:00:12 AM
Quote from: esttecb on August 18, 2009, 01:35:47 AM
I unchecked the rapidshare checking and now the link checker shows some alive links as dead, I don't know if it's a coincidence but this never happened before... and after I edited and saved the topic, it shows me the link as alive.


thanks

Same problem with me. I am using 'SMF 2.0 RC1.2' in my forum.
My rapidshare link end with .rar but that also show Dead link. Actually link working fine.

Any Idea ??

holly.celeb.fan copy and paste the following code in the style.css of the theme which ur using at the end there's already a smiliar code there just paste the following code over it and it should work..

Worked fine for me..

Quote/*   MOD Auto Link Checker   */
   .link_dead, .link_live { background-repeat: no-repeat; padding-left: 15px }
   .link_dead, .link_live { font-family: Verdana; font-size: 13px }
   .link_dead { background-image: url('images/icons/link_dead.gif') }
   .link_live { background-image: url('images/icons/link_live.gif') }
   .link_dead { color: red !important; text-decoration: line-through !important }
   .link_live { color: green !important; font-weight: bold }


Hope this was helpful for both of u guys... :)

SosniTo.sk

Hello,
Please Run the checker and other share servers:
Hotfile.com, storage.to, upnito.sk ...
Thank you

JackWise

Very nice mod

Thank you

Portuguese translate.

// MOD Auto Link Checker
$txt['auto_link_checker_enabled'] = 'Activar Verificador de Links';
$txt['auto_link_checker_enabled_sub'] = 'Tirar o visto para desactivar completamente';

$txt['auto_link_checker_time'] = 'Verificar os links outra vez, se já tiverem passado';
$txt['auto_link_checker_time_sub'] = '0 para ver todos os dias';

$txt['auto_link_checker_error'] = 'Há mais de 100 links nesta página.<br />
Por favor, apague alguns links, use outro host de download ou abra outro tópico.';

$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'] = 'Notificação: Links mortos encontrados';
$txt['auto_link_checker_message'] = "Neste tópico [url]%1[/url] Foram encontrados links mortos.\n\nPode colocar novos links, fechar o tópico, ou apagar os links.\n\nObrigado.\n\nVerificador de links automático";

$txt['auto_link_checker_sendpm'] = 'Enviar PM';
$txt['auto_link_checker_pm_op'][0] = 'Desactivado';
$txt['auto_link_checker_pm_op'][1] = 'Enviar ao autor do Post';
$txt['auto_link_checker_pm_op'][2] = 'Enviar ao autor do Post + Moderador Local';

esttecb

#168
Quote from: devil_jin on September 02, 2009, 08:58:09 AM
Quote from: holly.celeb.fan on August 28, 2009, 05:00:12 AM
Quote from: esttecb on August 18, 2009, 01:35:47 AM
I unchecked the rapidshare checking and now the link checker shows some alive links as dead, I don't know if it's a coincidence but this never happened before... and after I edited and saved the topic, it shows me the link as alive.


thanks

Same problem with me. I am using 'SMF 2.0 RC1.2' in my forum.
My rapidshare link end with .rar but that also show Dead link. Actually link working fine.

Any Idea ??

holly.celeb.fan copy and paste the following code in the style.css of the theme which ur using at the end there's already a smiliar code there just paste the following code over it and it should work..

Worked fine for me..

Quote/*   MOD Auto Link Checker   */
   .link_dead, .link_live { background-repeat: no-repeat; padding-left: 15px }
   .link_dead, .link_live { font-family: Verdana; font-size: 13px }
   .link_dead { background-image: url('images/icons/link_dead.gif') }
   .link_live { background-image: url('images/icons/link_live.gif') }
   .link_dead { color: red !important; text-decoration: line-through !important }
   .link_live { color: green !important; font-weight: bold }


Hope this was helpful for both of u guys... :)

So no, it doesn't help (I already have that code included in my css). It's a code issue I guess.  :'(

But thanks anyways...

Mal5950

This is a great mod however I have come across a problem:

When trying to open some posts with reported dead links I was not able to and got this message:

There are over 100 links to a FileHost in this message page.
Please, delete some links, use other filehost or open other topic.


1. The post(s) concerned do not contain over 100 links.
2. After uninstalling the mod I was able to open the post(s) in question and they did not contain any dead links at all.

Shame this mod still seems to have a few bugs as it could be one of the most invaluable mods available.

daragor

#170
Como puedo agregar host para chequear? por ejemplo hotfile, gigasize, etc ??

Muchas gracias, Grann mod! seria bueno q el admin pueda agregar hostings, como en el anonim mod

Ejemplos:
mediafire.com
yousendit.com
filefactory.com
megashares.com
sendspace.com
badongo.com
easyfilehost.com
oxyshare.com
rapidshare.de
easy-sharing.com
turboupload.com
savefile.com
uploadfront.com
freeuploader.com
gigasize.com
depositfiles.com
uploadbox.com
hotfile.com
storage.to
lix.in

Saludos
Webscom: Wordpress + SMF
Software Libre, Noticias y Entretenimiento.-

imno007

#171
Quote from: Mal5950 on September 19, 2009, 01:58:54 PM
This is a great mod however I have come across a problem:

When trying to open some posts with reported dead links I was not able to and got this message:

There are over 100 links to a FileHost in this message page.
Please, delete some links, use other filehost or open other topic.


1. The post(s) concerned do not contain over 100 links.
2. After uninstalling the mod I was able to open the post(s) in question and they did not contain any dead links at all.

Shame this mod still seems to have a few bugs as it could be one of the most invaluable mods available.


I'm having the same problem. I know it's an intentional limitation, but it's not one I want. Can you please tell me what exactly I have to edit to get around this 100 links limitation? I couldn't find anything in the code relating directly to it aside from the error message to be posted when exceeding 100 links. I tried changing that 100 to a higher number but it made no difference. TIA!

EDIT: Ah, okay, I see now from above post that apparently there is no way to get around this at the moment. I'll just wait for the next version, thanks.

ɔɔɔɔɔɔuɥoɾ

Quote from: imno007 on September 23, 2009, 10:31:57 AM
I'm having the same problem. I know it's an intentional limitation, but it's not one I want. Can you please tell me what exactly I have to edit to get around this 100 links limitation? I couldn't find anything in the code relating directly to it aside from the error message to be posted when exceeding 100 links. I tried changing that 100 to a higher number but it made no difference. TIA!

EDIT: Ah, okay, I see now from above post that apparently there is no way to get around this at the moment. I'll just wait for the next version, thanks.

You Don't.

That will mess everything up, even though it can make it work for you it will get the checker invalid results, mark some links as dead when there alive and vica versa


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

edi67

Quote from: imno007 on September 23, 2009, 10:31:57 AM
Quote from: Mal5950 on September 19, 2009, 01:58:54 PM
This is a great mod however I have come across a problem:

When trying to open some posts with reported dead links I was not able to and got this message:

There are over 100 links to a FileHost in this message page.
Please, delete some links, use other filehost or open other topic.


1. The post(s) concerned do not contain over 100 links.
2. After uninstalling the mod I was able to open the post(s) in question and they did not contain any dead links at all.

Shame this mod still seems to have a few bugs as it could be one of the most invaluable mods available.


I'm having the same problem. I know it's an intentional limitation, but it's not one I want. Can you please tell me what exactly I have to edit to get around this 100 links limitation? I couldn't find anything in the code relating directly to it aside from the error message to be posted when exceeding 100 links. I tried changing that 100 to a higher number but it made no difference. TIA!

EDIT: Ah, okay, I see now from above post that apparently there is no way to get around this at the moment. I'll just wait for the next version, thanks.

Guys is necessary ONLY READ correctly this topic for find solution:
http://www.simplemachines.org/community/index.php?topic=321151.msg2140473#msg2140473
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

imno007

#174
Quote
Guys is necessary ONLY READ correctly this topic for find solution:
http://www.simplemachines.org/community/index.php?topic=321151.msg2140473#msg2140473

Well, I think I've given up for now. I tried that and it didn't work for me with my forum using RC1.2. I've tried everything that I saw advised and it's just not working, as if it's not even installed. Is there anything other than "log_link_checker_status" and "checker_time" from the messages table that needs to be deleted before trying a new install with an edited subs.php? I've done that twice - and yes, also using the 'install in other theme' option.

ɔɔɔɔɔɔuɥoɾ

The above edit does work, but causes inaccurate results for the link check, making it completely useless, If/When M-DVD updates the mod, it will most likey have either an option to choose how many links to be scanned per post or just a higher amount, the edits he makes will work correctly


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

DarkSylver

Sinceramente genial!

Lastima que sirva para tan pocos servidores. Seria ideal integrar Gigasize, MediaFire, etc...

ɔɔɔɔɔɔuɥoɾ

Quote from: DarkSylver on October 02, 2009, 04:47:11 AM
Sinceramente genial!

Lastima que sirva para tan pocos servidores. Seria ideal integrar Gigasize, MediaFire, etc...

M-DVD can probably add new servers in later updates as the script becomes available to him, you will just have to wait.

M-DVD, probablemente puede agregar nuevos servidores en las actualizaciones posteriores, como la secuencia de comandos que se disponga de él, sólo tendrá que esperar.


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

ishaan

Some post the same  topic i can't open it.

this msg is showing

QuoteAn Error Has Occurred!
There are over 100 links to a FileHost in this message page.
Please, delete some links, use other filehost or open other topic.


one of smf moderator told me that "This looks like it's related to the Auto Link Checker mod."  so am asking here!!

Look here

what i do ?

ɔɔɔɔɔɔuɥoɾ

the link checker is programmed to only check 100 links, I suggest you disable it and split the post into to parts, 50 links in each post, then enable the mod again

Doing anything to remove the limit, (as done before) will deem this mod useless.


SMF 2.0 RC5

   
Webhost to New Webhost file transfer service, PM me - Fast transfers

Advertisement: