MyBB Codes

Full Version: Links Checker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
//----------------
//PLUGIN OVERVIEW:
//----------------

Name: Regentronique Links Checker
Author: Exdiogene
Description: This plugin will verify all threads posts links pointing to a multitude of popular files sites like : anonym.to, depositfiles.com, easy-share.com, egoshare.com, filefactory.com, freakshare.net, hotfile.com, mediafire.com, megaupload.com, rapidshare.com, rapidshare.de, sendspace.com, sharingmatrix.com, sms4file.com, storage.to, speedyshare.com, ugotfile.com, up-file.com, uploading.com, vip-file.com.
Website: http://MyBBCodes.com
Version: 1.0
Compatibility: 14*,16*,18*,20*
Files To Upload: One
Files To Edits: None
Author is Responsible For Any Damage: NO
Author Provide Support For This Product: YES
License: Inside the License Folder
Copyrighted: All codes within the product are strongly copyrighted.

//-----------------------
//INSTALLATION PROCEDURE:
//-----------------------

1. Upload file in ./inc/plugins folder
2. Activate Plugin
3. Adjust settings to suit your needs

//----------
// DOWNLOAD:
//----------
[attachment=743]

Last upgrade V1.1 (Apr 28, 2011):
Included two variables in main Global declaration for more PHP compatibility.[attachment=806]

//--------
//SUPPORT:
//--------

You can reach our support forum at: Plugins Support
The administrator can be reached here: exdiogene

---
I hope that you will appreciate this plugin.
Thank You
exdiogene
---
Could you please mention, what is "The Time Wait before Links checked" setting? Smile
This is the period of time that will be waited before rechecking the links again for a specific thread when they were already verified previously.

So if you want to verify the links only each week then you put 7 in the field, if you want to check them each 6 hours you will put 0.25 in the field. This will speed up the verification if you check them quite frequently...

Wink
this mod might interest me
oops I forgot to say thank youWink
I have been using for a long while and works great but since 1.6 its not compatible tried to look for compatibility line to change to 16 but dont see it!
Search for this section located at line 408, approximately at the 2/5 of the file Regentronique_Links_Checker.php :

PHP Code:[Highlight]
function Regentronique_Links_Checker_info()
{

    return array(
        
"name"          => "Regentronique Links Checker",
        
"description"   => "This plugin will verify all threads posts links pointing to a multitude of popular files sites like :
                            anonym.to, rapidshare.com, megaupload.com, rapidshare.de, mediafire.com, filefactory.com,
                            depositfiles.com, sendspace.com, sharingmatrix.com, hotfile.com, ugotfile.com, egoshare.com, easy-share.com, 
                            freakshare.net, sms4file.com, vip-file.com, up-file.com, storage.to, speedyshare.com, uploading.com."
,
        
"website"       => "http://MyBBCodes.com",
        
"author"        => "Exdiogene",
        
"authorsite"    => "http://MyBBCodes.com",
        
"version"       => "1.0",
        
"guid"          => "",
        
"compatibility" => "14*",
    );


Replace the "14*" with "14*,16*"

Wink
Thanks was looking in notepadd++ but didnt see thank you!!Got all other changed over!!
Can you add a "Task" to this plugin. It would be brilliant if we could set how often we want to check links automatically, rather than having to run the link checker manually.
But how are you expecting the new bad links to be knowned by you if i just set a task to run the plugin multiple pages?
Pages: 1 2
Reference URL's