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)

Kaycee123 09-10-2008 05:20 AM

This is an excellent mod -works fantastic for a site like ours that has hundreds of external links!!!

Thank you so much - its working great :D:D:D

Dman91 09-10-2008 05:48 AM

Glad i could help you to get it working :)

rmxs 09-10-2008 11:45 AM

Cool...how can i add up to 10 forums for check?

steve1966 09-10-2008 11:56 AM

Hi please can you help me with this i got this message when i ran the query

Code:

Error
SQL query:

ALTER TABLE `vb_thread` ADD `time_check` INT( 10 ) NOT NULL DEFAULT '0' AFTER `taglist` ;



MySQL said: 

#1146 - Table 'my_forum1.vb_thread' doesn't exist

from where do i find to

change it to mach the prefix of your database tables.

thanks

rmxs 09-10-2008 12:18 PM

Works good byt when i read PM from bot i saw this error on the top Warning: Invalid argument supplied for foreach() in [path]/private.php on line 1523

rmxs 09-10-2008 12:38 PM

Quote:

Originally Posted by steve1966 (Post 1618911)
Hi please can you help me with this i got this message when i ran the query

Code:

Error
SQL query:

ALTER TABLE `vb_thread` ADD `time_check` INT( 10 ) NOT NULL DEFAULT '0' AFTER `taglist` ;



MySQL said: 

#1146 - Table 'my_forum1.vb_thread' doesn't exist

from where do i find to

change it to mach the prefix of your database tables.

thanks

login to phpmyadmin and look on the right if the tables have any prefix like vb_

Now with this query you try to alter in
my_forum1.

rmxs 09-10-2008 12:40 PM

Onother problem

Quote:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/rmxs/domains/rmxsmania.com/public_html/Vb/bot/bot.php on line 170
No Relevant Links Found : 13213
There is a link byt its not clickable (like in code)

sarkar 09-10-2008 01:06 PM

Quote:

Originally Posted by rmxs (Post 1618904)
Cool...how can i add up to 10 forums for check?

Forums to check syntax
`forumid` = 2 OR `forumid` = 3 - This will check both forum id 2 and 3
`forumid` != 2 OR `forumid` != 3 - This will all forums EXCEPT forum id 2 and 3

sarkar 09-10-2008 01:12 PM

Quote:

Originally Posted by rmxs (Post 1618947)
Onother problem

There is a link byt its not clickable (like in code)

Replace:

$qu2 = mysql_query("SELECT `pagetext`, `userid` , `username` FROM `".$prefix."post` WHERE `postid` = '$pid'");

With this:

$qu2 = mysql_query("SELECT `pagetext`, `userid` , `username` FROM `".$prefix."post` WHERE `postid` = '$pid'") or die(mysql_error());

And please report back what you get.

Quote:

Originally Posted by rmxs (Post 1618927)
Works good byt when i read PM from bot i saw this error on the top Warning: Invalid argument supplied for foreach() in [path]/private.php on line 1523

This error will be fixed in the next release.

bL@CKw!d0w 09-10-2008 01:12 PM

I make a pitcure for this link checker :D


All times are GMT. The time now is 05:00 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.01370 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
  • (2)bbcode_code_printable
  • (5)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