vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Links Directory 2.0 *NEW VERSION* (https://vborg.vbsupport.ru/showthread.php?t=44551)

DrkFusion 11-08-2002 06:37 PM

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

DrkFusion 11-08-2002 06:42 PM

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

DrkFusion 11-08-2002 06:44 PM

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

DrkFusion 11-08-2002 06:45 PM

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

DrkFusion 11-08-2002 07:20 PM

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

Odil 11-08-2002 08:02 PM

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

DrkFusion 11-08-2002 08:16 PM

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

Odil 11-08-2002 08:21 PM

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

DrkFusion 11-08-2002 08:24 PM

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

Chris M 11-08-2002 09:14 PM

Sounds good Arunan:)

Satan


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