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)
-   -   time to download this attchment (https://vborg.vbsupport.ru/showthread.php?t=59907)

sketch42 06-11-2004 08:25 AM

Quote:

Originally Posted by Mu5icMan
yes and also change the template is in the first post

good job .. thanks for the update.. alls well now.. hopefully someone can get the minutes fixed and we'll be good

Deska 07-16-2004 12:13 PM

Any updates for this hack?
I really like it :D

DWard 08-09-2004 06:14 AM

Well, can the hack not be developed by finding the users average ping (v3arcade does it), then base the time round their ping?

I ask this because the times are out of sync with my net connection, if their based on ISDN (around 100kbps). Im on a 1.5mbps connection at home and the times are completely wrong.

Mu5icMan 08-09-2004 06:20 AM

actually ISDN is 64Kpbs originally, that's what this hack calculates

DWard 08-09-2004 06:53 AM

Thats even worse!

Blam Forumz 08-19-2004 06:17 AM

/me clicks install

rodriguez 01-20-2005 02:15 AM

I got some download time issues like someone talked about here.

I changed
Code:

$attachment[time] = round(($attachment[filesize] * 8)/64000,2);
to
Code:

$attachment[time] = round(($attachment[filesize] * 8)/512000,2);
Which equal at a internet connection capable of 64K/sec.

Closer to reality


All times are GMT. The time now is 07:26 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.01540 seconds
  • Memory Usage 1,726KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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