vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DnP Instant! AJAX/SEO Musicbox + News v1.0.7 : Online entertainment at its best (https://vborg.vbsupport.ru/showthread.php?t=216098)

maidos 07-10-2009 11:26 AM

thanks and it would be great to allow us to post several links not onlyt restrictedto one? example somemaywant to listen to more than just one sample songs/videos

oh :( so isnt there anyway to enable php links

silveryhat 07-10-2009 01:30 PM

it is possible to deactivate the php link protection manually but in my opinion , you shouldn't. I can get you a solution to bypass this protection for admin account but then the media will not work because the php link you are to input transfer to a webpage not direct link to a media file, doesn't it ?

I'd suggest you make use of the description box. You can insert sample in the Direct url box while applying bbcode tag to decorate the description. For instance, this goes to the description/lyric form

Do you like this song? Buy it for only $150, that's 50% the original price!

maidos 07-10-2009 02:22 PM

actually, i can ask user to direct the php link. So once they click it will instantly download.
Yeah i thought about it but then as you can see theres so much bbcode to add for just a mere dl link. So its not just possinle for youto add a just simplecolumn with a hyperlinks active

wonder if its possible to have a image link of your playlist so members can click on the playlist pic and play the list directlyfrom the users signature

oh yeah also, wonder if u can allow assigned usergroup to add picture of the artists on music.php front page aswell of delete their own submitted songs. Well i saw that you allowed user to delete artists but not deleting their own songs seems bit odd :/
thanks ^^

also notice a bug with the voting system of comments. When i click thumb down the user get -4 automatically.

not sure this is normal behaviour but when you only have foreign artist the Singer database column will not appear. It will appear only if i add english artist

another sugestion is for the users personal playlist can u have feature to allow user to replay all songs its more easier that way. Wondering if u can have alink on every songs you submit to let user addto playlist because the little small icon it took me hours before i noticed it was meant to do

entertain 07-10-2009 05:13 PM

Very great modification. I love it. :)

Is there a way to rename the music.php?

*edit*
I have taken a look into your files and there is no (simple) way to rename the file.
Maybe it would be an idea for a later version? ;)

*edit2*
Something else:
Wouldn't it be better to create a product with tables and phrases? That would be easier to translate it ;)

Preech 07-10-2009 06:47 PM

I would like to get my hands on the vbadvanced module

TeknoSounds 07-10-2009 07:17 PM

Hey silvery, if you don't beat me to it and don't mind, I'm gonna start working on a DownloadsII merge :)

staticrebelle 07-10-2009 07:27 PM

I use a remote mysql server for my forum and when I try to install the product I get:

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in [path]/install_dnp_musicbox.php on line 41

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/install_dnp_musicbox.php on line 41
ยป The information tables is missing in the database. Ready to process.

I'd love to install this! Can you maybe change this product so it uses the same database calling method as vBulletin?

xx

silveryhat 07-10-2009 10:55 PM

Quote:

Originally Posted by maidos (Post 1846382)
actually, i can ask user to direct the php link. So once they click it will instantly download.
Yeah i thought about it but then as you can see theres so much bbcode to add for just a mere dl link. So its not just possinle for youto add a just simplecolumn with a hyperlinks active

Because it is a sole demand that's why it's unwise to implement if there is not much use in general though.

Quote:

wonder if its possible to have a image link of your playlist so members can click on the playlist pic and play the list directlyfrom the users signature
If you are using vBadvanced I think you can take a look at DnP's paid plugin that sport musicbox to everywhere on the forum. View the dnp network for example.

Quote:

oh yeah also, wonder if u can allow assigned usergroup to add picture of the artists on music.php front page aswell of delete their own submitted songs. Well i saw that you allowed user to delete artists but not deleting their own songs seems bit odd :/
thanks ^^
Currently member cannot delete artist. The option is there to restrict. I need to figure out a place for member to do that instead of the Admin QP.

Quote:

also notice a bug with the voting system of comments. When i click thumb down the user get -4 automatically.
You may have missed

PHP Code:

'points_for_one_positive_rate_of_admin' => '2',
'points_for_one_negative_rate_of_admin' => '4'

Quote:

not sure this is normal behaviour but when you only have foreign artist the Singer database column will not appear. It will appear only if i add english artist
Multiple artist lists work that way :rolleyes:

Quote:

another sugestion is for the users personal playlist can u have feature to allow user to replay all songs its more easier that way. Wondering if u can have alink on every songs you submit to let user addto playlist because the little small icon it took me hours before i noticed it was meant to do
^^ so you made a discovery. Well about autoplay all songs, I'm working on it. Some flash clip can definitely not be played automatically in line.

Quote:

Originally Posted by entertain (Post 1846466)
Very great modification. I love it. :)

Is there a way to rename the music.php?

*edit*
I have taken a look into your files and there is no (simple) way to rename the file.
Maybe it would be an idea for a later version? ;)

*edit2*
Something else:
Wouldn't it be better to create a product with tables and phrases? That would be easier to translate it ;)

:)How about using mod-rewrite instead?

With current 220+ options at the moment and growing every version, send them to database and retrieve each time needed is a huge slowdown.


Quote:

Originally Posted by Preech (Post 1846539)
I would like to get my hands on the vbadvanced module

I think you can look on the home forum of dnp instant! musicox, but not sure DnP has finished it completely. It is a paid plugin though.

Quote:

Originally Posted by TeknoSounds (Post 1846558)
Hey silvery, if you don't beat me to it and don't mind, I'm gonna start working on a DownloadsII merge :)

._. think it will be tough ? maidos would absolute like that if it's possible to be made.

Quote:

Originally Posted by staticrebelle (Post 1846562)
I use a remote mysql server for my forum and when I try to install the product I get:

Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in [path]/install_dnp_musicbox.php on line 41

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/install_dnp_musicbox.php on line 41
? The information tables is missing in the database. Ready to process.

I'd love to install this! Can you maybe change this product so it uses the same database calling method as vBulletin?

xx

Yes it is using the same database query method as vBulletin that's why on the feature list says fully integrated with vBulletin forum. In your situation I wonder if there is any database connection limitation has been set ?

THE__DRIFTER 07-11-2009 03:14 AM

So if I am correct then this will not work unless I purchase Something to work with VB Advanced? If this is the case I will have to click uninstall as our free forum cannot support the additional cost. Please advise.

SuperTaz 07-11-2009 03:43 AM

Portal addons should come with this mod free, I am clicking uninstall as well.


All times are GMT. The time now is 01:56 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01266 seconds
  • Memory Usage 1,765KB
  • 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
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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