vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - vb Linkchecker Bot 1.1 (https://vborg.vbsupport.ru/showthread.php?t=190407)

Skavenger 09-11-2008 02:11 AM

Quote:

Originally Posted by sarkar (Post 1619565)
Our next version would have the product installer

I'll be waiting for that :)

rmxs 09-11-2008 06:48 AM

Sugestion:

What i thing its good for all.
When you make the product i dont know how you thing is the working progress byt all i thing we have 10 or more differect link categories like music movies or software..

User select to run the script...
Script reply With enter the forum number to check enter the trash can number..

with this way every forum can have differect trash can and th user doesnt need to change all the time the trash id.

What you thing?

rmxs 09-11-2008 07:03 AM

Something that i forget..

How can i change check method?

pierians 09-11-2008 07:04 AM

The script freezes after five minutes of checking and then i have to run the
vbbot.php?deletefile script and then the vbbot.php again manually.

What is the problem?

EDIT

I Don't even get the "Now script will pause for 15 seconds" message, the script just freezes.

Dman91 09-11-2008 08:35 AM

@rxms you cannot change the check method one all new topics have been checked run the bot once again to check old topics...
Question : Would you guys like a feature to change methods ?
@pierians you are facing the classic rs error. (It happens when rs links dont respond to fix this)
You can either ignore this topic or delete it (to know how to ignore read the faq in maxwcoders.)
how did i find out what topic its hanging at ?
i replaced
Code:

    $tid = $re1['threadid'];
by
Code:

    $tid = $re1['threadid'];
  echo $tid;
  exit();

so it would just tell me the value of $tid and stop and you can make the necessary action now replace
Code:

    $tid = $re1['threadid'];
  echo $tid;
  exit();

by
Code:

    $tid = $re1['threadid'];
Edit : You have just given me an idea for debug mode - thanks

steve1966 09-11-2008 08:36 AM

its a shame this did not work for me as I imported my board from phpbb all posts from that earlier time was not being picked up and it sent hundreds of working links to the junk

i had to restore my forum because there was far too many links for me to move back

Dman91 09-11-2008 08:38 AM

Yeah because i told you had an option to prune old posts (most of them would have dead links)

pierians 09-11-2008 08:52 AM

Quote:

Originally Posted by Dman91 (Post 1619720)
so it would just tell me the value of $tid and stop and you can make the necessary action now replace
Code:

    $tid = $re1['threadid'];
  echo $tid;
  exit();

by
Code:

    $tid = $re1['threadid'];
Edit : You have just given me an idea for debug mode - thanks

So, to see if i got it right, the only thing i have to do, to stop hanging, is to replace this code

Code:

    $tid = $re1['threadid'];
  echo $tid;
  exit();

with that one?

Code:

    $tid = $re1['threadid'];

Dman91 09-11-2008 08:54 AM

Yes after you have deleted/ignored topic

pierians 09-11-2008 09:08 AM

Hmm, when it frozed i runned the deletescript so i don't excactly know which threads are problematic...
So this doesn't help me a lot :-(

Sorry i now saw that you told me how to do this in your previous post.

The thing i'm doing now, for the script to complete one full search of my site, is:
I've opened 2 tabs one is the vbbot.php and the other is vbbot.php?=delete
and i've made those tabs automatically refresh every five minutes.


All times are GMT. The time now is 11:34 AM.

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.01349 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete