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)

hscorp 10-31-2008 07:57 PM

i got this error please help me fast

Code:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/m6wronc/public_html/forum/vbbot.php on line 112
Unable to connect to mysql server.


hscorp 10-31-2008 09:04 PM

Quote:

Originally Posted by hscorp (Post 1656805)
i got this error please help me fast

Code:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /home/m6wronc/public_html/forum/vbbot.php on line 112
Unable to connect to mysql server.


hehe i find the problem database server was down

thanks its working fine

howcome 11-02-2008 07:40 AM

Quote:

Originally Posted by Dman91 (Post 1655483)
howcome, PM me bot file

i fixed the problems right now im just trying to get it to scan all the froums wit links with out reaching max memory size reached just gotta write all forum id's down and type it all in


Code:

Using Method where time_check is 0

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33292288 bytes) in /home2/name/public_html/mysiteurl/forums/bot/vbbot.php on line 76

im also trying to make it not scan trash

SpaMMerGR 11-02-2008 07:47 AM

i have greek board.. what it did is to replace all the greek letters to ????????????????????????????????? ???????????????????????????????????????

please tell me its fixable and it didnt screw up my board!!!!

stamos2003 11-02-2008 12:44 PM

i have a greek board too but it did not screw anything up, why should it?

SpaMMerGR 11-02-2008 02:32 PM

I guess because it was converted from phpbb3 that uses UTF-8 encoding and not ISO like yours..
I tried to convert it to ISO but all greek letters became "?????"

i contacted the developer of the mod, he says i should restore the DB and remove the mod..

Guess im going to wait for the next version that may support UTF8...

hey stamoulis :)

Dman91 11-04-2008 05:07 AM

@Howcome - https://vborg.vbsupport.ru/showpost....0&postcount=85
@SpaMMerGR - I will try to include utf-8 support..

howcome 11-07-2008 05:12 AM

Quote:

Originally Posted by Dman91 (Post 1659134)
@Howcome - https://vborg.vbsupport.ru/showpost....0&postcount=85
@SpaMMerGR - I will try to include utf-8 support..

thanks for your help but i meant that it keeps scanning the graveyard and i keep tryna add the grave yard not check links code and it would still check now i get that max error how to fix?

3DPiMp 11-07-2008 04:42 PM

Quote:

Originally Posted by howcome (Post 1657703)
i fixed the problems right now im just trying to get it to scan all the froums wit links with out reaching max memory size reached just gotta write all forum id's down and type it all in


Code:

Using Method where time_check is 0

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33292288 bytes) in /home2/name/public_html/mysiteurl/forums/bot/vbbot.php on line 76

im also trying to make it not scan trash

i get this same error ... :/ Anyone help?

Dman91 11-08-2008 03:06 AM

@howcome - Send me your bot file
@3DPiMp - https://vborg.vbsupport.ru/showpost....0&postcount=85

wtfsoccerdude 11-08-2008 07:04 PM

I followed all the instructions but when I manually run the Schedules task of Link Checking I get the following error:

Code:

Warning: fopen(botruns.txt) [function.fopen]: failed to open stream: Permission denied in [path]/vbbot.php on line 25

Warning: fclose(): supplied argument is not a valid stream resource in [path]/vbbot.php on line 26

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'apache'@'localhost' (using password: NO) in [path]/vbbot.php on line 112
Unable to connect to mysql server.

What to do?

Also, one more thing that, I have added the auto-coder to my board. It automatically codes all the links so the [URL] tags in functions_newpost.php were replaced by [CODE] tags. Do I need to revert that change or it won't create any troubles?

Dman91 11-09-2008 04:36 AM

It is not able to connect to mysql, make sure it is in the root folder.
Also for the mod you added, it should not create any troubles but if it does, you can revert the change.

deltrumweb 11-10-2008 10:10 AM

I am getting this error at the header when I view a PM from the Bot:

Code:

Warning: Invalid argument supplied for foreach() in [path]/private.php on line 1523
Here are my user defined variables (I have edited out the domain for security) :

PHP Code:

// Start of user defined variables
$trash '37'//Forum id of trash
$botid '355'//Userid of bot
$botname 'LinkChecker Bot'//Username of bot
$check '`forumid` = 2 OR `forumid` = 3 OR `forumid` = 4 OR `forumid` = 5 OR `forumid` = 9 OR `forumid` = 21 OR `forumid` = 10'//Forums to check 
$pa '
Links checked on ' 
date('d/m/y'). ' by LinkChecker Bot'//This will append this at the end of the checked post
$ppa '<br /> Links checked on ' date('d/m/y'). ' by LinkChecker Bot'//VB uses a caching technique, this will append it to end of parsed post. This is HTML!
$perd '75'//Percent decision variable.
$tr "More than $perd percent on the links are dead that is why the topic is moved to trash"// This is the reply in the topic.
$pmt 'Dead Links Removed !'// PM Title
$reportforumid '19'//This is where bot will make new topics stating reports
$showurl 'http://*******.com/showthread.php?t='//Your URL
//Check Line 226 to edit PM message.
//End of user defined variables. 

The bot is a member with ID: 355 however, when I go to view his profile, I can see it no problem. However, when I click his user name under one of his moved threads, it says:

Quote:

This user has not registered and therefore does not have a profile to view.
I think this may be a code error ???? Someone please help !!!! lol

wtfsoccerdude 11-12-2008 08:27 PM

How to enter the forum id's??

Like this:

Code:

$check = '`forumid` = 2 OR `forumid` = 3'
OR

Code:

$check = '`forumid` = 2,3,4,5,6'
The bot is running but it doesn't check any links. It doesn't leave the link checked message on the posts and neither does it move to trash.

dxflw 11-18-2008 10:20 PM

i cant understand how to add time check via phpmyadmin and the rest i dont see any..vb_ on my phpmyadmin database...
i have edit the vbbot.php like this:
PHP Code:

// Start of user defined variables
$trash '135'//Forum id of trash
$botid '1'//Userid of bot
$botname '*****'//Username of bot
$check '`forumid` = 31'//Forums to check 
$pa '
Links checked on ' 
date('d/m/y'). ' by link checker bot'//This will append this at the end of the checked post
$ppa '<br /> Links checked on ' date('d/m/y'). ' by link checker bot'//VB uses a caching technique, this will append it to end of parsed post. This is HTML!
$perd '75'//Percent decision variable.
$tr "More than $perd percent on the links are dead that is why the topic is moved to trash"// This is the reply in the topic.
$pmt 'I have moved your topic to trash'// PM Title
$reportforumid '5'//This is where bot will make new topics stating reports
$showurl 'http://*****.com/forum/showthread.php?t='//Your URL 

i have uploaded direct the php and i get this errors:
Code:

Warning: fopen(botruns.txt) [function.fopen]: failed to open stream: Permission denied in /home/*****/public_html/forum/vbbot.php on line 25

Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/forum/vbbot.php on line 26

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/*****/public_html/forum/vbbot.php on line 124

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/*****/public_html/forum/vbbot.php on line 129
Using Method where it seems that all topics have been checked.

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/*****/public_html/forum/vbbot.php on line 147

Warning: unlink(botruns.txt) [function.unlink]: No such file or directory in /home/*****/public_html/forum/vbbot.php on line 294


howcome 11-19-2008 06:55 PM

i pm'd my php have u taken a look?

Dman91 11-20-2008 04:19 AM

@deltrumweb - PM Error is a bug that needs to fixed. As for the user not found i think your the first one to get that. PM me your board url, with that problem.
@wtfsuccerdude - forum ids need to be entered like
Code:

$check = '`forumid` = 2 OR `forumid` = 3'
@dxflw - open phpmyadmin and run those queries. for fopen error read the faq.
@homecome - pmed you back.

Dman91 11-20-2008 11:07 AM

https://vborg.vbsupport.ru/external/2008/11/29.jpg Thought would post screenshot of the new version

Skavenger 11-20-2008 01:45 PM

Good job!

soundbarrierpro 11-20-2008 04:58 PM

I'd like to use this because I have thousands of sendspace links on my site, but I'm afraid to be messing with phpmyadmin since I have a lot of customizations and add ons.

howcome 11-20-2008 11:29 PM

Code:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 33292288 bytes) in /home2/name/public_html/siteurl/forums/folder/vbbot.php on line 76

Dman91 11-21-2008 03:49 AM

classic rapidshare error...
https://vborg.vbsupport.ru/showpost....0&postcount=85
Or wait for the new version i am implementing a new method to check rapidshare

howcome 11-22-2008 01:26 AM

is that two me?

Dman91 11-22-2008 03:37 AM

yes it is to you.

howcome 11-22-2008 04:21 PM

now i get
Code:

Using Method where time_check is 0
1879

the bot worked once upon a time now all these errors :(

momo2 11-22-2008 05:44 PM

looks great, how ever for my sites, we over 400,000 posts all with rapidshare links
this can handle that size b4 i install it ??

howcome 11-22-2008 06:23 PM

when is new version comin j/w?

Nightcast 11-23-2008 08:03 AM

Oh God yes I can't wait for the new version. Mine is still working great and i use it every day. Thanks again.

Dman91 11-23-2008 05:35 PM

@howcome good... now you know the topic id which is giving trouble
UPDATE `thread` SET `ignore_check` = 1 WHERE `threadid` = '1879'
run this query in phpmyadmin
and then undo the edits you did... and it should work...
@momo2 - I suggest you wait for next version.
New version will be out in 1 week max.

soundbarrierpro 11-23-2008 06:43 PM

Will you still have to mess with the tables in phpmyadmin with the new version?

Skierpetros 11-23-2008 07:31 PM

It stopped working suddenly and it stuck...this mean that is finish?

howcome 11-23-2008 11:43 PM

maybe i will just wait a week for new version

Dman91 11-25-2008 03:16 PM

@Skierpetros - What do you mean it stopped ?
I need beta testers for new version, anyone willing to help please PM me.

howcome 11-26-2008 06:53 AM

yea it fixed it for a lil bit then i get that memory error again i run the bot and it scans one post the max memory error

@Dman what do you require from beta testers?

Dman91 11-26-2008 05:31 PM

Testing all the features of the bot, if they work fine.

soundbarrierpro 11-26-2008 06:39 PM

Do you know if the table edits in phpmyadmin affect any other parts of the forum structure? My hand keeps on touching the cookies, but I keep pulling it out of the cookie jar. I really need a mod to check my links but I'm also really afraid of messing with the tables.

3DPiMp 11-29-2008 03:57 AM

it is working pretty well so far!!! I can't wait till it works PERFECTLY!!!

wtfsoccerdude 12-01-2008 01:40 AM

Quote:

Originally Posted by Dman91 (Post 1669138)
@wtfsuccerdude - forum ids need to be entered like
Code:

$check = '`forumid` = 2 OR `forumid` = 3'

Here's what I have but still doesn't work. In cron tasks, it says running but, it doesn't post the link checked message or send a PM on dead links:

Code:

// Start of user defined variables
$trash = '81'; //Forum id of trash
$botid = '150'; //Userid of bot
$botname = 'NovaBot'; //Username of bot
$check = '`forumid` = 15 OR `forumid` = 67 OR `forumid` = 9 OR `forumid` = 72 OR `forumid` = 73 OR `forumid` = 11 OR `forumid` = 65 OR `forumid` = 12 OR `forumid` = 68 OR `forumid` = 13 OR `forumid` = 69 OR `forumid` = 16 OR `forumid` = 63 OR `forumid` = 70 OR `forumid` = 71 OR `forumid` = 52 OR `forumid` = 76 OR `forumid` = 24 OR `forumid` = 56 OR `forumid` = 54 OR `forumid` = 53 OR `forumid` = 2OR3 `forumid` = 55 OR `forumid` = 61 OR `forumid` = 42 OR `forumid` = 44 OR `forumid` = 45 OR `forumid` = 46 OR `forumid` = 48 OR `forumid` = 50'; //Forums to check
$pa = '
Links checked on ' . date('d/m/y'). ' by <font color="#B4045F"><b>NovaBot</b></font>.'; //This will append this at the end of the checked post
$ppa = '<br /> Links checked on ' . date('m/d/y'). ' by <b>NovaBot</b>.'; //VB uses a caching technique, this will append it to end of parsed post. This is HTML!
$perd = '87'; //Percent decision variable.
$tr = "More than $perd percent of the links are dead. The topic is NovaDump-ed."; // This is the reply in the topic.
$pmt = 'Your Topic has been NovaDump-ed!'; // PM Title
$reportforumid = '79'; //This is where bot will make new topics stating reports
$showurl = 'http://mysite.com/showthread.php?t='; //Your URL
//Check Line 226 to edit PM message.

*mysite is just to keep my site anonymous.

Also, I have the tfSEO installed, so will it interfere with this mod?

Thanks!

Dman91 12-01-2008 08:16 AM

Read this http://maxwcoders.com/forum/viewtopic.php?f=26&t=24

kramxel13 12-01-2008 09:22 AM

Very nice work :)

Its flawless

Would be nice to have it included in the ACP

Guess I will work on it


All times are GMT. The time now is 10:56 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.01657 seconds
  • Memory Usage 1,848KB
  • 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
  • (14)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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