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)

dirtymerc 03-10-2004 02:11 AM

I did a small file edit to put the search in the main page, check it out, if your interested to know how i did it, ill post it up here:

http://www.offthetopic.com/forums/lo...p?action=links

AndrewD 03-10-2004 04:05 AM

Quote:

Originally Posted by swanienufan
First off, I want to say GREAT hack, super easy installation worked great!

Is there a way to set the display order of the categories or links? Didn't know if I was missing something. I went back and looked through most of the messages and couldn't find anything on this. If not available now, is this something that might be added in future releases?

Thanks for your work on this.

G

Thanks. You're right.

Currently, the categories and the links are pulled out of the database in alphabetical order. There's no facility yet to change that. (There's no code yet, either, to break up the lists into pages.)

What sort options would you like to see? These haven't been priorities for me, and the risk is always that extensions introduce new bugs, but I'm happy to think about the problem.

AndrewD 03-10-2004 04:08 AM

Quote:

Originally Posted by dirtymerc
I did a small file edit to put the search in the main page, check it out, if your interested to know how i did it, ill post it up here:

http://www.offthetopic.com/forums/lo...p?action=links

Looks nice - just interested to know, why do you prefer having the search box visible rather than just using the drop down from the links menu bar? Or are you using a browser that doesn't handle the pop up correctly? (Or maybe I screwed up the coding for your browser :tired: - the pop up works find for me on your site with IE6 and Mozilla Firefox)

joeychgo 03-10-2004 05:32 AM

IM thinking about installing this --- but I have a few questions first.. (im a 10 day old newbie so please be gentle)

First this part in the instructions confused me:

Integrating with your board

Use these links:

local_links.php?action=links : Browse the database at top level

local_links.php?action=links&catid=nn : Browse the database starting at category nn
local_links.php?action=search : Set up a search

local_links.php?action=jump&id=nn : Anti-leech jump to link/file nn, incrementing hit counter

local_links.php?action=admin : Admin control, including links validation (normally admins only)
local_links.php?action=logjumps&start=yyyy-mm-dd&end=yyyy-mm-dd : Admin access to
see who downloaded/jumped to what
local_links.php?action=cleanjumps&start=yyyy-mm-dd&end=yyyy-mm-dd : Admin access to
clear out log of who downloaded/jumped to what

local_links.php?action=show&forum=nn : Display entries associated with forum nn
local_links.php?action=show&check=0 : Display entries that failed the latest site validation
local_links.php?action=show&check=1 : Display entries that passed the latest site validation
local_links.php?action=show&check=-1 : Display those entries that are invalid


WHat am I suppose to do here?

Second, how do I get this to add a option to the navbar?

Third, is there a way to add the banner for the link?

Again, im new, I dont know html, and am just muddling my way along... :) thanks!

AndrewD 03-10-2004 05:44 AM

Quote:

Originally Posted by joeychgo
IM thinking about installing this --- but I have a few questions first.. (im a 10 day old newbie so please be gentle)

First this part in the instructions confused me:

Integrating with your board

Use these links:
etc
WHat am I suppose to do here?

Second, how do I get this to add a option to the navbar?

Third, is there a way to add the banner for the link?

Again, im new, I dont know html, and am just muddling my way along... :) thanks!

I'm as gentle as they come - I also do a good job removing teeth :devious:

Basically, you only need to add one link to your navbar template to get access to this hack.

Go into the admincp, styles and templates, edit templates. Edit the navbar template.

Look for a line
PHP Code:

<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]">$vbphrase[faq]</a></td

Add the following line immediately afterwards
PHP Code:

<td class="vbmenu_control"><a href="local_links.php?$session[sessionurl]">Links</a></td

Save. that should add a new item on your navbar that takes you straight into this hack. The other items I explain in the instructions give direct links to individual functions, but you can get at these via this link.

Adding a banner - I imagine you want an image to show up? What you have to do is work out where the image is stored. If you go into a site and right click on an image, then choose Properties, it will give you the full url. Simply put a standard IMG VBulletin BBCode into your link description pointing to that url.

joeychgo 03-10-2004 06:03 AM

what about the first question?

AndrewD 03-10-2004 06:05 AM

Quote:

Originally Posted by joeychgo
what about the first question?

You don't need to do anything about the first question unless you you want direct access to individual functions. The answer to the second question effectively answere the first. Try it and see!

Morrus 03-10-2004 06:05 AM

Quote:

Originally Posted by AndrewD
Have you just done a revalidation via the admin page, or is this spontaneous? And are your links on or off your site?

The "validate" procedure tries to open a connection to all your links. If the call fails (timeout, etc), then the link is flagged as unavailable.

Perhaps you could pm me or post one of the apparently bad links? I'll try to see iof anything obvious is going on.

Yep, I did a revalidation.

There are 217 links on there right now (including my own site, which is definately available, otherwise I wouldn't be able to see the links page! :) )

I've checked the links maually - they all work OK. Here are a couple of examples which are marked as unavailable, but this is applying to all 217 of the links:

http://www.enworld.org (my own site, currently marked unavailable)
http://www.americanfolklore.net/
http://www.seankreynolds.com

It was odd. I revalidated, and it suddenly marked every single one as unavailable (came up as "failed" on the revalidation page). I've attached a screenshot.

AndrewD 03-10-2004 06:10 AM

Quote:

Originally Posted by Morrus
Yep, I did a revalidation.

There are 217 links on there right now (including my own site, which is definately available, otherwise I wouldn't be able to see the links page! :) )

I've checked the links maually - they all work OK. Here are a couple of examples which are marked as unavailable, but this is applying to all 217 of the links:

http://www.enworld.org (my own site, currently marked unavailable)
http://www.americanfolklore.net/
http://www.seankreynolds.com

It was odd. I revalidated, and it suddenly marked every single one as unavailable (came up as "failed" on the revalidation page). I've attached a screenshot.

As you say, strange. The links are certainly valid.

There can be problems with bad DNS connections. When you do the revalidate, does it immediately tell you that it can't find each link, or does it sit there for quite some seconds thinking about it?

joeychgo 03-10-2004 06:21 AM

Ok, I uploaded the 3 files --

I turned my browser to local_links_install.php, then local_links.php?action=admin then local_links.php?action=links each time I got a blank white page --- ??? Now what? nothing else happened.

Also, there is a Templates directory in the zip file, what is that for?

Addemdum.... I installed the navbar link -- but when I click on it I get an error message which says :

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT * FROM local_linksadmin
mysql error: Table 'lincol14_forums.local_linksadmin' doesn't exist

mysql error number: 1146

Date: Wednesday 10th of March 2004 12:37:13 AM
Script: http://www.lincolnvscadillac.com/local_links.php?
Referer: http://www.lincolnvscadillac.com/
Username: Joeychgo
IP Address: 24.14.128.110


All times are GMT. The time now is 11:58 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.01890 seconds
  • Memory Usage 1,767KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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