vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Administrative and Maintenance Tools - PHPKD - vB Link Verifier Bot (https://vborg.vbsupport.ru/showthread.php?t=232070)

Omranic 08-04-2010 05:27 PM

Quote:

Originally Posted by Devanand (Post 2054480)
I have some problems. First when I run cron it skip lot of posts with links. It check maybe every 7 or 8 posts even I have links in every posts in that forum. Another thing is mysql error I am geting after some time of checking:

PHP Code:

Database error in vBulletin 3.8.5:

Invalid SQL:

                        
UPDATE post SET
                            phpkd_vblvb 
'a:2:{s:4:"move";a:2:{s:6:"orifid";i:153;s:7:"destfid";i:28;}s:8:"dateline";i:1276693397;}'
                        
WHERE postid 199424
                            
AND userid 38916;

MySQL Error   Unknown column 'phpkd_vblvb' in 'field list'
Error Number  1054
Request Date  
WednesdayJune 16th 2010 08:03:17 AM
Error Date    
WednesdayJune 16th 2010 08:07:03 AM
Script        
: .../admincp/cronadmin.php?do=runcron&cronid=75
Referrer      
: .../admincp/cronadmin.php?do=modify
IP Address    
: ...
Username      : ...
Classname     vB_Database_MySQLi
MySQL Version 
5.1.46-log 

Of course, I have latest version of product.

If you've upgraded from 'Lite' edition to 'Ultimate' edition, then please make sure to run the fix included in the 'Ultimate' edition since there's many differences between both editions.

tirol07 08-06-2010 11:34 PM

thanks for update ;)

Omranic 10-25-2010 06:48 AM

Quote:

Originally Posted by tirol07 (Post 2080305)
thanks for update ;)

You are welcome ;).

Omranic 11-02-2010 12:21 AM

1 Attachment(s)
Sneak peeks of the upcoming featured release -4.0.200-


Other screen shots can't be posted here due to their big size, but it's posted in our website.

Omranic 11-14-2010 02:45 AM

1 Attachment(s)
Sneak peeks of the upcoming featured release -4.0.200- Pack #2

Well, today's screen shots will be one of the most important developments done for our product "vB Link Verifier Bot" version 4.0.200. It's 'Host Manager', with this managing area you've the ability to fully control all supported hosts, enable, disable, edit, delete and even add new ones. Not to mention how much hosts is currently supported by default! I'll not describe it in more details now, just give it a look yourself. It's one of the most great things in the upcoming featured release -if not the greatest- and I'm sure you'll like it.

Attachment 123595

Attachment 123596 Attachment 123597

Attachment 123598 Attachment 123599

Attachment 123600 Attachment 123601

Cool enough!? It's not all the new staff we've for our new release ;), there's still many more things!! Keep tuned!!

Other screen shots can't be posted here due to their big size, but it's posted in our website.

fxwoody 11-26-2010 01:12 PM

WOW! I installed it 2 days ago and woke up with 126 of these this morning!
Any idea why pls

Not 100% comfy with this new plugin...as you will tell me i hope loll

HTML Code:

Database error in vBulletin 3.8.6:

Invalid SQL:

                SELECT user.username, post.userid, post.postid, post.threadid, post.title, post.pagetext, thread.forumid, thread.title AS threadtitle
                FROM post AS post
                LEFT JOIN user AS user ON (post.userid = user.userid)
                LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
                Where thread.open = 1
                        AND thread.visible = 1
                        AND post.visible = 1
                        AND thread.forumid NOT IN (30,131)
                        AND post.dateline > 1290346866
                        AND thread.forumid NOT IN (6,8,10,18,21,24,25,28,30,40,46,49,53,57,61,65,67,68,73,76,82,85,86,89,90,91,99,100,109,116,130,131,157,159,162,167,168,169,)
                        AND post.postid = thread.firstpostid
                        AND post.phpkd_vblvb_lastcheck < 1289914866
                        LIMIT 50;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
                        AND post.postid = thread.firstpostid
                        AND post.phpkd_vblvb_lastcheck < 12' at line 10 Error Number  : 1064 Request Date  : Friday, November 26th 2010 @ 04:41:06 PM
Error Date    : Friday, November 26th 2010 @ 04:41:06 PM
Script        : http://forum.com/cron.php?rand=1290778865
Referrer      : http://forum.com/showthread.php?p=6854
IP Address    :
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

***EDITED****

1: I found a writing error in the XML file: TEMORARY DOWN >>>> "Temporary Down" should be wrote instead ;)
2: I removed the ',' at the end of my "excluded forum" and seem to have fix the problem of SQL error.
but i did a "run" and it found a few post that the links are suppose to be dead and they're not? Why?
I also didn't received any PM about it. I think i'm lost lolllll

cheers

Slugger00001 01-12-2011 03:28 PM

Quote:

Originally Posted by fxwoody (Post 2125963)
WOW! I installed it 2 days ago and woke up with 126 of these this morning!
Any idea why pls

Not 100% comfy with this new plugin...as you will tell me i hope loll

HTML Code:

Database error in vBulletin 3.8.6:

Invalid SQL:

                SELECT user.username, post.userid, post.postid, post.threadid, post.title, post.pagetext, thread.forumid, thread.title AS threadtitle
                FROM post AS post
                LEFT JOIN user AS user ON (post.userid = user.userid)
                LEFT JOIN thread AS thread ON (post.threadid = thread.threadid)
                Where thread.open = 1
                        AND thread.visible = 1
                        AND post.visible = 1
                        AND thread.forumid NOT IN (30,131)
                        AND post.dateline > 1290346866
                        AND thread.forumid NOT IN (6,8,10,18,21,24,25,28,30,40,46,49,53,57,61,65,67,68,73,76,82,85,86,89,90,91,99,100,109,116,130,131,157,159,162,167,168,169,)
                        AND post.postid = thread.firstpostid
                        AND post.phpkd_vblvb_lastcheck < 1289914866
                        LIMIT 50;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
                        AND post.postid = thread.firstpostid
                        AND post.phpkd_vblvb_lastcheck < 12' at line 10 Error Number  : 1064 Request Date  : Friday, November 26th 2010 @ 04:41:06 PM
Error Date    : Friday, November 26th 2010 @ 04:41:06 PM
Script        : http://forum.com/cron.php?rand=1290778865
Referrer      : http://forum.com/showthread.php?p=6854
IP Address    :
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

***EDITED****

1: I found a writing error in the XML file: TEMORARY DOWN >>>> "Temporary Down" should be wrote instead ;)
2: I removed the ',' at the end of my "excluded forum" and seem to have fix the problem of SQL error.
but i did a "run" and it found a few post that the links are suppose to be dead and they're not? Why?
I also didn't received any PM about it. I think i'm lost lolllll

cheers

Still having problems?

Been thinking about buying the Pro version, but im not if there are problems occurring

Fivestones 01-16-2011 02:55 AM

sorry i didnt install it i will have to work at it to learn to do it Thanks ...

Boss1 02-01-2011 04:40 PM

working fine, but one problem..

can u add some more filehosts to the free version please
example, hotfile, fileserve, duckload & filesonic ?

Boss1 02-17-2011 02:23 PM

no reply :(


All times are GMT. The time now is 04:07 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.01111 seconds
  • Memory Usage 1,773KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (3)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
  • (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