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)

acco 09-15-2008 11:23 AM

Has anyone come across a problem with PM's from the link checker?

I get this error msg in firefox when accessing my PM's only from the link checker (it's not a vbulletin error)

Quote:

The page you are trying to view cannot be

shown because it uses an invalid or unsupported form of compression.
Any ideas?

Talked to 3 of my mods & all except for one say the same thing, they get an error when accessing the PM's from LC.

Checking the database & the PM's are their ok.

Dman91 09-15-2008 11:31 AM

Well, you are the first one facing this problem and tbh i dont know why is this error caused you may wait for next version.

Kaycee123 09-15-2008 01:16 PM

Quote:

Originally Posted by Dman91 (Post 1622469)
indeed, it was my bad
Replace this by
Code:

$check = '`forumid` != 47 OR `forumid` != 146';//Forums to check
Whenever you use != to check, use AND
this
Code:

$check = '`forumid` != 47 AND `forumid` != 146';//Forums to check

OK, that makes sense - thanks!

FRANKTHETANK 2 09-15-2008 06:40 PM

If you can't get support here i suggest going to their site and getting support that way. With in five minutes of talking to Dman he got my link checker working. Here is their link.

http://www.maxcoders.com

I can't wait for the updates :)

One question though. What exactly do I do if I want it to check my entire board since I have 1000's of links.

Psylithium 09-15-2008 08:19 PM

Awesome for a warez site ;D.

Tested, works great.

Thanks.

pnosko31 09-15-2008 10:26 PM

was working great then all of a sudden:

Fatal error: Call to undefined function: curl_init()

(yes I have curl - and it worked just fine for a few hundred threads till it decided to crap out on me...)

acco 09-16-2008 12:03 AM

Quote:

Originally Posted by Dman91 (Post 1622559)
Well, you are the first one facing this problem and tbh i dont know why is this error caused you may wait for next version.

I think I may of found the reason for why I get errors with the pm system & LC but I'm not hot on this stuff & I wouldn't know why my forum use a slightly different way when it comes to this little snippit of code within your php.

Code:

$pma = "a:1:{s:2:\"cc\";a:1:{i:$uid;s:4:\"$uname\";}}";
looking at PM's pulled from the read pms hack I see this for working PM's
Code:

a:1:{s:2:"cc";a:1:{i:1;s:6:"acco";}}
and this from the LC
Code:

a:1:{s:2:"cc";a:1:{i:1;s:4:"acco";}}
Am I on to it?

Thanks
acco

pnosko31 09-16-2008 01:17 AM

Quote:

Originally Posted by pnosko31 (Post 1622939)
was working great then all of a sudden:

Fatal error: Call to undefined function: curl_init()

(yes I have curl - and it worked just fine for a few hundred threads till it decided to crap out on me...)

ok I got it back working. the problem only happens with megashare links

exel 09-16-2008 01:39 AM

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/ultimate/public_html/forum/vbbot.php on line 36

edermix 09-16-2008 01:52 AM

Quote:

Originally Posted by edermix (Post 1621715)
Well, here is to ask for download?

This is integrated with Vbulletin? What address?

Quote:

Originally Posted by edermix (Post 1621306)
Ok my dear:

Attachment 86845

Very Thanks. I look forward to in their analysis

Please!


All times are GMT. The time now is 08:10 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.01434 seconds
  • Memory Usage 1,744KB
  • 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
  • (5)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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