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)

milkmycow 04-14-2004 06:45 PM

I think It would be cool to arange links by # of hits, alphabetical, by date dadded(very important for myself) ,or by rating, just have that as an option on links home or something.

also, a different rating system might make severe improvments. like a drop down box where u select 1 through 5, then it displays the avg rating after u rate it. (or just display avg rating w a spot to click to rate in a popup, and results of ur rate would show once a refresh was made) kinda like @ www.milkmycow.com/videos

milkmycow 04-14-2004 08:32 PM

i just realized that the rating system for vbaffiliates v2 is like exactly what would be GREAT for the links/files database!

AndrewD 04-15-2004 06:34 PM

Quote:

Originally Posted by milkmycow
i just realized that the rating system for vbaffiliates v2 is like exactly what would be GREAT for the links/files database!

I appreciate these suggestions, but they will not be done (by me at least) in the near future. Sorry.

What *will* happen soon is
- standard VB pagination will available so that long lists of entries get broken up
- I will think quite hard about some form of moderation of new entries
- I will continue to fix bugs and provide a bit of assistance to people getting started

I have thought about using the VB attachment system to allow user file uploads, but unless the interface turns out to be trivial to use, I shall not add this facility. We do not need this on our site and there are likely to be a lot of extras that people want. I just haven't got the time to code and debug these things.

Skyline_GT 04-17-2004 05:54 AM

Quote:

Originally Posted by 13th_Disciple
now that this thread has grown to over 20 pages, I find it hard to search to see if this has been asked, so if it has, just point me to the correct post..

when you click a link to DL a file, in the status bar of the DL, the file size is not shown nor is the "time remaining"

any idea why that may be? using 1.01 with vB RC3 - upgrading to 3 gold this weekend..

I personally don't mind, but my members get a little pissy about it..

I don't know why when I download the file from the databse.. It just doesn't work.. Like the doucment is about 1 mb big.. but it just let me download 50kb..and it said the file is damaged.. but when I download using a direct link. it works fine..

AndrewD 04-17-2004 09:55 AM

Quote:

Originally Posted by Skyline_GT
I don't know why when I download the file from the databse.. It just doesn't work.. Like the doucment is about 1 mb big.. but it just let me download 50kb..and it said the file is damaged.. but when I download using a direct link. it works fine..

No idea!

PM me the full details and we can try to find out why.

AndrewD 04-17-2004 11:51 AM

Quote:

Originally Posted by AndrewD
No idea!

PM me the full details and we can try to find out why.

I poked around your board, tried your links, and found one that was broken in the way you describe (War3TFT_115a_beta_English).

What is downloaded is actually the html for your home page, which is then being given a zip filename, so it looks like a corrupt zip file.

Let me know what you were trying to set up as the correct link. Either you've given a bad link or the hack isn't handling it correctly.

AndrewD 04-17-2004 04:34 PM

version 1.10 is now the official release. Since the beta, I have added standard vb pagination to break up lengthy pages.

The *only* further feature that I am still considering in the near future is moderation.

Acido 04-17-2004 04:40 PM

I wish see this hackt in action. Can someone give me some links to see this hack instaled and working?

Thanx :)

accyroy 04-18-2004 03:41 AM

I've got this installed here: http://www.landyzone.co.uk/lz/local_...p?action=links

It's a new site though so there aren't to many links yet..

welo 04-18-2004 05:13 AM

Quote:

Originally Posted by Acido
I wish see this hackt in action. Can someone give me some links to see this hack instaled and working?

I set it up on my test board today and it seems pretty nice. My forums are closed until May 1st so it won't be live there until then. I'm liking it so far though. I'll have a couple of suggestions in a sec.

Meanwhile though, how hard would it be to add a link harvester to this app? I had a quick one I put together awhile back to find links in posts in IPB. Should be pretty similar here:

PHP Code:

<?php
//define the database connection information
$dbHost "localhost";
$dbUser "";
$dbPass "";
$dbName "";

mysql_pconnect($dbHost,$dbUser,$dbPass);
mysql_select_db($dbName);

$urls = array();
$query mysql_query("SELECT `pagetext` FROM `vb3_post`"); while($row mysql_fetch_array($query))
{
unset(
$matches);
preg_match_all("|href=['\"]?([^\"' >]+)|i",$row['vb3_post'],$matches);
foreach(
$matches[1] AS $href)
{
echo 
$href.'<br />';
}
}
?>

Anyway, would be nice for the script to harvest everything then put the results in a temp category you could just go through to edit links and shuffle them around. Regardless, very nice script. :)


All times are GMT. The time now is 04:39 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.01851 seconds
  • Memory Usage 1,756KB
  • 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
  • (5)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