Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Files Database Details »»
Links and Files Database
Version: 1.60, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 01-17-2004 Last Update: 07-25-2005 Installs: 238
DB Changes Template Edits
 
No support by the author.

The VB3.0 version is no longer supported although there have been no reported problems for some time

See here for the VB 3.6 version of this hack, which is now the supported version. This version currently also works with VB 3.5
See here for the VB 3.5 thread for this hack.

What's new in v1.60?

Option to display associated thumbnail images
Option to accept/not accept new entries if these already exists in database
Code for mass edits (accessed via admincp) tidied up
VB phrasing completed
Includes a full French and a partial German translation (thanks to cclaerhout, Allan and LeeWicKeD), handled properly by installation script.
Various bugs fixed and tested against php4 and php5:
Better database validation (on startup/in admincp: links with invalid associated forumids, categories with invalid parentids)
Alternative linkbit templates provided (default uses a fieldset, the other is the old-style table row)
Alternative category selection templates (pull down menu/list of checkboxes),
Star rating displayed using standard VB stars rather than in text form
Series of minor bug fixes
See file change.txt in zip file

What it is/does

- Provides a searchable database of weblinks and/or downloadable files, for example manuals, music files, pictures, etc.
- Integrates within VBulletin, without requiring any code changes.
- Transparently handles links and file downloads. (If you want to provide downloads from your own site, you need a separate tool to upload these files. This hack does not and will not include a file uploader.)
- Provides unlimited nested categories.
- Each link/file can be a member of multiple categories.
- Link and category title and descriptions can use all BBCODEs, giving the possibility to add images, colouring, etc, as you wish
- Viewing/access permissions controlled using VBulletin forum system
- Users can rate links, in a similar manner to VB thread rating.
- File downloads are semi-leechproof, i.e. the user does not see where the file is stored and can only access the link if she has access to the associated forum.
- Audio files playable via Windows Media Player can be offered as a jukebox .
- Tracks who downloads what
- Validates links on entry/editing, and provides admin facility to validate the entire database.

Installation/upgrading instructions

Read instructions.txt in the zip file. Installation script works out whether to install or upgrade.

To upgrade from an earlier release of this hack, simply re-run the installation script. If you modified the templates in the top styles, you will lose these modifications unless you back up and re-edit.

PLEASE BACK UP YOUR DATABASE

See also

For screen shots, see attachments.

Tested with

VBulletin 3.0 and higher
PHP 4.1.1 and 4.3.4, should work with all 4.x versions, seems ok with 5.0.4
MySQL 4.0.
Reported ok with MySQL 4.1 but not exhaustively tested

Credits

Initially inspired by drkFusion's vb2 hack "vb Link Directory" v.2 and discussion about v.3 on Vbulletin.org. This is a complete rewrite with many more features. Every credit to the VBulletin folks for providing the infrastructure and to those on vbulletin.org who have helped with testing.

Integrations/Conversions

Natch has written extensions to integrate this hack with VBindex and VBAdvanced.

For convenience, this hack includes fully integrates with, but does not install, his VBIndex hack - i.e. the required template and code are provided, and the admin panel handles the configuration settings. Please refer to his thread for instructions.

Integration with VBadvanced is described in thread 1319 at vbadvanced.com.

The zip file includes a script and instructions for converting from vbLinks v2 (see thread 44551

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #287  
Old 04-06-2004, 12:09 AM
Animension Animension is offline
 
Join Date: Feb 2004
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, I recently installed this hack (along with the integration with vBAdvanced hack).

My problem is that I cannot add links. I can add categories, but when I attempt to add links it sits there and loads nothing. I've tried several different web pages but it still just sits there.

Any help is appreciated.

EDIT: I played around and found that it was the URL check that was messing it up. However now, I get this SQL database error:

Code:
Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:  
                INSERT INTO local_linkslink (linkname, linkurl, linkdesc, linkhits, linkforum, linkcheck, linkstatus, linkdate, linkusername, linkuserid) 
                VALUES ( 
                'www', 
                'http://www.google.com', 
                'thedhrhetrgtgfehe', 
                0, 
                '11', 
                1081171544, 
                , 
                1081171544, 
                'Ultima Ichijouji', 
                1 
                ) 
        
mysql error: You have an error in your SQL syntax near ' 
                1081171544, 
                'Ultima Ichijouji', 
         ' at line 10

mysql error number: 1064

Date: Monday 05th of April 2004 06:25:44 AM
Script: http://www.animension.net/adrf/local_links.php
Referer: http://www.animension.net/adrf/local...ddlink&catid=1
Username: Ultima Ichijouji
Reply With Quote
  #288  
Old 04-06-2004, 04:21 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Animension
EDIT: I played around and found that it was the URL check that was messing it up. However now, I get this SQL database error:

Code:
Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL:  
                INSERT INTO local_linkslink (linkname, linkurl, linkdesc, linkhits, linkforum, linkcheck, linkstatus, linkdate, linkusername, linkuserid) 
                VALUES ( 
                'www', 
                'http://www.google.com', 
                'thedhrhetrgtgfehe', 
                0, 
                '11', 
                1081171544, 
                , 
                1081171544, 
                'Ultima Ichijouji', 
                1 
                ) 
        
mysql error: You have an error in your SQL syntax near ' 
                1081171544, 
                'Ultima Ichijouji', 
         ' at line 10
The SQL error is happening where the value (statuscheck) returned by check_url is inserted into the database. You said that you'd played around with check_url - perhaps you've deleted the return code by mistake?
Reply With Quote
  #289  
Old 04-06-2004, 04:22 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CERTguide
I copied the link into the database and copied it back out after it said it was not available. Always works in a browser, never in the database.
OK - this weekend ...
Reply With Quote
  #290  
Old 04-06-2004, 03:54 PM
hitmanuk2k hitmanuk2k is offline
 
Join Date: Dec 2002
Location: Durham, England
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just installed.... but when i go to local_links.php?links (where i am told i can add categories...) there are no options at all for anything....
Reply With Quote
  #291  
Old 04-06-2004, 04:12 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hitmanuk2k
just installed.... but when i go to local_links.php?links (where i am told i can add categories...) there are no options at all for anything....
Do you not see another tool bar across the screen? It should say Links, Search and Administer links v1.01. Click on Links and you'll get a pull down menu with the Create Category option

If not, we need to look deeper.
Reply With Quote
  #292  
Old 04-07-2004, 10:35 PM
OGT OGT is offline
 
Join Date: Mar 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #293  
Old 04-08-2004, 05:09 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #294  
Old 04-08-2004, 01:32 PM
OGT OGT is offline
 
Join Date: Mar 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #295  
Old 04-08-2004, 01:40 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #296  
Old 04-08-2004, 02:13 PM
OGT OGT is offline
 
Join Date: Mar 2004
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #297  
Old 04-09-2004, 05:38 AM
fortnox fortnox is offline
 
Join Date: Aug 2003
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is here anybudy to write this Hack in german because this is great for my forums ? :nervous:
Reply With Quote
  #298  
Old 04-09-2004, 05:41 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fortnox
Is here anybudy to write this Hack in german because this is great for my forums ? :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.
Reply With Quote
  #299  
Old 04-09-2004, 10:07 AM
fortnox fortnox is offline
 
Join Date: Aug 2003
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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,
Reply With Quote
  #300  
Old 04-09-2004, 12:05 PM
Okiewan's Avatar
Okiewan Okiewan is offline
 
Join Date: Dec 2001
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #301  
Old 04-09-2004, 12:06 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:02 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.06484 seconds
  • Memory Usage 2,380KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete