View Full Version : Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated
syrus.xl
10-21-2006, 10:00 PM
The XEON Mp3 Player for vBulletin 3.6.X
http://www.digitalport.co.uk/images/xeonplayer_beta.jpg
Design: Syrus XL Media 2003-2007
Coding Update: vBmotion.com (http://www.vbmotion.com)
Demo: www.digitalport.co.uk (http://www.digitalport.co.uk) (Click Entertainment>XEON Mp3 Player)
Important: Supported only on Digital Port UK (http://www.digitalport.co.uk)
Update Rev: 4.0.1 - Navbar code updated to work with vBadvanced CMPS outside the forum directory.
Updated Rev: 4.0.0 - All known bugs fixed in AdminCP, these include the Approve Mp3 issue and the Edit Mp3 problem.
Added: 21/04/07 - XEON Player in vB Custom Page Instructions.zip
Demo: http://www.digitalport.co.uk/digital/misc.php?do=page&template=Xeon
Version: 3.6.0 coding (Major UPDATE) *see below
Version: 3.5.1 coding (Product XML file updated)
Version: 3.0 XEON Player (Shuffle disabled) *Player Only Package* added.
Fully compatible and tested on vBulletin 3.6.0, 3.7 and up.
No example tracks are included in this version.
*IMPORTANT: About version 3.6!!*
If you have installed this modification prior to the latest version 3.6, it is recommended that you update to the latest version 3.6 immediately. Older versions contain a Security Hole in the admin section. All database errors have been fixed, special thanks to Code Monkey.
External Data Pull
This modification is designed to pull data from internal and external servers. Check that you enter full urls to pull external data or the modification will fail to read.
Features:
Can hold upto 500 mp3 tracks (5 playlists with 100 tracks in each)
Automatically cuts off access to playlists if 100 tracks are reached
All track data held in database
Volume & Pan(balance) Controls
Add mp3's through AdminCP or via Popup
PM system notifcation of new tracks submitted
Edit/Delete/Approve/Deny tracks via AdminCP
Usergroup Permissions for adding tracks and viewing of player
Multi-functional display on mp3 player
WOL Enabled - see who's using the mp3 player
Stream and Buffer parameters per track
Track pre-loading on displayThis version is not compatible with the XML driven vbMp3 Player I released awhile ago (you may uninstall or leave in, as this version uses renamed files). The player, and all code have been changed, and now fully utilizes the vBulletin AdminCP for settings, mp3 playlist management, usergroup permissions.
Known Issues:
None
UPDATING:
Overwrite all files with the new package XEON Mp3 Player v4.0.0
Import the Product XML file using the vBulletin Product Manager. Go to Mp3 Player Management and update settings and Save.
Template edit:
(required on new install or upgrade, unless you have installed other products from us.).
In the headinclude template -
Find:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
Above add:
<script type="text/javascript" src="clientscript/flashobject.js"></script>If this line of code already exists then DO NOT ADD IT!
End of Update
MAIN INSTALLATION
Installation:
Upload the contents of the ?Upload folder? to your forum root. Import the ?product-mp3player.xml? file via ?Plugins & Products? ? Manage Products ? Import Product in your AdminCP. Press F5 or refresh your browser window to view the Mp3 Player Management menu. Once you install this version make sure you Update the MP3 Management settings and click SAVE, failure to do so will result in an error if you enable the custom PM notification system.
Template Edits:
These edits are based on the default vBulletin style, you may need to change if you have a custom style.
AdminCP -> Styles & Templates -> Navigation / Breadcrumb Templates -> navbar
Find:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
After add:
<!-- Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('$vboptions/mp3playerindex.php?do=viewmp3playerpopup','newWin' ,'width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!-- End Mp3 Player Launch -->
Now, navigate to AdminCP -> Usergroups -> Usergroup Manager ? adjust usergroups permissions as required. Default is all usergroups have no access.
You now have the vbMp3 XEON player installed!
[B]Update notifications can only be sent out if you have clicked 'INSTALL'.
More players will available shortly.
Enjoy!
syrus.xl
10-21-2006, 10:01 PM
Updated: 16/04/07
Reserved...
wizardan
10-21-2006, 10:10 PM
First download.
***Absolutely installed***:)
Forumi Shqiptar
10-21-2006, 10:17 PM
Nice one thanks :)
Will install it tomorrow definetly :)
Draygonia
10-21-2006, 10:22 PM
Installing ATM! I installed your other xeon, sadly I guess I have to reconfigure this playlist thing? Darn...
AMG021
10-21-2006, 10:30 PM
Niceeeee
Draygonia
10-21-2006, 10:30 PM
I got a question, my templates are different due to the fact that I have a custom template... how would I configure this so it displays the mp3 player as a popup? This is in my header:
<td width="70" height="22" align="left" valign="top"><a href="xeon.htm?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></a></td>
Its tren_z style, half of the stuff in the navbar and half in the header and I dont know how to code it :(
syrus.xl
10-21-2006, 10:30 PM
Installing ATM! I installed your other xeon, sadly I guess I have to reconfigure this playlist thing? Darn...
Yes, it will take time to convert the XML version urls into this version, however this version is more secure and no XML files exist. The player is populated using just a single PHP file, that cannot be read directly from a browser.:)
All playlists will hold 100 tracks, after which point the system will stop anymore adding of tracks. Just a fail-safe really.
Shazz
10-21-2006, 10:34 PM
Should be named " The next generation " :)
syrus.xl
10-21-2006, 10:43 PM
I got a question, my templates are different due to the fact that I have a custom template... how would I configure this so it displays the mp3 player as a popup? This is in my header:
<td width="70" height="22" align="left" valign="top"><a href="xeon.htm?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></a></td>
Its tren_z style, half of the stuff in the navbar and half in the header and I dont know how to code it :(
Hi Dragonia,
Try this, I haven't tested it - but it should work.;)
<!?Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
<!?End Mp3 Player Launch -->
Greek76
10-21-2006, 10:52 PM
Is this the actuall player? I thought the new was suppose to be a paid mod? Thanks..
syrus.xl
10-21-2006, 10:57 PM
Is this the actuall player? I thought the new was suppose to be a paid mod? Thanks..
No, this a free version and fully supported by my co-author and myself. There will be a commercial premium version, but this is along way off, and in very early development. ;)
Greek76
10-21-2006, 10:58 PM
No, this a free version and fully supported by my co-author and myself. There will be a commercial premium version, but this is along way off, and in very early development. ;)
Oh alright just curious thanks will install.
Gripemaster
10-21-2006, 10:59 PM
Hi Syrus... thanks for all your hard work.
My question is about adding MP3 URL's... my music is in 4 folders on my server... does it require the FULL URL (with http://) or will it accept "/forum/music/playlist1.mp3"?
I have nearly 300 songs to add..LOL :)
syrus.xl
10-21-2006, 11:03 PM
Hi Syrus... thanks for all your hard work.
My question is about adding MP3 URL's... my music is in 4 folders on my server... does it require the FULL URL (with http://) or will it accept "/forum/music/playlist1.mp3"?
I have nearly 300 songs to add..LOL :)
It may work with a relative url, thats one thing I have not tried yet. Flash can be 'funny' with some relative urls, but it does work on occassions depending on the location of the main flash file. Worth a try though, if thats how you have them entered in the old XML files.
300..wow! Alot of work, to do manually!:ermm:
Gripemaster
10-21-2006, 11:23 PM
It may work with a relative url, thats one thing I have not tried yet. Flash can be 'funny' with some relative urls, but it does work on occassions depending on the location of the main flash file. Worth a try though, if thats how you have them entered in the old XML files.
300..wow! Alot of work, to do manually!:ermm:
It uses the full URL with http://
And yes, lots of work to do. I'm just leaving the old one intact until I have time to do the adds in the AdminCP. It's all good. :squareeyed:
Gripemaster
10-21-2006, 11:29 PM
I don't suppose there's a "mass add mp3's" option hiding anywhere? LOL
No worries... it'll be well worth the time. :)
DementedMindz
10-21-2006, 11:33 PM
is there anyway we could stream a radio station from it?
Draygonia
10-21-2006, 11:33 PM
Hi Dragonia,
Try this, I haven't tested it - but it should work.;)
<!—Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
<!—End Mp3 Player Launch -->
Thanks, but the image seems to drop out of place... www.chasm-online.com. Perhaps that is normal? Thanks for the great support!
It doesnt seem to care to work on my portal vbacmps:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33
Thats the error I get :( I believe my paths are right
EDIT Again: The window comes up blank, it doesnt appear to load anything.
emtee
10-21-2006, 11:49 PM
Really nice! If you can have mass mp3s adding it would be a killer mod!
Thanks and click install!
syrus.xl
10-22-2006, 12:04 AM
Thanks, but the image seems to drop out of place... www.chasm-online.com. Perhaps that is normal? Thanks for the great support!
It doesnt seem to care to work on my portal vbacmps:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33
Thats the error I get :( I believe my paths are right
EDIT Again: The window comes up blank, it doesnt appear to load anything.
Hi,
I look into launching the player from an image in the navbar.
As for the player working in the vBa CMPS, it doesn't use a straight forward method. I will post the vBa center module, probably tomorrow as an addon. The 'mp3playerindex.php cannot be accessed directly it requires a 'do' in the url, this will vary depending on the required function.
Here's a demo (http://www.digitalport.co.uk/vb36/index.php?styleid=1) I used to test it in a vBa CMPS center block.
syrus.xl
10-22-2006, 12:10 AM
is there anyway we could stream a radio station from it?
At the moment, the player is not coded to stream a radio station. This might be an addition we may implement in the Commercial Premium version, which also supports video as well as mp3 streaming. ;)
syrus.xl
10-22-2006, 12:12 AM
Really nice! If you can have mass mp3s adding it would be a killer mod!
Thanks and click install!
This could be done, but this feature is not available in the current modification.
Draygonia
10-22-2006, 12:17 AM
Hi,
I look into launching the player from an image in the navbar.
As for the player working in the vBa CMPS, it doesn't use a straight forward method. I will post the vBa center module, probably tomorrow as an addon. The 'mp3playerindex.php cannot be accessed directly it requires a 'do' in the url, this will vary depending on the required function.
Here's a demo (http://www.digitalport.co.uk/vb36/index.php?styleid=1) I used to test it in a vBa CMPS center block.
What I mean is it wont work in the header :(
And thanks for help ^.^ Im sure the members wont be angry if they dont have thier music for a day or few.
syrus.xl
10-22-2006, 01:02 AM
What I mean is it wont work in the header :(
And thanks for help ^.^ Im sure the members wont be angry if they dont have thier music for a day or few.
Ah right..
The link would need to changeover in vBa CMPS, this is due to your vBa CMPS being installed outside the forum root. The actual 'call' url from the forum root to the popup is 'mp3playerindex.php?do=viewmp3playerpopup'. The popup is using a vBulletin template, which is nothing like the old XML version.
So, what you would need is the navbar code to change from when launched in the forum, to when its launched in the CMPS. I will go into this change-over sequence when I release the vBa CMPS block, there will be a few options available to code it correctly to your forum.
:)
Draygonia
10-22-2006, 01:19 AM
Yah, because my extremepixels template is old, not for 3.6.2, its for like 3.0 -.-
Hate it! But I love it...
Anyways, thanks for help, ill wait it out :)
as an idea, I'm wanting a user submitted radio station. If I could point this hack at a directory and just let it stream the MP3s in it randomly, that would be awesome. Until then, I think I'll have to setup shoutcast...
teedizz
10-22-2006, 02:09 AM
any plans on releasing a smaller version like you initially had with the ipod nano looking one? This one is a bit " bulky ".
G_Man
10-22-2006, 02:31 AM
Ah right..
The link would need to changeover in vBa CMPS, this is due to your vBa CMPS being installed outside the forum root. The actual 'call' url from the forum root to the popup is 'mp3playerindex.php?do=viewmp3playerpopup'. The popup is using a vBulletin template, which is nothing like the old XML version.
So, what you would need is the navbar code to change from when launched in the forum, to when its launched in the CMPS. I will go into this change-over sequence when I release the vBa CMPS block, there will be a few options available to code it correctly to your forum.
:)
If I am understanding this right... I changed the template edit, adding theforum
to the call...
like this...
'/theforum/mp3playerindex.php?do=viewmp3playerpopup'
Works fine from the CMPS page for me. I am using an extremepixels style also, although you'd never recognize it!! LOL
GrendelKhan{TSU
10-22-2006, 02:34 AM
can't wait!! (I'm gunna install, as recommended,after the cmps module add-on is released :))
ShadowOne
10-22-2006, 03:06 AM
Which One Is Better...This One Or Your Other One... Whats The Major Differences? And I Hear THat MP3 Players On VBulletin Will Crash If Too Many Users Use It At One Time...
Neutral Singh
10-22-2006, 03:13 AM
I think the beauty of this great piece of coding is that you dont necessarily have to host the mp3s on your own server... post the url and there you are!!
Intex
10-22-2006, 06:08 AM
Very nice syrus.xl. Will this run on 3.5.x?
syrus.xl
10-22-2006, 07:55 AM
Very nice syrus.xl. Will this run on 3.5.x?
I've only tested it on vBulletin 3.6.0 upto 3.6.2 - I don't have any vBulletin 3.5.4 test installs to check if it works.:ermm:
syrus.xl
10-22-2006, 08:13 AM
Which One Is Better...This One Or Your Other One... Whats The Major Differences? And I Hear THat MP3 Players On VBulletin Will Crash If Too Many Users Use It At One Time...
There are major differences between the old XML version and this full vBulletin integration.
Changes since the original vbMp3 Player
Fully compatible with the 'vBulletin Product System'
Use database population as opposed to XML (more secure)
Uses Usergroup permissions (2 options per usergroup)
Settings for playlist Mp3 Management
Mp3's can now be moderated via AdminCP
Add/Delete Mp3's in the AdminCP
Approve/Deny new Mp3's (uploaded via members)
Enable/Disable PM system (used for informing you of new Mp3's added)
100 track 'forced' per playlist (preventing an unstable issue)
As for mp3 players crashing vBulletin, I've never heard of it...:confused: I can't see how this would happen.
syrus.xl
10-22-2006, 08:21 AM
as an idea, I'm wanting a user submitted radio station. If I could point this hack at a directory and just let it stream the MP3s in it randomly, that would be awesome. Until then, I think I'll have to setup shoutcast...
Currently, in this package I have only included one player, but there are variations that I plan to add - these will include:
AutoStart Enabled
Shuffle Enabled
AutoStart Enabled
Shuffle Disabled
AutoStart Disabled
Shuffle Enabled
AutoStart Disabled
Shuffle Disabled
Yesterday, I had a busy day and didn't have time to compile the required new players. But they will follow.:)
Snake
10-22-2006, 09:09 AM
Oh my god! Thank you very much. I'm going to install this right away! :D
micheal332001
10-22-2006, 11:00 AM
Really nice! If you can have mass mp3s adding it would be a killer mod!
Thanks and click install!
This is a very good idea and i will work on this for the Premium version.
micheal332001
10-22-2006, 11:02 AM
What I mean is it wont work in the header :(
And thanks for help ^.^ Im sure the members wont be angry if they dont have thier music for a day or few.
Hi there
Try this
<!?Mp3 Player Launch -->
<tr>
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
</tr>
<!?End Mp3 Player Launch -->
This should work for you
micheal332001
10-22-2006, 11:05 AM
Very nice syrus.xl. Will this run on 3.5.x?
For this to work on 3.5.x there would have to be a change in the product.xml file and will sort out soon
MissKalunji
10-22-2006, 11:44 AM
At the moment, the player is not coded to stream a radio station. This might be an addition we may implement in the Commercial Premium version, which also supports video as well as mp3 streaming. ;)
wow you're amazing! thanks!
Stifmeister2
10-22-2006, 11:55 AM
What does this "mass populating the player" mean?
Gripemaster
10-22-2006, 12:03 PM
What does this "mass populating the player" mean?
The ability to add more than one URL for the MP3's at a time. I have over 300 songs, and adding them is somewhat tedious when it has to be done one at a time. Copy, paste, add name, lather, rinse, repeat. LOL
But this hack is well worth it, in my humble opinion. :rambo:
syrus.xl
10-22-2006, 12:03 PM
What does this "mass populating the player" mean?
Basically, if you had the previous version installed which used XML files to populate the player. then this is an option to convert them to use the vbulletin database. All the urls and track data needs to be inserted into this version manually, one at a time.
So, 'mass populating' can be done by using a SQL query, by entering all the tracks into a notepad document, and then copy and paste this data into either the AdminCP - SQL Query or directly into your database using phpMyAdmin.
For SQL queries to be done in vBulletin you need to enable this feature in the includes/config.php file.
syrus.xl
10-22-2006, 12:05 PM
The ability to add more than one URL for the MP3's at a time. I have over 300 songs, and adding them is somewhat tedious when it has to be done one at a time. Copy, paste, add name, lather, rinse, repeat. LOL
But this hack is well worth it, in my humble opinion. :rambo:
Okay, you beat me to it! lol:D Thought you'd still be adding tracks...;)
Gripemaster
10-22-2006, 12:11 PM
Okay, you beat me to it! lol:D Thought you'd still be adding tracks...;)
I got 3 of the 5 playlists done before my eyes just would not stay open last night (or I should say this morning LOL)
I wondered about doing it through the database, but I barely feel comfortable with code... I don't mess with the database unless I absolutely have to. I am the only admin and yes I can run queries, I just don't so I don't break something. :up:
patsalko
10-22-2006, 01:46 PM
Great Hack!
Any way to change 'PlayList 1' to something more meaningfull like 'JAZZ'??
Thanks
syrus.xl
10-22-2006, 02:01 PM
Great Hack!
Any way to change 'PlayList 1' to something more meaningfull like 'JAZZ'??
Thanks
We can incorporate playlist naming, but this will probably be released in an update. As it would require code and internal player code modifications.
Or are you refering to the names it shows in vBulletin? If this is the case, it's not that hard to change, but the player buttons would also require changes.
patsalko
10-22-2006, 02:24 PM
For those interested, I have created a little PERL shell script to create the playlist SQL insert statement automatically.
Here u go. You do need to know PERL to run it :)
1. Create the file list
LIST.txt needs to be in this format
file1.mp3
file2.mp3
file3.mp3
you can do a dir or ls (in unix) and save the list to LIST.txt (or whatever)
2. Create a Perl script . Name it what you like i.e. list.pl
------------ cut here ------------------
#!D:/xampp/perl/bin/perl.exe #update this to the location of your perl executable #!/usr/bin/perl or whatever
# Open file
$data_file="LIST.txt";
my $url = "http://yourmp3_files_URL/";
open(FILE, $data_file) || die("Could not open file!");
@raw_data=<FILE>;
close (FILE);
# Data stored in VB this way
#Playlist 1 = 'vb_mp3playlist'
#Playlist 2 = 'vb_mp3playlist1'
#Playlist 3 = 'vb_mp3playlist2'
#Playlist 4 = 'vb_mp3playlist3'
#Playlist 5 = 'vb_mp3playlist4'
# Insert rows like this
#INSERT INTO `vb_mp3playlist` VALUES (1, 'mp3 1 url goes here', 'true', 1, 'artist and song number 1 goes here', 1);
#INSERT INTO `vb_mp3playlist` VALUES (2, 'mp3 2 url goes here', 'true', 1, 'artist and song number 2 goes here', 1);
#INSERT INTO `vb_mp3playlist` VALUES (3, 'mp3 3 url goes here', 'true', 1, 'artist and song number 3 goes here', 1);
my $i = 0; # or whatever you want the list to start at
foreach $line (@raw_data)
{
chop($line);
#Split name and extension
($w_name,$temp)=split(/\./,$line);
#build full url
my $mp3url= $url . $line;
#build songname
my $songname = $w_name;
#insert statement
print "INSERT INTO vb_mp3playlist VALUES ($i, '$mp3url', 'true', 1, '$songname', 1);\n";
$i++;
}
exit (0);
--------------------- cut here ---------------
3. Run scrit and pipe the results
list.pl > list.txt
4. Run the the SQL
5. Voila!
bandare
10-22-2006, 03:11 PM
sorry, I may be ignorant but can this work as a popup?
syrus.xl
10-22-2006, 03:14 PM
sorry, I may be ignorant but can this work as a popup?
The popup code is in the first post. Just a piece of javascript calling a custom template. This will be changing over the next few days to use a dropdown menu, all is explained in the first post.
;)
bandare
10-22-2006, 03:35 PM
The popup code is in the first post. Just a piece of javascript calling a custom template. This will be changing over the next few days to use a dropdown menu, all is explained in the first post.
;)
aaaah, its in the code for the navbar u mean.......
I am wanting to add a link within a post as for me, its for a special feature on the site so people can access it from the link I give in a post...... :)
So I would put CLICK HERE to play mp3 player. that will then open the popup player :)
syrus.xl
10-22-2006, 04:10 PM
aaaah, its in the code for the navbar u mean.......
I am wanting to add a link within a post as for me, its for a special feature on the site so people can access it from the link I give in a post...... :)
So I would put CLICK HERE to play mp3 player. that will then open the popup player :)
Hi Bandare,
Yeah, that was the code I was referring too.
Placing a link in a post, would require HTML to be enabled in the forum, since it requires the navbar code to be changed.
If you need to know the code let me know.
:)
Spermy
10-22-2006, 05:14 PM
Another Admin installed this and didn't Update first, I tried to uninstall it(after telling him to read the instructions first or don't do it) and reinstalled it. It still won't update now, still gives the redirect error.
Any way to fix this?
syrus.xl
10-22-2006, 05:27 PM
Another Admin installed this and didn't Update first, I tried to uninstall it(after telling him to read the instructions first or don't do it) and reinstalled it. It still won't update now, still gives the redirect error.
Any way to fix this?
Uninstall the product from Products & Plugins first, then you will need to edit the database using phpMyAdmin and 'Drop' the mp3player settings table. This is the only table left after doing the Product uninstall, so all previous settings will be deleted.
This will clear all the modfication from the system. So, by doing a fresh install you will need to first 'Update' the settings in Mp3 Player Management. If you don't update first then then error cache is not cleared, which causes the error.
Hope that helps!
Spermy
10-22-2006, 05:55 PM
I uninstalled it, dropped the table mp3player settings.
logged out
logged back in
reinstalled the product
update the settings after refresh
still get the redirect error.
any ideas?
syrus.xl
10-22-2006, 06:03 PM
Do you mean the 'mp3player_cp_redirect' once settings are saved? This is not an error, its listed under 'Known Issues' and refers to a missing phrase. I will be updating the package in a few days and this missing phrase will be added.
It will still function correctly, its just vbulletin stating that a phrase is missing, not defined.
If that's what you are referring too?
teedizz
10-22-2006, 06:05 PM
any plans on releasing a smaller version like you initially had with the ipod nano looking one? This one is a bit " bulky ".
Can you answer when u get a chance syrius. thanks.
Spermy
10-22-2006, 06:06 PM
Yes, but it isn't saving any of the mp3 urls I add.
I open the player and there isn't any songs
I will try again, step by step, maybe I missed something.
Spermy
10-22-2006, 06:09 PM
I needed to approve it. Damn I'm dumb.
Thx for the help
syrus.xl
10-22-2006, 06:23 PM
Can you answer when u get a chance syrius. thanks.
Sorry, I forgot about this post!:o
Right, I will modifying the code and the vbMp3 Player (ipod 'lookalike') very soon. Due to the way the vbMp3 functions, it requires changes to the main files of this new version.
I do have another mini-player (The 'Pico' Player) which will function the same as the XEON with multiple playlists, yet everything is very small, but this is in early development stages.
So, yes there is a few new players that will be released, including the 'vbE-
Center' (a mp3 and video player combined!).;)
Snake
10-22-2006, 08:19 PM
This is really strange. When I first installed this hack, everything seems to work just fine but then, a few minutes later while I was adding some more songs to the MP3 player, it seems that it doesn't wanna work no more! Don't ask me how or why 'cause I've no idea.
Here take a look for yourself:
http://www.finalfantasyforums.net/mp3playerindex.php?do=viewmp3playerpopup
Note that you must be a member inorder to view the player. As you can see, the song doesn't even stream or plays it. It says the URL address to that song but it doesn't load or at least, says the title of that song. Do you have any idea what's going on? Is it because I have the songs uploaded in a sub-folder (which would be: http://www.finalfantasyforums.net/jukebox/adventchildren/opening.mp3).
Also, in case you haven't noticed, I think I've managed to find a few bugs:
-While adding a quote or multi quotes (such as: ' "), it should give you a mySQL page error. (See below.)
-Accessing the "http://www.yourdomain.com/mp3playerindex.php" page gives you a blank, white page.
-After editting the settings for the player, it gives me this error "Could not find phrase 'mp3player_cp_redirect'.".
-And finally, after adding a song/mp3 via the ACP, each time when you edit that song you will notice that the "Approve MP3" option automatically checks to "No" when it's supposed to say "Yes". It's kinda a pain in the ass to edit every song and set it to "Yes" inorder to get the song working in the player.
Database error in vBulletin 3.6.2:
Invalid SQL:
update mp3playlist set
id='1',
url_product='Opening' Advent Children',
url_product_stream='true',
url_product_buffer='0',
mp3name='http://www.finalfantasyforums.net/jukebox/adventchildren/opening.mp3',
approvemp3='1'
where id='1';
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 'Advent Children',
url_product_stream='true',
url_product_buffer='0',
' at line 5
Error Number : 1064
Date : Monday, October 23rd 2006 @ 01:12:48 AM
Script : http://www.finalfantasyforums.net/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://www.finalfantasyforums.net/admincp/mp3player_admin.php?act=editplaylist1&id=1
Username : Darkblade
Classname : vb_database
bandare
10-22-2006, 08:59 PM
how does the buffer number work?????
syrus.xl
10-22-2006, 09:17 PM
@Snake: I will get my co-author to look into these issues. Strange, we've never had a problem like that during testing. The missing redirect phrase in the AdminCP is noted in Known Issues.
how does the buffer number work?????
The buffer works like this:
The player has default settings, namely Stream set to 'True' and Buffer set to '5'. Note: If the Stream is set to 'False' on a track, the buffer will be useless.
This is how it works:
For the Buffer to function, Streaming must be set to true. If Stream is set to 'False' then the player will download the entire track before playing it.
With Stream set to 'True', a buffer value can be entered which overrides the default value held within the player.
The Buffer is measured in seconds, it is the delay required before a track starts to play. For example, if the Buffer is set to '5' then the player will only start playing once it has downloaded at least the first 5 seconds of the track.
Basically, you set it higher if your server is slow loading, or an external server is running slow. Normally, if you host the mp3's on your own server, then the buffer can be set quite low. Setting the Buffer to '1' will mean it will play a track, virtually instantly.
bandare
10-22-2006, 09:19 PM
thats great... thanks for that...
Gripemaster
10-22-2006, 10:01 PM
FINALLY!!! Up and running and rocking to the tunes.
(After adding a whole bunch of URL's) LOL
A mass population option is all this mod needs. Thanks for all your hard work, thanks for a great mod.
*Finally Clicks Installed*
:)
Barakat
10-22-2006, 11:57 PM
wow nice one >
Snake
10-23-2006, 12:48 AM
@Snake: I will get my co-author to look into these issues. Strange, we've never had a problem like that during testing. The missing redirect phrase in the AdminCP is noted in Known Issues. Yeah thanks for getting back to me, though this makes me wonder when these people are installing the hack and that it would work just fine for them but not me? :surprised:
engager
10-23-2006, 04:37 AM
Using v3.6.0
I, too, have this problem:
-After editting the settings for the player, it gives me this error "Could not find phrase 'mp3player_cp_redirect'.".
Can anyone give advice on how to gain MP3 URL's?
Thanks!
syrus.xl
10-23-2006, 07:52 AM
Using v3.6.0
I, too, have this problem:
Can anyone give advice on how to gain MP3 URL's?
Thanks!
The problem with the phrase will not affect the performance of this modification, it is only a definition missing for the 'mp3player_cp_redirect' in the AdminCP, and is listed under Known Issues and will be fixed shortly.
BTW, I have PM'd you regarding Mp3 Urls. I do have quite a alot PM's a day on here, and always check them first. ;)
theodonnells
10-23-2006, 08:27 AM
How would i stand legally by letting my forum members listen to Mp3 tracks without paying royalties? Surely its against the law to broadcast copyright songs.Unless you pay royalties every time a song is played. Wouldnt want a big invoice from some major music company...
syrus.xl
10-23-2006, 09:02 AM
How would i stand legally by letting my forum members listen to Mp3 tracks without paying royalties? Surely its against the law to broadcast copyright songs.Unless you pay royalties every time a song is played. Wouldnt want a big invoice from some major music company...
This was answered on a previous thread regarding the issue. It was referring to the XML driven version.
Here's the posting:
https://vborg.vbsupport.ru/showpost.php?p=1078117&postcount=170
Snake
10-23-2006, 12:21 PM
I never thought you could add up and stream MP3s that are hosted on other servers from mine...
syrus.xl
10-23-2006, 01:29 PM
I never thought you could add up and stream MP3s that are hosted on other servers from mine...
Yes, the player is designed to accept internal or external urls. It's entirely upto ones preferences, how it's configured.:)
Snake
10-23-2006, 04:20 PM
Oh that's really cool. So ayrus, have you found a way to fix up my issue? I could give you FTP and ACP access to my board. Please fix this for me! :( It seems that I'm the only person who's having this issue only.
And I've been waiting for a hack like this ages ago!
syrus.xl
10-23-2006, 04:27 PM
Oh that's really cool. So ayrus, have you found a way to fix up my issue? I could give you FTP and ACP access to my board. Please fix this for me! :( It seems that I'm the only person who's having this issue only.
And I've been waiting for a hack like this ages ago!
If you PM me your details then I'll have a look for you, this evening (BST) London...lol Beings, I live in a country known for 'rain':banana: I have nothing else on today! :)
micheal332001
10-23-2006, 05:23 PM
This is really strange. When I first installed this hack, everything seems to work just fine but then, a few minutes later while I was adding some more songs to the MP3 player, it seems that it doesn't wanna work no more! Don't ask me how or why 'cause I've no idea.
Here take a look for yourself:
http://www.finalfantasyforums.net/mp3playerindex.php?do=viewmp3playerpopup
Note that you must be a member inorder to view the player. As you can see, the song doesn't even stream or plays it. It says the URL address to that song but it doesn't load or at least, says the title of that song. Do you have any idea what's going on? Is it because I have the songs uploaded in a sub-folder (which would be: http://www.finalfantasyforums.net/jukebox/adventchildren/opening.mp3).
Also, in case you haven't noticed, I think I've managed to find a few bugs:
-While adding a quote or multi quotes (such as: ' "), it should give you a mySQL page error. (See below.)
-Accessing the "http://www.yourdomain.com/mp3playerindex.php" page gives you a blank, white page.
-After editting the settings for the player, it gives me this error "Could not find phrase 'mp3player_cp_redirect'.".
-And finally, after adding a song/mp3 via the ACP, each time when you edit that song you will notice that the "Approve MP3" option automatically checks to "No" when it's supposed to say "Yes". It's kinda a pain in the ass to edit every song and set it to "Yes" inorder to get the song working in the player.
Hi there
I will sort out the quotes problem very soon and send the update to sysrus
micheal332001
10-23-2006, 05:24 PM
FINALLY!!! Up and running and rocking to the tunes.
(After adding a whole bunch of URL's) LOL
A mass population option is all this mod needs. Thanks for all your hard work, thanks for a great mod.
*Finally Clicks Installed*
:)
This is being worked on
micheal332001
10-23-2006, 05:25 PM
Using v3.6.0
I, too, have this problem:
Can anyone give advice on how to gain MP3 URL's?
Thanks!
This will be fix soon in the new updated files
Snake
10-23-2006, 05:33 PM
Awesome! I can't wait for the next release. Also I am hoping if it would be possible to have something like categories?
Category #1
Category #2
Category #3
...etc
Let's say all hip-hop tracks will go into the #1 category, rock tracks will go into the #2, rap will go into the #3, etc. That would be cool. :)
MissKalunji
10-23-2006, 06:42 PM
Whats : MP3 Sound Buffer?
kylek
10-23-2006, 07:25 PM
First off, thanks for this player, looks and works great.
My question has to do with the link showing when music is being played. I have my mp3's stored on another server which works great but at the same time I do not want members to know the link to the storage site as it deals with adult subject matter and is not suitable for all viewers. Is there a way to not have the info shown? See attached for what I mean:
55048
syrus.xl
10-23-2006, 08:13 PM
First off, thanks for this player, looks and works great.
My question has to do with the link showing when music is being played. I have my mp3's stored on another server which works great but at the same time I do not want members to know the link to the storage site as it deals with adult subject matter and is not suitable for all viewers. Is there a way to not have the info shown? See attached for what I mean:
Thats not a problem, I'm sure we can fix that with a piece of javascript - nothing really major. That template I will be changing, so only the player will be showing nothing else. All adding of tracks, etc will be done from a dropdown menu in the navbar.
A number of updates and fixes will be released for this modification very shortly, taking into consideration all points raised.
syrus.xl
10-23-2006, 08:16 PM
Whats : MP3 Sound Buffer?
Hi,
See this thread for details.
Setting the Stream & Buffer (https://vborg.vbsupport.ru/showpost.php?p=1102297&postcount=64)
:)
kylek
10-23-2006, 08:58 PM
Thats not a problem, I'm sure we can fix that with a piece of javascript - nothing really major. That template I will be changing, so only the player will be showing nothing else. All adding of tracks, etc will be done from a dropdown menu in the navbar.
A number of updates and fixes will be released for this modification very shortly, taking into consideration all points raised.
Thank you, that would be great as the other server is hardly used and is perfect for storage.
Heres another dumb question, is it possible to have more than 5 playlists? So instead of 5 of 100 you could have 10 of say 20. Thinking that members could submit their own playlists and have the option of listening to a specific playlist instead of having it on to go through all tracks on one play list. I have some long time good active members and it would be a bonus for them to have the ability to have their own play list. Just wondering?
syrus.xl
10-23-2006, 09:31 PM
Thank you, that would be great as the other server is hardly used and is perfect for storage.
Heres another dumb question, is it possible to have more than 5 playlists? So instead of 5 of 100 you could have 10 of say 20. Thinking that members could submit their own playlists and have the option of listening to a specific playlist instead of having it on to go through all tracks on one play list. I have some long time good active members and it would be a bonus for them to have the ability to have their own play list. Just wondering?
The current player (Xeon) is only designed for 5 playlists, the internal player coding sets various parameter for tracks per playlist. Hence, it cannot be just changed, to 10 or 20 buttons - it would require major alterations to the database for playlist control and settings. Virtually all the current files would require updating.
We also have planned the 'vbE-Center', this will be a commercial project since it will be able to play mp3's, stream radio and have a sliding screen for video viewing. This is a huge project, and will have many features never seen before. We already have the video side working, and planning the radio stream next. It also allows uploading of videos.:cool:
JMH11788
10-23-2006, 10:15 PM
The current player (Xeon) is only designed for 5 playlists, the internal player coding sets various parameter for tracks per playlist. Hence, it cannot be just changed, to 10 or 20 buttons - it would require major alterations to the database for playlist control and settings. Virtually all the current files would require updating.
We also have planned the 'vbE-Center', this will be a commercial project since it will be able to play mp3's, stream radio and have a sliding screen for video viewing. This is a huge project, and will have many features never seen before. We already have the video side working, and planning the radio stream next. It also allows uploading of videos.:cool:
WOOT! When will vbE-Center beta be released?!?!?
MissKalunji
10-23-2006, 10:27 PM
Hi,
See this thread for details.
Setting the Stream & Buffer (https://vborg.vbsupport.ru/showpost.php?p=1102297&postcount=64)
:)
Thanks!
when i click on the player it comes out as a blank page...what am i missing?
syrus.xl
10-23-2006, 10:37 PM
when i click on the player it comes out as a blank page...what am i missing?
If the flash movie is not showing it can be one of two things:
1. The xeon_mp3_beta.swf file is not in the root of your forum directory
or
2. The flashobject.js is not in the root of the forum directory
The popup template calls the flashobject.js file to invoke the main swf, therefore if either are missing or not readable, then it will fail to load.
Also, note you have Usergroup permissions set correctly, and the Mp3 Player Management is set to 'On'. More than likely it will be one of the aforementioned files.
MissKalunji
10-23-2006, 10:39 PM
If the flash movie is not showing it can be one of two things:
1. The xeon_mp3_beta.swf file is not in the root of your forum directory
or
2. The flashobject.js is not in the root of the forum directory
The popup template calls the flashobject.js file to invoke the main swf, therefore if either are missing or not readable, then it will fail to load.
Also, note you have Usergroup permissions set correctly, and the Mp3 Player Management is set to 'On'. More than likely it will be one of the aforementioned files.
*DOH!* i could swear i've turned it on THanks! and please keep me in your contact for the paid version!!
Thanks for all your help
syrus.xl
10-23-2006, 10:49 PM
*DOH!* i could swear i've turned it on THanks! and please keep me in your contact for the paid version!!
Thanks for all your help
hehe... Did you read the first post regarding installing? The first thing you should do is go to Mp3 Player Management and set the settings accordingly, and press 'Update'. If you don't it will cause an error if PM notification is enabled, due to the error cache not being emptied.
This is still a 'beta', therefore there maybe some issues that we haven't found - apart from the known issues listed.
Are you referring to the forthcoming vbE-Center:cool: ? or the Premium version of this modification?
MissKalunji
10-23-2006, 11:00 PM
hehe... Did you read the first post regarding installing? The first thing you should do is go to Mp3 Player Management and set the settings accordingly, and press 'Update'. If you don't it will cause an error if PM notification is enabled, due to the error cache not being emptied.
This is still a 'beta', therefore there maybe some issues that we haven't found - apart from the known issues listed.
Are you referring to the forthcoming vbE-Center:cool: ? or the Premium version of this modification?
The one with the video....im not sure wich one it is cause i was reading pretty quick
i found a bug even tho you put aprouve mp3 to NO it still requires aprouval
syrus.xl
10-23-2006, 11:10 PM
The one with the video....im not sure wich one it is cause i was reading pretty quick
i found a bug even tho you put aprouve mp3 to NO it still requires aprouval
Yeah, that would be the vbE-Center - the future development project we are designing for vBulletin. A multi-functional system to control mp3, video and radio streaming.
Strange, why that bug has appeared, I took all the files directly off my site where its been running for a few weeks. Someone else mentioned it, and it is being looked into.
We are hoping to have all fixes done within a few days.:)
Snake
10-24-2006, 12:00 AM
syrus, any idea on what's going on with my player? I told ya it doesn't work, streak, load or anything...
Carmen27
10-24-2006, 04:44 AM
Wow this is awesome. Works good for me 3.6.2, but like someone else said, I still have to approve even though I have it check off.. This is great though, we love it! Carmen
BOSS 302
10-24-2006, 10:28 AM
I don't understand how to add music... Help? :(
syrus.xl
10-24-2006, 10:47 AM
I don't understand how to add music... Help? :(
Either upload mp3's to your own server (depending on where your server is located), or external server.
You then enter all the full urls into any playlist using either the AdminCP or via the popup player link.
BOSS 302
10-24-2006, 10:56 AM
I need a walkthrough or something. I don't know where to go to upload mp3's to my server. Nore a site that lets you upload music into a stream. It's not like I can upload a song to a file upload site and use that url, right? It has to be a site thats streaming the music live?
Is there a way I can just make a mp3 folder for my ftp and do something with that? I nee details. :(
I need a walkthrough or something. I don't know where to go to upload mp3's to my server. Nore a site that lets you upload music into a stream. It's not like I can upload a song to a file upload site and use that url, right? It has to be a site thats streaming the music live?
Is there a way I can just make a mp3 folder for my ftp and do something with that? I nee details. :(
yes, upload via your FTP and provide the URL to the uploaded file.
syrus.xl
10-24-2006, 10:59 AM
I need a walkthrough or something. I don't know where to go to upload mp3's to my server. Nore a site that lets you upload music into a stream. It's not like I can upload a song to a file upload site and use that url, right? It has to be a site thats streaming the music live?
Is there a way I can just make a mp3 folder for my ftp and do something with that? I nee details. :(
Give me about an hour and I'll document the procedure. Bit busy at the moment with work.
:)
BOSS 302
10-24-2006, 11:07 AM
I made a folder for my forum root dicectory called "mp3s" and I put an mp3 in it. But when I chose www.myforum.com/mp3s nothing happened there
Am I on the right track at all? Haha.
I made a folder for my forum root dicectory called "mp3s" and I put an mp3 in it. But when I chose www.myforum.com/mp3s nothing happened there
Am I on the right track at all? Haha.
You don't choose a directory to play (although I wish you could), you pick a file.
http://www.myforum.com/mp3s/ParisHilton-MyVaginaIs Large.mp3 would be an example, as I understand it.
BOSS 302
10-24-2006, 11:23 AM
You don't choose a directory to play (although I wish you could), you pick a file.
http://www.myforum.com/mp3s/ParisHilton-My++++++IsLarge.mp3 would be an example, as I understand it.I tried that.
My site is www.mustangmafia.com
My forum is www.mustangmafia.com/index.php
I uploaded a song called 2pac & Rhianna - We Ride
Sooo The song SHOULD be at
[url]www.mustangmafia.com/index.php/mp3s/2pac&rhianna-weride.mp3[url]
But nope. :( Check yourself.
I tried that.
My site is www.mustangmafia.com
My forum is www.mustangmafia.com/index.php
I uploaded a song called 2pac & Rhianna - We Ride
Sooo The song SHOULD be at
[url]www.mustangmafia.com/index.php/mp3s/2pac&rhianna-weride.mp3[url]
But nope. :( Check yourself.
The proper link is actually:
http://www.mustangmafia.com/mp3s/2pac%20&%20Rhianna%20-%20We%20Ride.mp3
To find that, I went into this directory and right-clicked on the MP3, then selected 'copy link location'
http://www.mustangmafia.com/mp3s/
BOSS 302
10-24-2006, 11:43 AM
Ohhh. Werd. 8-)
But even WITH the proper location, the song wont add now? Try yourself. Sigh. I don't know why. There's room on the playlist, proper url, I don't know... ><
BOSS 302
10-24-2006, 11:51 AM
After viewing the song from the playlist in admin cp I realised you can "edit" it. So, I went in there and tried to change the song ID number and "approve" the song. But it said "Unable To Find Play List MP3 [ Go Back ]" :/
micheal332001
10-24-2006, 01:25 PM
After viewing the song from the playlist in admin cp I realised you can "edit" it. So, I went in there and tried to change the song ID number and "approve" the song. But it said "Unable To Find Play List MP3 [ Go Back ]" :/
You cannot change the mp3 id number as for the problem with the approve part i will sort that out later today.
BOSS 302
10-24-2006, 01:40 PM
You cannot change the mp3 id number as for the problem with the approve part i will sort that out later today.So as of now this hack is useless or what? I can seem to get it to play any music.
BOSS 302
10-24-2006, 02:23 PM
Never mind. It works when I add songs from the navbar. Just doesn't work when I go threw the admin cp.
Thanks fellas. Lovely hack. :)
Biggles
10-25-2006, 01:42 AM
Brilliant thanks, Syrus. Working fine on my site and looking forward to the fixes. Also keen on seeing the video, paid, version. Let me know, please.
For Boss 302, I don't know if it helps but there are a couple of tips here: first, if you have all your mp3s in a file on your server, you can in fact use a relative url. So, no need for the http:// myforum.com/forums ... or whatever. Try using [ ./mp3/musicfilename.mp3 ] without the brackets, of course. And the full stop (point) before the first forward slash is essential.
The second tip: highlight each mp3 file name, copy it and paste into the loader after you insert ./mp3/ . That way, you make no mistakes and don't need to insert %20 in blank spaces and so on. It also ensures you get the mp3 name, whatever it may be, correct. Naturally, you can insert whatever you like for the band/singer and the track name that you want to appear on the player's playlist.
Oh, one last thing. Make sure there are no quotes or apostrophes in your mp3 file name or you'll get a database error message about syntax. Syrus is fixing this, I understand - but it's easy to remove them and everything then works just fine.
Hope that helps.
Biggles
Snake
10-25-2006, 01:53 AM
I am still having issues while using this hack. I have even informed syrus, gave him info to my site to fix but still never heard a word from him again. :(
Biggles, you might be able to help me out here?
https://vborg.vbsupport.ru/showpost.php?p=1102264&postcount=62
syrus.xl
10-25-2006, 01:55 AM
Brilliant thanks, Syrus. Working fine on my site and looking forward to the fixes. Also keen on seeing the video, paid, version. Let me know, please.
Yeah sure, will annouce it when near completion. Obviously, we cannot advertise it vbulletin.org.
The vbFLV Player uses a scrolling system where the user can choose video clips, from a small menu which can hold short descriptions and small thumbnails of videos available. Basically, it uses very similar coding to the current modification on this thread, but able to display video and audio compared to just mp3's.
The vbE-Center will be a major breakthrough though - that we are hoping to use mp3's, video, 'live' radio and tv..:cool: But along way off yet.
syrus.xl
10-25-2006, 02:01 AM
I am still having issues while using this hack. I have even informed syrus, gave him info to my site to fix but still never heard a word from him again. :(
Biggles, you might be able to help me out here?
https://vborg.vbsupport.ru/showpost.php?p=1102264&postcount=62
Sorry, Snake.. I was hoping to have a new admin.php file which I was going to use earlier. However, my co-auhor went offline early. I will look into it tomrrow morning, first thing, before work. I still have all the login details, etc. So I'll try again.
If your around I may need access to the database to do a manual fix, but I'll see how it goes tomorrow.
I apologise for the delay.
Biggles
10-25-2006, 02:16 AM
Syrus, yes please. Let me know when you launch either or both of these video versions. Incidentally, it's great to know you're just up the road from me (I'm just south of Bristol near Cheddar). This Player is great. I've had your hack working since the first version. You're a star!
Snake, I'm not a coder's bootlace (retired airline pilot) but your problems seem to be unique in some respects. Not so in others. The 'MySQL' database error to which you refer is the one caused by syntax as I advised Boss 302. That's easy - take out any quotes (double or single) and any apostrophes. Look out for "I've" or "can't" or whatever and remove them.
I'll have a shot at some of these too, which you stated as follows:
-While adding a quote or multi quotes (such as: ' "), it should give you a mySQL page error. (See below.)
-Accessing the "http://www.yourdomain.com/mp3playerindex.php" page gives you a blank, white page.
-After editting the settings for the player, it gives me this error "Could not find phrase 'mp3player_cp_redirect'.".
-And finally, after adding a song/mp3 via the ACP, each time when you edit that song you will notice that the "Approve MP3" option automatically checks to "No" when it's supposed to say "Yes". It's kinda a pain in the ass to edit every song and set it to "Yes" inorder to get the song working in the player.
The first I've dealt with above. The second - try uploading the mp3playerindex.php file to your forum root again. It may have been corrupted during initial install. The third - it's been dealt with by Syrus for about three or four members. It is due to missing code BUT will not affect the player's operation. The code will be fixed by Syrus shortly.
Now the last. I had the same problem. Another similar snag is that if you use the buffer and set the buffer period to anything, say 5 or 10 seconds, you have to go back and check the box again when you return to approve. That is to say, once you've put in the track and its name (where you cannot approve or reject because the option's just not there until you click 'ADD') you MUST return via 'edit' on the playlist to approve AND to reset the buffer period. If you don't do this, nothing shows up on the playlist.
As for white pages, may I ask if you are running vBSEO? If so, I may have another clue for you.
Regards
Biggles
engager
10-25-2006, 02:31 PM
Hello, syrus.xl :)
Any chance of an addon so that this player can accept WMA & AAC/Mp4 media? Would be better; size wise, for my server!
Thx!
MissKalunji
10-25-2006, 04:08 PM
Found another bug
When you add ' to any song it causes a database error
example a song name D'angel causes an error cause of the appostrophe
here's the error msg
Invalid SQL:
update mp3playlist set
id='20',
url_product='http://www.dancehallareaz.com/xxxxx/04-d_angel_-_good_girl-gmg.mp3',
url_product_stream='true',
url_product_buffer='0',
mp3name='Inevitable Riddim - D'angel - Good Girl',
approvemp3='1'
where id='20';
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 'angel - Good Girl',
approvemp3='1'
where id='20'' at line 1
Error Number : 1064
Date : Wednesday, October 25th 2006 @ 01:04:42 PM
Script : http://www.dancehallareaz.com/xxxxxx/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://www.dancehallareaz.com/xxxxx/mp3player_admin.php?act=editplaylist1&id=20
IP Address : xxxxxxxxxxx
Username : MissKalunji
Classname : vb_database
Intex
10-25-2006, 04:17 PM
I can confirm this is working on 3.5.4. Note however that there's still an issue with adding MP3's from AdminCP, so this is a general bug.
If you add MP3's via the jukebox itself - it's fine. The AdminCP options redirect also needs adjusting.
itorrents
10-25-2006, 05:15 PM
Works great for me, thanks for all your work m8 :)
syrus.xl
10-25-2006, 08:31 PM
Hello, syrus.xl :)
Any chance of an addon so that this player can accept WMA & AAC/Mp4 media? Would be better; size wise, for my server!
Thx!
Hi,
At present Flash is unable to stream such formats, it cant even use midi. Unless when the new version comes out from Adobe, then we can't make anything to support unrecognized formats.
syrus.xl
10-25-2006, 08:33 PM
Found another bug
When you add ' to any song it causes a database error
example a song name D'angel causes an error cause of the appostrophe
here's the error msg
This error has been notifed, and I'll update the Known Issues after posting this message.
syrus.xl
10-25-2006, 08:35 PM
I can confirm this is working on 3.5.4. Note however that there's still an issue with adding MP3's from AdminCP, so this is a general bug.
If you add MP3's via the jukebox itself - it's fine. The AdminCP options redirect also needs adjusting.
I'll note that it's compatible with 3.5.4. - and also update Known Issues.
Thanks!
Kebbie
10-25-2006, 09:35 PM
Would it be possible for users to upload mp3s? Like instead of entering the URL, they could click "browse" and upload the file? My users are panicky at the idea of not being able to upload :lol
syrus.xl
10-25-2006, 09:58 PM
Would it be possible for users to upload mp3s? Like instead of entering the URL, they could click "browse" and upload the file? My users are panicky at the idea of not being able to upload :lol
There are numerous reasons why this approach was abandoned.
1. PHP upload restrictions on hosts normally set uploads via http using PHP to 2Mb. Some hosts allow the use of using a php.ini file to override this, but many don't.
2. If someone uploaded copyrighted material onto a server in a country where storing mp3's and streaming is illegal, you would be in violation of local laws.
3. Bandwidth would be high due to uploading and then streaming of one mp3 would be in effect doubling the mp3 usage. Not everyone has large bandwdith limits.
Since all this was considered before the design, it seemed an idea using links would be more useful.
:)
Kebbie
10-25-2006, 10:01 PM
Thanks syrus!
Intex
10-26-2006, 04:40 AM
Just a quick note on 3.5.4 compatibility. I'm not entirely sure why, but some songs just won't play after upload, even when submitted via the jukebox. You get the same issue as if you'd added them from the jukebox, i.e. title is there, but it just doesn't want to play.
Snake
10-26-2006, 09:51 AM
Syrus, yes please. Let me know when you launch either or both of these video versions. Incidentally, it's great to know you're just up the road from me (I'm just south of Bristol near Cheddar). This Player is great. I've had your hack working since the first version. You're a star!
Snake, I'm not a coder's bootlace (retired airline pilot) but your problems seem to be unique in some respects. Not so in others. The 'MySQL' database error to which you refer is the one caused by syntax as I advised Boss 302. That's easy - take out any quotes (double or single) and any apostrophes. Look out for "I've" or "can't" or whatever and remove them.
I'll have a shot at some of these too, which you stated as follows:
-While adding a quote or multi quotes (such as: ' "), it should give you a mySQL page error. (See below.)
-Accessing the "http://www.yourdomain.com/mp3playerindex.php" page gives you a blank, white page.
-After editting the settings for the player, it gives me this error "Could not find phrase 'mp3player_cp_redirect'.".
-And finally, after adding a song/mp3 via the ACP, each time when you edit that song you will notice that the "Approve MP3" option automatically checks to "No" when it's supposed to say "Yes". It's kinda a pain in the ass to edit every song and set it to "Yes" inorder to get the song working in the player.
The first I've dealt with above. The second - try uploading the mp3playerindex.php file to your forum root again. It may have been corrupted during initial install. The third - it's been dealt with by Syrus for about three or four members. It is due to missing code BUT will not affect the player's operation. The code will be fixed by Syrus shortly.
Now the last. I had the same problem. Another similar snag is that if you use the buffer and set the buffer period to anything, say 5 or 10 seconds, you have to go back and check the box again when you return to approve. That is to say, once you've put in the track and its name (where you cannot approve or reject because the option's just not there until you click 'ADD') you MUST return via 'edit' on the playlist to approve AND to reset the buffer period. If you don't do this, nothing shows up on the playlist.
As for white pages, may I ask if you are running vBSEO? If so, I may have another clue for you.
Regards
Biggles
I have already reuploaded the mp3playerindex.php file and I still get the same result. And yes, I'm running on vBSEO as you can see. It that a problem or something I wonder?
BOSS 302
10-26-2006, 10:35 AM
I want to put this in my second navbar because my first one is way crowded. When I add the code to the second navbar template it doesn't even show up. How can I put this in my second navbar? Please help.
My forum is www.mustangmafia.com/index.php so you can look and see the top navbar I want it in.
syrus.xl
10-26-2006, 11:06 AM
I want to put this in my second navbar because my first one is way crowded. When I add the code to the second navbar template it doesn't even show up. How can I put this in my second navbar? Please help.
My forum is www.mustangmafia.com/index.php so you can look and see the top navbar I want it in.
Is that a multiple navbar hack, or have you just coded a new navbar into the template? Either way because you are using a customized style, the table class would need to be changed to whatever your navbar class is.
:)
micheal332001
10-26-2006, 01:50 PM
Would it be possible for users to upload mp3s? Like instead of entering the URL, they could click "browse" and upload the file? My users are panicky at the idea of not being able to upload :lol
This maybe added to the commercial release at a later date.
I will also be adding in a multi upload or user option too.
micheal332001
10-26-2006, 01:58 PM
Never mind. It works when I add songs from the navbar. Just doesn't work when I go threw the admin cp.
Thanks fellas. Lovely hack. :)
it dose work in the admincp you just cannot change the id number that is set to that mp3 and cannot be changed.
micheal332001
10-26-2006, 02:06 PM
Found another bug
When you add ' to any song it causes a database error
example a song name D'angel causes an error cause of the appostrophe
here's the error msg
I do have a fix for this and will send syrus the updated files needed to fix this.
syrus.xl
10-26-2006, 07:10 PM
As for white pages, may I ask if you are running vBSEO? If so, I may have another clue for you.
Regards
Biggles
Hi Biggles,
There seems to be a problem relating to vbSEO (I have never used this, so I wouldn't know of the issue). All testing is done on 'virgin' vBulletin installs with no addons.
vbSEO is rewriting the popup url and doubling the 'do' url, which is why a 'white page' is showing since the PHP file does not handle the 'do' call twice, only once for any function.
If you have vbSEO and know of a fix, please post your idea.
Thanks.
Syrus XL
MissKalunji
10-26-2006, 09:18 PM
Hi Biggles,
There seems to be a problem relating to vbSEO (I have never used this, so I wouldn't know of the issue). All testing is done on 'virgin' vBulletin installs with no addons.
vbSEO is rewriting the popup url and doubling the 'do' url, which is why a 'white page' is showing since the PHP file does not handle the 'do' call twice, only once for any function.
If you have vbSEO and know of a fix, please post your idea.
Thanks.
Syrus XL
funny im using vbseo and not a single problem related to that
MissKalunji
10-26-2006, 09:30 PM
I do have a fix for this and will send syrus the updated files needed to fix this.
Sweet thanks :)
hammondfra
10-28-2006, 05:15 AM
I am having a slight issue installing the plugins for this mod. I keep getting invalid file name error when I attempt to upload it through the plugin manager....any ideas??
Snake
10-28-2006, 07:12 AM
syrus, I have a feauture idea on my mind. How about reordering the tracks in each and every playlist because I had like to reorder them to my own liking since the hack does automatically. Could you please add that in the next release?
syrus.xl
10-28-2006, 08:13 AM
I am having a slight issue installing the plugins for this mod. I keep getting invalid file name error when I attempt to upload it through the plugin manager....any ideas??
This is not a 'plug-in'.
You need to import it through the Product Manager -> Manage Products -> Import Product
vectorfc
10-28-2006, 08:53 AM
Awesome hack, works great. :) Got a bit confused by a blank white page for a long time, before figuring out that, er, I hadn't turned it on. Ahem.
One question that relates to the style of the thing - it looks fantastic, and it's very pretty, but I've got a couple of members who need accessibility considerations due to partial blindness. The colours are a bit hard to distinguish for them. Is it possible to have a skin selector with a more visible style available to people who need higher contrast graphics?
syrus.xl
10-28-2006, 09:03 AM
Awesome hack, works great. :) Got a bit confused by a blank white page for a long time, before figuring out that, er, I hadn't turned it on. Ahem.
One question that relates to the style of the thing - it looks fantastic, and it's very pretty, but I've got a couple of members who need accessibility considerations due to partial blindness. The colours are a bit hard to distinguish for them. Is it possible to have a skin selector with a more visible style available to people who need higher contrast graphics?
A 'skin' isn't available with this version due to the way it was designed. Skin selectors need to have alot of code redone, since the player would need to be changed to accomodate this feature. The AdminCP would require an upload function to be added, to add new skins.
This feature will be added to the Premium Commercial version, presently in development stages at the moment.
vectorfc
10-28-2006, 11:12 AM
A 'skin' isn't available with this version due to the way it was designed. Skin selectors need to have alot of code redone, since the player would need to be changed to accomodate this feature. The AdminCP would require an upload function to be added, to add new skins.
This feature will be added to the Premium Commercial version, presently in development stages at the moment.
Cool. Thanks for the quick response! :up:
radarhunter
10-28-2006, 04:11 PM
hey can we have it`s cmps ????
syrus.xl
10-28-2006, 04:14 PM
I'll release that addon once I've done a job I'm currently working on.:)
Draygonia
10-28-2006, 04:43 PM
There are some annoying bugs with it... some songs wont play at all or play slow and once a song ends, it sometimes gets stuck on one of those non-playing songs.
Also, that code yeh gave me doesnt work too well displaying on the navbar:
www.chasm-online.com
But its still a nice player ^.^
VbStudent1
10-29-2006, 03:37 AM
I like the style of the player but it kind of defeats the purpose when it opens in a cheezy browser window doesn't it?
syrus.xl
10-29-2006, 08:22 AM
I like the style of the player but it kind of defeats the purpose when it opens in a cheezy browser window doesn't it?
If you noticed this modification was released as a 'beta' version, therefore its subject to change with peoples comments taken into consideration.
I was working on a 'flash' float window... however, this would auto-shut on a page change. A popup is difficult to match the vBulletin style, is becoming harder to achieve, since most new browsers have the url showing. Normally, this could be stopped using js - but with IE 7 and Opera 9 it still shows.
The popup template is changing, all it will show is the actual player and nothing else.
Probably, have something new soon... and all 'bugs' fixed.;)
VbStudent1
10-29-2006, 08:44 AM
Yeah no sweat. It is still a fine product and you are to be congratulated.
Cheers
radarhunter
10-29-2006, 11:26 AM
if we upload the file on our own server and give it`s link will the file work ???
syrus.xl
10-29-2006, 11:42 AM
Is there any mod to have it in cmps too ???
And so that it runs all by itself ????
Hi,
What does 'And so that it runs all by itself ????' mean? Are you referring to a version of the player that will autoStart upon page load?
If thats the case, then I would need to re-code and compile a new version of the player itself, because that function can only be controlled by flash not PHP coding.
radarhunter
10-29-2006, 11:59 AM
but can`t we put some kind of code by which it can be added as shoutcast in the forum base ????
and it`s all upto people to stop it or
jus` like you have it on your site.....
Draygonia
10-29-2006, 02:29 PM
Sorry for the last post, you cant see mp3 player unless you are logged in, but what it looks like is the button is out of place. It has a weird border around the edges that seperate the button from the rest of the navbar a little. Is there a way to fix that or is that just part of the javascript coding?
radarhunter
10-29-2006, 02:34 PM
i don`t think there is any way to fix that
syrus.xl
10-29-2006, 02:46 PM
Sorry for the last post, you cant see mp3 player unless you are logged in, but what it looks like is the button is out of place. It has a weird border around the edges that seperate the button from the rest of the navbar a little. Is there a way to fix that or is that just part of the javascript coding?
That sounds like some 'td' tags are incorrectly set. The js code is only set to popup the player, not adjust any width or height dimensions.
Draygonia
10-29-2006, 07:54 PM
This is the code that I got from micheal33201:
<!?Mp3 Player Launch -->
<tr>
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
</tr>
<!?End Mp3 Player Launch -->
Anything wrong with that one?
syrus.xl
10-29-2006, 07:59 PM
Have you got the Calendar or another code used in the navbar?
Draygonia
10-29-2006, 08:35 PM
Yah, but I removed Calendar and FAQ to make room for the other buttons because it would stretch the page.
<td width="70" height="22" align="left" valign="top"><a href="usercp.php?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_cp.gif" width="70" height="22" alt="" border="0" /></a></td>
syrus.xl
10-30-2006, 12:59 AM
Yah, but I removed Calendar and FAQ to make room for the other buttons because it would stretch the page.
<td width="70" height="22" align="left" valign="top"><a href="usercp.php?s=$session[sessionhash]"><img src="$stylevar[imgdir_misc]/tren_z_header_cp.gif" width="70" height="22" alt="" border="0" /></a></td>
Well, it looks like the old "vbmenu_control" td tag would cause problems. So, try this, which I've removed the td tag. It's using a straight forward image link, apart from the js, which shouldn't affect the link in anyway.
<!?Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" />
</if>
</td>
<!?End Mp3 Player Launch -->
cuphongle
10-30-2006, 01:27 AM
i am just waitin fo the next release so that we can "playlist 1" to like "rap" and stuff like that
aniways, very nice!
wow - -- goood release!
cuphongle
10-30-2006, 02:36 AM
gettin error when adding a new song
cuphongle
10-30-2006, 02:59 AM
Found another bug
When you add ' to any song it causes a database error
example a song name D'angel causes an error cause of the appostrophe
here's the error msg
hey, i been having problems with it too, finally found out why
you cant have the '
take that out, and it should be good
syrus.xl
10-30-2006, 10:48 AM
hey, i been having problems with it too, finally found out why
you cant have the '
take that out, and it should be good
This issue is noted and is listed under Known Issues.:)
micheal332001
10-30-2006, 11:08 AM
hey, i been having problems with it too, finally found out why
you cant have the '
take that out, and it should be good
this will be fix very soon and the update will be sent to syrus when done.
cuphongle
10-30-2006, 02:04 PM
kool, and it be nice to be able to change the name of playlist to whatever we want
Draygonia
10-30-2006, 09:19 PM
Well, it looks like the old "vbmenu_control" td tag would cause problems. So, try this, which I've removed the td tag. It's using a straight forward image link, apart from the js, which shouldn't affect the link in anyway.
<!?Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" />
</if>
</td>
<!?End Mp3 Player Launch -->
Works! Now I just gotta fix it for cmps! Thanks a lot!
syrus.xl
10-30-2006, 10:43 PM
Works! Now I just gotta fix it for cmps! Thanks a lot!
You're welcome!;)
The CMPS is now released as an 'addon' to this modification. Click here (https://vborg.vbsupport.ru/showthread.php?t=130411) for details.
Draygonia
10-30-2006, 11:09 PM
What I meant was, the portal page needs to have a /forum in front of the URL in the header, so I need a replacement variable or whatever that thing is.
Annoying Error:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33
Its located in that location, no lie!
syrus.xl
10-30-2006, 11:33 PM
What I meant was, the portal page needs to have a /forum in front of the URL in the header, so I need a replacement variable or whatever that thing is.
Annoying Error:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33
Its located in that location, no lie!
Ah right..
Try adding a Navbar Replacement to your CMPS.
AdminCP -> vba CMPS -> Default Settings -> Navbar Replacements
Add mp3playerindex.php to the list
Click Save
Biggles
10-31-2006, 10:59 AM
... yes, I'm running on vBSEO as you can see. It that a problem or something I wonder? Well, Snake (and for Syrus too in response to his request for a fix), it can be a problem as follows:
My server had a PHP Memory Limit of 8MB, which I understand is fairly generous (some hosts allow only 2MB). But it was not enough to properly run vBSEO, as they themselves know because they advise a memory limit of 32MB. I ran vBSEO just fine for a few days but then things went a little haywire. One of the snags was 'white paging' on a 'do' command. The problem was resolved by modifying the ini.php - indirectly - my host ended up doing it for me, thank goodness.
Whether or not a low memory limit was causing Snake's white paging problem is uncertain without knowing more about his server limits.
I would emphasise that vBSEO is a favourite mod of mine and I value it greatly. But it does definitely need a PHP memory limit of 32 MB to run without snags. It occurred to me when I read Snake's white paging problem that his memory limit could be the problem rather than it being caused by the vbMP3Player - which has to be my second favourite mod. It's great, Syrus, thank you. My members use it all the time and think it is fantastic.
I hope this post will also explain my earlier post to the others who report no problem with vBSEO. It would depend, I think, on the PHP memory limit imposed by your host - but it can easily be resolved by having the limit lifted to 32 MB.
Sorry for the delay in responding - been very busy sorting out things on a brand new site being set up by my far better half.
Best wishes
Biggles :D
Biggles
10-31-2006, 11:11 AM
Hi Hammondfra
I had a quick look to see if anyone answered you. Didn't see anything [but my eyes are not what they once used to be :) ].
I think you are trying to upload using the vBulletin Plugin system. If so, try uploading where you should be - in the Product system. This fantastic Player is not a plugin but a product. If you try to upload a product via plugin, you will get that error message you have reported.
I hope that sorts it for you but accept no liability whatsoever for your following my advice. As stated elsewhere, I am not even a coder's bootlace, let alone a coder. :D
Biggles
DragoZERO
10-31-2006, 02:12 PM
FileHut is nice and all, but I found an easier site to use: http://www.4shared.com - maybe you wanna start a list of sites to upload music onto so users don't eat up bandwidth and all.
bashy
10-31-2006, 06:11 PM
Hi
Have i missed somthing? Where do i find the side block that's showing here please http://www.digitalport.co.uk/vb36/?styleid=1
Draygonia
10-31-2006, 06:26 PM
Ah right..
Try adding a Navbar Replacement to your CMPS.
AdminCP -> vba CMPS -> Default Settings -> Navbar Replacements
Add mp3playerindex.php to the list
Click Save
Strangely, I still get that error, is it in the code you gave me perhaps? Everything looks perfectly fine!
AMG021
10-31-2006, 08:15 PM
this is nicee i love it thank you soo much! :D
cuphongle
10-31-2006, 08:20 PM
after adding this, is anyone else getting database problems?
AMG021
10-31-2006, 08:45 PM
Ok i have myspace and i installed this script on my site. now can i call it from myspace account?
syrus.xl
11-01-2006, 12:49 AM
Strangely, I still get that error, is it in the code you gave me perhaps? Everything looks perfectly fine!
PM me your URL and I'll have a look at the code for you.
:)
syrus.xl
11-01-2006, 12:50 AM
after adding this, is anyone else getting database problems?
If you can specify where and when you are receiving the error, then we can help you.
syrus.xl
11-01-2006, 01:00 AM
Ok i have myspace and i installed this script on my site. now can i call it from myspace account?
myspace doesn't allow javascript calls on any profiles, therefore the call code wouldn't work. There is a workaround code, but note this may cause excessive sql queries, if someone else viewed your page source on your profile, to find the hosting server, and the code started getting posted around myspace.
Due to the embed code that myspace will only allow, you would have to use the 'old' embed tag method, which now shows 'white' bounding boxes around any embedded page objects.
I can write the code if you wish... but its something I wouldn't recommend.
syrus.xl
11-01-2006, 01:08 AM
Hi
Have i missed somthing? Where do i find the side block that's showing here please http://www.digitalport.co.uk/vb36/?styleid=1
That is the XML driven version, which was first released as the vbMp3 Player. Details for that block can be found here (https://vborg.vbsupport.ru/showpost.php?p=1068038&postcount=2).
That player hasn't been updated to use the vBulletin database, it maybe released at a later date, but nothing is planned yet.
AMG021
11-01-2006, 01:20 AM
myspace doesn't allow javascript calls on any profiles, therefore the call code wouldn't work. There is a workaround code, but note this may cause excessive sql queries, if someone else viewed your page source on your profile, to find the hosting server, and the code started getting posted around myspace.
Due to the embed code that myspace will only allow, you would have to use the 'old' embed tag method, which now shows 'white' bounding boxes around any embedded page objects.
I can write the code if you wish... but its something I wouldn't recommend.
thanks Syrus I guess i will listen you .
AMG021
11-01-2006, 04:20 PM
Hey i think i have found a bug. When the songs reaches it end it stops and crashes the whole browser. i have to then End task it :( Please fix this
cuphongle
11-01-2006, 04:36 PM
If you can specify where and when you are receiving the error, then we can help you.
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /includes/class_core.php on line 354
syrus.xl
11-01-2006, 04:52 PM
Hey i think i have found a bug. When the songs reaches it end it stops and crashes the whole browser. i have to then End task it :( Please fix this
There is a known bug in a single playlist only capable of holding 100 tracks per playlist, however this was fixed using a conditional in this version. The other bug with the player, relates to having only one song in a playlist - this causes the playlist, to loop in the actionscript which in turn causes an unstable script error.
syrus.xl
11-01-2006, 04:53 PM
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /includes/class_core.php on line 354
What are you doing when this error appears? I haven't seen this before.:confused:
AMG021
11-01-2006, 08:35 PM
There is a known bug in a single playlist only capable of holding 100 tracks per playlist, however this was fixed using a conditional in this version. The other bug with the player, relates to having only one song in a playlist - this causes the playlist, to loop in the actionscript which in turn causes an unstable script error.
ok So i have to add a second song to make it work ? Because currently i have one song in the player
syrus.xl
11-01-2006, 09:52 PM
ok So i have to add a second song to make it work ? Because currently i have one song in the player
Yes... there must be at least 2 songs in playlist for the player to remain stable. The playlist is there for adding many songs, this bug was originally found in the first release using XML feeds, but since then most player bugs have been fixed by using PHP to control the player within its own limits.
By the time I have the vbE-Center ready, I hope to have all these bugs fixed in the main console, which is already in development stages.;)
syrus.xl
11-02-2006, 07:14 AM
Well, Snake (and for Syrus too in response to his request for a fix), it can be a problem as follows:
My server had a PHP Memory Limit of 8MB, which I understand is fairly generous (some hosts allow only 2MB). But it was not enough to properly run vBSEO, as they themselves know because they advise a memory limit of 32MB. I ran vBSEO just fine for a few days but then things went a little haywire. One of the snags was 'white paging' on a 'do' command. The problem was resolved by modifying the ini.php - indirectly - my host ended up doing it for me, thank goodness.
Whether or not a low memory limit was causing Snake's white paging problem is uncertain without knowing more about his server limits.
I would emphasise that vBSEO is a favourite mod of mine and I value it greatly. But it does definitely need a PHP memory limit of 32 MB to run without snags. It occurred to me when I read Snake's white paging problem that his memory limit could be the problem rather than it being caused by the vbMP3Player - which has to be my second favourite mod. It's great, Syrus, thank you. My members use it all the time and think it is fantastic.
I hope this post will also explain my earlier post to the others who report no problem with vBSEO. It would depend, I think, on the PHP memory limit imposed by your host - but it can easily be resolved by having the limit lifted to 32 MB.
Sorry for the delay in responding - been very busy sorting out things on a brand new site being set up by my far better half.
Best wishes
Biggles :D
Thanks Biggles!
I know vBSEO can cause problems with some modifcations - and I've been informed by some users that the 'ioncube' version runs better than the 'Zend' version.
I might invest in vBSEO in the future, once I've released a few more mods, and got rid of all the little bugs from this version.
:)
syrus.xl
11-02-2006, 07:33 AM
ok So i have to add a second song to make it work ? Because currently i have one song in the player
It seems the player goes into a actionscript loop with only one song in any playlist. I have now found a fix for this and will add a new player later today.
However, the fix means disabling the 'Shuffle' feature, which is why the script becomes unresponsive, due to trying to shuffle a single track.
Physically, its not possible to randomize a single track.
So, later today I'll release a version which will not autoStart or shuffle tracks, with details why.
:)
syrus.xl
11-02-2006, 03:22 PM
For all those that have supported this hack and the older XML version, its your chance to show your appreciation. Please vote this hack for Mod of the Month during November - it does have some very tuff competition, but you never know what will happen, it's still early days yet.
Click here now to Vote for Mod of the Month (https://vborg.vbsupport.ru/showthread.php?t=130551) (November 2006)
Well, it's worth a try!:)
radarhunter
11-02-2006, 03:26 PM
i already did :D
MissKalunji
11-02-2006, 07:06 PM
voted!
AMG021
11-03-2006, 01:49 AM
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 'theme.mp3',
url_product_stream='true',
url_product_buffer='
Error Number : 1064
Date : Thursday, November 2nd 2006 @ 07:45:14 PM
Script : http://community.******.com/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://community.******.com/admincp/mp3player_admin.php?act=editplaylist1&id=5
IP Address : **.***.***.***
Username : ******
Classname : vb_database
Why Am i Getting this error?
Never mind i got it. it was due to the file had space in it Ex. m u sic.mp3 and it only reads music.mp3
Shazz
11-03-2006, 02:51 AM
/me polls
syrus.xl
11-03-2006, 03:03 PM
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 'theme.mp3',
url_product_stream='true',
url_product_buffer='
Error Number : 1064
Date : Thursday, November 2nd 2006 @ 07:45:14 PM
Script : http://community.******.com/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://community.******.com/admincp/mp3player_admin.php?act=editplaylist1&id=5
IP Address : **.***.***.***
Username : ******
Classname : vb_database
Why Am i Getting this error?
Never mind i got it. it was due to the file had space in it Ex. m u sic.mp3 and it only reads music.mp3
All mp3 urls should not contain spaces. Either use no space or an underscore instead. Another problem is quotes, however this will be fixed in the main code update.
micheal332001
11-04-2006, 12:59 AM
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /includes/class_core.php on line 354
This error is where you have not setup the PM settings in the admincp of the mp3 player settings.
You need to put in the admin id number and there admin name when you have done so the error will go.
alahnae
11-05-2006, 01:09 AM
Hi great plugin! great graphics, great great!
Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship
Add to list (https://vborg.vbsupport.ru/showthread.php?p=1110374#post1110374)
_____________________________________
and maybe click the song the the palyer starts up
:alien:
micheal332001
11-05-2006, 07:48 AM
Hi great plugin! great graphics, great great!
Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship
Add to list (https://vborg.vbsupport.ru/showthread.php?p=1110374#post1110374)
_____________________________________
and maybe click the song the the palyer starts up
:alien:
Thats a good idea and i will try and sort that out today some time
syrus.xl
11-05-2006, 09:37 AM
Hi great plugin! great graphics, great great!
Id like to ask if there is a way if anyone can creat a block for vbadvanced that shows latest new songs added, and by who.
_____________________________________
MP3.....................................User
1: ACDC: Back in Black ............EasyRider
2: Mama: Limabean..................Slash
3: Daddy: Ate it......................Drifter
4: Captin: OF Nothing..............Giveaship
Add to list (https://vborg.vbsupport.ru/showthread.php?p=1110374#post1110374)
_____________________________________
and maybe click the song the the palyer starts up
:alien:
There is only one problem with this, if we code it to work on the vBa Advanced system to work inside the Forum 'root' and your portal is setup outside the root it would cause a database error. Unless, the block template is edited correctly.
By default all addons are coded for the CMPS installation in the root, the main modiifcation uses a js call that must always point to the forum root, not outside.
dt-pain
11-05-2006, 05:04 PM
not to talk crap or anything. But adding tracks one at a time sux. I use wimpymp3 that I ported to to work with my CMPS. You don't have to add any tracks just make a folder in your mp3 directory and upload the song. thats it.. You can even add cover art. and your own skins. you can see it at my website middle center block. I'm not talking shit about what you have here.. looks great. I love the player and the fact that members can add their own music.
http://www.x-squad.net/x/index.php
syrus.xl
11-05-2006, 05:24 PM
not to talk crap or anything. But adding tracks one at a time sux. I use wimpymp3 that I ported to to work with my CMPS. You don't have to add any tracks just make a folder in your mp3 directory and upload the song. thats it.. You can even add cover art. and your own skins. you can see it at my website middle center block. I'm not talking shit about what you have here.. looks great. I love the player and the fact that members can add their own music.
http://www.x-squad.net/x/index.php
There are many flash-based mp3 players around the net, all with various features. The features you have described are already in development, image upload, etc. If you look back at the XML version, released in September this year, you'll see there's alot planned. As for skinned players, this is also been mentioned before, by uploading a skin via the AdminCP.
Obviously, some features will only be available in a commercial version - but this free one is still in its 'beta' stage, therefore some of the extras haven't yet been added, and a few bugs need fixing. But things like adding a single track at a time, has already changed. Once, we have all the small bugs fixed, it will be released as a full release and out of the 'beta' stage.
When you see releases like the forthcoming vbE-Center, then you may understand why modifications like this mp3 player are just the start of a number of 'imaginative' projects, we release. We already have a video, mp3, tv and radio project in development, which may also incorporate google and youTube.
alahnae
11-05-2006, 11:38 PM
There is only one problem with this, if we code it to work on the vBa Advanced system to work inside the Forum 'root' and your portal is setup outside the root it would cause a database error. Unless, the block template is edited correctly.
By default all addons are coded for the CMPS installation in the root, the main modiifcation uses a js call that must always point to the forum root, not outside.
thanks =)
AMG021
11-07-2006, 02:20 AM
not to talk crap or anything. But adding tracks one at a time sux. I use wimpymp3 that I ported to to work with my CMPS. You don't have to add any tracks just make a folder in your mp3 directory and upload the song. thats it.. You can even add cover art. and your own skins. you can see it at my website middle center block. I'm not talking shit about what you have here.. looks great. I love the player and the fact that members can add their own music.
http://www.x-squad.net/x/index.php
where can one get that player?
never mind i got it
dt-pain
11-07-2006, 04:41 PM
if you need the code for the CMS let me no
syrus.xl
11-07-2006, 04:48 PM
if you need the code for the CMS let me no
The vBadvanced CMPS center block code is already posted as an addon for this modification. See first post of addons available.
hackindave
11-08-2006, 01:41 AM
Ok. I installed this. When I click the link on the navbar, I get a pop-up window that is blank. I tried the other code you listed in the navbar, but all it did was mess up my navbar, so I went back to the original code.
My forums are under http://site.com/forums
I upped everything into my base directory and imported the product. I made sure to change the permissions and all registered users, mods, super mods and myself have persmission.
What did I miss??
VBulletin 3.6.2 and running Firefox, which does have Java enabled.
Just to dbl check, I tried with IE still no go. Gotta be something simple.
dt-pain
11-08-2006, 02:01 AM
The vBadvanced CMPS center block code is already posted as an addon for this modification. See first post of addons available.
I was refering to the whimpy player.
syrus.xl
11-08-2006, 06:46 AM
Ok. I installed this. When I click the link on the navbar, I get a pop-up window that is blank. I tried the other code you listed in the navbar, but all it did was mess up my navbar, so I went back to the original code.
My forums are under http://site.com/forums
I upped everything into my base directory and imported the product. I made sure to change the permissions and all registered users, mods, super mods and myself have persmission.
What did I miss??
VBulletin 3.6.2 and running Firefox, which does have Java enabled.
Just to dbl check, I tried with IE still no go. Gotta be something simple.
Hi,
Can you PM me your websites Url, so I can check the installation.
:)
phovanxua
11-08-2006, 06:53 AM
Installed ...thank you .
I had 1 request if you can fix the language ...some how when I used Vietnamese song title ...it's only show some of it .
Look at my site and you can see : www.vietdetroit.com
How can I fix the title song if it's too long ?
Also can I change the mp3 player default Xeon by using Ipod skin ....I though i saw you had that Ipod skin right ?
syrus.xl
11-08-2006, 07:12 AM
Installed ...thank you .
I had 1 request if you can fix the language ...some how when I used Vietnamese song title ...it's only show some of it .
Look at my site and you can see : www.vietdetroit.com
How can I fix the title song if it's too long ?
Also can I change the mp3 player default Xeon by using Ipod skin ....I though i saw you had that Ipod skin right ?
Hi,
That is the way the player is interpreting the mp3 track data, I will check the code, and ammend ASAP.
There is an ipod skin, but not yet released for this version since it requires major changes in the code. It will be released at a later date, once this version is taken out of its beta stage.
phovanxua
11-08-2006, 07:25 AM
Oh...OK .
Nice MOD ...I love it ,very easy install and friendly to use ,easy understand.
Thank you very much .
phovanxua
11-08-2006, 07:27 AM
Oh ...I forgot to ask 1 more thing ...does this MOD work on 3.5.4.
syrus.xl
11-08-2006, 07:59 AM
Oh ...I forgot to ask 1 more thing ...does this MOD work on 3.5.4.
I personally, haven't tried this on vB 3.5.4 - however I am told it works fine. But we will be releasing a 3.5.4 Product XML install file, anyway.
phovanxua
11-08-2006, 04:58 PM
I personally, haven't tried this on vB 3.5.4 - however I am told it works fine. But we will be releasing a 3.5.4 Product XML install file, anyway.
I just try it to 3.5.4 (www.hatnang.com) when you click to Music link drop down menu...It's worked OK ....no problem ....also the language seem better than my 3.6.2 other site.
I know why the language borken up ....because 2 web site I installed 2 difference Vietnamese language version .
Can't wait to buy the new version.
computer1
11-10-2006, 05:19 PM
This I like but when I have install this and refresch I get error
and when I try to go to this mp3playerindex.php I only se white page
when I try to wive xeon_mp3_beta.swf I only se 1.undefine to the mp3 player howe can I get this to work ?????
Is there a donations paypal?
Guest210212002
11-10-2006, 07:21 PM
* Guest210212002 clicks install
I'm embedding this in a webtemplate using IFRAME, because I really don't like popups, working great so far. Is there a way to remove all of the different playlists and just have one master list? Also, any plans on enabling direct uploads to it, eg from a member's desktop?
Great mod, thanks!
Edit: I'll absolutely pay for a premium version of this hack if I can get the ability for members to upload from their desktops, and the ability to remove the playlists altogether. I run a music site, and my guys will LOVE this. :D
syrus.xl
11-10-2006, 07:35 PM
This I like but when I have install this and refresch I get error
and when I try to go to this mp3playerindex.php I only se white page
when I try to wive xeon_mp3_beta.swf I only se 1.undefine to the mp3 player howe can I get this to work ?????
That file cannot be accessed directly, it must be followed by a function or it will just show a white page. If the player is showing 'undefined' this either refers to no songs available from the playlist or you have not set the Usergroup Permissions correctly.
syrus.xl
11-10-2006, 07:52 PM
Is there a donations paypal?
I don't have a donations button on the here, since I am working on a new modification which is a pure flash donation modification. At the moment, its running a barebones system, but it is fully 'live' you can see it working here (http://www.digitalport.co.uk/paypal3D.html).
As you will see, its purely cosmetic created in Flash, but hides all the normal details like email address used, etc. You'll probably notice it says the document is paypal3D.html... - this is something I'm working on - a 3D Check that sends directly to Paypal with username details, etc.
The check is actually 'live' and fully working with Paypal - therefore don't enter an amount and confirm unless you wish to do so.;)
Eventually this will become a vBulletin addon, at the moment its just a flash based donation system that opens up many other possibilities like shopping carts, etc. Just where it goes! :)
syrus.xl
11-10-2006, 08:46 PM
* Chris-777 clicks install
I'm embedding this in a webtemplate using IFRAME, because I really don't like popups, working great so far. Is there a way to remove all of the different playlists and just have one master list? Also, any plans on enabling direct uploads to it, eg from a member's desktop?
Great mod, thanks!
Edit: I'll absolutely pay for a premium version of this hack if I can get the ability for members to upload from their desktops, and the ability to remove the playlists altogether. I run a music site, and my guys will LOVE this. :D
Hi Chris-777,
Yeah, thats one way of using this, using an iframe as opposed to the popup system. This was only adopted so people could carry on listening to music while surfing your website. The update will probably have a dfferent approach since we are thinking of adding a dropdown menu system with a popup, and an 'Add Tracks' link (multiple track adding).
Now, the big question - as for uploading mp3's from your desktop, this feature maybe incorporated in the paid version, but it will only work if your host supports php.ini override - what we have here is a 'bottle-neck' - am 'upload' feature can be added, but normal PHP restrictions only allow 2Mb of data, unless your host has this setup differently or you can change it using a php.ini file upto a maximum of 50Mb. It will be a feature that I'll add, but it will be 'host' dependent. Other details like bandwidth would also need to be considered.
AMG021
11-10-2006, 09:39 PM
Hey im still getting that error it still doesn't seem to let me put music that has spaces
Shazz
11-10-2006, 09:42 PM
Video comming soon
/me coughs*
syrus.xl
11-10-2006, 09:42 PM
Hey im still getting that error it still doesn't seem to let me put music that has spaces
No urls should be entered in a web url or it will cause problems. You should either delete spaces or replace them with an underscore, which is the correct way of entering urls.
AMG021
11-10-2006, 09:45 PM
buttt
it works when i put it into the firefox. or any webbrowser it works
syrus.xl
11-10-2006, 09:53 PM
Yes, some browsers will read it with spaces, but it is not a standard that is acceptable to all browsers. A space in IE will be changed to '%20' without the quotes, which is the equivilent of a space in another browser.
Flash cannot read spaces in urls imported into it either, what you'll find is you end up causing problems. Flash can read '%20' as a space, but not an actual space. It also varies on the flash version being used by the browser, not all browsers have the ability to read spaces.
So, you end up with 3 options.. use am underscore, no space at all or replace all spaces with %20 (but that looks messy).
Guest210212002
11-10-2006, 09:57 PM
Hi Chris-777,
Yeah, thats one way of using this, using an iframe as opposed to the popup system. This was only adopted so people could carry on listening to music while surfing your website. The update will probably have a dfferent approach since we are thinking of adding a dropdown menu system with a popup, and an 'Add Tracks' link (multiple track adding).
Now, the big question - as for uploading mp3's from your desktop, this feature maybe incorporated in the paid version, but it will only work if your host supports php.ini override - what we have here is a 'bottle-neck' - am 'upload' feature can be added, but normal PHP restrictions only allow 2Mb of data, unless your host has this setup differently or you can change it using a php.ini file upto a maximum of 50Mb. It will be a feature that I'll add, but it will be 'host' dependent. Other details like bandwidth would also need to be considered.
Thanks very much for the quick reply. My site's for musicians to submit MP3s to, and many of them just don't have hosting. I've been using Cole's long-since-abandoned jukebox mod for the time being, and yours is just a lot nicer.
Is there a way right now to drop the playlists out and just have one master list? That, and being able to restrict the amount of MP3s uploaded/added by usergroup is really all I'd need for now to get this pushed out to my general masses.
Great mod all around and definitely looking forward to new versions. Like I said above, if you offer a premium version with more features, I'm all about it. :D
Guest210212002
11-10-2006, 10:02 PM
For the sake of testing stuff, here's what it looks like in an iframe using webtemplates. Rather sleek I must say, especially without the iframe border (left in so you can see it):
http://www.sevenstring.org/chris/mp3player_vbo.jpg
It looks nice for playing, but as you can see, when you go to add mp3s, there's a small issue (heheh) of two navbars. I think iframe might not work since there's no real way to tell the parent frame to switch within an iframe.
http://www.sevenstring.org/chris/mp3player_vbo2.jpg
Also, once you submit an MP3, there's no way to get back to the original screen from this screen here (simple edit, but you might want to plug that in):
http://www.sevenstring.org/chris/mp3player_vbo3.jpg
I'm just super-psyched to see a solid mp3/jukebox mod out for vB, I've been drooling over something like this for quite some time. :D
If it's not a silly question, is there a good way to just have the flash module centered in a page, navbars and all? I haven't had a ton of time to play with the URL but it'd be slick to be able to get this out of a webtemplate/iframe and just have it sit by itself with a normal header/navbar/footer.
syrus.xl
11-10-2006, 10:09 PM
Thanks very much for the quick reply. My site's for musicians to submit MP3s to, and many of them just don't have hosting. I've been using Cole's long-since-abandoned jukebox mod for the time being, and yours is just a lot nicer.
Is there a way right now to drop the playlists out and just have one master list? That, and being able to restrict the amount of MP3s uploaded/added by usergroup is really all I'd need for now to get this pushed out to my general masses.
Great mod all around and definitely looking forward to new versions. Like I said above, if you offer a premium version with more features, I'm all about it. :D
Currently, this would require major re-coding of the player, vb templates, and php files - since they are set to accept 5 playlists. The player wouldn't be too hard to adjust, but the php and vb templates, and admin side would require major re-work. especially allowing uploading through vBulletin.
The playlists are created by using just one php file, but the mp3 player adds extra commands depending on playlist required, however this could be changed, setting a default parameter within the player.
syrus.xl
11-10-2006, 10:17 PM
For the sake of testing stuff, here's what it looks like in an iframe using webtemplates. Rather sleek I must say, especially without the iframe border (left in so you can see it):
It looks nice for playing, but as you can see, when you go to add mp3s, there's a small issue (heheh) of two navbars. I think iframe might not work since there's no real way to tell the parent frame to switch within an iframe.
Also, once you submit an MP3, there's no way to get back to the original screen from this screen here (simple edit, but you might want to plug that in):
I'm just super-psyched to see a solid mp3/jukebox mod out for vB, I've been drooling over something like this for quite some time. :D
If it's not a silly question, is there a good way to just have the flash module centered in a page, navbars and all? I haven't had a ton of time to play with the URL but it'd be slick to be able to get this out of a webtemplate/iframe and just have it sit by itself with a normal header/navbar/footer.
It's a simple case of just putting the player on a page, however it could be done by just creating a new vbulletin page with header and footer includes. I'll have a look tomorrow at coding a single page with the player embedded. Haven't got time now, its quite late in the UK...lol ;)
Guest210212002
11-10-2006, 10:28 PM
Heheh, no worries. If you're at all interested in doing a paid, branded version of this for my site, shoot me a PM and we can discuss. :D
Edit: Thanks again, btw. :D
Derekclarke
11-11-2006, 01:45 PM
just installed this, but i get the following error.
http://www.southwestscoobies.org.uk/index.php www.southwestscoobies.org.uk Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8 404 /xeon.htm
how do i overcome this?
syrus.xl
11-11-2006, 01:53 PM
just installed this, but i get the following error.
http://www.southwestscoobies.org.uk/index.php www.southwestscoobies.org.uk Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8 404 /xeon.htm
how do i overcome this?
xeon.htm is referring to a previous version of this modification. This version use no HTML - its all php and vbulletin templates, therefore the file you have referenced is not part of this modification.
Derekclarke
11-11-2006, 02:06 PM
yeh, had downloaded the other version a while ago, but never installed it as was goig to move to a new server, now i moved, i downloaded the new product but used the old Navbar edit.
have now changed this to the new version
i uploded the xeon.html and got the player, up, liked the playlist, how can i integrate them into the new player?
computer1
11-11-2006, 03:42 PM
When I try to upppdate in the General mp3 player settings
I get this error
Could not finde phrase mp3player_cp_redirect
howe can I fix this ????
syrus.xl
11-11-2006, 07:21 PM
When I try to upppdate in the General mp3 player settings
I get this error
Could not finde phrase mp3player_cp_redirect
howe can I fix this ????
That is listed as a 'Known Issue' - it's just a phrase missing from the AdminCP - nothing major, it doesn't affect functional settings. Bear in mind this is a 'beta' version, so we are listing problems and fixing them at the same time, so a new release will be available soon.
syrus.xl
11-11-2006, 07:32 PM
yeh, had downloaded the other version a while ago, but never installed it as was goig to move to a new server, now i moved, i downloaded the new product but used the old Navbar edit.
have now changed this to the new version
i uploded the xeon.html and got the player, up, liked the playlist, how can i integrate them into the new player?
Any old data which you had saved in any plylist.xml file will need to be converted/entered manually now through the AdminCP MP3 Management System. The old XML system is not compatible with this new version, it has had many new enhancements/features added.
TitanPK
11-11-2006, 10:03 PM
installed this very cool upgrade.
How do I install MP3's now?
syrus.xl
11-11-2006, 10:26 PM
installed this very cool upgrade.
How do I install MP3's now?
There's 2 ways - either directly via the Mp3 Management System in your AdminCP or via the popup (which requires the navbar edit listed in first post).
hackindave
11-12-2006, 03:12 AM
syrus.xl,
Sorry for posting that it wasn't working on my site. I made a dumb mistake. I had it turned off in that Admin center. Working fine for me...
Thanks for such a cool item
syrus.xl
11-12-2006, 06:47 AM
syrus.xl,
Sorry for posting that it wasn't working on my site. I made a dumb mistake. I had it turned off in that Admin center. Working fine for me...
Thanks for such a cool item
Easily overlooked...;) You're not the first to do that.
TitanPK
11-12-2006, 02:06 PM
There's 2 ways - either directly via the Mp3 Management System in your AdminCP or via the popup (which requires the navbar edit listed in first post).
Ok do I have to upload them to my server directly?
syrus.xl
11-12-2006, 02:14 PM
Ok do I have to upload them to my server directly?
The modification is designed to allow internal or external mp3's to be linked. So you can use an external server, or just place them in a directory on your website, as long as you enter the full address to the mp3 file.
It's quite versatile, in this respect.:)
syrus.xl
11-12-2006, 10:13 PM
syrus.xl,
Sorry for posting that it wasn't working on my site. I made a dumb mistake. I had it turned off in that Admin center. Working fine for me...
Thanks for such a cool item
Ok, PM's deleted for security. You're welcome!;)
desiforums
11-12-2006, 10:54 PM
this is cool... Thanks.
**INSTALLED**
syrus.xl
11-12-2006, 10:57 PM
this is cool... Thanks.
**INSTALLED**
You're welcome! I'm releasing another modification tomorrow! :D
kool, and it be nice to be able to change the name of playlist to whatever we want
Agreed, looking forward to that as well. Otherwise nice mod...I'll have to run it on the dev server for awhile as I have some concerns about server load on a pretty large forum.
Hope to heck it pans out as my members would like this hack.
threat
11-14-2006, 02:18 AM
I have 3.6.3 and its now working on mine...the player shows but the song does not and I get this error when I try to edit the mp3 and approve the mp3, then I hit update and get this error. Maybe its not ready for 3.6.3 yet. I will wait patiently. :)
Database error in vBulletin 3.6.3:
Invalid SQL:
update mp3playlist set
id='2',
url_product='http://coruffryders.com/music/noway.mp3',
url_product_stream='true',
url_product_buffer='0',
mp3name='DMX - Ain't No Way',
approvemp3='1'
where id='2';
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 No Way',
approvemp3='1'
where id='2'' at line 11
Error Number : 1064
Date : Monday, November 13th 2006 @ 11:17:41 PM
Script : http://coruffryders.com/home/admincp/mp3player_admin.php?do=do_edit_playlist1
Referrer : http://coruffryders.com/home/admincp/mp3player_admin.php?act=editplaylist1&id=2
IP Address :
Username :
Classname : vb_database
UPDATE,,,,Now it works...I just reloaded files and uploaded product again
syrus.xl
11-14-2006, 06:47 AM
I have 3.6.3 and its now working on mine...the player shows but the song does not and I get this error when I try to edit the mp3 and approve the mp3, then I hit update and get this error. Maybe its not ready for 3.6.3 yet. I will wait patiently. :)
UPDATE,,,,Now it works...I just reloaded files and uploaded product again
This is an issue due to any mp3 track title having either a single or double quote in the title. An update will soon be available which fixes this problem.
Stavs16
11-14-2006, 11:56 PM
this is what my navbar looks like for my custom template:
<script type="text/javascript">
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grays cale=1)";
if (confirm('$vbphrase[sure_you_want_to_log_out]'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</script>
<br />
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">
<if condition="is_array($navbits)">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
<td> </td>
<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink.gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
</tr>
</table>
<else />
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
</if>
</td>
<if condition="$show['member']">
<td class="alt2" valign="top" nowrap="nowrap">
<div class="smallfont">
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br />
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><br /><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if>
</div>
</td>
<else />
<td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- login form -->
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont"><label for="navbar_username">$vbphrase[username]</label></td>
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</td>
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<br/>
<if condition="THIS_SCRIPT == 'index'">
<script type="text/javascript"><!--
google_ad_client = "pub-4071418295268632";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</if>
<br />
where would i add:
<!?Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!?End Mp3 Player Launch -->
ANYONE??
syrus.xl
11-15-2006, 12:25 AM
this is what my navbar looks like for my custom template:
where would i add:
<!?Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!?End Mp3 Player Launch -->
ANYONE??
Hi Stavs16,
Because you are using a custom style - the navbar link would not go in your navbar template. It is more than likely to be in your header template. You need to find where your Calendar 'call' code is situated.
If you can give me the name of the style I maybe able to tell you where the code is.
:)
Stavs16
11-15-2006, 03:07 AM
sure no problem thanks, the name of my style is called visual depth. You can download it from minerskinz.com, it is situated in the 3.6 styles and templates
micheal332001
11-15-2006, 04:21 AM
sure no problem thanks, the name of my style is called visual depth. You can download it from minerskinz.com, it is situated in the 3.6 styles and templates
Hi there
Syrus is right if you are using a style other than vbulletins you would find the navbar links in the template called header
And would like some thing like this
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="48" valign="top" background="$stylevar[imgdir_misc]/border_left_bg.gif"><img src="$stylevar[imgdir_misc]/border_left.gif" width="48" height="251"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><div align="left"><img src="$stylevar[imgdir_misc]/header_banner.jpg" width="707" height="175"></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="$stylevar[imgdir_misc]/header_banner_under_bg.gif"><div align="left"><img src="$stylevar[imgdir_misc]/header_banner_under.jpg" width="676" height="44"></div></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="$stylevar[imgdir_misc]/links_bg.gif">
<tr>
<td width="151"><img src="$stylevar[imgdir_misc]/links_left.gif" width="151" height="39"></td>
<td><div align="center"><a href="index.php"><img src="$stylevar[imgdir_misc]/links_home.gif" width="55" height="39" border="0"></a></div></td>
<td><div align="center"><a href="usercp.php"><img src="$stylevar[imgdir_misc]/links_usercp.gif" width="75" height="39" border="0"></a></div></td>
<td><div align="center"><a href="register.php"><img src="$stylevar[imgdir_misc]/links_register.gif" width="88" height="39" border="0"></a></div></td>
<td><div align="center"><a href="calendar.php"><img src="$stylevar[imgdir_misc]/links_calendar.gif" width="92" height="39" border="0"></a></div></td>
<td><div align="center"><a href="search.php"><img src="$stylevar[imgdir_misc]/links_search.gif" width="80" height="39" border="0"></a></div></td>
<td width="151"><img src="$stylevar[imgdir_misc]/links_right.gif" width="151" height="39"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="24" background="$stylevar[imgdir_misc]/links_under.gif"> </td>
</tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output
then you would find
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
then add after
<!?Mp3 Player Launch -->
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.p hp?do=viewmp3playerpopup','newWin','width=500,heig ht=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resi zable=No,fullscreen=No');
NewWindow.focus(); void(0);">vbMp3 Player</a></td>
</if>
<!?End Mp3 Player Launch -->
hope this helps you
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.