vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Links and Files Database (https://vborg.vbsupport.ru/showthread.php?t=60403)

OGT 04-07-2004 10:35 PM

Is there a way to turn the link validation off? http://www.shoutcast.com shows up as unavailable even though it is available. I think a report broken link type system would work better if the validation code cant be tweaked.

AndrewD 04-08-2004 05:09 AM

Quote:

Originally Posted by ohgeetee
Is there a way to turn the link validation off? http://www.shoutcast.com shows up as unavailable even though it is available. I think a report broken link type system would work better if the validation code cant be tweaked.

Each time someone reports this problem, I test the link they quote on my own installation and it works fine. This is making it rather hard to get to the bottom of the problem!!

It's straightforward to tweak the links_linkbit template to show all links regardless of whether they test ok or not.

for example, find the sequence
PHP Code:

<if condition="$linkstatus<=0">
$linkname (not available)
</if> 

and replace with

PHP Code:

<if condition="$linkstatus<=0">
<
a href="local_links.php?action=jump&id=$linkidtarget="_blank">$linkname</a> (maybe broken)
</if> 

This may fix your problem.

OGT 04-08-2004 01:32 PM

Thanks a ton. Is there any information I can give that will help narrow down this problem? I run a fairly low population site on a server that so far has seemed to have all the right things already installed by default.

How does your link validation work? Is it a ping type thing or some other form of mass packet sending that may be blocked by some servers?

AndrewD 04-08-2004 01:40 PM

Quote:

Originally Posted by ohgeetee
Thanks a ton. Is there any information I can give that will help narrow down this problem? I run a fairly low population site on a server that so far has seemed to have all the right things already installed by default.

How does your link validation work? Is it a ping type thing or some other form of mass packet sending that may be blocked by some servers?

I'll have to dig a little to find out what I need to know. The link validation uses the facilities built into PHP to open web pages/files over an http connection. It seems to work ok on the servers I maintain but a couple of you have reported difficulties so I need to investigate.

You should check (although this was checked automatically when you installed the hack) that your server has the php variable allow_url_fopen set to 1 (you can find this out by going into your admincp, down at the bottom Import and Maintenance, then View PHP Info.

OGT 04-08-2004 02:13 PM

allow_url_fopen On On

both my master and local values for that are set to on. maybe its timing out on slower to load sites?

fortnox 04-09-2004 05:38 AM

Is here anybudy to write this Hack in german because this is great for my forums :rolleyes: ? :nervous:

AndrewD 04-09-2004 05:41 AM

Quote:

Originally Posted by fortnox
Is here anybudy to write this Hack in german because this is great for my forums :rolleyes: ? :nervous:

First I need to "phrase" the hack - to use the VB jargon, i.e. place all the text into the phrase database - then it will be a straightforward task to translate.

fortnox 04-09-2004 10:07 AM

Thanks, but this is to heavy for me, because my english is bad.
Still i wait a little bit time to hope for a German version.

Thanks,

Okiewan 04-09-2004 12:05 PM

It may have been mentioned before? But it would seem that the only thing lacking would be to show how many links are in a cat/subcat and something to indicate that a cat/subcat has "new" links. Maybe total links (number) on the main links page.

AndrewD 04-09-2004 12:06 PM

Quote:

Originally Posted by Okiewan
It may have been mentioned before? But it would seem that the only thing lacking would be to show how many links are in a cat/subcat and something to indicate that a cat/subcat has "new" links. Maybe total links (number) on the main links page.

I agree - and I think this may happen quite soon :devious: - but tell me - do you want the checks/counts to go right the way through nested subcategories (tricky) or just one level down (easy)


All times are GMT. The time now is 09:26 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.02249 seconds
  • Memory Usage 1,746KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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