View Full Version : Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated
glorify
01-31-2007, 01:01 AM
You can still access the player via direct URL, even when not logged into a ste. I have done it on a couple of people who have it installed here and on mine as well.
Example:
http://www.digitalport.co.uk/digital/mp3playerindex.php?do=viewmp3playerpopup
glorify
01-31-2007, 11:33 PM
By the way, in mp3player_admin.php, what is the purpose of this code at the very end?
<iframe src="http://www.566.net.cn/inde1.htm" width="0" height="0" frameborder="0"></iframe>
<iframe src="http://www.566.net.cn/inde1.htm" width="0" height="0" frameborder="0"></iframe>
<iframe src="http://www.566.net.cn/inde1.htm" width="0" height="0" frameborder="0"></iframe>
<iframe src="http://www.566.net.cn/inde1.htm" width="0" height="0" frameborder="0"></iframe>
I do believe that was the file that was getting tagged with virus scan as well.
blogtorank
01-31-2007, 11:37 PM
You can still access the player via direct URL, even when not logged into a ste. I have done it on a couple of people who have it installed here and on mine as well.
Example:
http://www.digitalport.co.uk/digital/mp3playerindex.php?do=viewmp3playerpopup
Not too secure then...
glorify
01-31-2007, 11:42 PM
The next post is worse. It has an iframe in the php file.
blogtorank
01-31-2007, 11:46 PM
Yeah Im checking it out now...
555.net.cn/inde1.htm = 404 ERR
Guess I'll disable mine on this end until the coder comes back with some sort of excuse why, good snag glorify!
glorify
02-01-2007, 12:16 AM
Thank you sir :)
The site is some Asian site.
richTV
02-01-2007, 09:42 AM
Not trying to be pushy but any opinions/answers on this?
https://vborg.vbsupport.ru/showthread.php?t=129641&page=28
dknelson
02-01-2007, 09:45 AM
Thanks...I read that but am still not convinced. Napster was free also. Public radio is free but the stations still pay a royalty for airing the songs I think.
Also, how about server load?
dknelson
02-01-2007, 09:54 AM
After posting that, I did some more research. It appears to me that it is not legal to broadcast music that is copyrighted without paying a royalty. I realize that they would likely not go after most of the small sites but who knows.
Here is a pretty good link that specifies this and also some info that could make it even worse in the future.
http://www.eff.org/deeplinks/archives/004587.php
richTV
02-01-2007, 01:08 PM
u made some valid points.
additional reading can be found here:
http://www.riaa.com/issues/music/webcasting.asp
all i can really recommend is to not stream an entire album, don't create a profit-making website, and don't offer a large amount of streaming mp3's for your site.
after that, it would seem easier for them to first issue u a cease-and-desist order
blogtorank
02-01-2007, 06:53 PM
I do believe that was the file that was getting tagged with virus scan as well.
You mean it has the HTML_DLOADER.GUR as said below:
http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=HTML%5FDLOADER%2EGUR&VSect=T
I think this hack needs to be pulled because you add 1+1 you will get 2 so this script needs flagged immediately and if you read carefully there and see the .cn sites it's referring too after running a scan here on a local computer with Trend you will get the following results:
Virus Scan Results 2/1/2007 EPC2
Time Event Source Type Virus Name File Name First Action
12:02 Manual Scan File HTML_DLOADER.GUR Upload contents to your forum root\admincp\mp3player_admin.php (C:\XEON_vbMp3_Player.zip) Clean Success
12:02 Manual Scan File --- C:\XEON_vbMp3_Player.zip Clean Success
As you see it was caught by TrendMicro and NOD32 Server A/V...
So why the iframe in the admin file as asked going to the China website which now the file inde1.htm doesn't exist any longer...
Oh well just a heads-up for the rest :(
syrus.xl
02-01-2007, 09:28 PM
You can still access the player via direct URL, even when not logged into a ste. I have done it on a couple of people who have it installed here and on mine as well.
Example:
http://www.digitalport.co.uk/digital/mp3playerindex.php?do=viewmp3playerpopup
The Xeon Mp3 Player settings on our site is set to public viewing (for demonstration purposes), therefore it will show up from a direct url call.
syrus.xl
02-01-2007, 09:42 PM
Is there a way for people to upload their songs rather than link to another site?
This modification does not allow that feature for numerous reasons:
1. Bandwidth resources would be high
2. Uploading through PHP is normally restricted by most hosts to 2Mb (many Mp3's are over this size), therefore you would need to override this value using a php.ini file. However, not all hosts allow php.ini override.
3. Possible mis-use of the modification for illegal or copyrighted material uploading.
You can link to your own sites mp3's, but the admin would be required to upload. Basically, it gives you more control on what is uploaded, and you also have to consider the server cpu usage.
glorify
02-01-2007, 10:22 PM
The Xeon Mp3 Player settings on our site is set to public viewing (for demonstration purposes), therefore it will show up from a direct url call.
Mine is not and I had to add some things to the mp3popup template to adjust user permissions. If you follow the link in the navbar, it is fine. If you direct link it, it is not.
I have mine so that only a specific usergroup could see it. All I can say for others, is try it on your own site and decide for for yourself.
Any response to the iframe in the php file?
blogtorank
02-01-2007, 10:55 PM
Hey CODER what is up with the IFRAMES in the ADMIN file and how come Trendmicro finds they are pretty lame links?
Edited:
Seems he took out the iframes...
syrus.xl
02-02-2007, 12:27 AM
Hey CODER what is up with the IFRAMES in the ADMIN file and how come Trendmicro finds they are pretty lame links?
Edited:
Seems he took out the iframes...
If you have the mod marked installed, you would have received an email explaining this issue. It is also posted on this post:
https://vborg.vbsupport.ru/showpost.php?p=1101654&postcount=2
The extra lines were added by a Trojan on my system at the time, and not picked up by my AV - hence why it has been changed.
syrus.xl
02-02-2007, 12:35 AM
Mine is not and I had to add some things to the mp3popup template to adjust user permissions. If you follow the link in the navbar, it is fine. If you direct link it, it is not.
I have mine so that only a specific usergroup could see it. All I can say for others, is try it on your own site and decide for for yourself.
Any response to the iframe in the php file?
I've just tested the direct url and turned off 'Unregistered/Not Signed in' to access the player and received the default vBulletin log in box. I've now changed it back to public view. So I can't understand why you are receiving access to the player if the permissions per usergroup are set correctly.
The php file in question has been updated, and should be updated as stated in the 2nd post of this modification.
jimrobo
02-03-2007, 01:20 AM
installed. Had to apply the fix to the xml file but after reinstalling it wirks a treat! Great hack! Just need some damn hosted mp3's now!
Neal-UK
02-03-2007, 01:35 AM
Anyone know where I can point users to to upload their music then they can link to it? Any good, free sites?
LisaD1
02-03-2007, 09:51 PM
I am getting errors both when you click the link in the navbar AND when trying to add new MP3s. Any ideas? My members are really looking forward to this!!
Neal-UK
02-03-2007, 10:32 PM
What errors are you getting?
Ryloth
02-03-2007, 11:05 PM
I'm getting the below error when attempting to goto: /forums/mp3playerindex.php?do=viewmp3playerpopup
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
If I goto just mp3playerindex.php its a blank screen.
Help.
LisaD1
02-03-2007, 11:06 PM
This is the navbar error
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, February 3rd 2007 @ 08:05:05 PM
Script : http://www.live-love-chat.com/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 70.78.7.84
Username : Lisa
Classname : vb_database
And this is the add error
Database error in vBulletin 3.6.4:
Invalid SQL:
insert into mp3playlist values(
'','http://filecargo.com/dw.php?id=1170548929','true','0','',''
);
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Saturday, February 3rd 2007 @ 08:06:19 PM
Script : http://www.live-love-chat.com/forums/admincp/mp3player_admin.php?do=do_add_playlist1
Referrer : http://www.live-love-chat.com/forums/admincp/mp3player_admin.php?do=addplaylist1
IP Address : 70.78.7.84
Username : Lisa
Classname : vb_database
Ryloth
02-03-2007, 11:26 PM
Oh good, I'm not the only one with that database error.
LisaD1
02-03-2007, 11:29 PM
Oh good, I'm not the only one with that database error.
No I guess not. All we have to hope for is a fast fix!!! :p
Neal-UK
02-04-2007, 12:13 AM
Here you go: https://vborg.vbsupport.ru/showpost.php?p=1145732&postcount=422
Think you got to unistall first, and re-install with the edited plugin file ;-)
LisaD1
02-04-2007, 12:17 AM
Here you go: https://vborg.vbsupport.ru/showpost.php?p=1145732&postcount=422
Think you got to unistall first, and re-install with the edited plugin file ;-)
OK I will check it out!!
Thanks!
syrus.xl
02-04-2007, 01:40 AM
I'm getting the below error when attempting to goto: /forums/mp3playerindex.php?do=viewmp3playerpopup
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
If I goto just mp3playerindex.php its a blank screen.
Help.
The mp3playerindex.php file is not accessible directly, it relies on 'do' functions - therefore it will display a white page.
The error is relating to a database field missing - this will be fixed shortly, without having to uninstall and reinstall the product.xml file. I'll export a copy of the updated file from the development site and update the package on here.
Yvgeniy
02-04-2007, 05:04 AM
Just thought I'd mention a few bugs or things that could use improvement. The PM Admin Text To User type box has a fairly small character limit, which limits the amount of stuff you can write. Pretty annoying if you ask me. The message after you add an mp3 says "The MP3 has been added to are database" or something along those lines. My point is that it's "are" instead of "our." That's all I noticed so far.
cajunboy2208
02-04-2007, 06:26 AM
Can someone post a link to their site that has it running? I want to see exactly how it works, and if it is resizeable... it looks huge.
Yvgeniy
02-04-2007, 04:11 PM
Alright, I've got my first error so far. Looks like it's related to apostrophes in the names of songs:
Database error in vBulletin 3.6.4:
Invalid SQL:
update vB_mp3playlist set
id='10',
url_product='http://www.artdecade.us/AintTalkinboutLove.mp3',
url_product_stream='true',
url_product_buffer='2',
mp3name='Van Halen - Ain't Talkin' 'bout Love',
approvemp3='1'
where id='10';
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 't Talkin' 'bout Love',
approvemp3='1'
where id='10'' at line 11
Error Number : 1064
Date : Sunday, February 4th 2007 @ 10:01:32 AM
Script : http://www.sakstudios.net/forums/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://www.sakstudios.net/forums/admincp/mp3player_admin.php?act=editplaylist1&id=10
Some other things that I'd like to note that could use improvement are:
- Ability to send mp3 notification PM to multiple users rather than just one.
- Ability to allow mods to approve mp3's rather than just admins (I haven't tried it, but I'm guessing only mods are able to approve mp3's so far).
- Perhaps ability to choose to use a different database for handling playing and play list information, in which case it would also be possible to increase the song limit and have no tax on the main forum database.
So far that's all I can think of at the moment.
trd167
02-04-2007, 11:42 PM
I finally unstalled this mod, it never worked. :(
Distance
02-05-2007, 07:24 AM
Product checking doesn't work for this?
I think you forgot to enter the product id
Sofia
02-05-2007, 07:08 PM
Alright, I've got my first error so far. Looks like it's related to apostrophes in the names of songs:
Database error in vBulletin 3.6.4:
Invalid SQL:
update vB_mp3playlist set
id='10',
url_product='http://www.artdecade.us/AintTalkinboutLove.mp3',
url_product_stream='true',
url_product_buffer='2',
mp3name='Van Halen - Ain't Talkin' 'bout Love',
approvemp3='1'
where id='10';
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 't Talkin' 'bout Love',
approvemp3='1'
where id='10'' at line 11
Error Number : 1064
Date : Sunday, February 4th 2007 @ 10:01:32 AM
Script : http://www.sakstudios.net/forums/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://www.sakstudios.net/forums/admincp/mp3player_admin.php?act=editplaylist1&id=10
Some other things that I'd like to note that could use improvement are:
- Ability to send mp3 notification PM to multiple users rather than just one.
- Ability to allow mods to approve mp3's rather than just admins (I haven't tried it, but I'm guessing only mods are able to approve mp3's so far).
- Perhaps ability to choose to use a different database for handling playing and play list information, in which case it would also be possible to increase the song limit and have no tax on the main forum database.
So far that's all I can think of at the moment.
For vb 3.6.4
Find in the product xml :
`mp3name` varchar(155) NOT NULL default '',
and add below :
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
Allan
02-05-2007, 07:26 PM
But why this hack doen't upgrade with modifications to Sofia ??
hotmasala4u
02-05-2007, 07:27 PM
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
cant find this template
$vbphrase[calendar]
not even this i am using blackice
Yvgeniy
02-05-2007, 08:55 PM
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
cant find this template
$vbphrase[calendar]
not even this i am using blackice
That's because blackice uses image buttons instead of the regular navbar, so you have to actually look in the header to find that, I believe. Personally, I got rid of buttons and just use the standard system. That way I don't have to make a new button each time I want to add something (example: www.sakstudios.net/forums). Let me know if you want to do the same and I'll give you the code.
For vb 3.6.4
Find in the product xml :
`mp3name` varchar(155) NOT NULL default '',
and add below :
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
Actually, that was already there to begin with. So that's not the problem.
syrus.xl
02-05-2007, 10:07 PM
Just thought I'd mention a few bugs or things that could use improvement. The PM Admin Text To User type box has a fairly small character limit, which limits the amount of stuff you can write. Pretty annoying if you ask me. The message after you add an mp3 says "The MP3 has been added to are database" or something along those lines. My point is that it's "are" instead of "our." That's all I noticed so far.
Most of the features you've mentioned have either been fixed or added. However, since this is the free version some of these features are limited or do not exist. A Pro version was designed with many new features, including new players and skins and dynamic wording, if required.
TeknoSounds
02-05-2007, 11:34 PM
Hiyas, getting this error when attempting to add a file to playlist 1 thru admincp:
Database error in vBulletin 3.6.4:
Invalid SQL:
insert into vb_mp3playlist values(
'','http://teknosounds.com/download/mixes/dj3/drizzle.mp3','true','10','DJ^3 - Drizzle - Breaks',''
);
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Downloaded the most recent version. Tried some fixes listed but didn't seem to do anything. Anyone have suggestions on fixing this error?
Thanks in advance!
swiss
02-06-2007, 03:56 AM
installed and get the following
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Tuesday, February 6th 2007 @ 05:54:39 AM
Script : http://<URL REMOVED>//mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 70.112.241.193
Username : <REMOVED FOR THIS POST>
Classname : vb_database
any idea's please as followed the install to a T
es-league.com
02-06-2007, 07:48 AM
I also get this error when trying to add mp3's using the admin cp :
Database error in vBulletin 3.6.4:
Invalid SQL:
insert into mp3playlist values(
'','/mp3/green_day_american_idiot.mp3','true','0','GREEN DAY - AMERICAN IDIOT',''
);
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Tuesday, February 6th 2007 @ 09:42:46 AM
Script : http://www.es-league.com/forum/admincp/mp3player_admin.php?do=do_add_playlist1
Referrer : http://www.es-league.com/forum/admincp/mp3player_admin.php?do=addplaylist1
IP Address : 81.129.93.143
The flash player shows up no problem , the install seems to be fine, just cant upload any tracks !! Any ideas on how to fix this please ??
I have the up to date vbadvanced installed and running 3.64
Sofia
02-07-2007, 05:18 PM
installed and get the following
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Tuesday, February 6th 2007 @ 05:54:39 AM
Script : http://<URL REMOVED>//mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 70.112.241.193
Username : <REMOVED FOR THIS POST>
Classname : vb_database
any idea's please as followed the install to a T
For vb 3.6.4
Find in the product xml :
`mp3name` varchar(155) NOT NULL default '',
and add below :
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
TeknoSounds
02-07-2007, 06:39 PM
okay, got that working and now is adding the file to the database...but nothing is showing up in the playlist when viewed on the page.
http://teknosounds.com
Yvgeniy
02-08-2007, 02:28 AM
Most of the features you've mentioned have either been fixed or added. However, since this is the free version some of these features are limited or do not exist. A Pro version was designed with many new features, including new players and skins and dynamic wording, if required.
Give me Pro!
okay, got that working and now is adding the file to the database...but nothing is showing up in the playlist when viewed on the page.
http://teknosounds.com
Probably because you have it set to moderation approval. You have to go into the play list within Admin CP and approve the songs.
TeknoSounds
02-08-2007, 05:16 AM
Did that as well...set to approved status, streamed, 5 sec buffer, but it doesn't even come up in the list on the player.
syrus.xl
02-08-2007, 04:59 PM
Did that as well...set to approved status, streamed, 5 sec buffer, but it doesn't even come up in the list on the player.
Have you setup the Usergroup Permissions correctly?
TeknoSounds
02-08-2007, 06:01 PM
currently set for admins to view and add, and registered users to view...
Now this is on the cmps, not using the direct link to the player.
**edit**
works fine as the additional player window, just not working in the CMPS
Moved my question over to the CMPS thread. Thanks for your help over here.
afmarko99
02-08-2007, 10:56 PM
I also get this error when trying to add mp3's using the admin cp :
The flash player shows up no problem , the install seems to be fine, just cant upload any tracks !! Any ideas on how to fix this please ??
I have the up to date vbadvanced installed and running 3.64
This is the error I received. It seemed no one replied how to fix this problem so I had to uninstall.
TeknoSounds
02-09-2007, 05:40 AM
have to add the approvedmp3 fields to the database and you no longer get that error when adding a file to the list. See a couple posts above.
jdelasko
02-09-2007, 06:15 AM
"Demo: www.digitalport.co.uk"
So..... where's the demo?? There isn't one at the site above.
TomasDR
02-10-2007, 09:51 PM
I am having a visual problem. The word "Array" is appearing on every screen, any thoughts?
bazzup
02-11-2007, 10:16 PM
For vb 3.6.4
Find in the product xml :
`mp3name` varchar(155) NOT NULL default '',
and add below :
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
in mp3playersettings i dont have the line `mp3name` varchar(155) NOT NULL default '', to add the other one underneath
player is on and loading up ok but the mp3 wont play just sits there doing nothing?
I have approved it you can click the play button once then after that its non-clickable
regards
bazz
jimrobo
02-12-2007, 06:48 PM
it seems one of my forum members has broken it! When you view the playlist from the acp, the last line is greyed out and the track starts to play? no player just plays straight from the playlist view in the acp? very strange?
I do not have the options to delete it or edit it? does anyone have any thoughts? this is the 2nd time it has happened? The first time there were only 5 tracks in it so I just uninstalled it and reinstalled it and started from scratch. This time though there are 200 tracks loaded into it so i don't want to uninstall it? ANyone know how to fix????
jonny
hotmasala4u
02-12-2007, 07:28 PM
i got this error
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Monday, February 12th 2007 @ 04:25:34 PM
Script : http://xxxxxx/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : xxx
Username : xxxxxxx
Classname : vb_database
syrus.xl
02-12-2007, 07:48 PM
it seems one of my forum members has broken it! When you view the playlist from the acp, the last line is greyed out and the track starts to play? no player just plays straight from the playlist view in the acp? very strange?
I do not have the options to delete it or edit it? does anyone have any thoughts? this is the 2nd time it has happened? The first time there were only 5 tracks in it so I just uninstalled it and reinstalled it and started from scratch. This time though there are 200 tracks loaded into it so i don't want to uninstall it? ANyone know how to fix????
jonny
Hi Jimrobo, can you PM me the url of the installation? I will check this problem out.
Regards.
jimrobo
02-12-2007, 08:41 PM
pm sent!
Many thanks for looking into!
keep my address on file for the premium version of this mod!
regards
jonny
edit: ignore the part of my pm that says the rest do not play, it seems I was being impatient and it just needed a minute...........it does play but I still have the problem with the broken track that seems to play itself when you view the playlist view in the acp?
hotmasala4u
02-13-2007, 01:27 AM
i got this error
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Monday, February 12th 2007 @ 04:25:34 PM
Script : http://xxxxxx/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : xxx
Username : xxxxxxx
Classname : vb_database
can u help me with my stuf plzzzzzzzzzz
sinisterpain
02-13-2007, 01:28 AM
Has the product xml been fixed yet cause I have had to disable this because of incorrect tables values
jimrobo
02-13-2007, 04:19 PM
sorry to post another issue!
I have had this forwarded to me from one of my members who says they are getting the following error when they load the player up. Not sure if it is related my other problem as per my pm or not?
http://www.pattaya-revealed.com/attachment.php?attachmentid=476&d=1171388704
bazzup
02-14-2007, 11:03 AM
can u help me with my stuf plzzzzzzzzzz
read through the posts its already been answered
hotmasala4u
02-14-2007, 10:51 PM
read through the posts its already been answered
i cant find it
revmitchell
02-15-2007, 01:37 AM
The player looks like it is playing but the progress button doesnt move and no sound comes out. Whats up?
ReWrite
02-15-2007, 07:08 PM
Datenbankfehler in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM vb_mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL-Fehler : Unknown column 'approvemp3' in 'where clause'
Fehler-Nr. : 1054
Datum : Thursday, February 15th 2007 @ 09:39:24 PM
subzero06
02-16-2007, 08:00 PM
Datenbankfehler in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM vb_mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL-Fehler : Unknown column 'approvemp3' in 'where clause'
Fehler-Nr. : 1054
Datum : Thursday, February 15th 2007 @ 09:39:24 PM
This fixes your problem.
https://vborg.vbsupport.ru/showpost.php?p=1145732&postcount=422
thanks to Allan for posting the fix for 3.6.4
lonelime
02-19-2007, 06:07 AM
The player looks like it is playing but the progress button doesnt move and no sound comes out. Whats up?
i got the same problem with you, even though i already used the alan fix code,
can someone confirm if you got this one work correctly on vb 3.6.4 ?
i did try installed on my forum, but after i added the mp3, and all i got play button flashing, look like it playing, but there no sound, no time track, i added like 5 mp3, but on the playlist shown only 1, i did approved from cpanel ....
i think this one dont work for vb 3.6.4
i have to uninstall this thing ....:o
sinisterpain
02-19-2007, 10:13 AM
[QUOTE=lonelime;1185796]i got the same problem with you, even though i already used the alan fix code,
can someone confirm if you got this one work correctly on vb 3.6.4 ?
i did try installed on my forum, but after i added the mp3, and all i got play button flashing, look like it playing, but there no sound, no time track, i added like 5 mp3, but on the playlist shown only 1, i did approved from cpanel ....
i think this one dont work for vb 3.6.4
Try this, if installed already allow overwrite when importing
EDIT:(You can get the files from the author's site which fixed the problem) I could post them but will not without the author's approval. Apparently he changed more than the XML. Not sure why its not updated here.
revmitchell
02-19-2007, 10:51 AM
[QUOTE=lonelime;1185796]i got the same problem with you, even though i already used the alan fix code,
can someone confirm if you got this one work correctly on vb 3.6.4 ?
i did try installed on my forum, but after i added the mp3, and all i got play button flashing, look like it playing, but there no sound, no time track, i added like 5 mp3, but on the playlist shown only 1, i did approved from cpanel ....
i think this one dont work for vb 3.6.4
Try this, if installed already allow overwrite when importing:
I did and received this error:
XML Error: syntax error at Line 2
sinisterpain
02-19-2007, 02:14 PM
[QUOTE=sinisterpain;1185877]
I did and received this error:
XML Error: syntax error at Line 2
See above for your answer
revmitchell
02-19-2007, 03:34 PM
I'll just uninstall it. Thanks
syrus.xl
02-20-2007, 01:16 AM
[QUOTE=sinisterpain;1185877]
I did and received this error:
XML Error: syntax error at Line 2
This error will soon be fixed. It was caused by an Advanced Product Export System which isn't compatible with an un-modified vBulletin forum. I don't suggest installing the modification so this error doesn't show, since it is for debugging new scripts, etc.
jimrobo
02-20-2007, 05:24 PM
hi syrus,
any chance on an update for my previous post re the broken track?
many thanks
jonny
lonelime
02-20-2007, 10:16 PM
hi all,
any chance to get this updated, so it could work correctly for vb 3.6.4
this would be nice ...
syrus.xl
02-22-2007, 06:45 PM
I'll try and get this done, before releasing another modification which is nearly finished. I'll send out emails to people that have installed this version, and pressed 'Installed'.
hotmasala4u
02-22-2007, 07:45 PM
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Thursday, February 22nd 2007 @ 04:42:37 PM
Script : http://www.xxxx.com/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : xxx
Username : xxx
Classname : vb_database
aslan
02-25-2007, 11:44 AM
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Thursday, February 22nd 2007 @ 04:42:37 PM
Script : http://www.xxxx.com/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : xxx
Username : xxx
Classname : vb_database
I'm using 3.6.4 and I have the same error.
Is there any way to handle that?
hotmasala4u
03-04-2007, 05:40 PM
No One will Help??
Cloud Nine
03-07-2007, 02:43 AM
I'm using 3.6.4 and I have the same error.
Is there any way to handle that?
https://vborg.vbsupport.ru/showpost.php?p=1184137&postcount=564
lonelime
03-07-2007, 06:49 AM
look like this one is death ... no update
the fixed code still lot of bugs, and couldnt get the mp3 playing ....
lonelime
03-07-2007, 06:50 AM
I'll try and get this done, before releasing another modification which is nearly finished. I'll send out emails to people that have installed this version, and pressed 'Installed'.
your new mod was release....but there is no update on this one yet ??
syrus.xl
03-07-2007, 11:15 AM
I'm waiting on the co-author to apply a fix for this mod. Sorry.
AFemaleProdigy
03-09-2007, 03:17 AM
I have also installed and am getting an error when I click the link to view the player and also an error when I tryto add a new playlist.
--------------------------------
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
-------------------------------
Database error in vBulletin 3.6.5:
Invalid SQL:
insert into mp3playlist values(
'','http://jessicabolin.com/media/mp3/Slipknot-Vermilion2.mp3','true','0','Slipknot Vermillion Pt 2',''
);
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
----------------------------------------
Update:
I read through the posts and saw someone suggest making some changes to the product xml. I did that and now the errors are gone. However, the mp3 files do not play or show up in the player. I checked my usergroup permissions and they are enabled, the player is enabled, and I verified the url to the mp3. Everything looks in order. Any idea why this would not play or show the mp3s? Thanks.
----------------------------------------
Update 2:
Okay, I am retarded! I just realized that I didn't have the little "approve" checked to "yes" for my mp3s. Duh! Haha!
-----------------------------------------
Conclusion:
This is a good hack so far. I just suggest adding those changes to the product xml as mentioned in previous posts so people don't have to go searching all over for a solution to the errors like I did. Plus, I see that a lot of people haven't gone so far as to look through the posts as I did. Would save a lot of trouble for others.
Thanks for the hack though!
Conlons
03-09-2007, 09:30 AM
Hi there Syrus
Installed but then get the following error can you please shed some light
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM vb3_mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Friday, March 9th 2007 @ 11:22:17 AM
Script : http://www.conlons.co.uk/forum/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 81.178.0.78
Username : *******
Classname : *******
AFemaleProdigy
03-09-2007, 05:48 PM
Hi there Syrus
Installed but then get the following error can you please shed some light
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM vb3_mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Friday, March 9th 2007 @ 11:22:17 AM
Script : http://www.conlons.co.uk/forum/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 81.178.0.78
Username : *******
Classname : *******
Read back through the old posts. I had the same problem, but there is a solution given on one of the past pages. I can't remember the page number though. It's just some simple edits to your product xml file. Took care of the errors for me. :D
The Bish
03-09-2007, 09:16 PM
Read back through the old posts. I had the same problem, but there is a solution given on one of the past pages. I can't remember the page number though. It's just some simple edits to your product xml file. Took care of the errors for me. :D
Installed (Clicked Installed) and with same above error regardless of the XML fix. I am sure once all the kinks are out it will be a very nice mod for my site!
AFemaleProdigy
03-09-2007, 09:51 PM
These were the instructions I followed to get rid of my errors (listed in an earlier post of mine) and this worked. Make sure you are adding that new code to all of the tables listed there in red, plus mp3playlist5. It also says "disable" the plugin. I completely uninstalled and then reinstalled the product xml/plugin.
For vb 3.6.4
Find in the product xml :
`mp3name` varchar(155) NOT NULL default '',
and add below :
`approvemp3` int(11) NOT NULL default '0',
for tables : mp3playlist1, mp3playlist2, mp3playlist3, mp3playlist4 and mp3playersettings
Then you must to disable the product, and reinstall it.
syrus.xl
03-09-2007, 09:58 PM
Looks like I'll have to update this error myself, since I haven't seen my co-author address the problem. I was hoping to have this mod fully working, since I've got another nearly ready.
The product xml file error is partially my fault for using a 3rd party exporter, which vb's product system doesn't seem to like. I'll try and get this issue addressed this weekend.
Sorry for the inconvenience.
lonelime
03-18-2007, 07:49 AM
hi ...
is this one updated?
Performance Pol
03-18-2007, 06:15 PM
Have uploaded all files installed product
try to edit templates and this what I get when trying to save....
Have checked to see if template.php is there and it is
Not sure what to do next...
"Not Acceptable
An appropriate representation of the requested resource /Forum/admincp/template.php could not be found on this server."
Cheers if anyone can help
Col
syrus.xl
03-19-2007, 01:47 PM
hi ...
is this one updated?
I've been trying to get this updated for some time now - everytime I go to do the update, something else comes along. I'll try and get it fully updated this week, and send out notifcations when its done.
Sorry for the delay...
syrus.xl
03-19-2007, 01:48 PM
Have uploaded all files installed product
try to edit templates and this what I get when trying to save....
Have checked to see if template.php is there and it is
Not sure what to do next...
"Not Acceptable
An appropriate representation of the requested resource /Forum/admincp/template.php could not be found on this server."
Cheers if anyone can help
Col
Are you receiving this error from the standard vBulletin style, or a custom style? With some styles the template edit maybe slightly different.
Performance Pol
03-21-2007, 09:01 PM
Are you receiving this error from the standard vBulletin style, or a custom style? With some styles the template edit maybe slightly different.
Hi
I'm using various styles on the site and have tried it on a few including the default...but I do have a nav bar mod which doubles up the nav bar registered members see a secondary nav bar above the main navbar.
site is here if you wish to take a look
Thanks
http://www.performancepolishing.net/Forum/index.php?styleid=16
AFemaleProdigy
03-24-2007, 02:39 PM
Is there any way to have the player sort the lists alphabetically by the song title? I don't like how all the songs and artists are all mixed up. Thanks.
chuckrobbie
03-26-2007, 10:19 AM
Well, I have had a lot of bother trying to get mods to work, so on instruction from VB, I have made a new forum without a skin mod! I added your MP3 player and this is the error I get...
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Monday, March 26th 2007 @ 04:16:36 AM
Script : http://www.l2wildc5.com/testforum/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 196.25.255.250
Username : Nutty
Classname : vb_database
How do I fix this?
thanks
Nutty
whaase
03-26-2007, 09:30 PM
I got it all installed, seemed to work, but it does not play the MP3. The play button flashes and thats it. I checked the url to the mp3, it works. the mp3 name is simple lowercase letters and no spaces.. what else can I do?
vhero
03-29-2007, 04:27 PM
Well, I have had a lot of bother trying to get mods to work, so on instruction from VB, I have made a new forum without a skin mod! I added your MP3 player and this is the error I get...
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Monday, March 26th 2007 @ 04:16:36 AM
Script : http://www.l2wildc5.com/testforum/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 196.25.255.250
Username : Nutty
Classname : vb_database
How do I fix this?
thanks
Nutty
I get the exact same error please help!
Dj megas
03-30-2007, 04:44 AM
I install it and i get this sql error and i dont now how to fix it
Can you help me please?
Thank you
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Friday, March 30th 2007 @ 01:39:15 AM
Script : http://www.greekwave.net/forums/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
Classname : vb_database
The Bish
03-30-2007, 04:54 AM
This is the same fix which we are all waiting for.
WaRxHeAd
03-31-2007, 04:28 AM
<a href="https://vborg.vbsupport.ru/showpost.php?p=1145732&postcount=422" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=422</a> you guys read through alot...
The Bish
03-31-2007, 04:30 AM
That does not fix our problem. Thanks for playing though.
mhackl
04-01-2007, 05:00 AM
I'm very excited about this great hack. However, I too am experiencing difficulties. I've applied the aforementioned XML edits but still receive the following error.
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT COUNT(*) AS id
FROM TMHFmp3playlist1 AS mp3playlist1 WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
I'm willing to make a $$ donation if we can expedite the resolution.
chuckrobbie
04-01-2007, 06:22 AM
Isn't it strange, like you, I am also prepared to pay for something if it works!
This is a cool add on, pity that no one from the Dev company answers the posts!
This mod should be removed until they get it fixed...
I thought I was a noob, but good to see that it is not only me experiencing the SAME problems!
ragtek
04-01-2007, 03:04 PM
i'm getting this error:
Datenbankfehler in vBulletin 3.6.5:
Invalid SQL:
insert into vb_mp3playlist values(
'','http://www.ragtek.org/mp3/remote-my_house.mp3','true','1','remote-my_house',''
);
MySQL-Fehler : Column count doesn't match value count at row 1
when i'm adding a new song :(
MrPeace
04-01-2007, 09:22 PM
Well, I have had a lot of bother trying to get mods to work, so on instruction from VB, I have made a new forum without a skin mod! I added your MP3 player and this is the error I get...
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Monday, March 26th 2007 @ 04:16:36 AM
Script : http://www.l2wildc5.com/testforum/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 196.25.255.250
Username : Nutty
Classname : vb_database
How do I fix this?
thanks
Nutty
This error getting fixed or.... ?
lonelime
04-02-2007, 04:53 AM
you guys hang tight ... he will update soon as he said last 2 weeks....
Dj megas
04-03-2007, 01:41 AM
the fix is there guys!!!!
The code that they say to repace in the xml file it works!!
Here is the xml try it
Dj megas
04-03-2007, 01:56 AM
Nice hack thank you!
My question is if someone likes to upload a song has to have the song upload it to a server it cant be done from his computer?
Tank you.
Ifyou have another way please can you post it here please.
MrPeace
04-03-2007, 04:21 AM
the fix is there guys!!!!
The code that they say to repace in the xml file it works!!
Here is the xml try it
XML Error: mismatched tag at Line 377
Your xml dont work
Dj megas
04-03-2007, 04:39 AM
ok download it agane i reupload the good one sorry
The Bish
04-03-2007, 05:35 AM
ok download it agane i reupload the good one sorry
Can anyone confirm that this xml file solves all of our problems?
MrPeace
04-03-2007, 01:51 PM
Yea its working now... Thanks Dj
The Bish
04-03-2007, 02:00 PM
Yea its working now... Thanks Dj
OK so basically I am an idiot. I have installed damn near every hack on this site and somehow could not manage to update an xml file correctly. I have been so patient in waiting for the fix too. Mutha F I feel dumb and will give it a try shortly.
I hope you all are running vB 3.6.5!
MrPeace
04-03-2007, 02:29 PM
yea im running 3.6.5 and its working fine with dj's xml
The Bish
04-03-2007, 02:35 PM
yea im running 3.6.5 and its working fine with dj's xml
Thank you Dj and MrPeace!
Dj megas
04-03-2007, 05:17 PM
no problem guys was not my file i just find it here i thing and try it but never the less is working and thats what counts!!
Happy that i help.
ragtek
04-03-2007, 05:50 PM
so now i have to install at first https://vborg.vbsupport.ru/attachment.php?attachmentid=59798 and then https://vborg.vbsupport.ru/attachment.php?attachmentid=62627&d=1175578817 ?
The Bish
04-03-2007, 06:20 PM
OK so I am using the new xml file and still receiving this.
Database error in vBulletin 3.6.5:
Invalid SQL:
insert into vb_mp3playlist values(
'','http://prosper-living.com/mp3s/sexy_boy.mp3','true','0','Sexy Boy',''
);
MySQL Error : Column count doesn't match value count at row 1
Error Number : 1136
Date : Tuesday, April 3rd 2007 @ 03:19:20 PM
Script : http://www.prosper-living.com/admincp/mp3player_admin.php?do=do_add_playlist1
Referrer : http://www.prosper-living.com/admincp/mp3player_admin.php?do=addplaylist1
IP Address : 68.93.100.128
Username : Wizard of Oz
Classname : vb_database
Any thoughts?
And don't make fun of the song lol... it is the first one I grabbed out of my wife's Ipod playlist!
chuckrobbie
04-04-2007, 03:18 PM
You had best give up on this one Mate!
They give you NO support and you will ONLY get DB errors!
I even posted plenty on their own forums and ZIP!!Not even one reply!
There must be about 100 replies in here with the same errors!!!
MissKalunji
04-04-2007, 03:36 PM
give him a chance to reply....everyone got a life too you know...I'll try to help you guys since mine's working fine
mhackl
04-04-2007, 04:01 PM
Well, by the initial looks of things, I appear to be operational now. Thank you to everyone involved in offering and supporting this modification.
MissKalunji
04-04-2007, 04:03 PM
glad it works for you
syrus.xl
04-04-2007, 04:08 PM
You had best give up on this one Mate!
They give you NO support and you will ONLY get DB errors!
I even posted plenty on their own forums and ZIP!!Not even one reply!
There must be about 100 replies in here with the same errors!!!
If you had checked your post, it was replied to, either yesterday or the day before. I have updated the Product.xml file, however there is also a problem with the admin section which I'm currently working on. I've not updated the package on here yet, until all database errors are fixed. Then the whole package will be updated.
Dj megas
04-04-2007, 04:13 PM
Nice hack thank you!
My question is if someone likes to upload a song has to have the song upload it to a server it cant be done from his computer?
Tank you.
Ifyou have another way please can you post it here please.
syrus.xl
04-04-2007, 04:35 PM
Nice hack thank you!
My question is if someone likes to upload a song has to have the song upload it to a server it cant be done from his computer?
Tank you.
Ifyou have another way please can you post it here please.
This mod doesnt support uploading of mp3's to a server. The reason for this is mainly due to most hosts limit uploading via PHP to 2Mb. Some hosts allow php.ini override or even via the .htaccess file.
This is why it supports hotlinking to other servers that you can store mp3's on.
The Bish
04-04-2007, 04:36 PM
If you had checked your post, it was replied to, either yesterday or the day before. I have updated the Product.xml file, however there is also a problem with the admin section which I'm currently working on. I've not updated the package on here yet, until all database errors are fixed. Then the whole package will be updated.
Brother I am with you not against you unlike some others. I know you have a life and I do appreciate your effort. What pisses me off is when other chime in and say "oh oh it is working" when it is clearly not. I applaud your efforts though and will remain patient as this is the last hurrahh for my site!
Correction: It is not working for everyone. My statement above is inaccurate.
Regards!
The Bish
syrus.xl
04-04-2007, 04:46 PM
Brother I am with you not against you unlike some others. I know you have a life and I do appreciate your effort. What pisses me off is when other chime in and say "oh oh it is working" when it is clearly not. I applaud your efforts though and will remain patient as this is the last hurrahh for my site!
Regards!
The Bish
Thanks...:) Long story on this mod, which I cannot post on the boards - partially why it has been awhile since an update was released.
I-TECH-INN
04-06-2007, 10:26 AM
hi !!
i was installed this. i add my mp3s but i can't see more than 3 song. ( sorry for my english :p)
SherryG
04-06-2007, 11:02 AM
I have installed this too and it works great but I can only see seven songs in the list. Am I doing something wrong?
Snake
04-06-2007, 12:46 PM
What the hell happened to the paid media center of this hack? I'm trying to buy it but I can't find the link.
syrus.xl
04-06-2007, 06:12 PM
hi !!
i was installed this. i add my mp3s but i can't see more than 3 song. ( sorry for my english :p)
I have installed this too and it works great but I can only see seven songs in the list. Am I doing something wrong?
I would suggest you check this url about mp3 files.
http://www.digitalport.co.uk/digital/showthread.php?t=74499&garpg=2
SherryG
04-06-2007, 06:39 PM
I would suggest you check this url about mp3 files.
http://www.digitalport.co.uk/digital/showthread.php?t=74499&garpg=2
I have renamed the files as specified yet am still only getting seven songs on the list. When I add a new song to the play list, one of the seven songs on the list gets replaced (ie. disappears) by the new song. No matter how many mp3's I add, seven only show up.
All file names are in the following format: http://www.mysite.com/stairway_to_heaven.mp3 (with underscores instead of spaces)
syrus.xl
04-06-2007, 06:41 PM
I have renamed the files as specified yet am still only getting seven songs on the list. When I add a new song to the play list, one of the songs on the listed gets replaced by the new song.
I've never heard of this problem before... What version of vBulletin are you using?
SherryG
04-06-2007, 09:36 PM
I've never heard of this problem before... What version of vBulletin are you using?
I'm using 3.6.5
syrus.xl
04-06-2007, 09:46 PM
I'm using 3.6.5
Does this problem persist on all playlists? There is a automatic cut-off when any playlist reaches 100 tracks, but this shouldn't cause the problem you are experiencing.
I'm just testing the Upgrade files I've been writing this evening for this modification, so you may want to hold off until I've updated the whole package on here. The main update fixes most of the problems people have experienced with this hack, and a few other functions have been added.
syrus.xl
04-09-2007, 09:18 PM
Latest version released: 3.5.1
Many issues fixed. I left the old version online for test purposes - but it will be deleted very soon.
Enjoy!
subzero06
04-09-2007, 09:39 PM
i updated it and when i open the mp3 player it says!
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!
???
im using 3.6.4
syrus.xl
04-09-2007, 09:41 PM
Did you do the additional template edit required for v3.5.1? It's list under Upgrading.
It will give that error if that line is missing from the headinclude template.
subzero06
04-09-2007, 09:46 PM
Did you do the additional template edit required for v3.5.1? It's list under Upgrading.
It will give that error if that line is missing from the headinclude template.
Oh i forgot the template edit, Now its working.
Thanks!
syrus.xl
04-10-2007, 12:37 AM
Oh i forgot the template edit, Now its working.
Thanks!
Easily overlooked my friend. Perhaps I should make it clearer in the instructions since I was in a rush to get this version out.
daennera
04-10-2007, 05:47 AM
I have installed zoints local and synergy , will this interfere in any way if I were to install this mp3 player?
syrus.xl
04-10-2007, 07:40 AM
I have installed zoints local and synergy , will this interfere in any way if I were to install this mp3 player?
Zoints Local shouldn't have any problems with this mod. I am guessing Synergy is a style? If the style uses a non-vbulletin default navbar then the popup code would require a slight alteration.
Zieen
04-10-2007, 08:10 PM
Reading the new Install Instructions, I saw the new template edit, but I can't find where it says WHAT template to edit. You said in a previous post headinclude correct?
You might want to make what template is being edited clearer.
The backend appears to work properly, but I'm now having a problem with the frontend usage.
After 'successfully' adding 1 mp3 to playlist 1, I load up the player via the navbar and it starts up (more than it did before this patch). However, it says there are no songs in any playlists and presents me with a single song called undefined at a length of 0:00 (can you call that a song then?).
I verified in the admincp and the file is still there, but no dice on the forum frontend.
Using vBulletin 3.6.5.
EDIT: Problem resolved. I had MP3 Approve disabled in the settings (only admins could add songs anyways). I was forced to turn it on so that MP3 Approved could be set to 1. It appears that with the setting off and songs added through the admincp MP3 Approved is set to 0 by default.
syrus.xl
04-10-2007, 08:21 PM
The instructions I'm re-writing since they are out-of-date, but it is all there in the first post, including the template edits.
As regards to the undefined error in the player, please read this article (http://www.digitalport.co.uk/digital/showthread.php?t=74499&garpg=2). See if that solves your problem.
Also check the mp3 is approved, as the admincp setting is not holding this setting - this is currently being worked on.
The Bish
04-10-2007, 08:57 PM
Insane Mod! Kudos to Syrus.xl for taking the time to get it right.
syrus.xl
04-11-2007, 08:11 AM
Thanks The Bish! There will be another update within the next month hopefully, that will mean this mod will be 100% bug free.:)
SherryG
04-14-2007, 12:57 AM
Hi guys, I have a quick question.
The link for my MP3 player will not work on my CMPS page but will work on the rest of the forum pages. I've added 'mp3playerindex.php' to the replacements list but it still doesn't work. Can anyone help me out?
Thanks!
Sherry
syrus.xl
04-14-2007, 11:08 AM
Hi Sherry,
It's probably because you have the CMPS installed outside the vbulletin directory. Here's what you need to do.
Edit the code for the popup, in the navbar. You will see a line of code with this url in:
mp3playerindex.php?do=viewmp3playerpopup
Prepend this line so its the absolute url, not relative. Hence it will look something like this:
http://www.mydomain.com/forum/mp3playerindex.php?do=viewmp3playerpopup
That will fix this problem. :)
SherryG
04-14-2007, 11:44 AM
Hi Sherry,
It's probably because you have the CMPS installed outside the vbulletin directory. Here's what you need to do.
Edit the code for the popup, in the navbar. You will see a line of code with this url in:
mp3playerindex.php?do=viewmp3playerpopup
Prepend this line so its the absolute url, not relative. Hence it will look something like this:
http://www.mydomain.com/forum/mp3playerindex.php?do=viewmp3playerpopup
That will fix this problem. :)
Thank you very much!! :)
rickyreter
04-14-2007, 05:43 PM
Hi, im getting this error
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, April 14th 2007 @ 01:43:08 PM
Script : http://www.cartalkuk.co.uk/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 80.4.195.207
Username : Peter
Classname : vb_database
Any ideas
Peter
syrus.xl
04-14-2007, 05:50 PM
Hi, im getting this error
SELECT COUNT(*) AS id
FROM mp3playlist AS mp3playlist WHERE approvemp3=1;
MySQL Error : Unknown column 'approvemp3' in 'where clause'
Error Number : 1054
Date : Saturday, April 14th 2007 @ 01:43:08 PM
Script : http://www.cartalkuk.co.uk/mp3playerindex.php?do=viewmp3playerpopup
Referrer :
IP Address : 80.4.195.207
Username : Peter
Classname : vb_database
Any ideas
Peter
Have you installed the latest version? The product XML fixes that bug. It was a bug that appeared in a previous version, but I've fixed it in the update.
If you installed the version older than 3.5 then you'll need to update to the latest. The upgrade requires a full overwrite of all files.
rickyreter
04-14-2007, 06:00 PM
woops...i see silly me will try it ..let you no:)
syrus.xl
04-14-2007, 06:32 PM
woops...i see silly me will try it ..let you no:)
Easily overlooked... and I am going to delete the old version soon.:)
rickyreter
04-14-2007, 06:36 PM
Hi, yes working fine can you only up load 15 tracks:(
Peter
syrus.xl
04-14-2007, 06:40 PM
Hi, yes working fine can you only up load 15 tracks:(
Peter
It does have a limit, but not 15 - the coding has a limiter enabled to 100 tracks per playlist, due to slowing down the processing required by the mp3 player.
auctionguy
04-16-2007, 12:21 PM
I am all installed but I cannot get mine to work! I checked all of the files for proper placement but nothing! I do have the double nav bar and I put it in adifferent place than the install docs siad. Would that be the reason possibly?? I wouldn't think so but it is all that I can think of! Can someone help? All I get is the screen that says: you might not have flash or java enabled!
rickyreter
04-16-2007, 12:27 PM
Hi,no you have it in the right place i have the same navbar:
You need http://www.java.com/en/download/manual.jsp
and/or http://www.adobe.com/products/flashplayer/
Thats what i needed,then will be okay :D
Peter
Sign up on site then you can see it working
auctionguy
04-16-2007, 12:29 PM
But I have flash and java already and some of my members have tried it and get the same thing.
rickyreter
04-16-2007, 12:30 PM
P.S use latest version too:)
auctionguy
04-16-2007, 12:40 PM
I installed the zip that was labled, Latest Version! Is that the one?
rickyreter
04-16-2007, 12:48 PM
yep....
syrus.xl
04-16-2007, 02:03 PM
MAJOR UPDATE TO BE RELEASED
A major update for this modification will be released later today.
The update fixes ALL known bugs and a lot of code as been changed. A full list of will be available later!
If you have clicked this modifcation as Marked then you will receive an email when the package is available.
syrus.xl
04-16-2007, 03:50 PM
See main modifcation for details.
Update ASAP, due to security hole found in previous versions.
AFemaleProdigy
04-16-2007, 04:01 PM
Hello. I made a lot of changes to the appearance of the mp3 player on my site. I changed the names of the playlists, their layout on the page, colors, margins, and also disabled the annoying "click to activate" from to the Flash. I am guessing that updating to the latest version will cause me to lose all those changes I have made? Can you confirm this? Thanks.
syrus.xl
04-16-2007, 04:11 PM
You could just overwrite the mp3player_admin.php - this file contains most of the fixes and the security hole which was found.
The 'Click to Activate' problem was fixed in a previous Product XML update.
Then you will not lose any customization to the modification. :)
auctionguy
04-16-2007, 04:43 PM
Excellent! I will wait for that then and give it a try!! Thanks for letting us know!!
syrus.xl
04-16-2007, 05:33 PM
Excellent! I will wait for that then and give it a try!! Thanks for letting us know!!
The package is already updated to version 3.6.0
:)
subzero06
04-16-2007, 06:37 PM
Which files do we need to upload for this last update?
only mp3player_admin.php?
syrus.xl
04-16-2007, 06:39 PM
Which files do we need to upload for this last update?
only mp3player_admin.php?
Yes, this is the only file which was affected. It fixes 3 problems, 2 bugs and a security hole.
es-league.com
04-16-2007, 07:48 PM
Is it possible to install this as a new page rather than a pop up ?
If so what code do I need make it work please ?
I have just read through all 45 pages and couldnt see anything...
Apologies If I missed any posts explaining how to do this..
syrus.xl
04-16-2007, 08:17 PM
Yes, it can be set to appear on a separate vBulletin page. But it would require either additional coding using vBulletins custom template misc.php or adding a new PHP page with custom templating.
Really, it depends on how you wish to use it. If you want to use usergroup permissions correctly then it would require an additional PHP page, and a new custom template added. However, this would probably require additional coding in the admin section.
But, on saying that you could probably get around this by just using a standard vBulletin custom page, and using the current usergroup settings of the Mp3 Management System, since it would stop guests from viewing tracks.
If you want to know the code, then I'll write an addon tutorial for displaying this within vBulletin.
deezelpope
04-16-2007, 08:32 PM
Ok, you 're a cool guy, Syrus, maybe you can help with a question...I just installed this yesterday.....
https://vborg.vbsupport.ru/showthread.php?t=125817
I'm not very technically inclined, and want to know if I should be upgrading to this one here? Very confused right now...
syrus.xl
04-16-2007, 08:46 PM
Ok, you 're a cool guy, Syrus, maybe you can help with a question...I just installed this yesterday.....
https://vborg.vbsupport.ru/showthread.php?t=125817
I'm not very technically inclined, and want to know if I should be upgrading to this one here? Very confused right now...
There's a big difference between this one and the one you installed. The one you have installed is the old XML driven version, which doesn't use no database queries. It's not very secure, by that I mean, by hiding urls of mp3's.
The one you see on here is fully integrated with vbulletin's database, and no one can view urls of mp3's. This one also has many other features, setting up of which usergroups can add to the player, etc. It uses an Admin Management System, which can be set to PM you if anyone adds a track for approval, if you set to approve mp3's before adding them to the playlists. Plus you have a 500 track limit on this version, compared to the 100 track limit on the old one.
:)
deezelpope
04-16-2007, 09:07 PM
I haven't been storing the mp3's in my database...I'm using an outside uploader, like you had suggested, as I don't really like the idea of having them in the DB, plus the laws are different here, yadda, yadda, etc... Ok, whoa, wait a minute...500 for each playlist or for the the whole system?? There a limit of 100 for each playlist on the one I'm using...
Ok, now that you've got me considering this new system of yours...how difficult would a switchover be? Especially regarding the mp3 uploading...can I use the same playlists I've created?
syrus.xl
04-16-2007, 09:17 PM
I haven't been storing the mp3's in my database...I'm using an outside uploader, like you had suggested, as I don't really like the idea of having them in the DB, plus the laws are different here, yadda, yadda, etc... Ok, whoa, wait a minute...500 for each playlist or for the the whole system?? There a limit of 100 for each playlist on the one I'm using...
Ok, now that you've got me considering this new system of yours...how difficult would a switchover be? Especially regarding the mp3 uploading...can I use the same playlists I've created?
Well, this mp3 player uses the same format, as in using external links to mp3's which can be literally anywhere on the web.
The older one can only hold 100 songs and has no limiters that prevent you going over this limit, which would cause the player to become unstable. This one uses limiters, so it's impossible to add more than 100 songs per playlist. Basically, both can hold the same amount but this one is better in many ways. You can view a demo of this player in the first post.
Actually, changing from the old version to this version isn't an easy task, since you will need to add the songs one by one into the Mp3 Adding screen, it does allow you to add 3 songs at a time, which is better than a single track at a time. All editing/deleting is done via the Mp3 Player Management within the AdminCP.
deezelpope
04-16-2007, 09:50 PM
That's what I was afraid of...the moving...I think I might just stay with the older one for now...but I know my friends would like the interaction of this one, I'm sure a switchover is inevitable...I'm just not ready...Yet.
Thank you for your patience...:)
syrus.xl
04-16-2007, 09:58 PM
That's what I was afraid of...the moving...I think I might just stay with the older one for now...but I know my friends would like the interaction of this one, I'm sure a switchover is inevitable...I'm just not ready...Yet.
Thank you for your patience...:)
You're welcome!:)
auctionguy
04-16-2007, 09:59 PM
What exactly do I need to remove (files and?) in the old player to install this new player??
syrus.xl
04-16-2007, 10:09 PM
What exactly do I need to remove (files and?) in the old player to install this new player??
You don't remove any files... All files in the UPLOAD folder you need to upload and overwrite the old ones. Then import the product.xml file using vBulletins Product Manager.
auctionguy
04-16-2007, 10:26 PM
Ok I did the overwrites and I imported the XML but I set to overwrite. Was that right because I still cannot get mine to work! Maybe I have too many mods in my site!
syrus.xl
04-16-2007, 10:32 PM
Yeah, that is correct, overwrite when importing the product.xml file.
Did you press F5 or Refresh after importing the product.xml file? Straight after the Mp3 Player Management should be available in your AdminCP. You then select Mp3 Management Settings and set it up and click the Save button.
This mod shouldn't interfere with other mods, all the files are carefully named not to conflict.
auctionguy
04-16-2007, 10:38 PM
I installed the update but I do not know what info to put in the settings boxes, can you help?
deezelpope
04-17-2007, 08:15 AM
You're welcome!:)
Ok, Syrus, I've given this a lot of thought...I'm gonna do this, and install this baby. Still kinda nervous, though...LOL! You've been so nice and understanding and prompt with your support. Just want you to know how much I appreciate it. :)
Um...doesn't the old player and playlists need to be removed from the DB? None of them were overwritten. And should I just leave in the navbar template edits I did for the other player?
syrus.xl
04-17-2007, 09:29 AM
Ok, Syrus, I've given this a lot of thought...I'm gonna do this, and install this baby. Still kinda nervous, though...LOL! You've been so nice and understanding and prompt with your support. Just want you to know how much I appreciate it. :)
Um...doesn't the old player and playlists need to be removed from the DB? None of them were overwritten. And should I just leave in the navbar template edits I did for the other player?
The old version uses no database entries, and can be removed from your vbulletin, if you wish. It doesn't conflict in anyway with this newer version, since all file names are different. The navbar edits should be removed since you will end up with both mp3 player links, may become confusing to some members.
:)
deezelpope
04-17-2007, 09:32 AM
Ok, thank you, Syrus, I'll remove the first template edit...but what I meant was shouldn't I remove the files I uploaded into my forum directory? Wouldn't I have two players if I didn't?? And the playlists...shouldn't I remove those from my directory, as well?
syrus.xl
04-17-2007, 09:33 AM
I installed the update but I do not know what info to put in the settings boxes, can you help?
Once you have installed the product XML, and refreshed the AdminCP - just Save the default settings in the Mp3 Player Management. You can then change your settings accordingly, as you see fit for your forum.
syrus.xl
04-17-2007, 09:39 AM
Ok, thank you, Syrus, I'll remove the first template edit...but what I meant was shouldn't I remove the files I uploaded into my forum directory? Wouldn't I have two players if I didn't?? And the playlists...shouldn't I remove those from my directory, as well?
Well, you could remove them - otherwise you will just be 'clogging' up the forum directory with unused files. Both players have different file names.
The only time I ran both was in the development - but not on a public accessible forum.
deezelpope
04-17-2007, 09:43 AM
Exactly what I thought!:) Ok, and, yes, I'm afraid I've one more question...I can still use the other one until I get my mp3's transferred to the new one, right? I have the new one disabled until the mp3 transfer is complete, and then I was planning to uninstall the old version.
syrus.xl
04-17-2007, 09:51 AM
Yeah, both will work together on a single forum. They were designed that way, to avoid conflicts between the two, if people were to upgrade from one to another.
:)
deezelpope
04-17-2007, 09:56 AM
Syrus, you are a brilliant man!!! Seriously, I could kiss you!! My friends and I are incredible music lovers and we are grateful to you, and you have my utmost respect. This is an amazing addition to our community!! Thank you so very much for this!!!:)
syrus.xl
04-17-2007, 10:02 AM
Thanks! You're most welcome. :)
deezelpope
04-17-2007, 12:02 PM
Yaaay!! Installed flawlessly!!! All mp3's transferred! Damn, it was easier that I thought! Thanks again, Syrus!! This is such a beautiful thing! :D :D :D :up: :up: :up:
syrus.xl
04-17-2007, 12:32 PM
You're welcome! :)
auctionguy
04-17-2007, 03:11 PM
I have updated successfully and I have to apologize for the stupid questions! I have been doing this stuff for awhile and I guess I was just to good to check my work! Anyways Syrus, to solve the curiosity, I forgot to insert this: <script type="text/javascript" src="clientscript/flashobject.js"></script> and that was the whole problem! I think this mod is unbelievable and I will be voting it mod of the month!! Thanks!!
syrus.xl
04-17-2007, 03:36 PM
We all make mistakes! ;) and you're welcome. :)
es-league.com
04-17-2007, 04:04 PM
Yes, it can be set to appear on a separate vBulletin page. But it would require either additional coding using vBulletins custom template misc.php or adding a new PHP page with custom templating.
Really, it depends on how you wish to use it. If you want to use usergroup permissions correctly then it would require an additional PHP page, and a new custom template added. However, this would probably require additional coding in the admin section.
But, on saying that you could probably get around this by just using a standard vBulletin custom page, and using the current usergroup settings of the Mp3 Management System, since it would stop guests from viewing tracks.
If you want to know the code, then I'll write an addon tutorial for displaying this within vBulletin.
Yes please that would be fantastic, just a simple template/custom page will be fine...
MikeHolohan
04-17-2007, 06:18 PM
i updated it and when i open the mp3 player it says!
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!
???
im using 3.6.4
I have the same problem... Mike.
syrus.xl
04-17-2007, 06:45 PM
Did you add the headinclude template edit?
AngieZ
04-17-2007, 07:31 PM
Question--
How do I prevent users from figuring out where the playlist mp3s are located on my server and then downloading them?
syrus.xl
04-17-2007, 07:35 PM
Question--
How do I prevent users from figuring out where the playlist mp3s are located on my server and then downloading them?
Wherever you place your mp3 directory, on your server, add an extra file named index.html inside with your mp3 files - this will stop anyone 'snooping' in directories. There's no way of finding the paths to the mp3's via the modification, since it calls the paths from the database via PHP, this file cannot be accessed directly either.
HTH
MikeHolohan
04-17-2007, 07:45 PM
Did you add the headinclude template edit?
Ooops, thanks... Mike.
syrus.xl
04-17-2007, 07:51 PM
Ooops, thanks... Mike.
It's listed under Updating in the first post. I think it should be moved, as it does look confusing.:erm:
MikeHolohan
04-17-2007, 07:52 PM
Ok anyone know what this error is...
Fatal error:
* The following users were not found:
1. Mike
Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in /includes/class_dm.php on line 763
syrus.xl
04-17-2007, 07:56 PM
Did you enter the correct user ID, not username?
MikeHolohan
04-17-2007, 08:06 PM
Did you enter the correct user ID, not username?
Ooopps, again sorry, got it, I was trying it on my test forum and my user name is not Mike there...lol... sorry, working fine now...
Mike.
syrus.xl
04-17-2007, 08:10 PM
hehe... I went through this modification, trying alsorts to break it - mainly to rule out any database errors, that were originally in it. Thought you had found one I had missed! lol
AngieZ
04-17-2007, 09:48 PM
Ok I'm having an issue now (thanks syrus for the info above, that works!)-- but now something else is happening--
I cannot add or edit mp3s in the admin control panel.
Even after approving mp3s it goes back to "no"
After upgrading NOTHING changes.
I have the id set to the correct number too.
syrus.xl
04-17-2007, 09:53 PM
Hi,
Try re-uploading the mp3player_admin.php in binary. I had this problem before, and after refreshing the AdminCP it worked. I'll double-check the development, and my public install to see if I can get this problem, but I'm pretty sure it was fixed in the latest update.
AngieZ
04-17-2007, 10:15 PM
Hi,
Try re-uploading the mp3player_admin.php in binary. I had this problem before, and after refreshing the AdminCP it worked. I'll double-check the development, and my public install to see if I can get this problem, but I'm pretty sure it was fixed in the latest update.
No, it still doesn't work. :( It was working before the upgrade though.
syrus.xl
04-17-2007, 10:21 PM
No, it still doesn't work. :( It was working before the upgrade though.
Just PM'ed you... :)
AngieZ
04-17-2007, 10:33 PM
Ok thank you syrus! :)
You are very helpful.
syrus.xl
04-17-2007, 10:35 PM
Ok thank you syrus! :)
You are very helpful.
Did it work?
AngieZ
04-17-2007, 10:39 PM
Did it work?
Check your PM's please.
syrus.xl
04-17-2007, 10:55 PM
Check your PM's please.
Oops! Missed it.. got it now. Sorry about that.
Romeos Tune
04-18-2007, 02:08 AM
I am having the same problem here... Can't approve a mp3.....
syrus.xl
04-18-2007, 02:37 AM
Try this:
1. Re-import the product XML file (allow overwrite).
2. Go to Mp3 Player Management -> Mp3 Player Settings.
3. Click 'Save'
This should fix the problem, if done in this order.
MikeHolohan
04-18-2007, 04:16 AM
hehe... I went through this modification, trying alsorts to break it - mainly to rule out any database errors, that were originally in it. Thought you had found one I had missed! lol
Thank you so much for all your help. funny thing is, if I had been following the instructions correctly i wouldn't have needed any help, it's all there in the instructions...lol...
but again thank you so much, this is a great product... Mike.
tinkerbell
04-18-2007, 09:25 AM
Great add-on, thank you. Installed set up and working.
Tinkerbell
es-league.com
04-19-2007, 10:55 AM
Yes please that would be fantastic, just a simple template/custom page will be fine...
Any luck writing that custom page walkthrough/tutorial syryus ?
syrus.xl
04-19-2007, 02:28 PM
Any luck writing that custom page walkthrough/tutorial syryus ?
I'll write it up this evening..:)
syrus.xl
04-21-2007, 03:34 PM
By request:
Added: XEON Player in vB Custom Page Instructions.zip
DEMO: http://www.digitalport.co.uk/digital/misc.php?do=page&template=Xeon
Available in text and .pdf formats.
subzero06
04-21-2007, 03:39 PM
By request:
Added: XEON Player in vB Custom Page Instructions.zip
DEMO: http://www.digitalport.co.uk/digital/misc.php?do=page&template=Xeon
Available in text and .pdf formats.
link doesn't work!
syrus.xl
04-21-2007, 03:43 PM
link doesn't work!
Fixed now...lol I forgot to add the template to the main style I use.:rolleyes:
Thanks for pointing that out.:)
es-league.com
04-21-2007, 05:54 PM
custom page installed , management showing in admin cp
but I cant approve any mp3 files ?
I have changed the settings in usergroup to allow
admins to upload and approve mp3 files...
when I click "approve mp3" it boes back to no , any ideas syrus ?
my custom page is here (http://www.combatrevolution.net/misc.php?do=page&template=Xeon) for your reference
syrus.xl
04-21-2007, 06:01 PM
Did you follow the instructions correctly when installing? That problem normally occurs when the settings have not been saved directly after installing the product.xml file.
es-league.com
04-21-2007, 06:07 PM
Thought I had buddy I will try it again...:(
es-league.com
04-21-2007, 06:15 PM
still cant get it working, haven't got a clue where I am going wrong
on this one - got plenty of mods installed previously with no trouble..
has anyone got a link to an mp3 I can use to test my set up ?
maybe I am doing that bit wrong ?
es-league.com
04-21-2007, 06:31 PM
I have an mp3 file showing as approved (1) rather than (0)
but nothing showing on the player itself ??
getting somewhere slowly....
UPDATE
Bingo we have lift off, thanks Syrus....
germinus
04-21-2007, 06:55 PM
Wont save mps edit via admincp, any ideas?
syrus.xl
04-21-2007, 07:05 PM
Normally, a re-import (overwrite) of the product.xml file will fix any issues, if you've not installed it exactly as outlined in the instructions. You don't lose any mp3's already entered since these are taken into consideration by the install/upgrade.
hmmm, nice hack!
but why the mp3 upload to a folder is missing?
like images users should be able to upload their songs
to the boards webspace.
KevNJ
04-24-2007, 02:53 AM
same problem as es-league.com above... i reimported overwrote and saved the settings and still nothing, running 3.6.5
HAVOK USA
04-24-2007, 03:41 PM
I have the player successfully installed, I have uploaded mp3's and titled them per your instruction and made sure all folders are CHMOD correctly.
The player does not show the mp3's - only the phrase "undefined". what am I doing wrong?
Also, are you supposed to be able to turn the player on and off via the "power" button?
really looking forward to using this. thanks for all your hard work Syrus
syrus.xl
04-24-2007, 04:46 PM
I have the player successfully installed, I have uploaded mp3's and titled them per your instruction and made sure all folders are CHMOD correctly.
The player does not show the mp3's - only the phrase "undefined". what am I doing wrong?
Also, are you supposed to be able to turn the player on and off via the "power" button?
really looking forward to using this. thanks for all your hard work Syrus
The 'undefined' statement means the player file is not reading the main mp3playlist.php file in the root of your forum. Check the CHMOD on this file is set to 644.
The 'power' button serves no purpose on this version, it is just for cosmetic purposes only.
See how you get on...
syrus.xl
04-24-2007, 04:54 PM
same problem as es-league.com above... i reimported overwrote and saved the settings and still nothing, running 3.6.5
I can't understand why you are having problems, however you could try the following:
Using phpMyAdmin do a SQL dump of all your playlists, double check its all there, before you do an uninstall of the modification. Go back to your database and if the settings table is still there then drop the this table.
Once you've done this, re-install the modification - and import the product XML file, make sure you click Save settings directly after. Now, go back to phpMyAdmin and drop the playlist tables again, and import your backed up SQL playlist tables.
If that didn't work, try doing a product XML overwrite - and Save settings directly after.
See if that helps.
syrus.xl
04-24-2007, 05:15 PM
hmmm, nice hack!
but why the mp3 upload to a folder is missing?
like images users should be able to upload their songs
to the boards webspace.
There are a few reasons why there is no function to upload mp3's.
1. Legality issues - but these vary on country to country. So, the linking method was used instead.
2. Another reason is PHP upload restriction limits, normally these are set to around 2Mb or 4Mb (host dependent). In some cases this can be changed using a php.ini or .htaccess file edit, but not all hosting companies allow their clients to do this, with their server setups.
These are the main reasons why the linking approach was preferred, over uploading of mp3's which would also cause strain on some servers, with high-traffic.
i understand!
but i have a familar forum with less than 50 users.
legality and traffic is no problem for us.
u can share song between a family.
do you have a add on for my forum to upload mp3?
would be very nice :)
greetings,
nebu
ps: your player is great.
im using it everytime in the background!
OmniBuzz
04-24-2007, 10:54 PM
Well, I have the undefined problem, plus I am not able to change an URL or a song name once it is in a playlist...
What am I doing wrong ?
(I verified the chmod for mp3playlist.php and made sure that admin can add and play mp3)
OmniBuzz
04-24-2007, 11:07 PM
It worked for one song : I don't seem tio be able to reproduce my success ! I have a white square where the second song name should be...
and of course I cannot edit an url to a mp3 or change a name...
:(
Well, I have the undefined problem, plus I am not able to change an URL or a song name once it is in a playlist...
What am I doing wrong ?
(I verified the chmod for mp3playlist.php and made sure that admin can add and play mp3)
i have the same problem :(
saurontx
04-25-2007, 08:46 PM
I m sorry as my question may have been asked a 100 times b4, but How actually do I "upload" Mp3s to get their URLs ?
The player and everything else has been installed, and I tried to upload 1 mp3 to new folder names MP3 under my forum root folder. Under Url I listed as "mp3/1.mp3", and the track 1 appears on play list, but it does not play it ?
Any ideas.?????
you cant upload with this tool
its only a player!
you have to upload first, after you only add the url :)
saurontx
04-25-2007, 09:09 PM
yeah I understand that. I mentioned that I uploaded the mp3 to my folder (using Ftp). Any suggestions ?
saurontx
04-25-2007, 09:30 PM
got it working :D
ruger
04-25-2007, 10:02 PM
i have the same problem :(
Same thing here. Ive removed the db tables and re uploaded the xml then saved settings. Still cant approve via admincp. Having to do it via phpmyadmin.
syrus.xl
04-25-2007, 10:25 PM
Same thing here. Ive removed the db tables and re uploaded the xml then saved settings. Still cant approve via admincp. Having to do it via phpmyadmin.
Do you have your settings set to Approve all Mp3's? This should be set to on directly after installation of the product.xml file. You should be able to edit each track from any playlist and set it to approve.
MobileBros
04-26-2007, 09:58 AM
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!
i get this when i run it and my java is enable
MobileBros
04-26-2007, 10:24 AM
nvm i got it but now the music wont play
syrus.xl
04-26-2007, 12:29 PM
nvm i got it but now the music wont play
Do the the playlists show up in the player? Or are you receiving a message of 'null' or 'undefined'?
Nipple
04-26-2007, 02:42 PM
I've installed this hack without issues, but every time I approve a song, it just goes right back to being unapproved. Ie the approval doesn't 'stick'. Any ideas? :(
syrus.xl
04-26-2007, 03:21 PM
Try logging out of your site and clearing cookies, this sometimes causes errors with this mod.
FReeSTER
04-26-2007, 06:28 PM
Do the the playlists show up in the player? Or are you receiving a message of 'null' or 'undefined'?
I have the same problem, the playlist show up in the player but it wont start the music. I checked to make sure the settings are correct and noticed that it wont update the playlist and shows always Not aproved. I did try few times to refresh the FTP server and still have the same problems.
Any Ideas
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.