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)

Lizard King 04-05-2005 04:21 PM

Andrew is it possible to autolink the image also ?

AndrewD 04-06-2005 05:02 AM

Quote:

Originally Posted by Lizard King
Andrew is it possible to autolink the image also ?

Very easy - will include

Slave 04-07-2005 06:58 AM

Hi Andrew :)

Is there an easy way to roll back to 1.55? or am I stuck with 1.56 for the moment?

Reason I ask is that I'm having problems when creating new sub-cats .. they don't seem to want to go into the cats I tell them too and only go into the very first cat I created.

Thanks :)

AndrewD 04-07-2005 07:39 AM

Quote:

Originally Posted by Slave
Hi Andrew :)

Is there an easy way to roll back to 1.55? or am I stuck with 1.56 for the moment?

Reason I ask is that I'm having problems when creating new sub-cats .. they don't seem to want to go into the cats I tell them too and only go into the very first cat I created.

Thanks :)

Slave, sorry about that - you've been hit by the bug. There should be no problems going back - just upload the 1.55 code and rerun the installation script. Take a backup of your local_links tables to be sure.

I've fixed the bug and plan to release it this weekend.

Slave 04-07-2005 08:04 AM

Ok .. ta .. I'll give it a go :)

RichieBoy67 04-10-2005 02:54 AM

I am having a hard time setting the following..


PHP Code:

monitor_catid
Category id in which to place entries found during directory scans
.    
 
monitor_dir
Comma
-separated list of directories to scan for new links (check setting of local_file_root). 


I keep getting errors.... what is the format for these...


My categorie ID for placement is 13



what exactly are directory id's????

AndrewD 04-10-2005 12:03 PM

Quote:

Originally Posted by RichieBoy67
I am having a hard time setting monitor_catid and monitor_dir

A bit unclear, I realise.

monitor_catid is the numeric id for the category into which you want to place trawled files from your web site. You find out this number by displaying the category of interest or floating the mouse over the main category display and seeing the value given for catid=NN.

monitor_dir specifies one or more directories to scan. The catch is that these directories are within or around your website, not your local PC. A second point is that the interpretation depends on how you have set local_fileroot

If local_fileroot = 0 (the default), then the hack looks for these directories relative to the web site root. It is important to start the specification with a "/".

- if you want to search the directory "fred" which sits at the top of your website tree, set monitor_dir to "/fred"
- to search "fred" and "george", set monitor_dir to "/fred, /george"
- to search "fred" and all its subdirectories, set monitor_dir to "/fred/*"

(technically, the code sticks $_SERVER["DOCUMENT_ROOT"] at the front of whatever you specify.)

If local_fileroot = 1, then the list is treated as absolute or relative file names on the server, and ignores the whereabouts of the web site tree sits on that server.

(technically, the code calls realpath() on whatever you specify).

RichieBoy67 04-10-2005 04:23 PM

Thank you for the response!! :)

So for the cat Id I just have to put the number of one of my categories?? No specific format?? cat id = or anything... just the number???


and for the monitor directory I can just have it scan everything off the root by putting "/" ??

My forum is in the root??? would this work??? By the way-- This is one of my favorute site additions!! Support even makes it better!! Thanks

AndrewD 04-10-2005 05:36 PM

Quote:

Originally Posted by RichieBoy67
Thank you for the response!! :)

So for the cat Id I just have to put the number of one of my categories?? No specific format?? cat id = or anything... just the number???


and for the monitor directory I can just have it scan everything off the root by putting "/" ??

My forum is in the root??? would this work??? By the way-- This is one of my favorute site additions!! Support even makes it better!! Thanks


You just put in the catid number. In the next release, I've simplified things to give a category list, as in the rest of the code.

You can scan your entire tree by specifiying /* for the directory.

Let me know if you have problems and thanks for the remarks

RichieBoy67 04-10-2005 06:55 PM

Thanks Andrew... That worked :)

I was wondering... is there a scheduled task or something that makes it scan the site??? I might have missed something in the settings...

Thanks again


skip that.... I found it but it is finding no links.... I must have something wrong...lol


All times are GMT. The time now is 02:55 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.02290 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)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