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)

silveryhat 08-16-2009 10:34 PM

Quote:

Originally Posted by SPARKS MAN (Post 1867305)
thanks
its really amazing
have it in other language ?

It yet supports multilanguage at the time , hang on until v1.0.9

ywwz 08-18-2009 05:28 AM

I cannot see my Confirmation Code....:( what should i do?

silveryhat 08-18-2009 02:50 PM

Quote:

Originally Posted by ywwz (Post 1869584)
I cannot see my Confirmation Code....:( what should i do?

Have you got screenshot of the issue ?

lovevn 08-21-2009 12:17 PM

Hello
I realized that on your demo site, we can views the link of the files. Can we hide link to avoid banwith stolen?

silveryhat 08-21-2009 01:47 PM

Quote:

Originally Posted by lovevn (Post 1871584)
Hello
I realized that on your demo site, we can views the link of the files. Can we hide link to avoid banwith stolen?

It has Local URL feature to fight against bandwidth leechers. If I set the link to Local URL, I can surely minimize all the problem with hotlinking. ;)

https://vborg.vbsupport.ru/

lovevn 08-21-2009 02:16 PM

Quote:

Originally Posted by silveryhat (Post 1871636)
It has Local URL feature to fight against bandwidth leechers. If I set the link to Local URL, I can surely minimize all the problem with hotlinking. ;)

http://img39.imageshack.us/img39/7900/15727747.jpg

Thanks
What do you meant by "local url"? Do you mean that the files we upload to our url but not the files link out side ?

Thanks

silveryhat 08-21-2009 05:51 PM

It has been years long for coders to search for a method to hide link of media streaming on their site. In the end they have to admit the fact that everyone can just open temp folder of IE to get the media file and the actual URL easily. mms streaming and other on the air streaming method works well to keep the link from being stolen, but not all server supports them and not all webmaster knows how to set them up.

Quote:

What do you meant by "local url"? Do you mean that the files we upload to our url but not the files link out side ?
The file could stay on your host or any other host. Local URL here means you have the control of that specific URL path to the media file. You can change it anytime along with the folder name that stores the files.

CallieJo 08-21-2009 09:07 PM

Suggestions:
  1. Upload artist photos option instead of linking to an image somewhere else. Maybe when vb4 is out with the new asset manager;) Right now it's tedious to add photos elsewhere and then copy the photo link each time to place in the artist bio.
  2. Ability to move side blocks around. Not just left to right. But - first, second, third, fourth, etc. More options.
  3. Move customization options to vb admin.
  4. Links for registered users to add/edit artist and albums to add/edit their own. Right now we are only seeing add media as a registered member. Only admin can see add/edit artist, etc.
  5. In highly customized styles including a lot of css, we don't get the full style of your style when we choose to use your style. Some blocks like the my playlist block is using our style instead and does not match. The td is not matching and most links are not matching either. Could be a conflict with our css and the default DnP one.
  6. Ability to hide the whole thing from users not logged in, banned members, and users who have not verified their email address yet.
This is an awesome addon! I really like the style overall and the features. Thanks for all your hard work.
CJ@LH

silveryhat 08-22-2009 07:46 AM

Quote:

Originally Posted by CallieJo (Post 1871835)
Suggestions:
  1. Upload artist photos option instead of linking to an image somewhere else. Maybe when vb4 is out with the new asset manager;) Right now it's tedious to add photos elsewhere and then copy the photo link each time to place in the artist bio.
  2. Ability to move side blocks around. Not just left to right. But - first, second, third, fourth, etc. More options.
  3. Move customization options to vb admin.
  4. Links for registered users to add/edit artist and albums to add/edit their own. Right now we are only seeing add media as a registered member. Only admin can see add/edit artist, etc.
  5. In highly customized styles including a lot of css, we don't get the full style of your style when we choose to use your style. Some blocks like the my playlist block is using our style instead and does not match. The td is not matching and most links are not matching either. Could be a conflict with our css and the default DnP one.
  6. Ability to hide the whole thing from users not logged in, banned members, and users who have not verified their email address yet.
This is an awesome addon! I really like the style overall and the features. Thanks for all your hard work.
CJ@LH

1-The reason direct upload is not implemented because for some host, bandwidth is very much limited. It is also a security issue and soon becomes a more complicated process than it looks for member to use. Imageshack is always my favorite hosting service because it's fast and hotlinking is not a problem.

2-This is what I'm up to. I'm thinking about movable blocks that user can drag and drop manually too.

3-This idea has been discussed before somewhere back in the last 28 pages. In short, the reason I did not move it into admincp is because admincp does not have the ability to edit and save the setting file.

4-A user media manager system plugin is being developed ;)

5-Default musicbox style intends to imitate the look of DnP Original musicbox on the Demo site as much as possible. However there is limitation that it might be inherited the css from highly customized stylesheet as you notice. In such cases, matching forum style is much more recommended to use.

6-It has been added on v1.0.8 ;)

Thanks for the feedback :), as the MOD is almost 2months old and there is still alot of things to be done or improved. I'll try to see what could be included in next update.

lovevn 08-22-2009 08:12 AM

Thanks for your quick reply!
Again, I would like to ask if it can display and we can search unicode(utf-f8) ? I have read and you said that it depends on our database but my database is charset something other than unicode. The vbulletin language is charsetted utf8. To make it clearer, I want to use vietnamese. I see on your demo board some vietnamese and tried a search but it asked me to login then I quit.

silveryhat 08-22-2009 08:20 AM

Quote:

Originally Posted by lovevn (Post 1872032)
Thanks for your quick reply!
Again, I would like to ask if it can display and we can search unicode(utf-f8) ? I have read and you said that it depends on our database but my database is charset something other than unicode. The vbulletin language is charsetted utf8. To make it clearer, I want to use vietnamese. I see on your demo board some vietnamese and tried a search but it asked me to login then I quit.

This is a proper configuration for Unicode charset forum. Take a look if you meet the requirements

- Charset utf-8 is set in stylesheet for page.
- Database encoding is latin swedish
and (not required in some case)
http://img38.imageshack.us/img38/1310/35139268.jpg

silveryhat 08-24-2009 06:21 AM

1 Attachment(s)
A small plugin for those who need :P

Usage :
Show Instant! Musicbox user location on Who's Online List.

https://vborg.vbsupport.ru/

Xencored 08-24-2009 08:08 PM

Quote:

Originally Posted by silveryhat (Post 1873168)
A small plugin for those who need :P

Usage :
Show Instant! Musicbox user location on Who's Online List.

http://img19.imageshack.us/img19/1379/woll.jpg

Thanks dude !
how do we get it to show after we import it

Hope you will be adding the usergroup to download bit soon ;)

Kayden 08-25-2009 10:29 PM

I'm getting the following:

Quote:

Warning: fopen(DnPMusicbox_Settings.php) [function.fopen]: failed to open stream: Permission denied in [path]/install_dnp_musicbox.php on line 224

Warning: fwrite(): supplied argument is not a valid stream resource in [path]/install_dnp_musicbox.php on line 225

Warning: fclose(): supplied argument is not a valid stream resource in [path]/install_dnp_musicbox.php on line 226

Warning: unlink(DnPMusicbox_Settingsnew.php) [function.unlink]: Permission denied in [path]/install_dnp_musicbox.php on line 227

Unable to write settings to DnPMusicbox_Settings.php forum root folder. Please verify this folder is CHMOD to 777 (writable)
And I'm using Linux, by the way. I've basically tried everything I could think of, but to no avail. :erm:

silveryhat 08-25-2009 11:24 PM

Quote:

Originally Posted by Kayden (Post 1874424)
I'm getting the following:



And I'm using Linux, by the way. I've basically tried everything I could think of, but to no avail. :erm:

:) temporarily CHMOD your forum folder (only folder no sub-folders or files) to 777 and run the installation again. Bear with me, I see this message very occasionally ;)

chick 09-02-2009 12:34 AM

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3087

I get this error above when creating any category

Though the category does get created.
--------

... and how do I change the admin link colors on the music page they are barely legible in black

Thank you

matthewhotdude 09-02-2009 07:09 AM

Comment Block on Forum Home Index plugin (free)
Who's Online Plugin for DnP Instant! Musicbox (free)
Posting Multiple Media Plugin (paid)
DnP Instant! Box and Playlist on Forum Index (paid)

None of those links appear to work

chick 09-02-2009 10:29 AM

Quote:

Originally Posted by matthewhotdude (Post 1878247)
Comment Block on Forum Home Index plugin (free)
Who's Online Plugin for DnP Instant! Musicbox (free)
Posting Multiple Media Plugin (paid)
DnP Instant! Box and Playlist on Forum Index (paid)

None of those links appear to work

Yes I noted those links don't work either and I want unbranded, the playlist and some support, which is more important (support).

Again how to fix this?

(output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3087

and the admin text color on the music.php page

matthewhotdude 09-02-2009 12:39 PM

Yea I really wanted this
DnP Instant! Box and Playlist on Forum Index

RTMdotORG 09-02-2009 02:52 PM

Heres the problem im having... the Share with a friend link is not working...
any ideas?

silveryhat 09-03-2009 05:40 AM

Sorry for the late reply guys I was attacked with flu virus...and the day I was sick I took down the DnP Network forum to recode some part so it was not up for access for the last 2 days.

Quote:

Originally Posted by matthewhotdude (Post 1878365)
Yea I really wanted this
DnP Instant! Box and Playlist on Forum Index

This is a paid plugin by DnP. I'm not the author that is why I cannot provide it for free. You can find more detail about this plugin at [Info] DnP Instant! Box and Playlist on Forum Index

Quote:

Originally Posted by chick (Post 1878315)
Yes I noted those links don't work either and I want unbranded, the playlist and some support, which is more important (support).

Again how to fix this?

(output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3087

and the admin text color on the music.php page

Let me have a quick guess, are you using vB 3.7 or < 3.8.3 ? I heard some of my friends report the same notice appears, and back a few pages in this thread someone already mentions it. It is not an error and not critical. The notice can simply be ignored since the error reporting feature of vB 3.7 was a bit sensitive.

Quote:

Originally Posted by RTMdotORG (Post 1878449)
Heres the problem im having... the Share with a friend link is not working...
any ideas?

You can easily config everything of the musicbox via Configurations option, located near the bottom of music.php , when you logged in as Administrator.

matthewhotdude 09-03-2009 07:46 AM

I didnt want it for free! I said your links don't work..... Thanks for the new link

chick 09-03-2009 07:34 PM

OK thank you for the answer and yes I am using 3.8.3, just haven't got around to 3.8.4 but I will now. I will also go to your site to pay for cr removal and the plugin, thanks.

chick 09-03-2009 08:10 PM

1 Attachment(s)
I've tried a few things but I can't see to find where to change the main color of the admin text links, see image (the highlight color is fine) it's the dark text I have to lighten. Can you direct me please.

pharmacist 09-03-2009 08:36 PM

subcribe to thread

silveryhat 09-03-2009 08:39 PM

Quote:

Originally Posted by matthewhotdude (Post 1878872)
I didnt want it for free! I said your links don't work..... Thanks for the new link

Anytime :)

Quote:

Originally Posted by chick (Post 1879179)
I've tried a few things but I can't see to find where to change the main color of the admin text links, see image (the highlight color is fine) it's the dark text I have to lighten. Can you direct me please.

About the dark link, it depends on your forum css style, panelsurround attribute in particular. I'm pretty sure the value has not been set yet. You can modify this color via your MainCSS link from Style Manager section. If you have any question about this , shoot me a PM or request for help on the homepage : English Helpdesk

Quote:

Originally Posted by chick (Post 1879166)
OK thank you for the answer and yes I am using 3.8.3, just haven't got around to 3.8.4 but I will now. I will also go to your site to pay for cr removal and the plugin, thanks.

;) I highly recommend you to play around with the MOD for many more days to get to know how everything works and befriend with the 200+ settings first. Therefore you will be ready to master the musicbox, its features and functions and also ready for additional plugins or any other purchase. Just an advice at heart to save you money

chick 09-03-2009 09:17 PM

OK will do that and play around for a few days with it....., oh the tags unfortunately for the text in the admin area are pulled from the Body Text, I need to leave the body text black so I will just have to suffer with the admin block text being hard to see (for my eyes) since I am the only one that will see it.... unless you have any trick ideas like something I could add to the default css?

silveryhat 09-04-2009 05:35 AM

Quote:

Originally Posted by chick (Post 1879236)
OK will do that and play around for a few days with it....., oh the tags unfortunately for the text in the admin area are pulled from the Body Text, I need to leave the body text black so I will just have to suffer with the admin block text being hard to see (for my eyes) since I am the only one that will see it.... unless you have any trick ideas like something I could add to the default css?

;) Pick a color for the text that is all it takes.

http://img4.imageshack.us/img4/7314/64194992.jpg

chick 09-04-2009 10:29 AM

I did that... it's not feeding off the panel surround text color, mine is feeding off the body color text???? Why I don't know?

synseal 09-04-2009 10:51 AM

Thanks very much for this!,

I am having problems getting any of the videos to play, I have entered the url from youtube as described in the "how to embed video clip" description.

For eg the youtube shared link is

Code:

http://www.youtube.com/watch?v=TVboOdX9icA
So I used this part of the link,

Code:

TVboOdX9icA
After this with many videos from youtube not one of them show, all I get is a white box :(

Thanks in advance.

RTMdotORG 09-04-2009 12:37 PM

Quote:

Originally Posted by silveryhat (Post 1878811)
You can easily config everything of the musicbox via Configurations option, located near the bottom of music.php , when you logged in as Administrator.

OH! Thanks man for the help and making me feel stupid...:D:p

chick 09-04-2009 01:59 PM

Sorry to bother you again and I hope you are feeling better.

I upgraded to 3.8.4 and I still receive this error when creating a category.

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

I would like this not to happen because I have another site (3.8.4) with another admin who will see this error if I install there.

Plus I want to buy 2 unbranded versions for both these sites, and the forumhome plugin for both sites.

silveryhat 09-04-2009 04:06 PM

Quote:

Originally Posted by synseal (Post 1879534)
Thanks very much for this!,

I am having problems getting any of the videos to play, I have entered the url from youtube as described in the "how to embed video clip" description.

For eg the youtube shared link is

Code:

http://www.youtube.com/watch?v=TVboOdX9icA
So I used this part of the link,

Code:

TVboOdX9icA
After this with many videos from youtube not one of them show, all I get is a white box :(

Thanks in advance.

The link is not really correct, but don't worry I have a great detail tut for you to read on Instant! Guide : Embedding Clip from Online Video Sharing Services

Quote:

Originally Posted by chick (Post 1879532)
I did that... it's not feeding off the panel surround text color, mine is feeding off the body color text???? Why I don't know?

Since my solution was based on guessing, I think I need to take a deeper look at your forum css to see the actual situation ;)

Quote:

Originally Posted by chick (Post 1879620)
Sorry to bother you again and I hope you are feeling better.

I upgraded to 3.8.4 and I still receive this error when creating a category.

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

I would like this not to happen because I have another site (3.8.4) with another admin who will see this error if I install there.

Plus I want to buy 2 unbranded versions for both these sites, and the forumhome plugin for both sites.

Let's see. Open admincp/dnpmusicbox_setting.php
Find

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

Replace with
PHP Code:

error_reporting(0); 

Save and reupload to host. See if this removes the notice.

About the purchase if you may do, note that if you buy the branding-free license you will get the forumhome plugin for free. So, it's not necessary to buy additional plugin, only the branding-free license is enough to go.


Quote:

Originally Posted by RTMdotORG (Post 1879568)
OH! Thanks man for the help and making me feel stupid...:D:p

I would be in the same situation since the musicbox's configuration is not usual like the other MODs :)

RTMdotORG 09-04-2009 05:15 PM

Sorry to bother you again...
I tried to use the custom column for advertising...
Its not showing the script form adbrite...
any ideas?

synseal 09-04-2009 05:24 PM

Quote:

Originally Posted by silveryhat (Post 1879672)
The link is not really correct, but don't worry I have a great detail tut for you to read on Instant! Guide : Embedding Clip from Online Video Sharing Services

Ah thanks very much! that fixed that, all up and running :up:

chick 09-04-2009 07:52 PM

I did it and it did not remove the notice :(

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

silveryhat 09-04-2009 10:20 PM

1 Attachment(s)
Quote:

Originally Posted by RTMdotORG (Post 1879710)
Sorry to bother you again...
I tried to use the custom column for advertising...
Its not showing the script form adbrite...
any ideas?

I have heard this issue from some user, but they did not confirm it was a bug and manage to set it up properly after all. I'm not sure what they did since I'm unable to contact them right now. However, to maximize the compatibility I need to know whether you put the ad code in, and it does not show the ad but a blank block. Is this your situation?


Quote:

Originally Posted by synseal (Post 1879712)
Ah thanks very much! that fixed that, all up and running :up:

Glad you got it fast ;)

Quote:

Originally Posted by chick (Post 1879791)
I did it and it did not remove the notice :(

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

:P this will be my last attempt to solve this problem. After this I'll leave it back to DnP since he's the original coder of musicbox admincp section not me unfortunately.

Download and use the attachment below :)

RTMdotORG 09-04-2009 11:47 PM

It shows a box and the text "Your Ad Here"...
But Not The Ad Itself.....

saqibnpt 09-05-2009 08:41 AM

Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

same problem..in 3.8.4 version

silveryhat 09-05-2009 09:41 PM

Quote:

Originally Posted by saqibnpt (Post 1880011)
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/adminfunctions.php:279) in [path]/includes/functions.php on line 3103

same problem..in 3.8.4 version

Try to use dnpmusicbox_setting.php from the attachment of the post above. Overwrite it with the current file in admincp folder to see whether the notice disappears. Let me know asap ;)

Quote:

Originally Posted by RTMdotORG (Post 1879880)
It shows a box and the text "Your Ad Here"...
But Not The Ad Itself.....

I have version 1.0.8 in hand and it has fixed the issue. Stay tune!

If you need urgent patch you can open a request ticket at Bug Report & Patches :)


All times are GMT. The time now is 09:06 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.01803 seconds
  • Memory Usage 1,877KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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