![]() |
Wootness :) .....well done!
|
Ok trafix, I have cut my jukebox on for members & guests so you can see whats going on here..
http://digitalmental.com/bb/vb_jukebox.php Nothing is playing, I have chmodded and added the audio files correctly, they are also linked correctly through the vb jukebox admin.. The songs did play fine until I tried to update to the newest version.. can you explain how to uninstall completely, so I can do a fresh reinstall? maybe that will help my problem. I don't know.. i'm also experiencing "-" negative plays... Any help would be greatly appreciated as your hack is a very valuable asset to my forum considering we are MUSIC related.. the first release worked fine and I'm figuring I messed something up trying to update to the current version.. |
the path to the songs are correct
ok .... i tried to play the songs direct from your media folder and i had to download the entire song before it would play. i think that the file extension is reaking havoc here being a .wma ... have you tried uploading an mp3 or midi file? what did you upload from v2.1 - v2.2 .... if so there shouldnt be a problem |
Ok I removed alot of those wma's that were huge, all the songs under the "commercial" genre now are wma's that average around 4mb's a piece... all the songs under the other genre's are mp3 format..
I'am still not getting any sound out of clicking on any of the links.. are you? as far as what I uploaded to the new version.. I followed the intructions step by step.. uploaded all the necessary files.. can't recall right off hand i'd have to go take a peek.. |
yep .... when you perform a manual data entey you any enter the name of the filename of the mp3 ... dont include the path.
also what have you got in the vb jukebox options "media file" |
I don't enter the path when I do the manual entry, my "media file" or "media folder" ?????
the folder is listed as "http://www.hiphop.org/audio/rotation/" should it be listed as /home/****/****/audio/rotation/ ???? PS: It still says version 1.2 at the bottom ??? |
hmmm, im confused when i go to play an mp3 file direct from the folder ... i get the same as the wma's ... i have to download them before i play them ...... it should automaticly open the media player and start playing ..... has something changed with your server settings?
|
Quote:
|
Ok its playing the songs for me now, it was a cookie problem and me adding the full path when adding manual entry
However it does have to download before playin, sup with that?? thanks again for all the help homie, when i got some cash ill donate some to tha project, peace |
Quote:
|
Hmm its not downloading now, seems to play almost right away
|
its playing properly for me :)
|
good deal.. thanks again Tafix and as soon as I got some extra loot, I got cha man..
Is there away to edit a category? and a form for leaving feedback on a song would be cool too, oh and a "date posted" column would be ideal |
if you announce each song then that thread can be used for the feedback:)
to change the category of a song ... simply edit the song in the admin cp and either select a genre from the list or enter a new genre name |
Yo Trafix... set my Jukebox to "members only" to kinda give incentive to register, well found a problem..
When a guest or unregistered member clicks on one of the songs to play it and I have the setting set to the 3rd setting which is "On - For members only" not the "On - For members (Credits Required)" it counts the play as a negative play... is there a quick fix for that??????? |
hmmm, i will have to look into it
|
ok try this .. open vb_jukebox and remove (aroung line 300)
PHP Code:
|
Trafix,
As an admin when a user uploads a song and I approve it ... is there any way for me to know what category the user intended for the song? Thanks. |
trafix,
I don't know if you can help with this or not. I am having trouble with the installer. I renamed my admincp directory when I installed vB so I think this may be causing a problem. When I run "forum/install/hack_install.php" script I get the following error: Warning: chdir(): No such file or directory (errno 2) in c:\inetpub\...\install\his_files\hack_install_b3.p hp on line 32 Warning: main(./global.php): failed to open stream: No such file or directory in c:\inetpub\...\install\his_files\hack_install_b3.p hp on line 34 Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\php4\pear') in c:\inetpub\...\install\his_files\hack_install_b3.p hp on line 34 I looked at the line of code it was referencing and it was using the variable $admincpdir. I looked at this variable and the value is "admincp" which is incorrect because I had renamed my admincp directory. So I hardcoded the name of my directory into the line which let me at least attempt to run the installer but now when I run it I get the following errors: <?php // Templates Warning: Invalid argument supplied for foreach() in \his_files\hack_creator_b2.php on line 161 ?> and <?php // Phrases Warning: Invalid argument supplied for foreach() in \his_files\hack_creator_b2.php on line 203 ?> and Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in c:\inetpub\...\includes\db_mysql.php on line 389 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.;c:\php4\pear') in c:\inetpub\...\includes\db_mysql.php on line 389 And then an SQL error: Database error in vBulletin 3.0.6: Invalid SQL: SELECT varname, text FROM phrase WHERE varname IN () ORDER BY languageid DESC mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY languageid DESC' at line 1 mysql error number: 1064 Date: Wednesday 09th of February 2005 08:51:18 AM Script: http://.../install/hack_install.php Referer: http://.../install/hack_install.php Any ideas on what is going on? I know this is probably an installer problem but I looked at the thread for the installer and didn't really find any help. I'm not a php programmer so I'm pretty lost as far as debugging the scripts to find out whats going on. Any help will be appreciated. Regards, Dan Hurd DWE www.smallrc.com |
Quote:
|
Quote:
There is only 1 file that is uploaded to the admincp .. vb_jukebox_admin.php |
For those who want to be able to install without using the HIS please read https://vborg.vbsupport.ru/showthrea...661#post609661
|
Still gettin negative plays after adding the code around line 300 in vb_jukebox.php take a peep at http://bb.hiphop.org/vb_jukebox.php
|
Quote:
In my particular instance, my users will be uploading both published songs and original compositions ... and there is no way for me to tell the diff without some way for them to designate which genre. |
hmmm ok ... i will look at it ;)
|
You da MAN!
|
Trafix,
I did migrate the HIS files into the install folder. I put all the other files in the zip within thier respective folders from the root of my directory. What happened initally when I ran the script was I was getting an error because the script used the variable $admincpdir to set some other variables containing directory values. The problem is the $admincpdir in the script contains the value of "admincp" which is incorrect because I renamed my admincp folder during the inital vB install so that directory doesn't exist. I changed it by hard coding it to the correct folder name but then it produced errors once I checked the jukebox option and clicked install. I wonder if the installer script uses that variable elsewhere and it's causing the problems. I will try the manual method. Thanks for the link. Dan |
Quote:
|
Still gettin negative plays after replacing the original coding with the following coding, take a peep http://bb.hiphop.org/vb_jukebox.php still "-plays"
Quote:
|
not replace .... just remove the code from the file altogether :)
|
vB Jukebox ...
Update 2.3 Major bug fix ... negative song count for songs guests in mode 3 just upload the new vb_jukebox.php file |
YOU ARE THA MAN !!!!! when I get my google check some of its yours homie.. thanks again, that was extremely annoying having guests make all those negative plays
|
Quote:
|
Okay....I went through the manual install and it appears most of it works. I see the vb Jukebox in the left hand column of my Admin CP and the Quick Link takes me to the Jukebox forum but I don't see the anyplace under vB options to set the Jukebox options. Any ideas where I may have went wrong?
Thanks, Dan |
I think I may have found part of the problem. The settings.php file for the install hack contains these two lines.
$settinggroup['jukebox']['phrase'] = 'Vb Jukebox'; $settinggroup['jukebox']['displayorder'] = '888'; Where does this information go? Thanks, Dan |
Can someone help with the permissions?
We have our permissions set so that admins and mods can upload songs, however, it's not allowing the mods to upload for some reason. Instead we have to upload all songs onto our ftp client manually... and our bandwidth use has gone through the roof. Any help would be appreciated. |
Quote:
yep ... you would have a blank spot in the vb options menu ... In vBulletin Settings Phrases add varname - settinggroup_jukebox Text vB Jukebox |
Quote:
The uploader has issues with large files so that could be another reason y they are having problems. uploading manually wont blow your bandwith through the roof ... its the downloading when members play songs that could do that. if you have a busy jukebox maybe you could add a new usergroup and charge them for the use of the juke :) |
What cha think Trafix http://bb.hiphop.org/vb_jukebox.php?
|
Nice job :) ... please feel free to release that as an addon :) i will link to it :)
|
All times are GMT. The time now is 06:30 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|