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???

silveryhat 07-12-2009 07:10 PM

Quote:

Originally Posted by maidos (Post 1846904)
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

Hmm quick list is just a small list of media for quick view. There 3-column List to handle the sorting and instant! box for pages. There should not be so many elements that do similar job, only to confuse the visitors.

The usergroup feature might be a great idea. ;)

Quote:

Originally Posted by terminator2k2 (Post 1846909)
are you going to add support for more online video services?

Such as..?

Quote:

Originally Posted by Dutch_Boy (Post 1847188)
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

This issue has been addressed. If you need quick fix before the next patch you can request on Bug Report & Patches

Quote:

Originally Posted by rapidphim (Post 1847245)
Silveryhat,

[s]1/ why don't I see this feature on 1.0.6 [/s]
http://img14.imageshack.us/img14/2634/45920340.jpg
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]
http://img268.imageshack.us/img268/540/55957635.jpg

Edit: In order for one to see the above screenshot, one must click on this icon
http://img13.imageshack.us/img13/7352/quickview.png

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???

3/ Custom block content accepts plain HTML.

4/Please note that the Flash player does take use of these settings

5/Talking about friendly configuration, just back 3 weeks ago we didn't have that menu only plain setting file to be edited by notepad and reuploaded to server for changes ^^. Just wait to see the improvement because time is the only matter.

6/There is case that media is reported as broken but it is not broken, and showing it with Undo broken report is enabled allows other users to mark it working, that will reduce the work for Admin.

7/The session is completely blocked from access unless user must close down the browser and starts a new one. Settings for this can be changed in Configurations :)

*edit : 2/ you can turn it on by default using autoload_overview

csoroner 07-12-2009 07:58 PM

Errors everywhere until I edited the DnPMusicbox_Settingsnew.php. Would have been nice to mention the need to edit the path in this file in the instructions?

Jury's still out on this one until the testing is complete......

silveryhat 07-12-2009 08:29 PM

Quote:

Originally Posted by csoroner (Post 1847651)
Errors everywhere until I edited the DnPMusicbox_Settingsnew.php. Would have been nice to mention the need to edit the path in this file in the instructions?

Jury's still out on this one until the testing is complete......

You are not supposed to edit that file. It is accessed by the installer only and the folder you have uploaded the musicbox should be CHMOD to 777. Also be more specific of what errors everywhere they were.

p@ndu 07-12-2009 08:38 PM

Quote:

Originally Posted by silveryhat (Post 1840992)
Yes it is, and i'll quote it straight from the Configurations page ;)



If you prefer a backup file to be automatically created every time you save, then make CHMOD 777 for the folder tmp as well.

i to got the same error but i cant understand what you said can you tell me brefily


and i see a white image when i add a video can you plz chcek it out

my site link
Code:

http://downloadsmasti.com/music.php
Quote:

Don't accuse Obama. Sarkozy caught looking
youtube link
Code:

http://www.youtube.com/watch?v=hQ1JASVdB1I&feature=popular
i added it as you aid only using Yes, Instant Guide

csoroner 07-12-2009 08:55 PM

Quote:

Originally Posted by silveryhat (Post 1847670)
You are not supposed to edit that file. It is accessed by the installer only and the folder you have uploaded the musicbox should be CHMOD to 777. Also be more specific of what errors everywhere they were.

Here's the error I get after I created some category's and such:
Quote:

Fatal error: Call to undefined function: ctype_digit() in /home/XXXXXXXXXX/www/rippersplace.com/forum/musicajax.php on line 1787
This came after the 5th install attempt. Everything said the install went fine. I even clicked the navbar link and the message said it went good and to go to the acp and start creating category's but still it's down to this error. Most were removed after the 4th attempt.

Too much time.............................................. ...............................................

silveryhat 07-12-2009 09:14 PM

Quote:

Originally Posted by indianhacker (Post 1847672)
i to got the same error but i cant understand what you said can you tell me brefily


and i see a white image when i add a video can you plz chcek it out

my site link
Code:

http://downloadsmasti.com/music.php
youtube link
Code:

http://www.youtube.com/watch?v=hQ1JASVdB1I&feature=popular
i added it as you aid only using Yes, Instant Guide

Please refer to this
Instant! Guide : Embedding Clip fron Online Video Sharing Services


Quote:

Originally Posted by csoroner (Post 1847677)
Here's the error I get after I created some category's and such:


This came after the 5th install attempt. Everything said the install went fine. I even clicked the navbar link and the message said it went good and to go to the acp and start creating category's but still it's down to this error. Most were removed after the 4th attempt.

Too much time.............................................. ...............................................

This is clearly a client configuration issue. As if you search for it, ctype_digit is a default function for PHP > 4 from its offcial homepage at http://us2.php.net/manual/en/function.ctype-digit.php . Your error even says that this function is not found then some setting on your host configuration has restricted it. ctype_digit is function to valid if a requested ID is numerical value. It is for safety purpose, to sanitize the data being sent.

csoroner 07-12-2009 09:34 PM

Too bad. I have full access with no restrictions. Host is a business account and has everything wide open. Over 100 domains for the business. That's why we pay them the big bucks. Other mods installed have similar functions and work fine.

Were done,

****dropped-uninstalled****

silveryhat 07-12-2009 10:25 PM

Quote:

Originally Posted by csoroner (Post 1847695)
Too bad. I have full access with no restrictions. Host is a business account and has everything wide open. Over 100 domains for the business. That's why we pay them the big bucks. Other mods installed have similar functions and work fine.

Were done,

****dropped-uninstalled****

The size of the host does not matter. What should be concerned here is the php configuration being made. You can have a host such as geocities before which thousand of users and domains but no php because it is being limited by the server settings. Full access is different from full control. You can do the <? phpinfo(); ?> to see what function being disabled.

https://vborg.vbsupport.ru/

Did you know about placing a php.ini file and use htaccess to enable certain php function that are not turned on by default ?

Veer 07-12-2009 10:52 PM

I added .mp3 song, but it don't play without Quick Time player, why not media player?

silveryhat 07-12-2009 11:12 PM

Quote:

Originally Posted by Pehchaan (Post 1847735)
I added .mp3 song, but it don't play without Quick Time player, why not media player?

Depend on what browser you are using. To play mp3 on the surfing we can either use QuickTime or Windows Media plugin. I have seen plenty of people have QuickTime to handle the job because they install iTunes. You can use this plugin if you are using Firefox http://port25.technet.com/videos/dow...efoxplugin.exe

Veer 07-12-2009 11:58 PM

Quote:

Originally Posted by silveryhat (Post 1847742)
Depend on what browser you are using. To play mp3 on the surfing we can either use QuickTime or Windows Media plugin. I have seen plenty of people have QuickTime to handle the job because they install iTunes. You can use this plugin if you are using Firefox http://port25.technet.com/videos/dow...efoxplugin.exe

Thanks, it work now.

rapidphim 07-13-2009 12:03 AM

Quote:

Originally Posted by silveryhat (Post 1847618)
3/ Custom block content accepts plain HTML.

4/Please note that the Flash player does take use of these settings

7/The session is completely blocked from access unless user must close down the browser and starts a new one. Settings for this can be changed in Configurations :)

Silveryhat,
3/ I understand that but what file and/or how am I going to put the plain HTML code so that it displays on left/right column?

4/ Please kindly explain a little bit more

7/ Will there be a popup or warning screen once user reach level 4 to tell them to shut down and restart the browser?

silveryhat 07-13-2009 02:02 AM

Quote:

Originally Posted by rapidphim (Post 1847772)
Silveryhat,
3/ I understand that but what file and/or how am I going to put the plain HTML code so that it displays on left/right column?

4/ Please kindly explain a little bit more

7/ Will there be a popup or warning screen once user reach level 4 to tell them to shut down and restart the browser?

3 - You would use custom_block_on_side
4 - Autoplay only applies for mp3,mp4, avi, wma or any file type that uses media player embed plugin
7 - No. If a user reaches level 4 that should be considered as some attacker,who wants to do harm to your site why do you need a notice or warning to tell them what to do ?

p@ndu 07-13-2009 03:29 AM

i want to add songs from the site

http://www.raaga.com

silveryhat 07-13-2009 03:51 AM

Quote:

Originally Posted by indianhacker (Post 1847855)
i want to add songs from the site

http://www.raaga.com

Try this for example

http://www.raaga.com/player4/embed/embedplayer.swf?idsnew=152930

where 152930 is the id of the clip you would want to include.

rapidphim 07-13-2009 04:17 AM

Silvery,
How can we adjust or make it equally in column size for both left/right column?

p@ndu 07-13-2009 07:29 AM

Quote:

Originally Posted by silveryhat (Post 1847858)
Try this for example

http://www.raaga.com/player4/embed/embedplayer.swf?idsnew=152930

where 152930 is the id of the clip you would want to include.


can add but cannot play the audio

silveryhat 07-13-2009 02:13 PM

Quote:

Originally Posted by rapidphim (Post 1847868)
Silvery,
How can we adjust or make it equally in column size for both left/right column?

It is

'right_side_column_width' => '200',

and

'left_side_column_width' => '200',


Quote:

Originally Posted by indianhacker (Post 1847923)
can add but cannot play the audio

Then it's the website restriction. Did you click the play button btw?

There is also an alt way for this page http://www.raaga.com/channels/hindi/videos.asp

http://www.raaga.com/vplayer/raaga-video-embed.swf?guid=1615

http://img6.imageshack.us/img6/719/30092690.jpg

csoroner 07-13-2009 04:43 PM

I'm still interested in installing this but would need some specific directions:
Quote:

Originally Posted by silveryhat (Post 1847722)
The size of the host does not matter. What should be concerned here is the php configuration being made. You can have a host such as geocities before which thousand of users and domains but no php because it is being limited by the server settings. Full access is different from full control. You can do the <? phpinfo(); ?> to see what function being disabled.
http://img6.imageshack.us/img6/6136/79945557.jpg

How can I run this query to find out what is limited? I have very limited experience with coding.

Quote:

Originally Posted by silveryhat (Post 1847722)
Did you know about placing a php.ini file and use htaccess to enable certain php function that are not turned on by default ?

I have heard it mentioned before but have no clue as to how to go about setting it up. I'm guessing this would be a work around? Could you tell me what I need to do to accomplish this?

Please let me know.....

silveryhat 07-13-2009 04:55 PM

Quote:

Originally Posted by csoroner (Post 1848197)
How can I run this query to find out what is limited? I have very limited experience with coding.

Let's first find out what's going on with the ctype_digit function.
Simply using notepad to make a phpinfo.php file and add this to its content

PHP Code:

<?php
phpinfo
(); 
?>

Now upload it to your server and access to this file by a browser. You should see all php configuration of your server , or your account. Look for ctype function status to confirm the situation ;)

csoroner 07-13-2009 04:56 PM

I just read up and created a config file called testphp.php. Inside I placed "<? phpinfo(); ?>". Once I pinged the file with firefox a picture came up with what appears to be all the php info. At the top it says I'm running php version 4.4.9.

There isn't a line with ctype anywhere in the box?

csoroner 07-13-2009 05:00 PM

I just sent you a pm with the link if thats ok...

Trektorius 07-13-2009 06:11 PM

I installed everything and the installation went very smooth. However, I do not see anything in my Admin CP. There is no side bar for it nor is it in the VBulletin options.

I uploaded all the files, and installed it. I even made the music folder 777. If you have any other advice it would be appreciated. Thanks!

http://www.tibiaent.com/boards/music.php

That's what I get...

silveryhat 07-13-2009 11:10 PM

Quote:

Originally Posted by csoroner (Post 1848209)
I just sent you a pm with the link if thats ok...

It's fine, I've replied to you as well.

Quote:

Originally Posted by Trektorius (Post 1848242)
I installed everything and the installation went very smooth. However, I do not see anything in my Admin CP. There is no side bar for it nor is it in the VBulletin options.

I uploaded all the files, and installed it. I even made the music folder 777. If you have any other advice it would be appreciated. Thanks!

http://www.tibiaent.com/boards/music.php

That's what I get...

No, it's not under vBulletin Options ;)

http://img106.imageshack.us/img106/5480/97017146.jpg

rapidphim 07-14-2009 03:27 AM

Silvery,
Are you able to find out how can we type and search by Vietnamese characters on you media box?

I was able to type in Viet character when add new song but unable to when searching

silveryhat 07-14-2009 03:39 AM

Quote:

Originally Posted by rapidphim (Post 1848402)
Silvery,
Are you able to find out how can we type and search by Vietnamese characters on you media box?

I was able to type in Viet character when add new song but unable to when searching

Can you post a comment in Vietnamese ?

THE__DRIFTER 07-14-2009 03:49 AM

Quote:




._. 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
Pretty obvious right. If I responded with these issues then it should be obvious that I can see the code. No matter. I asked a few questions and essentially got told to piss off. While I would love to see an integration regarding the request I made, it really has no influence on the response I have given. In my opinion if this is going to be an item that requires payment for functions then say so; up front. Don't request that you be recommended for mod of the month, or otherwise. This is a theme / paid mod. Represent it as such.

silveryhat 07-14-2009 04:01 AM

Quote:

Originally Posted by THE__DRIFTER (Post 1848410)
Pretty obvious right. If I responded with these issues then it should be obvious that I can see the code. No matter. I asked a few questions and essentially got told to piss off. While I would love to see an integration regarding the request I made, it really has no influence on the response I have given. In my opinion if this is going to be an item that requires payment for functions then say so; up front. Don't request that you be recommended for mod of the month, or otherwise. This is a theme / paid mod. Represent it as such.

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:

There is no one trying to piss you off. It's only that you get into a wrong emotional reaction when someone tells you to
Quote:

You guys should read first post carefully whether this is a paid to use MOD, the lost is not mine as well.
If it is a technical support question that cannot be found in 20+ pages of posts then I can understand, but to wrongly judge a MOD by not even read anything on the first post is just really a negative impression. Ask the last 90 person who has mark as installed or all these forums who have installed the musicbox, if I ever charged a penny to them. You are trying to keep up with your point of view without listening to the last 116 words I have typed then please go somewhere else to release it. Otherwise, you are welcome to stay, get the support and try to see if this MOD deserved your early judgment.

THE__DRIFTER 07-14-2009 04:12 AM

I have not judged anything yet which is why I have posted. I like the looks of what you have created but until I can fully test and use a mod here I will never invest in any payment of anything. I have several things I can provide to improve your life, car, world, days of rain, send me $50.00. Do you understand my point? I am not an idiot, I am college educated, I have a job. Help me integrate this into VB advanced. Do it in a free manner. Want to offer options? I will be open to consideration but don't "require" me to fit the mold as I will not be able to.

silveryhat 07-14-2009 04:36 AM

Quote:

Originally Posted by THE__DRIFTER (Post 1848417)
I have not judged anything yet which is why I have posted. I like the looks of what you have created but until I can fully test and use a mod here I will never invest in any payment of anything. I have several things I can provide to improve your life, car, world, days of rain, send me $50.00. Do you understand my point? I am not an idiot, I am college educated, I have a job.

Do not turn my thread into your flame war with opinion of how to improve someone life before I report you to a moderator. You have too many conflicts in your sentence such as you said you have not judged anything, but how come you have not fully tested the musicbox and already started to say it is a paid MOD without even read the information. We read alot in college.

Quote:

Help me integrate this into VB advanced. Do it in a free manner. Want to offer options? I will be open to consideration but don't "require" me to fit the mold as I will not be able to.
I offer the free DnP Instant! Musicbox to the vB community. There you have it, free. Plugins are made by other developers and either it's free of charge or not, is not in my concern. No one asks you to fit into some mold if you don't want to, but that does not mean you can randomly go around forcing others to give free mold. You request me to help you integrate into vBadvanced in a free manner then what about the plugin author who spent time to develop it ? You got the musicbox free, you want more for free, all in a free manner without thinking about others that is greed. I keep the musicbox free but I have the will of sharing when you are selfish to think I'm in need of money.

College education,job are not the same in every country and they are not related to something a person is doing right or wrong here so that was unnecessary. As I said in my last post, either you leave to release your tension somewhere else or stay without trying to make up something without a backup. Do not make me wasting my time explain too much things to you again, because I have a long list of requests from nice people for the musicbox and I'm doing for them free.


All times are GMT. The time now is 05:05 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.02045 seconds
  • Memory Usage 1,934KB
  • 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
  • (6)bbcode_code_printable
  • (5)bbcode_php_printable
  • (38)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