vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - The XEON Mp3 Player for vBulletin 3.6.X Integrated (https://vborg.vbsupport.ru/showthread.php?t=129641)

deezelpope 06-22-2007 08:47 AM

Quote:

Originally Posted by syrus.xl (Post 1273654)
hehe... I've PM'd you a demo of a new mp3 player;)

Oooooh!!!! I can't wait to see it!!!:eek::)
Quote:

Originally Posted by Shazz (Post 1273662)
Ive seen it :eek:

I'll bet it's the sh*t, eh, Shazz? It is, isn't it?:D

syrus.xl 06-23-2007 08:02 PM

Shazz hasn't seen it...lol I'm hoping to have the playlist coding updated shortly with unlimited tracks. However, the pro version will have unlimited playlists and tracks, which can be named - something that this free version won't have.;)

nebu 06-23-2007 11:55 PM

i need a function where user can upload mp3 files directly to the players webspace ....
possible?

syrus.xl 06-24-2007 12:51 PM

Quote:

Originally Posted by nebu (Post 1274987)
i need a function where user can upload mp3 files directly to the players webspace ....
possible?

This feature was looked at during the design, but left out for a number of reasons. The main reason was the 2Mb PHP limit, which can be changed by using an override. Basically, depending on the server configuration, it can be done in two different ways.
  • 1. Adding a few lines of code to the main .htaccess file to allow a longer PHP time-out and also change the PHP limit to about 5-10Mb.
  • 2. Adding a php.ini file - again to override the servers default settings.
In both cases it would have made the modification harder to install, because people would need to find out if they could use any of these methods, some hosts don't allow either option.

The pro version will have this feature, and a test script, to find out if your server can handle either option. The test script would be a free tool to allow a client to test their server prior to purchasing the commercial script.

ragtek 06-24-2007 01:00 PM

Quote:

Originally Posted by syrus.xl (Post 1275365)
The pro version will have this feature, and a test script, to find out if your server can handle either option. The test script would be a free tool to allow a client to test their server prior to purchasing the commercial script.

end when pro will be available?

its hard to read everithing will be available in pro, but no date..

syrus.xl 06-24-2007 01:10 PM

Quote:

Originally Posted by ragtek (Post 1275369)
end when pro will be available?

its hard to read everithing will be available in pro, but no date..

Hard to say my friend - its being worked on, between other custom work at the moment. I would imagine around end of July or beginning of August. The guy thats sorting the coding out is also very busy, so we have to fit it around our busy time schedules.

boweso 06-24-2007 02:45 PM

it wont let me approve mp3's how can i sort this?

BuckyBoy 06-27-2007 11:27 PM

<a href="http://www.digitalport.co.uk/" target="_blank">http://www.digitalport.co.uk/</a> offline?

syrus.xl 06-28-2007 12:21 AM

Quote:

Originally Posted by BuckyBoy (Post 1278080)

Server reboot was in process - sorry for the inconveniece...

syrus.xl 06-28-2007 12:25 AM

Quote:

Originally Posted by boweso (Post 1275444)
it wont let me approve mp3's how can i sort this?

Please refer to this post.

MAME 06-28-2007 11:13 PM

I have installed this however it does not appear as a menu item. any ideas?

syrus.xl 07-05-2007 12:22 AM

Quote:

Originally Posted by MAME (Post 1278780)
I have installed this however it does not appear as a menu item. any ideas?

Did you do the navbar template edit? It seems you may of missed this off during installation.

TXStar 07-08-2007 08:00 PM

Ok, I got a problem here:

A few of my users sent me a PM due to problems with this player. Now it works fine for me, and the majority, however the error message says flash and javascript needed..... ALl of these users claim they have javascript and flash installed and running.

Anyone have any ideas what this could be or how to fix it?

Please? lol

Quote:

Originally Posted by The Bish (Post 1256837)
Did you read the instructions?


Template edit:
(required on new install or upgrade, unless you have installed other products from us.).
In the headinclude template -
Find:

Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
Above add:

Code:
<script type="text/javascript" src="clientscript/flashobject.js"></script>If this line of code already exists then DO NOT ADD IT!

Note: I've already done this.

ragtek 07-09-2007 09:01 AM

a link to a thread would be great where user can comment the song

at best it would be, if the thread would be create automaticaly

deezelpope 07-09-2007 10:33 AM

There's a mod that does this, but with movies...you might be able to do it with songs... https://vborg.vbsupport.ru/showthread.php?t=148144

ragtek 07-09-2007 11:09 AM

hi
thx for info
i've made it for me now so:
when a new file is added, i build with a datamanager a new thread...
for the beginning it's fine, just some tuning...:Ds

deezelpope 07-09-2007 11:11 AM

You're welcome! I'm happy you could make it work!:)

dt-pain 07-10-2007 09:02 PM

How can i get this to work in navabar in front page CMPS Vbadvanced. I added the mp3playerindex.php to Navbar Replacements. I cant believe im the only one asking this question. great MOD but i wont install it if i cant get it to work on VBA Navbar

deezelpope 07-10-2007 10:12 PM

I think this is what you're looking for? :)
https://vborg.vbsupport.ru/showthread.php?t=130411

dt-pain 07-10-2007 11:46 PM

Nope not that. Cant get the popup to work in the navabar. Im using VBadvanced

ragtek 07-13-2007 07:24 PM

Quote:

Originally Posted by dt-pain (Post 1287999)
Nope not that. Cant get the popup to work in the navabar. Im using VBadvanced

you'll have to put the whole path: http://www.mysite.com/forum/mp3playerindex

ragtek 07-13-2007 07:25 PM

and why is in this hack no variable validated???
PHP Code:

$mp3name $_POST['mp3name'][$i]; 


$mp3url $_POST['mp3url'][$i]; 
$stream $_POST['stream'][$i];
$soundbuffer $_POST['soundbuffer'][$i];
.................. 


syrus.xl 07-13-2007 09:56 PM

Quote:

Originally Posted by ragtek (Post 1290220)
and why is in this hack no variable validated???
PHP Code:

$mp3name $_POST['mp3name'][$i]; 


$mp3url $_POST['mp3url'][$i]; 
$stream $_POST['stream'][$i];
$soundbuffer $_POST['soundbuffer'][$i];
.................. 


Hi ragtek,

Where in the coding is that? I didn't actually write the PHP coding for this modification, only the actionscripting of the player.

ragtek 07-14-2007 09:55 AM

mp3playerindex.php
the whole
PHP Code:

if($_REQUEST['do']=="addmp3confirm")


part is working with $_POST

AdmiralGeek 07-16-2007 12:07 PM

How come the URL to the mp3 wont play? i have followed the correct format of the URL.

And also when i try to edit the mp3 in the ACP the newly edited affects don't take any effect.

and i also get an error message when I set the PM system online,

A message clarifying that the admin doesn't accept PM's. but I do.

Any body ever get this problem?

AdmiralGeek 07-16-2007 12:31 PM

silly flash, oh how ignorant it can be.

Uploaded the mp3 to where the mp3 flash object is located.

If this is the case, how are others suppose to enter there mp3 URLS from a location other than where the mp3 player flash object is situated?

ragtek 07-16-2007 01:20 PM

to enter the mp3's into you don't need the flash part
mp3playerhome.php?do=addmp3

badboyz 07-20-2007 10:34 PM

Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

im getting this?

Khalid-B 07-22-2007 05:58 PM

wow nice hack , love it , installed but need some help,
Can any body guide me how to add url,s ?
Thanks

syrus.xl 08-04-2007 12:54 PM

Quote:

Originally Posted by badboyz (Post 1296952)
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!

im getting this?

Hi

Have you added the template edit which contains the javascript call? Some people have missed this out, and the documentation probably needs rewriting, so people don't make the same mistake.

shedevil 08-05-2007 12:25 PM

hey syrus.

Any idea when this mod will be updated? its a great mod, would be a shame to see it slip away

wesg2006 08-07-2007 11:06 AM

Outstanding, display colors are great as well. Thank you.

Megatr0n 08-08-2007 10:26 PM

I'm having an odd problem. When we DISAPPROVE of a new added song it's uploaded and works. If we APPROVE of it doesn't work. What have we done right?

ikki29 08-15-2007 12:01 PM

Hola friends, I have a doubt, have the installed mod and working, but at the moment of putting music it(he,she) is there where I have the problem not since(as,like) music adds and have two questions: 1 º: as I add music? 2 º if they cost(suit) url's of other pages? Pardon for my English one I am Spanish

mamashid 08-15-2007 02:18 PM

where are you all getting your mp3 url from?

mamashid 08-15-2007 02:31 PM

nevermind i got it! :)

mamashid 08-15-2007 02:53 PM

no i lied, i upload but then they arent playing.....where do you all go to get songs?

ikki29 08-15-2007 04:36 PM

Good I do not speak groin and have to help with the translators of languages therefore it(he,she) can be that does not understand myself very well, but queria to know it if it is possible to to put an url of another page and be able to listen to the music or there that to raise to the servant? This it is my question. Pardon again for having to use this type of service to be able to communicate(report) with you.

syrus.xl 08-20-2007 10:54 AM

Quote:

Originally Posted by mamashid (Post 1318147)
where are you all getting your mp3 url from?

The URL's should be addresses to your own mp3's, on either an internal or external server. These should be absolute urls, and not relative to the player itself.

bostton1 08-20-2007 11:15 AM

Quote:

Known Issues:
=============
str_replacement variable in AdminCP
does this mean you can't edit the title or mp3 id etc, in the cp panel? because that is the problem im having.

will the paid version be around 50 dollars per year?

In the paid version will you be able to select the songs you wish to play from the playlist instead of having to play the entire playlist?

will it have a "repeat option" check box? (if the above answer was yes)

thanks for your hard work, its a great product.


All times are GMT. The time now is 10:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02552 seconds
  • Memory Usage 1,833KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete