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 07-11-2009 04:00 AM

You guys should read first post carefully whether this is a paid to use MOD, the lost is not mine as well. :rolleyes:

Forgott3n 07-11-2009 04:12 AM

Quote:

Originally Posted by silveryhat (Post 1846646)
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 ?

I'm working on the same machine as Staticrebelle here and I've double-checked our installation. Everything should be operating normally. Here is a screencast outlining what exactly is going on with our system and your product.

I believe you (or maybe even vBulletin) has a bug trying to connect with a non-existent local MySQL server. We only have / configured an external MySQL server.

Take a look:
http://screencast.com/t/wGXbsmrN6d

THE__DRIFTER 07-11-2009 04:37 AM

Quote:

Originally Posted by silveryhat (Post 1846754)
You guys should read first post carefully whether this is a paid to use MOD, the lost is not mine as well. :rolleyes:

Oh, ok. I see. Amazing really. This is a public forum so I suppose I will say thanks and goodbye. I won't say more than that. :eek: :rolleyes: :down:

silveryhat 07-11-2009 05:39 AM

Quote:

Originally Posted by Forgott3n (Post 1846757)
I'm working on the same machine as Staticrebelle here and I've double-checked our installation. Everything should be operating normally. Here is a screencast outlining what exactly is going on with our system and your product.

I believe you (or maybe even vBulletin) has a bug trying to connect with a non-existent local MySQL server. We only have / configured an external MySQL server.

Take a look:
http://screencast.com/t/wGXbsmrN6d

Oh then I guess it was not an error but a notice. Throughout the video it seems that the installation process has no problem setting up the tables and updating columns. Thanks for the clip, it's a good heads up since I don't have such environment to test the problem. ;)

*edit : Forgott3n I came up with a solution if you could perform these steps to help me checking it out.

Open install_dnp_musicbox.php with notepad
Find
PHP Code:

$check_song mysql_query 

Replace with
PHP Code:

    global $vbulletin;
        
$check_song $vbulletin->db->query_first 

Save and Close, then run the installer again to see if the notice still appears.

Quote:

Originally Posted by THE__DRIFTER (Post 1846769)
Oh, ok. I see. Amazing really. This is a public forum so I suppose I will say thanks and goodbye. I won't say more than that. :eek: :rolleyes: :down:

._. Actually vBulletin is not a public forum, it is private for vBulletin customers. People who have not verified their status will not be able to see the hidden content. Also as your concern
Quote:

DnP Instant! Musicbox is free for non-commercial, non-profit use. Otherwise, please read the Notice at the end of this post.

https://vborg.vbsupport.ru/Paid Request:
Paid request is optional and available up to demand, because a few of us would want to extend the musicbox ability to another level.

Forgott3n 07-11-2009 07:17 AM

Quote:

Originally Posted by silveryhat (Post 1846788)
*edit : Forgott3n I came up with a solution if you could perform these steps to help me checking it out.

Open install_dnp_musicbox.php with notepad
Find
PHP Code:

$check_song mysql_query 

Replace with
PHP Code:

    global $vbulletin;
        
$check_song $vbulletin->db->query_first 

Save and Close, then run the installer again to see if the notice still appears.

Unfortunately it causes the page to hang at "Sending request ..." when loading either the install page or uninstall page.

Code:

function quick_db_sneak(){
                global $vbulletin;
        $check_song = $vbulletin->db->query_first("SELECT * FROM
                                                          " . TABLE_PREFIX . "music_song,
                                                          " . TABLE_PREFIX . "music_album,
                                                          " . TABLE_PREFIX . "music_artist,
                                                          " . TABLE_PREFIX . "music_cat,
                                                          " . TABLE_PREFIX . "music_news,
                                                          " . TABLE_PREFIX . "music_logo,
                                                          " . TABLE_PREFIX . "music_setting
                                                          limit 0,1");

Thats the affected code?

EDIT

Going directly to the forums/install_dnp_musicbox.php?do=setup_database page with the $_GET set, I receive this error:

Code:

Database error in vBulletin 3.8.3:

Invalid SQL:
SELECT * FROM
                                                          music_song,
                                                          music_album,
                                                          music_artist,
                                                          music_cat,
                                                          music_news,
                                                          music_logo,
                                                          music_setting
                                                          limit 0,1;

MySQL Error  : Table 'bandaids_basilik.music_setting' doesn't exist
Error Number  : 1146
Request Date  : Saturday, July 11th 2009 @ 04:20:28 AM
Error Date    : Saturday, July 11th 2009 @ 04:20:28 AM
Script        : http://www.avrilbandaids.com/forums/install_dnp_musicbox.php?do=setup_database
Referrer      :
IP Address    : 24.87.76.41
Username      : Forgott3n
Classname    : vB_Database_MySQLi
MySQL Version : 5.0.81-community


silveryhat 07-11-2009 07:45 AM

Great! Thanks for the test. You can delete the install_dnp_musicbox.php now.

That part of code is just a simple check to see if the tables already exist in the database or not. It does not affect the installation or the musicbox/forum themselves ;)

maidos 07-11-2009 11:42 AM

hm ok thanks, just a suggestion, for the Quick List can you allow to have pages number so user can browse more songs from there and possibly sort the files by newest, most viewest, most liked, sort by alphabetic order?
anyway still hope u can imeplement assigned usergroup to add albums ^^ and allow assigned userroup to put album/artist pictures

terminator2k2 07-11-2009 11:54 AM

are you going to add support for more online video services?

Dutch_Boy 07-11-2009 09:46 PM

I found a problem. I dont know if you allready know it.

When i press on a name in the Musicbox Posters it opens a new widow but the link is not correct. When i press on my name it goes to --> http://iwsgaming.nl/1

rapidphim 07-12-2009 01:00 AM

Silveryhat,

[S]1/ why don't I see this feature on 1.0.6 [/S]
https://vborg.vbsupport.ru/
When I tried to edit the media, the edit screen looks the same as last version

Edit: saw this option under "Artist Info Editor" .

[S]2/ where in configuration I need to make change in order to have this?[/S]
https://vborg.vbsupport.ru/

Edit: In order for one to see the above screenshot, one must click on this icon
https://vborg.vbsupport.ru/

3/ I saw on the configuration, you have option for custom block. My question is how am I going to add custom link to that custom block?

4/ I had set "player_window_video_audio_autostart" to Yes but audio/video still did not auto play.

5/ I and other really appreciated that you have a quick admincp for us without login control panel to do editing. However, if you can think of a way that more friendly user for us, it would be much more helpful. By saying that, I mean, right now, there are more than 30 configurations and you have to scroll up and down to find what you did changed and they are not in alphabetical order. So my suggestion for next update are (if possible and do whatever best for you)

a. Sort the configuration in alphabetical order
b. Drop down menu?
c. Change color on which configuration that user made change and option to reverse back to original stage

6/ Is it possible to remove the media once it reported as broken? Or at least make it invisible to users beside admin and moderator group? Right now, user reported a broken link and the media is still show on the list.

7/ What will happen to user (not guest) when they performed a fast repeating searching process and received error message "Going to Restrict 1 out of 4)? Let's just say someone does hit 4 out of 4???


All times are GMT. The time now is 12:32 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.01575 seconds
  • Memory Usage 1,770KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)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