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>

Ghetto 06-22-2003 04:56 AM

looks great but could use link the files show different servers? I have a server with like 50 MP3's

Intex 06-22-2003 09:13 AM

Trafix - nice hack. Installed in 5 mins - works great. Need to play around with the format / colours a little for my site, but otherwise great !

/me clicks install.

Dean C 06-22-2003 10:17 AM

Trafix - i am finally going to install this hack on my forums but i want the ability for the songs to be played in lo-fi and hi-fi format. Is that possible? :)

- miSt

Intex 06-22-2003 11:05 AM

Trafix - The hack does work with the exception of displaying the most played and the top 10.

On the main page it shows 'The most played song is: xxx with xxx requests. On mine this is incorrect - it shows the song that has a lower number of requests. The top ten table also doesn't order them from most to least requests. I tried on of the alterations suggested here to fix it, but no joy.

Any ideas?

WCW Fan 07-15-2003 09:08 PM

Is this in beta testing still as it seems there are quite a few problems or is it just me I would love to have this hack just have a question can I have mp3's play on it I was confused on that part and or wav and midi's

kevinnguyen 07-23-2003 01:26 AM

how can u get mostplayed work properly?
im stuck on it
help please

kevinnguyen 07-23-2003 01:27 AM

how can u get mostplayed work properly?
im stuck on it
help please

FlaHack 08-05-2003 08:58 PM

For some reason when I am trying to run jukeboxquery.php, I keep getting error 404 page not found. After I get passed the log in, I than get to the page where you select YES for this question...This script will make the necessary database changes for the Jukebox Hack 1.0 hack.<br>
Do you want to continue?

Once I click yes it goes to page not found???

I have it uploaded to my forums/admin folder.

Thank You

dstruct2k 10-16-2003 06:02 AM

This damn thing doesn't know how to count. It's using old-school counting methods that Windows 98 or lower used. (2000+ includes "smart filename counting" for numbers.)

Fix that and I'll be happy. :)

SavgeDusk 10-17-2003 09:59 PM

To get it to count correctly, change the 'splay' VARCHAR to INT. -- That corrects both Top 10 & Most Played song. =3

Roxie 10-28-2003 09:09 PM

Hey thanks, savgeDusk for that. It worked beautifully. :)

dstruct2k 10-28-2003 09:12 PM

Quote:

Originally Posted by SavgeDusk
To get it to count correctly, change the 'splay' VARCHAR to INT. -- That corrects both Top 10 & Most Played song. =3

Yep, just figured that out on my own. I shoulda looked at the tables before I posted. :)

KAC 12-02-2003 09:36 PM

I have not found this in this thread if it was posted I appologize..

Thank you by the way for the hack it is one of the best I have seen !!!

I have it installed and working properly, although I would like to set permissions somehow to only let certain user groups to see it .

I know there is a selection for members and guest and members only but I would like to make thi shonored guests and staff only to see the jukebox and use it . Can someone please let meknow hwat has to be done, or where I can go to find out how to do this .. thank you before hand ..

I know that I can make a forum for the jukebox and then set permissions for that forum but i was wondering if there was another way

FleaBag 12-04-2003 03:21 AM

Finally got around to installing this, working great. Thanks for the fixes to all who provided them in previous posts.

bandersen 12-22-2003 06:01 AM

Quote:

Originally Posted by SavgeDusk
To get it to count correctly, change the 'splay' VARCHAR to INT. -- That corrects both Top 10 & Most Played song. =3

Where can I find that... and what do I change exactly...:o Thank you!

bandersen 12-25-2003 10:32 AM

Quote:

Originally Posted by bandersen
Where can I find that... and what do I change exactly...:o Thank you!

Found it...working great.

Nam 12-26-2003 09:26 AM

This hack looks awesome, so it works with vb3 gamma?

Dean C 12-26-2003 09:56 AM

Quote:

Originally Posted by Nam
This hack looks awesome, so it works with vb3 gamma?

No. No vB2 hacks here will work with vB3.

Nam 12-26-2003 10:33 AM

Oh, sorry, I know no vb3 hacks release yet, but I thought this one compatible with vb3 since it's just updated. Oh well, guess I'm gonna wait for another few months then.

LukeC 12-27-2003 07:35 PM

I made sure that the the zip file was updated from pages 2 & 3 on this thread with ppl who had the same error, but to no avail. It works fine without the integration of the store hack, but when I try to get it to run with the store hack, I get this error. Any help would be much appreciated.

Database error in vBulletin 2.3.2:

Invalid SQL: SELECT storename,pointname,ban FROM storeadmin
mysql error: Unknown column 'storename' in 'field list'

mysql error number: 1054

THE REAL BLAZE 12-27-2003 11:39 PM

Installed it, it's a great hack, awasome, im impressed, www.rapblock.com/forums
for ur visual.

Nam 12-28-2003 12:04 AM

You made me jealous, I guess I have to go back to vb2 now :(.

THE REAL BLAZE 12-28-2003 12:20 AM

hey, is there a way that when people visit the board, a songs plays automatically???? is there a template i can add or somethin g, cuz i want this song to play atuomatically.

trafix 12-28-2003 12:49 AM

Firstly I would like to thank everyone who has installed this hack, and enjoyed it :)

This is my most popular hack, and i plan to re-code it for vb3 as soon as i can :)

I will keep you updated!

LukeC 12-28-2003 01:41 AM

Thanks a lot trafix for this hack, it works great! The only problem I am having is with the integration of the store hack, but it runs great without it. For now, I just have the add songs to profile/directory right now as turned off. This is the error I am getting.

Database error in vBulletin 2.3.2:

Invalid SQL: SELECT storename,pointname,ban FROM storeadmin
mysql error: Unknown column 'storename' in 'field list'

mysql error number: 1054

I see that NOTE: in your signature, but any suggestions would be great. Thanks again for this great hack :D

trafix 12-28-2003 01:50 AM

It seems that many recent instalations are getting these errors :(

Quote:

storename,pointname,ban FROM storeadmin
These are added to the database when you install the store hack.

there is two possibilities for getting the errors here ...

1) You have not installed the store hack properly.

2) I am aware that Leasane has updated the store hack since i created the jukebox hack, and in doing so he may have changed the database structure for the store hack. I dont have the store hack anymore so i cant varify that.

Trafix

LukeC 12-28-2003 02:16 AM

Thanks trafix for your help, its much appreciated. Yeah I tried redoing it, but to no avail, got stuck on the same spot. But either way, its working well without the store hack part. Thanks!

subu1 01-01-2004 09:17 PM

Works perfectly, Thank you for your Hack, from Eselsreiter Community http://www.eselsreiter.netcheckersho...ilies/kuss.gif

i love this Hack, works on 2.2.8 *click install*

greetz subu1

trafix 02-29-2004 01:27 AM

w00t!

At long last the vB Jukebox has now been ported to vB3 :)

It is FREE and contains both HTL and TXT install instructions.

Demo Here http://www.petnshow.com/network/vb_jukebox.php

Download Here http://www.everythingvb.com/showthre...?p=614#post614

Support Thread Here http://www.everythingvb.com/showthre...?p=614#post614

Go get it!

DarkJediKiller 03-07-2004 03:36 PM

Hmmm...Songs don't want to seem to play for me...I uploaded it as an mp3 which is how i got it, just doesnt wanna seem to work? Any ideas why?

Edit: I'm using vB 2.3.4


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.01569 seconds
  • Memory Usage 1,820KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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