Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Link Checker Bot Details »»
Link Checker Bot
Version: 1.00, by mac-warez mac-warez is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 01-26-2009 Last Update: Never Installs: 105
Uses Plugins
Additional Files Translations  
No support by the author.

Custom Link Checker Bot 1.0

I have decided to code my own link checker bot.

This link Checker Checks links from....
  • Rapidshare
  • Mediafire
  • Megaupload
  • Easy-Share
  • Netload
  • Depositfiles

To install....

1. Upload all of the files in the "upload" folder

2. Open the product-dlc.xml in Notepad or Wordpad.

3. Place your forum username in every username="" tag you see.

4. After that you can import the product.

5. Setting up a cron to make it run automatically. Set up the cron here. admincp>scheduled tasks>add new scheduled task

Use these variables.

Varname: dead_link_checker

Title: Dead Link Checker Bot

Description: Checks for dead links and adds them to graveyard

Log Phrase: dead_link_checker

Set how often you want it to run

Then

Filename: ./includes/cron/dlc.php





Please post comments and feedback here.

Files below.

Download Now

File Type: zip LinkChecker1.0.zip (9.1 KB, 1144 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 12-14-2009, 10:14 PM
theredone theredone is offline
 
Join Date: Apr 2009
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod for my site...
Reply With Quote
  #103  
Old 06-11-2010, 10:09 PM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mr. Gecko (the developer) has disabled this add on to where it doesn't validate anything as bad... If you would like this plugin to work, follow these instructions.
1 Make sure your php can use fopen to open websites.
2 Make a php file on your site and put this in it.
Code:
<?
error_reporting(0);
$url = isset($_REQUEST['url']) ? trim($_REQUEST['url']) : "";
header("Content-Type: text/plain");
$mime = "";
if ($file = fopen($url, "r")) {
   $fileInfo = stream_get_meta_data($file);
   for ($h=0; $h<count($fileInfo['wrapper_data']); $h++) {
       $headers = explode(";", strtolower($fileInfo['wrapper_data'][$h]));
       for ($d=0; $d<count($headers); $d++) {
           $header = $headers[$d];
           if (preg_match("/content-type:/i", $header)) {
               $mime = trim(str_replace("content-type:", "", $header));
           }
       }
   }
   fclose($file);
   echo $mime;
}
?>
3 In the cron file, find curl_setopt($ch, CURLOPT_URL,"http://gecko.myusers.info/mime.php?url=".urlencode($val3)); and replace it with curl_setopt($ch, CURLOPT_URL,"http://YOURDOMAIN/YOURPATH.php?url=".urlencode($val3)); of course replacing the YOURDOMAIN and YOURPATH with the right data.

Mr. Gecko doesn't mind you using the plugin, but he does mind you using his server for checking things as it takes his bandwidth. Do not ask Mr. Gecko for help as this is all he is giving you guys... Please take to mind that this was written in 2007 and may have loads of problems still.
Reply With Quote
  #104  
Old 07-18-2010, 01:30 AM
NeXuM NeXuM is offline
 
Join Date: Mar 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it working with vb 3.6.4 ?
Reply With Quote
  #105  
Old 03-31-2012, 06:46 AM
nexxzus nexxzus is offline
 
Join Date: Sep 2011
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vbulletin works in 4.1.11?
Reply With Quote
  #106  
Old 03-31-2012, 07:35 PM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is dead.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05440 seconds
  • Memory Usage 2,262KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete