vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vJukebox - Song and Video Management System (https://vborg.vbsupport.ru/showthread.php?t=102555)

Chicago_VLNU_4s 10-20-2006 06:27 PM

Quote:

Originally Posted by angkor408
I also noticed this option ? Previous Item | Next Item ? does not link correctly. For some reason the media sorting is not correct.

I hope we can the plugin soon from Spikeman.

it use to do this b4, then i went and edited the MEDIADISPLAY template i think it was called. it doesnt do that nomore..

btw, i was able to upload another small song :D, lets see if i can upload a regular sized song

angkor408 10-20-2006 07:12 PM

Did you remember what you have edit in MEDIADISPLAY? What I think is best in Vbulletin to do a backup when editing a template under " Save and Reload". That way you can alway go back and view the history.

Before I have lots of issue using this jukebox which can't even play the song. All I have done just reload the XML file and most function seem to work.











Quote:

Originally Posted by Chicago_VLNU_4s
it use to do this b4, then i went and edited the MEDIADISPLAY template i think it was called. it doesnt do that nomore..

btw, i was able to upload another small song :D, lets see if i can upload a regular sized song


ztempuser 10-21-2006 03:49 PM

the numbering is a system writen in the php files and not in the templates.
i to have had trouble getting the sorting to wrok how i would like it to

Chicago_VLNU_4s 10-21-2006 06:38 PM

Quote:

Originally Posted by angkor408
Did you remember what you have edit in MEDIADISPLAY? What I think is best in Vbulletin to do a backup when editing a template under " Save and Reload". That way you can alway go back and view the history.

Before I have lots of issue using this jukebox which can't even play the song. All I have done just reload the XML file and most function seem to work.

goto jukebox_mediadisplay then scroll down and find this chunk of code

Quote:

<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>
thats what its suppose to look like. I know at first it looks like

Quote:

? Previous Item | Next Item ?
change the "?" to the proper arrows "<" and ">" and make sure everything looks like how it is in that chunk of code. Lemme know what happens

angkor408 10-21-2006 07:11 PM

Hi, I try that but when I click on previous or next got this error msg:

No entry specified, please check your url.
If you followed a valid link, please contact your administrator.


<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=<prem">? Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=>nextm">Next Item ?</a>
</div>

















Quote:

Originally Posted by Chicago_VLNU_4s
goto jukebox_mediadisplay then scroll down and find this chunk of code



thats what its suppose to look like. I know at first it looks like



change the "?" to the proper arrows "<" and ">" and make sure everything looks like how it is in that chunk of code. Lemme know what happens


Chicago_VLNU_4s 10-21-2006 08:01 PM

ok i think i've found your problem.. Look at mine, then look at yours... see any difference? i found two problems in yours

mine:
Quote:

<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>
yours:
Quote:

<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=<prem">? Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=>nextm">Next Item ?</a>
</div>
change the "> / <" to "$" and let me know what happens

angkor408 10-21-2006 08:11 PM

I think that what I have it before but I try editing the mid=$nextm to put the "<" to see if that work or not. Default I have like this:

<div align="center" class="smallfont">
<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$prem">< Previous Item</a>&nbsp;|&nbsp;<a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$nextm">Next Item ></a>
</div>


The < Previous Item | Next Item > still same issue that is not link to other song correctly.

Here the link: http://www.khmerclub.com/forums/jukebox.php


Thank,
Angkor







Quote:

Originally Posted by Chicago_VLNU_4s
ok i think i've found your problem.. Look at mine, then look at yours... see any difference? i found two problems in yours

mine:


yours:


change the "> / <" to "$" and let me know what happens


Chicago_VLNU_4s 10-21-2006 08:17 PM

they work for me, Previous and Next..... ??? you sure they're not working?

angkor408 10-21-2006 08:23 PM

The < Previous Item | Next Item > link work but it doesn't link to other song category.

1. Let say member just a post a new song on this link:

http://www.khmerclub.com/forums/juke...e=media&mid=19

If you click on previous it say to the same screen is not link to the main page. If you click on next it jump to the next song but you can't go foward anymore.








Quote:

Originally Posted by Chicago_VLNU_4s
they work for me, Previous and Next..... ??? you sure they're not working?


Chicago_VLNU_4s 10-21-2006 08:29 PM

i see what youre saying, when you press Next, it goes one song foward and even if you keep pressing next, it will still load the same song, then when you press Previous, I get this error.

Quote:

Could not find phrase 'jukebox_medianotactive'.
bottom line, this hack was horribly written and not double or triple checked. Some good coder should re-write it cuz its a very GOOD feature, just lacks on what we all had to input on.

angkor408 10-21-2006 09:03 PM

Hopefully, someone will re-write the code so we can reload the plugin again.
Also, I would suggest is to add search option. This will allow other member search by song title or member ID. I hope they will add this on the new release :)

Angkor




Quote:

Originally Posted by Chicago_VLNU_4s
i see what youre saying, when you press Next, it goes one song foward and even if you keep pressing next, it will still load the same song, then when you press Previous, I get this error.



bottom line, this hack was horribly written and not double or triple checked. Some good coder should re-write it cuz its a very GOOD feature, just lacks on what we all had to input on.


HtK MLG 11-13-2006 07:26 PM

this hack would be way better if you could make thumb nail images for the video...and also if the video and music were kept seperate in different categories..it dosnt really fit what im looking for, but its a very nice hack...good job:D

thenetbox 11-14-2006 10:57 AM

Does this work with 3.6?

HtK MLG 11-15-2006 02:28 PM

yes it works with 3.6, I have installed it on my test forum..works fine

paypal 11-16-2006 11:53 PM

karaoke player allowing mp3+G Zip playback
karaoke is very popular and would be nice if this jukebox could play the format? :)

FARMER 11-17-2006 06:58 AM

This version doesn't allow administrator to create a category, and it have not a search box.

I'm looking for a code look like: www.holvn.org/forum/jukebox.html , is this a version of jukebox?

angkor408 11-25-2006 03:18 PM

This one is nice. It look the same as this jukebox unless they modify the code. The only different you can't add comment.


Quote:

Originally Posted by FARMER (Post 1119208)
This version doesn't allow administrator to create a category, and it have not a search box.

I'm looking for a code look like: www.holvn.org/forum/jukebox.html , is this a version of jukebox?


FARMER 11-26-2006 04:41 AM

Anyone have already did it yet? and share it to pulblic? Please tell me some more infomation?

Thank you!

deathemperor 11-26-2006 10:33 PM

this is not true, http://www.holvn.org/forum/jukebox.html is my hack, there is no modification from any mod. And it is not a public hack.

FARMER 11-28-2006 03:59 AM

Quote:

Originally Posted by deathemperor (Post 1125944)
this is not true, http://www.holvn.org/forum/jukebox.html is my hack, there is no modification from any mod. And it is not a public hack.

I really want to use this, can you tell me how to I can use it? (if by paid, plz tell me the price i have to pay).

Thank you, deathemperor.

angkor408 11-28-2006 03:19 PM

I'm interest in this also. Please us know. Thank :)

psp3d 11-29-2006 01:29 AM

Quote:

Originally Posted by deathemperor (Post 1125944)
this is not true, http://www.holvn.org/forum/jukebox.html is my hack, there is no modification from any mod. And it is not a public hack.

Willing to pay as well!

angkor408 11-30-2006 03:43 PM

Anyone having issue when members reply a song it doesn't show who replying too unless you have to click on the link.

Here the code for jukebox_mediabits:

<tr>
<td class="alt2"><div align="center"><img src="$stylevar[imgdir_statusicon]/type_$mediatype.gif" alt="$mediatype" border="0" /></div></td>
<td class="alt1Active" align="$stylevar[left]" id="m$media[mediaid]">
<div style="float:$stylevar[right]; display:block; vertical-align:top"><if condition="$rating != 0"><img src="$stylevar[imgdir_rating]/rating_$rating.gif" border="0" alt="" /></if></div>
<div class="smallfont"><a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$media[mediaid]"><strong>$media[title]</strong></a>&nbsp; by $media[author]<div class="smallfont">$media[description]</div>
</td>
<td class="alt2"><div align="center">$media[plays]</div></td>
<td class="alt1"><span class="smallfont"><if condition="$comment['mediaid']"><div style="float:$stylevar[left]"><strong><a href="jukebox.php?$session[sessionurl]do=view&amp;type=media&amp;mid=$media[mediaid]">$comment[title]</a></strong><br />by $comment[username]</div><br /><div style="float:$stylevar[right]" class="time">$comment[date]</div><else />No Comments</if></span></td>
</tr>



I tried modify this code >by $comment[username]</

change from $comment [userid] still got the same issue. Any other suggestion ?

Here my site to the karaoke section:

http://www.khmerclub.com/forums/jukebox.php

if you look under: Latest Comment you will see
Te Vy kbort chet bong by 11-29-2006 (doesn't display members ID that reply)

Cole2026 12-10-2006 08:01 PM

If time opens up I will be redoing the entire jukebox. I was an incompetent coder back when I first coded this (It was my first project and I didn't understand php very well).

The new Jukebox will be robust and versatile. I'll try adding the features included in the jukebox above and will re-release. It will be fully phrased and I'll include a branding-free version. I'll have it out within a week or two if things go to plan. Any donations will help and will speed things up.

angkor408 12-11-2006 12:57 AM

Cole2026, thanx for ur hard work! Looking forward to see the new release :) Angkor

kylek 12-25-2006 09:26 PM

Quote:

Originally Posted by Cole2026 (Post 1135923)
If time opens up I will be redoing the entire jukebox. I was an incompetent coder back when I first coded this (It was my first project and I didn't understand php very well).

The new Jukebox will be robust and versatile. I'll try adding the features included in the jukebox above and will re-release. It will be fully phrased and I'll include a branding-free version. I'll have it out within a week or two if things go to plan. Any donations will help and will speed things up.

Any news on how this is coming along?

Snake 12-25-2006 11:07 PM

This piece of crap is dead so I suggest you to use the other jukebox hack right here:

https://vborg.vbsupport.ru/showthread.php?t=129641

kylek 12-25-2006 11:44 PM

No thanks, tried that one and its not what I am looking for, this one suits my needs better.

angkor408 12-28-2006 05:14 PM

This is not bad but I prefer the one Cole2026 got the layout for his jukebox.

Cole, any status for the new release?

Angkor





Quote:

Originally Posted by Snake (Post 1145083)
This piece of crap is dead so I suggest you to use the other jukebox hack right here:

https://vborg.vbsupport.ru/showthread.php?t=129641


Snake 12-30-2006 11:27 AM

I told you already, this hack is DEAD! Yes, you heard me. D-E-A-D! So I don't think he'll get back to this thread again ever...

ab4u 01-31-2007 03:14 PM

Hi,

I'm using vJukebox v 0.9.0 Alpha every thing is good but I have one problem with Message editor it does not work when I want to add new media but it's work when I want to add comment? also it's work when I want to add post or replay in my forum, that problem with the editor message occure also when I use DownloadsII to add new file with description!! How can I solve this problem?

try to add new comment to see the problem http://ab4u.net/vb/jukebox.php?do=add&type=media

SCS_Rocket-Devi 01-31-2007 03:28 PM

I'm getting the 'jukebox_errorwriting_x' error when uploading media, I have made a media folder in the forum/ root with chmod 777 but still wont work, i have tried adding the CHMOD code to jukebox.php but still no luck....

My forum software is 3.6.4..

Anyone got any ideas??

ab4u 01-31-2007 03:58 PM

Quote:

Originally Posted by SCS_Rocket-Devi (Post 1171359)
I'm getting the 'jukebox_errorwriting_x' error when uploading media, I have made a media folder in the forum/ root with chmod 777 but still wont work, i have tried adding the CHMOD code to jukebox.php but still no luck....

My forum software is 3.6.4..

Anyone got any ideas??

I'm using 3.6.4 and it's work fine but I have that problem above

Media Folder Location must be media/ without forum/media

The folder must be chmodded 777

angkor408 02-19-2007 02:00 AM

Just want to share the problems I had encounted and how did I fixed it.

1. jukebox_errorwriting_x' error (When uploading media)

* Solution: Call your Webhosting to have them set your upload file size atlease 10MB.
* Make sure your media/ folder is set to 777.
* Reload your XML product again
* Under admincp>>Jukebox>> Allowed Audio Extensions >> Make sure is set to mp3,wav,wma

2. Can't find phrase ( I still can't able to fix this problem.) There alots of phrase is missing and the code is incomplete.

3. Can't play jukebox via IE. ( Login to admincp>>jukebox>> under Flash MP3 Player
when ask for Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient? Select No. For some reason I can't able to play via Firefox. Try fews things from this tread but can't able play.

4.

If you need to change or edit any content for the jukebox, you can login to admincp>style and template>> seach for jukebox you can edit any table or modify your own jukebox.

Hope this help.


Here my site but is not complete for jukebox portion.

http://www.khmerclub.com/forums/jukebox.php

SCS_Rocket-Devi 03-19-2007 11:26 PM

Quote:

Originally Posted by angkor408 (Post 1185707)
Just want to share the problems I had encounted and how did I fixed it.

1. jukebox_errorwriting_x' error (When uploading media)

* Solution: Call your Webhosting to have them set your upload file size atlease 10MB.
* Make sure your media/ folder is set to 777.
* Reload your XML product again
* Under admincp>>Jukebox>> Allowed Audio Extensions >> Make sure is set to mp3,wav,wma

2. Can't find phrase ( I still can't able to fix this problem.) There alots of phrase is missing and the code is incomplete.

3. Can't play jukebox via IE. ( Login to admincp>>jukebox>> under Flash MP3 Player
when ask for Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient? Select No. For some reason I can't able to play via Firefox. Try fews things from this tread but can't able play.

4.

If you need to change or edit any content for the jukebox, you can login to admincp>style and template>> seach for jukebox you can edit any table or modify your own jukebox.

Hope this help.


Here my site but is not complete for jukebox portion.

http://www.khmerclub.com/forums/jukebox.php

Heres a fix for 2 and 3

2. Make a new phrase called jukebox_fieldmissing and in text put in Field missing.
This will fix that problem.

3. I have attached a swf file put this in your vbulletin directory in a folder called players then Login to admincp>>jukebox>> under Flash MP3 Player
when ask for Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient? Select Yes.

Now my jukebox is working exelent, no errors so far..

angkor408 03-20-2007 01:03 AM

SCS_Rocket-Devi, Thank for sharing. Did you able to figure out if you in

http://www.khmerclub.com/forums/jukebox.php under

is it possible to display members had post comment instead. As you can see I had set to display the same as an author until you click on it, than you will see who's post comments.
Thank. Angkor

SCS_Rocket-Devi 03-20-2007 05:30 PM

Quote:

Originally Posted by angkor408 (Post 1207756)
SCS_Rocket-Devi, Thank for sharing. Did you able to figure out if you in

http://www.khmerclub.com/forums/jukebox.php under

is it possible to display members had post comment instead. As you can see I had set to display the same as an author until you click on it, than you will see who's post comments.
Thank. Angkor

I dont know how to do that, i only know so little about vbulletin scripting, i test to play around with things for examle reading and copying things to another thing if its what i need, but i will have a good look at it..

Leb4ever 03-22-2007 03:58 PM

I downloaded jukebox and everything is working fine except when I click on the "View Full Version/Popup" link I get a blank page:

http://www.forleb.com/jukebox.php?do...pe=media&mid=3

Please help. Thank you! :)

angkor408 03-24-2007 12:21 AM

Login to admincp>>jukebox>> under Flash MP3 Player
when ask for Would you like to use a flash MP3 player or use a Windows Media Player Non-Flash Varient? Select No. I got same issue if i select yes it won't play. Angkor

RichieBoy67 05-07-2007 02:16 AM

Any 3.6 and up plans for this??


All times are GMT. The time now is 09:37 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.02003 seconds
  • Memory Usage 1,857KB
  • 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
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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