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)
-   -   With optional store hack intergration (https://vborg.vbsupport.ru/showthread.php?t=50873)

Lethal 04-23-2003 11:18 AM

Does that preloader really worK?

Lethal 04-23-2003 11:21 AM

LOL I dont' know if anyone else has been getting this but when you minimize the jukebox window the song stops playing then it plays again when you maximize the actual jukebox window.

Lethal 04-23-2003 11:26 AM

If anyone else wants the jukebox to show up in a popup just do this:

Crazy Pete 05-09-2003 12:17 AM

Quote:

04-23-03 at 08:14 AM Lethal said this in Post #120
Well I think I got the Top 10 working the way its supposed to. In jukebox.php replace all occurances of:

PHP Code:

$mostplayed=$DB_site->query_first("SELECT songsid,sname,surl,splay FROM jukebox ORDER BY splay desc LIMIT 1"); 

With:


PHP Code:

$mostplayed=$DB_site->query_first('SELECT * FROM `jukebox` ORDER BY `splay` DESC LIMIT 0, 30'); 

Takes awhile to load the songs thou. Even on cable. Is that normal? Takes like 1-2 minutes. Will the songs be cached in ur browser after you play them a few times that way they will or should play right away?


Still doesn't work for me. Seems to want to choose the most played and top 10 at random. It didn't affect my song load time at all, though.

Crazy Pete 05-18-2003 06:49 AM

Just recently got a complaint from one of my moderators that everytime they try and access the jukebox (in either browser) they get logged off the forums? I don't see how that's even possible, but...anyone have any ideas? Also did you ever get the "most played" and top 10 sorted?

gmarik 05-18-2003 02:28 PM

Is it ok one 2.3.0 too?

Crazy Pete 05-18-2003 06:00 PM

I'm running 2.3.0 and it works fine for me.

Koutaru 05-18-2003 07:51 PM

Quote:

04-23-03 at 07:14 AM Lethal said this in Post #120
Well I think I got the Top 10 working the way its supposed to. In jukebox.php replace all occurances of:

PHP Code:

$mostplayed=$DB_site->query_first("SELECT songsid,sname,surl,splay FROM jukebox ORDER BY splay desc LIMIT 1"); 

With:


PHP Code:

$mostplayed=$DB_site->query_first('SELECT * FROM `jukebox` ORDER BY `splay` DESC LIMIT 0, 30'); 

Takes awhile to load the songs thou. Even on cable. Is that normal? Takes like 1-2 minutes. Will the songs be cached in ur browser after you play them a few times that way they will or should play right away?


I think you'd want to LIMIT 10, after all it is a top 10 right?

-Sidekick- 05-31-2003 11:24 PM

I must be blind, but where is the demo of this hack on those forums?

trafix 05-31-2003 11:33 PM

<a href="http://www.atmyparty.com/network/jukebox.php" target="_blank">http://www.atmyparty.com/network/jukebox.php</a>


All times are GMT. The time now is 05:52 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.01265 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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