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

Reply
 
Thread Tools
vB Links Directory 2.0 *NEW VERSION* Details »»
vB Links Directory 2.0 *NEW VERSION*
Version: 1.00, by DrkFusion DrkFusion is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 10-11-2002 Last Update: Never Installs: 158
 
No support by the author.

[high]vB Link Directory v2.0[/high]*new*

[high]News on new versions[/high]
? vB Links Directory 2.0 Build 250 is almost here, it summarizes all the fixes, and has template fixes including spelling fixes new template look, template look fixes, and over all some organization of the templates.
? vB Links Directory 3.0 development is complete. We will be releasing this privatly to select few, and will be discussing futher public release later on.

[high]What Does it do?[/high]
This hack allows you to have a database of links, you add catagories and users may add there site, this is sort of a Links Management, but more organized and attractive, with easy to use admin panel, built in search panel and more.

This Hack should work on ALL 2.2.x versions.
Please check out the features list below, for a list of new admin, and user features.

[high]Installation:[/high]
- Open readme.txt and follow the instructions
- Upload links.php to your forum root, and weblinksadmin.php to your forum admin dir.

[high]Screenshots:[/high]
- AdminCP : View Catagory and Options
- AdminCP : View Links in Catagory
- AdminCP : Validate vB Option
- AdminCP : Validate New Links
- Main : Links Directory Home
- Main : View Links in Catagory
- Main : Error when Not Registered and Trying to add link
- Main : Add New Link to DB
- Main : Error when Field from adding a link is missing
- Main : Search Results

All copyright notices must stay intact, all links, and messages in templates must be included in order for legal use of this modification.

[high]Features:[/high]
Admin CP::
? View Catagories
? Edit Catagories
? Remove Catagories
? Add New Link
? Edit Link
? Remove Link
? View ALL Links in database as bulk (With Catagory information)*new*
? Link Validation (Option to turn off)*new*
Public::
? View Catagory
? Browse Catagory
? Visit Links
? Add Link
? Search Link Database *new*
? View Top 10 Visited Links *new*
? View Last 10 Added Links *new*

SUPPORT FOR THIS HACK WILL ONLY BE PROVIDED IN THIS THREAD, AND IN THIS THREAD ONLY.

If you use this hack on your site please click Install, so proper support, and upgrades can be provided for you. Thanks

[high]QUERIES GENERATED[/high]
- Main Links Directory Page (11 Queries STANDARD )
- Viewing Links in Catagory (10 Queries STANDARD)
- Search (7 Queries Standard)
- Search Results (9 Queries Standard)
- Top 10 Visited Links (9 Queries Standard)
- Last 10 Added Links (9 Queries Standard)
STANDARD = doesn't change with more cats, link etc

[high]VERSIONS[/high]
v2.0 - Major Bug Fixes, new search engine, admin validation, and many new coding enhancements, and new features added
v1.03 - Minor Bug Fixes in Admin File
v1.02c - New Standard Build

[high]Updates[/high]
11/7/2002
If you are running the previous version, there are upgrade instructions in the zip.
I have included also a new 'Installer', 'Un-Installer' and 'Upgrade' Feature to reduce hassle, and help you upgrade your version, install a new copy, or uninstall at ease. If any problems occure, please PM me immediatly.
11/8/2002
Minor mistake in Top 10 Visited Sites, if you have validation enabled, pleae download the new zip, and overwrite the links.php with the new one, if you don't...I would suggest you still download the new links.php and overwrite it.
11/8/2002
There was a little error in Top 10 Visited sites, if you downloaded the zip after the new zip file, please download this new zip file, and replace the links.php file with the one in this zip.
11/11/2002
There was an error with the code in the upgrade file, if you upgraded, and the hack didn't work, please run this query in PhpMyAdmin
SQL Query: (how to run queries)
ALTER TABLE gportal_weblinkslink ADD hits VARCHAR (255) NOT NULL, ADD valid int(11) DEFAULT '1' NOT NULL

7/10/2002
Database field error. Some fields in the links table, including hits, link url etc, are of wrong value, and on the Top 10 Links when a site gets 99 hits, it will go back to 0 hits and start again. If you have installed vB Links Directory before July 10th 2003 then please CLICK HERE to download the file db_fix.php. Follow the instructions in the post.


AFTER INSTALLATION YOU MUST GO TO VBULLETIN OPTIONS, AND SUBMIT THE OPTIONS, AFTER YOU CHANGE THE VALIDATION OPTION. THIS IS MANDATORY, DO THIS EVEN IF YOU WISH TO HAVE VALIDATION.

Also out of respect I ask that you please do not release revamped versions of this hack as a new one, I have put countless hours into working on the basic functions, and coding it, and I would really be dissappointed. Thanks

Enjoy!
mfInc
http://www.zunepoint.com
- Microsoft Zune Source - Win a free Zune Player
CLICK HERE TO DOWNLOAD THE ZIP
CLICK HERE - If you installed this hack to receive updates, patches, and support

Show Your Support

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

Comments
  #212  
Old 11-08-2002, 06:37 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dark_Wizard
Great...thx for the quick response! I would be very willing to help beta test this and if needed provide help in implementing new features if you need it. Keep up the great work!
If you can PM me your aim screen name, or msn we can work everything out

Thank
-Arunan
Reply With Quote
  #213  
Old 11-08-2002, 06:42 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheMasterG


Ok, I see the "Validate New" link now, just appeared after a while.

And I fixed the unvalidated links problem:

In links.php, change :
PHP Code:
// #################### Top 10 Most Visited Links ####################
if ($action=="top10visited") {
    
$asb $DB_site->query("SELECT * FROM gportal_weblinkslink ORDER BY hits DESC LIMIT 10"); 
to :
PHP Code:
// #################### Top 10 Most Visited Links ####################
if ($action=="top10visited") {
    
$asb $DB_site->query("SELECT * FROM gportal_weblinkslink WHERE valid='1' ORDER BY hits DESC LIMIT 10"); 
Only thing left to do is how to place links.php outside my forum directory?
Alright move the links.php outside your forum dir and find:
PHP Code:
require("./global.php"); 
to:
PHP Code:
chdir("./forum/dir");
require(
"./global.php"); 
That should do it, replace forum/dir with the path to your forum dir.

-Arunan
Reply With Quote
  #214  
Old 11-08-2002, 06:44 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I will start to work on Sub Catagories right now, I will release this as an 'official' addon to this hack, and make a new zip that has this included.

Dark_Wizard, please read a pm I had sent.

Thanks
-Arunan
Reply With Quote
  #215  
Old 11-08-2002, 06:45 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TheMasterG


Ok, I see the "Validate New" link now, just appeared after a while.

And I fixed the unvalidated links problem:

In links.php, change :
PHP Code:
// #################### Top 10 Most Visited Links ####################
if ($action=="top10visited") {
    
$asb $DB_site->query("SELECT * FROM gportal_weblinkslink ORDER BY hits DESC LIMIT 10"); 
to :
PHP Code:
// #################### Top 10 Most Visited Links ####################
if ($action=="top10visited") {
    
$asb $DB_site->query("SELECT * FROM gportal_weblinkslink WHERE valid='1' ORDER BY hits DESC LIMIT 10"); 
Only thing left to do is how to place links.php outside my forum directory?
Hehe, slipped my mind, the zip has been updated.

-Arunan
Reply With Quote
  #216  
Old 11-08-2002, 07:20 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just want to update all of you guys of addons I will release here.

- Advanced Search Engine
.: Allow you to search by catagory, and gives you the option to select if it should search the link name, link description etc.

- Sub-Catagories
.: Allow you to make catagories within categories to offer even more detailed catagorization of links

- Link Rating
.: Allow you to rate a link from 1-5, the votes will be averaged out and displayed to help new people judge which sites are worth visiting.

- Link Ownership (This will be made default feature in 2.5)
.: Allow the username to be assigned to a link, so it can be edited, or removed.

I will be releasing them, along with the help of Dark_Wizard. I can assure you that I will be keeping everyone updated on this links directory hack, so that you can get the best out of it, and you can basically implement this into your main site, and have a nice stable links directory with proffesional aspect.

I will also be releasing a tutorial on how to make this into a search engine, and how to modify the templates to get your general looks, as I wish to make this hack as user-friendly as I can possibly make it.

I will be going through the coding tonight, and fixing up all tiny bugs to make it more organized, for better experiences.

I hope everyone who intalls this will enjoy it, and take full advantage of it. I am here to support you every afternoon.

Thanks, please click the install ----> CLICK HERE TO INSTALL

You will be able to get updates, and notices easily if you install this.

Thanks


noXmedia inc
Reply With Quote
  #217  
Old 11-08-2002, 08:02 PM
Odil Odil is offline
 
Join Date: Apr 2002
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it is important to also show the date a link was added so people can tell if they have seen new ones or not.

Also I never touched the enable link validation, it simply appeared all on it's own.

Also how many links will appear on a page before it starts a new page or will it?

Odil

Quote:
Originally posted by DrkFusion
I just want to update all of you guys of addons I will release here.

- Advanced Search Engine
.: Allow you to search by catagory, and gives you the option to select if it should search the link name, link description etc.

- Sub-Catagories
.: Allow you to make catagories within categories to offer even more detailed catagorization of links

- Link Rating
.: Allow you to rate a link from 1-5, the votes will be averaged out and displayed to help new people judge which sites are worth visiting.

- Link Ownership (This will be made default feature in 2.5)
.: Allow the username to be assigned to a link, so it can be edited, or removed.

I will be releasing them, along with the help of Dark_Wizard. I can assure you that I will be keeping everyone updated on this links directory hack, so that you can get the best out of it, and you can basically implement this into your main site, and have a nice stable links directory with proffesional aspect.

I will also be releasing a tutorial on how to make this into a search engine, and how to modify the templates to get your general looks, as I wish to make this hack as user-friendly as I can possibly make it.

I will be going through the coding tonight, and fixing up all tiny bugs to make it more organized, for better experiences.

I hope everyone who intalls this will enjoy it, and take full advantage of it. I am here to support you every afternoon.

Thanks, please click the install ----> CLICK HERE TO INSTALL

You will be able to get updates, and notices easily if you install this.

Thanks
-removed on request
noXmedia inc
Reply With Quote
  #218  
Old 11-08-2002, 08:16 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The script is set to validate by default.
I didn't take pages into account, let me work on that as well, I will make an option so you as the admin will be able to set how much per page, then it will start a new page.

-Arunan
Reply With Quote
  #219  
Old 11-08-2002, 08:21 PM
Odil Odil is offline
 
Join Date: Apr 2002
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DrkFusion
The script is set to validate by default.
I didn't take pages into account, let me work on that as well, I will make an option so you as the admin will be able to set how much per page, then it will start a new page.

-Arunan
Excellent! And don't forget if you could to have it show the date a link was added!

This is working great!

odil
Reply With Quote
  #220  
Old 11-08-2002, 08:24 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Odil


Excellent! And don't forget if you could to have it show the date a link was added!

This is working great!

odil
Thanks Odill, also remember to keep bugging me on your free time, as I may forget

-Arunan
Reply With Quote
  #221  
Old 11-08-2002, 09:14 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds good Arunan

Satan
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 11:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07382 seconds
  • Memory Usage 2,345KB
  • Queries Executed 25 (?)
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
  • (6)bbcode_php
  • (6)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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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