Error Database query error

i get this error text up when i login on my site why ? 

Error
Database query error
Quote · 10 Jan 2012

when you login or always?

so much to do....
Quote · 10 Jan 2012

When i login even with different user that show up:

need to solve this fast :(  I need a solution!

when you login or always?

 

Quote · 10 Jan 2012

hey there, you need to enable db_debug full mode, then get the actual error, and pass it to us, the red box, dont tell us anything useful. 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 10 Jan 2012

 

hey there, you need to enable db_debug full mode, then get the actual error, and pass it to us, the red box, dont tell us anything useful. 

 Thank you for your help,

can you be more specific please

how to enable db_debug full mode ?

 

Regards

TMV

Quote · 10 Jan 2012

/inc/classes/BxDolDb.php

 

You can enable debugging from there.

 

Edit:

 

find

 

define( 'DB_FULL_DEBUG_MODE', false );

 

and change to

 

define( 'DB_FULL_DEBUG_MODE', true );

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Jan 2012

Thanks A lot will give it a try :)

Quote · 10 Jan 2012

 

/inc/classes/BxDolDb.php

 

You can enable debugging from there.

 

Edit:

 

find

 

define( 'DB_FULL_DEBUG_MODE', false );

 

and change to

 

define( 'DB_FULL_DEBUG_MODE', true ) 

 

 

 when i try to change it like that this show up now lol

Parse error: syntax error, unexpected T_STRING in /home/themusic/public_html/inc/classes/BxDolDb.php on line 27

Quote · 10 Jan 2012

I missed a semicolon in my post above.  The edited line should be:

 

define( 'DB_FULL_DEBUG_MODE', true );

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Jan 2012

 

I missed a semicolon in my post above.  The edited line should be:

 

define( 'DB_FULL_DEBUG_MODE', true );

 get this up now:

Query:
SELECT COUNT(*) FROM `modzzz_gigs_main` WHERE `author_id` = '1' AND `status`='approved'
Mysql error:
Table 'themusic_vibe.modzzz_gigs_main' doesn't exist
Found error in the file '/home/themusic/public_html/member.php' at line 387.
Called 'db_value' function with erroneous argument #0.

Debug backtrace:
Array
(
    [1] => Array
        (
            [file] => /home/themusic/public_html/inc/classes/BxDolDb.php
            [line] => 253
            [function] => error
            [class] => BxDolDb
            [object] => BxDolDb Object
                (
                    [error_checking] => 1
                    [error_message] => Table 'themusic_vibe.modzzz_gigs_main' doesn't exist
                    [host] => localhost
                    [port] => 
                    [socket] => 
                    [dbname] => themusic_vibe
                    [user] => *****
                    [password] => *****
                    [link] => Resource id #29
                    [current_res] => 
                    [current_arr_type] => 1
                    [oParams] => BxDolParams Object
                        (
                            [_oDb] => BxDolDb Object
 *RECURSION*
                            [_oCache] => BxDolCacheFile Object
                                (
                                    [sPath] => /home/themusic/public_html/cache/
                                    [_error] => 
                                )

                            [_sCacheFile] => sys_options_e3897b06b9f291c3044ccb83e172ee28.php
                            [_aParams] => [truncated]
                            [_error] => 
                        )

                    [oDbCacheObject] => BxDolCacheFile Object
                        (
                            [sPath] => /home/themusic/public_html/cache/
                            [_error] => 
                        )

                    [_error] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => Database query error
                    [1] => 
                    [2] => SELECT COUNT(*) FROM `modzzz_gigs_main` WHERE `author_id` = '1' AND `status`='approved'
                )

        )

    [2] => Array
        (
            [file] => /home/themusic/public_html/inc/classes/BxDolDb.php
            [line] => 150
            [function] => res
            [class] => BxDolDb
            [object] => BxDolDb Object
                (
                    [error_checking] => 1
                    [error_message] => Table 'themusic_vibe.modzzz_gigs_main' doesn't exist
                    [host] => localhost
                    [port] => 
                    [socket] => 
                    [dbname] => themusic_vibe
                    [user] => *****
                    [password] => *****
                    [link] => Resource id #29
                    [current_res] => 
                    [current_arr_type] => 1
                    [oParams] => BxDolParams Object
                        (
                            [_oDb] => BxDolDb Object
 *RECURSION*
                            [_oCache] => BxDolCacheFile Object
                                (
                                    [sPath] => /home/themusic/public_html/cache/
                                    [_error] => 
                                )

                            [_sCacheFile] => sys_options_e3897b06b9f291c3044ccb83e172ee28.php
                            [_aParams] => [truncated]
                            [_error] => 
                        )

                    [oDbCacheObject] => BxDolCacheFile Object
                        (
                            [sPath] => /home/themusic/public_html/cache/
                            [_error] => 
                        )

                    [_error] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => SELECT COUNT(*) FROM `modzzz_gigs_main` WHERE `author_id` = '1' AND `status`='approved'
                )

        )

    [3] => Array
        (
            [file] => /home/themusic/public_html/inc/db.inc.php
            [line] => 71
            [function] => getOne
            [class] => BxDolDb
            [object] => BxDolDb Object
                (
                    [error_checking] => 1
                    [error_message] => Table 'themusic_vibe.modzzz_gigs_main' doesn't exist
                    [host] => localhost
                    [port] => 
                    [socket] => 
                    [dbname] => themusic_vibe
                    [user] => *****
                    [password] => *****
                    [link] => Resource id #29
                    [current_res] => 
                    [current_arr_type] => 1
                    [oParams] => BxDolParams Object
                        (
                            [_oDb] => BxDolDb Object
 *RECURSION*
                            [_oCache] => BxDolCacheFile Object
                                (
                                    [sPath] => /home/themusic/public_html/cache/
                                    [_error] => 
                                )

                            [_sCacheFile] => sys_options_e3897b06b9f291c3044ccb83e172ee28.php
                            [_aParams] => [truncated]
                            [_error] => 
                        )

                    [oDbCacheObject] => BxDolCacheFile Object
                        (
                            [sPath] => /home/themusic/public_html/cache/
                            [_error] => 
                        )

                    [_error] => 
                )

            [type] => ->
            [args] => Array
                (
                    [0] => SELECT COUNT(*) FROM `modzzz_gigs_main` WHERE `author_id` = '1' AND `status`='approved'
                    [1] => 0
                )

        )

    [4] => Array
        (
            [file] => /home/themusic/public_html/member.php
            [line] => 387
            [function] => db_value
            [args] => Array
                (
                    [0] => SELECT COUNT(*) FROM `modzzz_gigs_main` WHERE `author_id` = '1' AND `status`='approved'
                )

        )

    [5] => Array
        (
            [file] => /home/themusic/public_html/inc/classes/BxDolPageView.php
            [line] => 352
            [function] => getBlockCode_AccountControl
            [class] => BxDolMember
            [object] => BxDolMember Object
                (
                    [iMember] => 1
                    [aMemberInfo] => Array
                        (
                            [datafile] => 1
                            [ID] => 1
                            [NickName] => TheMusicVibe
                            [Email] => admin@themusicvibe.com
                            [Password] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0
                            [Salt] => ODA5NGM1
                            [Status] => Active
                            [Role] => 3
                            [Couple] => 0
                            [Sex] => male
                            [LookingFor] => 
                            [Headline] => TheMusicVibe
                            [DescriptionMe] =>

www.TheMusicVibe.com

[Country] => US
                            [City] => TheMusicVibe
                            [DateOfBirth] => 1911-12-01
                            [Featured] => 1
                            [DateReg] => 2011-11-24 07:40:52
                            [DateLastEdit] => 2012-01-02 09:33:25
                            [DateLastLogin] => 2012-01-10 13:10:17
                            [DateLastNav] => 2012-01-10 13:10:17
                            [aff_num] => 0
                            [Tags] => 
                            [zip] => TMV
                            [EmailNotify] => 1
                            [LangID] => 0
                            [UpdateMatch] => 1
                            [Views] => 39
                            [Rate] => 5
                            [RateCount] => 1
                            [CommentsCount] => 0
                            [PrivacyDefaultGroup] => 3
                            [allow_view_to] => 3
                            [UserStatus] => online
                            [UserStatusMessage] => 
                            [UserStatusMessageWhen] => 0
                            [Avatar] => 48
                            [Height] => 
                            [Weight] => 
                            [Income] => 
                            [Occupation] => 
                            [Religion] => 
                            [Education] => 
                            [RelationshipStatus] => Single
                            [Hobbies] => 
                            [Interests] => 
                            [Ethnicity] => 
                            [FavoriteSites] => 
                            [FavoriteMusic] => 
                            [FavoriteFilms] => 
                            [FavoriteBooks] => 
                            [FirstName] => TheMusicVibe
                            [LastName] => TheMusicVibe
                        )

                    [aConfSite] => Array
                        (
                            [ver] => 7.0
                            [build] => 8
                            [url] => http://themusicvibe.com/
                            [url_admin] => http://themusicvibe.com/administration/
                            [mediaImages] => http://themusicvibe.com/media/images/
                            [gallery] => http://themusicvibe.com/media/images/gallery/
                            [flags] => http://themusicvibe.com/media/images/flags/
                            [banners] => http://themusicvibe.com/media/images/banners/
                            [imagesPromo] => http://themusicvibe.com/media/images/promo/
                            [tmp] => http://themusicvibe.com/tmp/
                            [plugins] => http://themusicvibe.com/plugins/
                            [base] => http://themusicvibe.com/templates/base/
                            [bugReportMail] => admin@themusicvibe.com
                            [title] => The Music Vibe
                            [email] => admin@themusicvibe.com
                            [email_notify] => admin@themusicvibe.com
                            [images] => http://themusicvibe.com/templates/tmpl_biggi/images/
                            [zodiac] => http://themusicvibe.com/templates/tmpl_biggi/images/zodiac/
                            [icons] => http://themusicvibe.com/templates/tmpl_biggi/images/icons/
                            [css_dir] => templates/tmpl_biggi/css/
                        )

                    [aConfDir] => Array
                        (
                            [root] => /home/themusic/public_html/
                            [inc] => /home/themusic/public_html/inc/
                            [profileImage] => /home/themusic/public_html/media/images/profile/
                            [mediaImages] => /home/themusic/public_html/media/images/
                            [gallery] => /home/themusic/public_html/media/images/gallery/
                            [flags] => /home/themusic/public_html/media/images/flags/
                            [banners] => /home/themusic/public_html/media/images/banners/
                            [imagesPromo] => /home/themusic/public_html/media/images/promo/
                            [tmp] => /home/themusic/public_html/tmp/
                            [cache] => /home/themusic/public_html/cache/
                            [plugins] => /home/themusic/public_html/plugins/
                            [base] => /home/themusic/public_html/templates/base/
                            [classes] => /home/themusic/public_html/inc/classes/
                        )

                    [sPageName] => member
                    [aPage] => Array
                        (
                            [Title] => Account
                            [Width] => 998px
                            [Columns] => Array
                                (
                                    [1] => Array
                                        (
                                            [Width] => 27
                                            [Blocks] => Array
                                                (
                                                    [382] => Array
                                                        (
                                                            [Func] => PHP
                                                            [Content] => $iPID = $this->iMember;
 if ($iPID > 0) {
 $aParams = array();
 $aParams['PID'] = $iPID;
 $aParams['Limit'] = 10;
 $aParams['DisplayPagination'] = 1;
	 $sRet = BxDolService::call('photos', 'profile_photo_block', array($aParams), 'Search');
 return $sRet;
 }
                                                            [Caption] => _bx_photos_photo_block
                                                            [Visible] => non,memb
                                                            [DesignBox] => 0
                                                            [Cache] => 0
                                                        )

                                                    [123] => Array
                                                        (
                                                            [Func] => AccountControl
                                                            [Content] => 
                                                            [Caption] => _Account Control
                                                            [Visible] => memb
                                                            [DesignBox] => 0
                                                            [Cache] => 0
                                                        )

                                                    [88] => Array
                                                        (
                                                            [Func] => Friends
                                                            [Content] => 
                                                            [Caption] => _My Friends
                                                            [Visible] => memb
                                                            [DesignBox] => 1
                                                            [Cache] => 0
                                                        )

                                                )

                                        )

                                    [2] => Array
                                        (
                                            [Width] => 47
                                            [Blocks] => Array
                                                (
                                                    [1530] => Array
                                                        (
                                                            [Func] => PHP
                                                            [Content] => return BxDolService::call('wall', 'post_block', array($this->iMember));
                                                            [Caption] => _biggi_template_wall_post
                                                            [Visible] => non,memb
                                                            [DesignBox] => 1
                                                            [Cache] => 0
                                                        )

                                                    [1529] => Array
                                                        (
                                                            [Func] => PHP
                                                            [Content] => return BxDolService::call('wall', 'dashboard_wall', array($this->iMember));
                                                            [Caption] => _biggi_template_wall
                                                            [Visible] => non,memb
                                                            [DesignBox] => 0
                                                            [Cache] => 0
                                                        )

                                                    [124] => Array
                                                        (
                                                            [Func] => QuickLinks
                                                            [Content] => 
                                                            [Caption] => _Quick Links
                                                            [Visible] => memb
                                                            [DesignBox] => 1
                                                            [Cache] => 0
                                                        )

                                                    [1017] => Array
                                                        (
                                                            [Func] => RSS
                                                            [Content] => {SiteUrl}forum/?action=rss_user&user={NickName}#4
                                                            [Caption] => _bx_forum_forum_posts
                                                            [Visible] => non,memb
                                                            [DesignBox] => 1
                                                            [Cache] => 0
                                                        )

                                                )

                                        )

                                )

                        )

                    [sCode] =>
 
[sWhoViews] => memb [iMemberID] => 1 [bAjaxMode] => [aColumnsWidth] => Array ( [1] => 269 ) [sTableName] => sys_page_compose [sCacheFile] => sys_page_compose.inc [oCacher] => ) [type] => -> [args] => Array ( [0] => 123 [1] => ) ) [6] => Array ( [file] => /home/themusic/public_html/inc/classes/BxDolPageView.php [line] => 277 [function] => genBlock [class] => BxDolPageView [object] => BxDolMember Object ( [iMember] => 1 [aMemberInfo] => Array ( [datafile] => 1 [ID] => 1 [NickName] => TheMusicVibe [Email] => admin@themusicvibe.com [Password] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0 [Salt] => ODA5NGM1 [Status] => Active [Role] => 3 [Couple] => 0 [Sex] => male [LookingFor] => [Headline] => TheMusicVibe [DescriptionMe] =>

www.TheMusicVibe.com

[Country] => US [City] => TheMusicVibe [DateOfBirth] => 1911-12-01 [Featured] => 1 [DateReg] => 2011-11-24 07:40:52 [DateLastEdit] => 2012-01-02 09:33:25 [DateLastLogin] => 2012-01-10 13:10:17 [DateLastNav] => 2012-01-10 13:10:17 [aff_num] => 0 [Tags] => [zip] => TMV [EmailNotify] => 1 [LangID] => 0 [UpdateMatch] => 1 [Views] => 39 [Rate] => 5 [RateCount] => 1 [CommentsCount] => 0 [PrivacyDefaultGroup] => 3 [allow_view_to] => 3 [UserStatus] => online [UserStatusMessage] => [UserStatusMessageWhen] => 0 [Avatar] => 48 [Height] => [Weight] => [Income] => [Occupation] => [Religion] => [Education] => [RelationshipStatus] => Single [Hobbies] => [Interests] => [Ethnicity] => [FavoriteSites] => [FavoriteMusic] => [FavoriteFilms] => [FavoriteBooks] => [FirstName] => TheMusicVibe [LastName] => TheMusicVibe ) [aConfSite] => Array ( [ver] => 7.0 [build] => 8 [url] => http://themusicvibe.com/ [url_admin] => http://themusicvibe.com/administration/ [mediaImages] => http://themusicvibe.com/media/images/ [gallery] => http://themusicvibe.com/media/images/gallery/ [flags] => http://themusicvibe.com/media/images/flags/ [banners] => http://themusicvibe.com/media/images/banners/ [imagesPromo] => http://themusicvibe.com/media/images/promo/ [tmp] => http://themusicvibe.com/tmp/ [plugins] => http://themusicvibe.com/plugins/ [base] => http://themusicvibe.com/templates/base/ [bugReportMail] => admin@themusicvibe.com [title] => The Music Vibe [email] => admin@themusicvibe.com [email_notify] => admin@themusicvibe.com [images] => http://themusicvibe.com/templates/tmpl_biggi/images/ [zodiac] => http://themusicvibe.com/templates/tmpl_biggi/images/zodiac/ [icons] => http://themusicvibe.com/templates/tmpl_biggi/images/icons/ [css_dir] => templates/tmpl_biggi/css/ ) [aConfDir] => Array ( [root] => /home/themusic/public_html/ [inc] => /home/themusic/public_html/inc/ [profileImage] => /home/themusic/public_html/media/images/profile/ [mediaImages] => /home/themusic/public_html/media/images/ [gallery] => /home/themusic/public_html/media/images/gallery/ [flags] => /home/themusic/public_html/media/images/flags/ [banners] => /home/themusic/public_html/media/images/banners/ [imagesPromo] => /home/themusic/public_html/media/images/promo/ [tmp] => /home/themusic/public_html/tmp/ [cache] => /home/themusic/public_html/cache/ [plugins] => /home/themusic/public_html/plugins/ [base] => /home/themusic/public_html/templates/base/ [classes] => /home/themusic/public_html/inc/classes/ ) [sPageName] => member [aPage] => Array ( [Title] => Account [Width] => 998px [Columns] => Array ( [1] => Array ( [Width] => 27 [Blocks] => Array ( [382] => Array ( [Func] => PHP [Content] => $iPID = $this->iMember; if ($iPID > 0) { $aParams = array(); $aParams['PID'] = $iPID; $aParams['Limit'] = 10; $aParams['DisplayPagination'] = 1; $sRet = BxDolService::call('photos', 'profile_photo_block', array($aParams), 'Search'); return $sRet; } [Caption] => _bx_photos_photo_block [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [123] => Array ( [Func] => AccountControl [Content] => [Caption] => _Account Control [Visible] => memb [DesignBox] => 0 [Cache] => 0 ) [88] => Array ( [Func] => Friends [Content] => [Caption] => _My Friends [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) ) ) [2] => Array ( [Width] => 47 [Blocks] => Array ( [1530] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'post_block', array($this->iMember)); [Caption] => _biggi_template_wall_post [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) [1529] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'dashboard_wall', array($this->iMember)); [Caption] => _biggi_template_wall [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [124] => Array ( [Func] => QuickLinks [Content] => [Caption] => _Quick Links [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) [1017] => Array ( [Func] => RSS [Content] => {SiteUrl}forum/?action=rss_user&user={NickName}#4 [Caption] => _bx_forum_forum_posts [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) ) ) ) ) [sCode] =>
 
[sWhoViews] => memb [iMemberID] => 1 [bAjaxMode] => [aColumnsWidth] => Array ( [1] => 269 ) [sTableName] => sys_page_compose [sCacheFile] => sys_page_compose.inc [oCacher] => ) [type] => -> [args] => Array ( [0] => 123 [1] => Array ( [Func] => AccountControl [Content] => [Caption] => _Account Control [Visible] => memb [DesignBox] => 0 [Cache] => 0 ) ) ) [7] => Array ( [file] => /home/themusic/public_html/inc/classes/BxDolPageView.php [line] => 207 [function] => genColumn [class] => BxDolPageView [object] => BxDolMember Object ( [iMember] => 1 [aMemberInfo] => Array ( [datafile] => 1 [ID] => 1 [NickName] => TheMusicVibe [Email] => admin@themusicvibe.com [Password] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0 [Salt] => ODA5NGM1 [Status] => Active [Role] => 3 [Couple] => 0 [Sex] => male [LookingFor] => [Headline] => TheMusicVibe [DescriptionMe] =>

www.TheMusicVibe.com

[Country] => US [City] => TheMusicVibe [DateOfBirth] => 1911-12-01 [Featured] => 1 [DateReg] => 2011-11-24 07:40:52 [DateLastEdit] => 2012-01-02 09:33:25 [DateLastLogin] => 2012-01-10 13:10:17 [DateLastNav] => 2012-01-10 13:10:17 [aff_num] => 0 [Tags] => [zip] => TMV [EmailNotify] => 1 [LangID] => 0 [UpdateMatch] => 1 [Views] => 39 [Rate] => 5 [RateCount] => 1 [CommentsCount] => 0 [PrivacyDefaultGroup] => 3 [allow_view_to] => 3 [UserStatus] => online [UserStatusMessage] => [UserStatusMessageWhen] => 0 [Avatar] => 48 [Height] => [Weight] => [Income] => [Occupation] => [Religion] => [Education] => [RelationshipStatus] => Single [Hobbies] => [Interests] => [Ethnicity] => [FavoriteSites] => [FavoriteMusic] => [FavoriteFilms] => [FavoriteBooks] => [FirstName] => TheMusicVibe [LastName] => TheMusicVibe ) [aConfSite] => Array ( [ver] => 7.0 [build] => 8 [url] => http://themusicvibe.com/ [url_admin] => http://themusicvibe.com/administration/ [mediaImages] => http://themusicvibe.com/media/images/ [gallery] => http://themusicvibe.com/media/images/gallery/ [flags] => http://themusicvibe.com/media/images/flags/ [banners] => http://themusicvibe.com/media/images/banners/ [imagesPromo] => http://themusicvibe.com/media/images/promo/ [tmp] => http://themusicvibe.com/tmp/ [plugins] => http://themusicvibe.com/plugins/ [base] => http://themusicvibe.com/templates/base/ [bugReportMail] => admin@themusicvibe.com [title] => The Music Vibe [email] => admin@themusicvibe.com [email_notify] => admin@themusicvibe.com [images] => http://themusicvibe.com/templates/tmpl_biggi/images/ [zodiac] => http://themusicvibe.com/templates/tmpl_biggi/images/zodiac/ [icons] => http://themusicvibe.com/templates/tmpl_biggi/images/icons/ [css_dir] => templates/tmpl_biggi/css/ ) [aConfDir] => Array ( [root] => /home/themusic/public_html/ [inc] => /home/themusic/public_html/inc/ [profileImage] => /home/themusic/public_html/media/images/profile/ [mediaImages] => /home/themusic/public_html/media/images/ [gallery] => /home/themusic/public_html/media/images/gallery/ [flags] => /home/themusic/public_html/media/images/flags/ [banners] => /home/themusic/public_html/media/images/banners/ [imagesPromo] => /home/themusic/public_html/media/images/promo/ [tmp] => /home/themusic/public_html/tmp/ [cache] => /home/themusic/public_html/cache/ [plugins] => /home/themusic/public_html/plugins/ [base] => /home/themusic/public_html/templates/base/ [classes] => /home/themusic/public_html/inc/classes/ ) [sPageName] => member [aPage] => Array ( [Title] => Account [Width] => 998px [Columns] => Array ( [1] => Array ( [Width] => 27 [Blocks] => Array ( [382] => Array ( [Func] => PHP [Content] => $iPID = $this->iMember; if ($iPID > 0) { $aParams = array(); $aParams['PID'] = $iPID; $aParams['Limit'] = 10; $aParams['DisplayPagination'] = 1; $sRet = BxDolService::call('photos', 'profile_photo_block', array($aParams), 'Search'); return $sRet; } [Caption] => _bx_photos_photo_block [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [123] => Array ( [Func] => AccountControl [Content] => [Caption] => _Account Control [Visible] => memb [DesignBox] => 0 [Cache] => 0 ) [88] => Array ( [Func] => Friends [Content] => [Caption] => _My Friends [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) ) ) [2] => Array ( [Width] => 47 [Blocks] => Array ( [1530] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'post_block', array($this->iMember)); [Caption] => _biggi_template_wall_post [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) [1529] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'dashboard_wall', array($this->iMember)); [Caption] => _biggi_template_wall [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [124] => Array ( [Func] => QuickLinks [Content] => [Caption] => _Quick Links [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) [1017] => Array ( [Func] => RSS [Content] => {SiteUrl}forum/?action=rss_user&user={NickName}#4 [Caption] => _bx_forum_forum_posts [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) ) ) ) ) [sCode] =>
 
[sWhoViews] => memb [iMemberID] => 1 [bAjaxMode] => [aColumnsWidth] => Array ( [1] => 269 ) [sTableName] => sys_page_compose [sCacheFile] => sys_page_compose.inc [oCacher] => ) [type] => -> [args] => Array ( [0] => 1 ) ) [8] => Array ( [file] => /home/themusic/public_html/inc/classes/BxDolPageView.php [line] => 245 [function] => gen [class] => BxDolPageView [object] => BxDolMember Object ( [iMember] => 1 [aMemberInfo] => Array ( [datafile] => 1 [ID] => 1 [NickName] => TheMusicVibe [Email] => admin@themusicvibe.com [Password] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0 [Salt] => ODA5NGM1 [Status] => Active [Role] => 3 [Couple] => 0 [Sex] => male [LookingFor] => [Headline] => TheMusicVibe [DescriptionMe] =>

www.TheMusicVibe.com

[Country] => US [City] => TheMusicVibe [DateOfBirth] => 1911-12-01 [Featured] => 1 [DateReg] => 2011-11-24 07:40:52 [DateLastEdit] => 2012-01-02 09:33:25 [DateLastLogin] => 2012-01-10 13:10:17 [DateLastNav] => 2012-01-10 13:10:17 [aff_num] => 0 [Tags] => [zip] => TMV [EmailNotify] => 1 [LangID] => 0 [UpdateMatch] => 1 [Views] => 39 [Rate] => 5 [RateCount] => 1 [CommentsCount] => 0 [PrivacyDefaultGroup] => 3 [allow_view_to] => 3 [UserStatus] => online [UserStatusMessage] => [UserStatusMessageWhen] => 0 [Avatar] => 48 [Height] => [Weight] => [Income] => [Occupation] => [Religion] => [Education] => [RelationshipStatus] => Single [Hobbies] => [Interests] => [Ethnicity] => [FavoriteSites] => [FavoriteMusic] => [FavoriteFilms] => [FavoriteBooks] => [FirstName] => TheMusicVibe [LastName] => TheMusicVibe ) [aConfSite] => Array ( [ver] => 7.0 [build] => 8 [url] => http://themusicvibe.com/ [url_admin] => http://themusicvibe.com/administration/ [mediaImages] => http://themusicvibe.com/media/images/ [gallery] => http://themusicvibe.com/media/images/gallery/ [flags] => http://themusicvibe.com/media/images/flags/ [banners] => http://themusicvibe.com/media/images/banners/ [imagesPromo] => http://themusicvibe.com/media/images/promo/ [tmp] => http://themusicvibe.com/tmp/ [plugins] => http://themusicvibe.com/plugins/ [base] => http://themusicvibe.com/templates/base/ [bugReportMail] => admin@themusicvibe.com [title] => The Music Vibe [email] => admin@themusicvibe.com [email_notify] => admin@themusicvibe.com [images] => http://themusicvibe.com/templates/tmpl_biggi/images/ [zodiac] => http://themusicvibe.com/templates/tmpl_biggi/images/zodiac/ [icons] => http://themusicvibe.com/templates/tmpl_biggi/images/icons/ [css_dir] => templates/tmpl_biggi/css/ ) [aConfDir] => Array ( [root] => /home/themusic/public_html/ [inc] => /home/themusic/public_html/inc/ [profileImage] => /home/themusic/public_html/media/images/profile/ [mediaImages] => /home/themusic/public_html/media/images/ [gallery] => /home/themusic/public_html/media/images/gallery/ [flags] => /home/themusic/public_html/media/images/flags/ [banners] => /home/themusic/public_html/media/images/banners/ [imagesPromo] => /home/themusic/public_html/media/images/promo/ [tmp] => /home/themusic/public_html/tmp/ [cache] => /home/themusic/public_html/cache/ [plugins] => /home/themusic/public_html/plugins/ [base] => /home/themusic/public_html/templates/base/ [classes] => /home/themusic/public_html/inc/classes/ ) [sPageName] => member [aPage] => Array ( [Title] => Account [Width] => 998px [Columns] => Array ( [1] => Array ( [Width] => 27 [Blocks] => Array ( [382] => Array ( [Func] => PHP [Content] => $iPID = $this->iMember; if ($iPID > 0) { $aParams = array(); $aParams['PID'] = $iPID; $aParams['Limit'] = 10; $aParams['DisplayPagination'] = 1; $sRet = BxDolService::call('photos', 'profile_photo_block', array($aParams), 'Search'); return $sRet; } [Caption] => _bx_photos_photo_block [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [123] => Array ( [Func] => AccountControl [Content] => [Caption] => _Account Control [Visible] => memb [DesignBox] => 0 [Cache] => 0 ) [88] => Array ( [Func] => Friends [Content] => [Caption] => _My Friends [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) ) ) [2] => Array ( [Width] => 47 [Blocks] => Array ( [1530] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'post_block', array($this->iMember)); [Caption] => _biggi_template_wall_post [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) [1529] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'dashboard_wall', array($this->iMember)); [Caption] => _biggi_template_wall [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [124] => Array ( [Func] => QuickLinks [Content] => [Caption] => _Quick Links [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) [1017] => Array ( [Func] => RSS [Content] => {SiteUrl}forum/?action=rss_user&user={NickName}#4 [Caption] => _bx_forum_forum_posts [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) ) ) ) ) [sCode] =>
 
[sWhoViews] => memb [iMemberID] => 1 [bAjaxMode] => [aColumnsWidth] => Array ( [1] => 269 ) [sTableName] => sys_page_compose [sCacheFile] => sys_page_compose.inc [oCacher] => ) [type] => -> [args] => Array ( ) ) [9] => Array ( [file] => /home/themusic/public_html/member.php [line] => 710 [function] => getCode [class] => BxDolPageView [object] => BxDolMember Object ( [iMember] => 1 [aMemberInfo] => Array ( [datafile] => 1 [ID] => 1 [NickName] => TheMusicVibe [Email] => admin@themusicvibe.com [Password] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0 [Salt] => ODA5NGM1 [Status] => Active [Role] => 3 [Couple] => 0 [Sex] => male [LookingFor] => [Headline] => TheMusicVibe [DescriptionMe] =>

www.TheMusicVibe.com

[Country] => US [City] => TheMusicVibe [DateOfBirth] => 1911-12-01 [Featured] => 1 [DateReg] => 2011-11-24 07:40:52 [DateLastEdit] => 2012-01-02 09:33:25 [DateLastLogin] => 2012-01-10 13:10:17 [DateLastNav] => 2012-01-10 13:10:17 [aff_num] => 0 [Tags] => [zip] => TMV [EmailNotify] => 1 [LangID] => 0 [UpdateMatch] => 1 [Views] => 39 [Rate] => 5 [RateCount] => 1 [CommentsCount] => 0 [PrivacyDefaultGroup] => 3 [allow_view_to] => 3 [UserStatus] => online [UserStatusMessage] => [UserStatusMessageWhen] => 0 [Avatar] => 48 [Height] => [Weight] => [Income] => [Occupation] => [Religion] => [Education] => [RelationshipStatus] => Single [Hobbies] => [Interests] => [Ethnicity] => [FavoriteSites] => [FavoriteMusic] => [FavoriteFilms] => [FavoriteBooks] => [FirstName] => TheMusicVibe [LastName] => TheMusicVibe ) [aConfSite] => Array ( [ver] => 7.0 [build] => 8 [url] => http://themusicvibe.com/ [url_admin] => http://themusicvibe.com/administration/ [mediaImages] => http://themusicvibe.com/media/images/ [gallery] => http://themusicvibe.com/media/images/gallery/ [flags] => http://themusicvibe.com/media/images/flags/ [banners] => http://themusicvibe.com/media/images/banners/ [imagesPromo] => http://themusicvibe.com/media/images/promo/ [tmp] => http://themusicvibe.com/tmp/ [plugins] => http://themusicvibe.com/plugins/ [base] => http://themusicvibe.com/templates/base/ [bugReportMail] => admin@themusicvibe.com [title] => The Music Vibe [email] => admin@themusicvibe.com [email_notify] => admin@themusicvibe.com [images] => http://themusicvibe.com/templates/tmpl_biggi/images/ [zodiac] => http://themusicvibe.com/templates/tmpl_biggi/images/zodiac/ [icons] => http://themusicvibe.com/templates/tmpl_biggi/images/icons/ [css_dir] => templates/tmpl_biggi/css/ ) [aConfDir] => Array ( [root] => /home/themusic/public_html/ [inc] => /home/themusic/public_html/inc/ [profileImage] => /home/themusic/public_html/media/images/profile/ [mediaImages] => /home/themusic/public_html/media/images/ [gallery] => /home/themusic/public_html/media/images/gallery/ [flags] => /home/themusic/public_html/media/images/flags/ [banners] => /home/themusic/public_html/media/images/banners/ [imagesPromo] => /home/themusic/public_html/media/images/promo/ [tmp] => /home/themusic/public_html/tmp/ [cache] => /home/themusic/public_html/cache/ [plugins] => /home/themusic/public_html/plugins/ [base] => /home/themusic/public_html/templates/base/ [classes] => /home/themusic/public_html/inc/classes/ ) [sPageName] => member [aPage] => Array ( [Title] => Account [Width] => 998px [Columns] => Array ( [1] => Array ( [Width] => 27 [Blocks] => Array ( [382] => Array ( [Func] => PHP [Content] => $iPID = $this->iMember; if ($iPID > 0) { $aParams = array(); $aParams['PID'] = $iPID; $aParams['Limit'] = 10; $aParams['DisplayPagination'] = 1; $sRet = BxDolService::call('photos', 'profile_photo_block', array($aParams), 'Search'); return $sRet; } [Caption] => _bx_photos_photo_block [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [123] => Array ( [Func] => AccountControl [Content] => [Caption] => _Account Control [Visible] => memb [DesignBox] => 0 [Cache] => 0 ) [88] => Array ( [Func] => Friends [Content] => [Caption] => _My Friends [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) ) ) [2] => Array ( [Width] => 47 [Blocks] => Array ( [1530] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'post_block', array($this->iMember)); [Caption] => _biggi_template_wall_post [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) [1529] => Array ( [Func] => PHP [Content] => return BxDolService::call('wall', 'dashboard_wall', array($this->iMember)); [Caption] => _biggi_template_wall [Visible] => non,memb [DesignBox] => 0 [Cache] => 0 ) [124] => Array ( [Func] => QuickLinks [Content] => [Caption] => _Quick Links [Visible] => memb [DesignBox] => 1 [Cache] => 0 ) [1017] => Array ( [Func] => RSS [Content] => {SiteUrl}forum/?action=rss_user&user={NickName}#4 [Caption] => _bx_forum_forum_posts [Visible] => non,memb [DesignBox] => 1 [Cache] => 0 ) ) ) ) ) [sCode] =>
 
[sWhoViews] => memb [iMemberID] => 1 [bAjaxMode] => [aColumnsWidth] => Array ( [1] => 269 ) [sTableName] => sys_page_compose [sCacheFile] => sys_page_compose.inc [oCacher] => ) [type] => -> [args] => Array ( ) ) )

Settings:
array (
  'anon_mode' => '',
  'autoApproval_ifJoin' => 'on',
  'autoApproval_ifProfile' => 'on',
  'cmdDay' => '10',
  'currency_code' => 'USD',
  'currency_sign' => '$',
  'time_format_php' => 'H:i',
  'short_date_format_php' => 'd.m.Y',
  'date_format_php' => 'd.m.Y H:i',
  'time_format' => '%H:%i',
  'short_date_format' => '%d.%m.%Y',
  'date_format' => '%d.%m.%Y %H:%i',
  'db_clean_msg' => '0',
  'db_clean_profiles' => '0',
  'db_clean_members_visits' => '0',
  'db_clean_banners_info' => '0',
  'db_clean_vkiss' => '0',
  'db_clean_mem_levels' => '0',
  'default_country' => 'US',
  'enable_contact_form' => 'on',
  'enable_gd' => 'on',
  'enable_match' => '',
  'view_match_percent' => '',
  'enable_promotion_membership' => '',
  'enable_watermark' => '',
  'expire_notification_days' => '1',
  'expire_notify_once' => '',
  'featured_num' => '16',
  'lang_default' => 'en',
  'match_percent' => '85',
  'max_inbox_message_size' => '1500',
  'member_online_time' => '1',
  'MetaDescription' => 'The Music Vibe ',
  'MetaKeyWords' => 'music,
bands,
fans,
music groups,
favorite bands,
music videos,
radio,
mp3s,
mp3,
rate,
blog,
forum,
chat,
music Award,
video Award,
music,
messenger,
store,
Subscribe,

',
  'msgs_per_start' => '20',
  'news_enable' => 'on',
  'feeds_enable' => 'on',
  'newusernotify' => 'on',
  'promotion_membership_days' => '7',
  'search_start_age' => '18',
  'search_end_age' => '100',
  'sys_calendar_starts_sunday' => '',
  'top_members_max_num' => '16',
  'track_profile_view' => 'on',
  'transparent1' => '0',
  'votes' => 'on',
  'Water_Mark' => '',
  'zodiac' => 'on',
  'php_date_format' => 'F j, Y',
  'tags_non_parsable' => 'hi, hey, hello, all, i, i\'m, i\'d, am, for, in, to, a, the, on, it\'s, is, my, of, are, from, i\'m, me, you, and, we, not, will, at, where, there',
  'tags_last_parse_time' => '0',
  'tags_min_rating' => '2',
  'autoApproval_ifNoConfEmail' => 'on',
  'enable_flash_promo' => 'on',
  'custom_promo_code' => '',
  'license_code' => '29822X5XYJ',
  'license_expiration' => '0',
  'license_checksum' => 'af5b159b8c9bc26f9dfb7db7d0a26e9f',
  'sys_html_fields' => 'a:14:{s:6:"system";a:4:{i:0;s:12:"POST.message";i:1;s:15:"REQUEST.message";i:2;s:12:"POST.CmtText";i:3;s:15:"REQUEST.CmtText";}s:4:"news";a:2:{i:0;s:12:"POST.content";i:1;s:15:"REQUEST.content";}s:5:"blogs";a:4:{i:0;s:13:"POST.PostText";i:1;s:16:"REQUEST.PostText";i:2;s:16:"POST.Description";i:3;s:19:"REQUEST.Description";}s:8:"articles";a:2:{i:0;s:12:"POST.content";i:1;s:15:"REQUEST.content";}s:19:"system_profile_html";a:4:{i:0;s:20:"POST.DescriptionMe.0";i:1;s:20:"POST.DescriptionMe.1";i:2;s:23:"REQUEST.DescriptionMe.0";i:3;s:23:"REQUEST.DescriptionMe.1";}s:5:"forum";a:4:{i:0;s:15:"POST.topic_text";i:1;s:18:"REQUEST.topic_text";i:2;s:14:"POST.post_text";i:3;s:17:"REQUEST.post_text";}s:5:"store";a:2:{i:0;s:9:"POST.desc";i:1;s:12:"REQUEST.desc";}s:5:"award";a:2:{i:0;s:9:"POST.desc";i:1;s:12:"REQUEST.desc";}s:5:"point";a:2:{i:0;s:9:"POST.desc";i:1;s:12:"REQUEST.desc";}s:9:"autogreet";a:4:{i:0;s:13:"POST.PostText";i:1;s:16:"REQUEST.PostText";i:2;s:16:"POST.Description";i:3;s:19:"REQUEST.Description";}s:6:"events";a:2:{i:0;s:16:"POST.Description";i:1;s:19:"REQUEST.Description";}s:6:"groups";a:2:{i:0;s:9:"POST.desc";i:1;s:12:"REQUEST.desc";}s:4:"wall";a:2:{i:0;s:12:"POST.content";i:1;s:15:"REQUEST.content";}s:5:"bands";a:2:{i:0;s:9:"POST.desc";i:1;s:12:"REQUEST.desc";}}',
  'sys_json_fields' => '',
  'sys_exceptions_fields' => 'a:5:{s:6:"system";a:1:{i:0;s:20:"COOKIE.memberSession";}s:11:"block_tools";a:4:{i:0;s:18:"POST.dbcsBTphpcode";i:1;s:21:"REQUEST.dbcsBTphpcode";i:2;s:19:"POST.dbcsBTHTMLcode";i:3;s:22:"REQUEST.dbcsBTHTMLcode";}s:12:"deanos_tools";a:4:{i:0;s:18:"POST.dbcsDTphpcode";i:1;s:21:"REQUEST.dbcsDTphpcode";i:2;s:19:"POST.dbcsDTsqlquery";i:3;s:22:"REQUEST.dbcsDTsqlquery";}s:12:"map_profiles";a:2:{i:0;s:15:"POST.bx_map_key";i:1;s:18:"REQUEST.bx_map_key";}s:22:"system_email_templates";a:380:{i:0;s:36:"POST.bx_events_admin_become_fan_Body";i:1;s:39:"REQUEST.bx_events_admin_become_fan_Body";i:2;s:39:"POST.bx_events_admin_become_fan_Subject";i:3;s:42:"REQUEST.bx_events_admin_become_fan_Subject";i:4;s:29:"POST.bx_events_broadcast_Body";i:5;s:32:"REQUEST.bx_events_broadcast_Body";i:6;s:32:"POST.bx_events_broadcast_Subject";i:7;s:35:"REQUEST.bx_events_broadcast_Subject";i:8;s:36:"POST.bx_events_fan_become_admin_Body";i:9;s:39:"REQUEST.bx_events_fan_become_admin_Body";i:10;s:39:"POST.bx_events_fan_become_admin_Subject";i:11;s:42:"REQUEST.bx_events_fan_become_admin_Subject";i:12;s:30:"POST.bx_events_fan_remove_Body";i:13;s:33:"REQUEST.bx_events_fan_remove_Body";i:14;s:33:"POST.bx_events_fan_remove_Subject";i:15;s:36:"REQUEST.bx_events_fan_remove_Subject";i:16;s:30:"POST.bx_events_invitation_Body";i:17;s:33:"REQUEST.bx_events_invitation_Body";i:18;s:33:"POST.bx_events_invitation_Subject";i:19;s:36:"REQUEST.bx_events_invitation_Subject";i:20;s:32:"POST.bx_events_join_confirm_Body";i:21;s:35:"REQUEST.bx_events_join_confirm_Body";i:22;s:35:"POST.bx_events_join_confirm_Subject";i:23;s:38:"REQUEST.bx_events_join_confirm_Subject";i:24;s:31:"POST.bx_events_join_reject_Body";i:25;s:34:"REQUEST.bx_events_join_reject_Body";i:26;s:34:"POST.bx_events_join_reject_Subject";i:27;s:37:"REQUEST.bx_events_join_reject_Subject";i:28;s:32:"POST.bx_events_join_request_Body";i:29;s:35:"REQUEST.bx_events_join_request_Body";i:30;s:35:"POST.bx_events_join_request_Subject";i:31;s:38:"REQUEST.bx_events_join_request_Subject";i:32;s:23:"POST.bx_events_sbs_Body";i:33;s:26:"REQUEST.bx_events_sbs_Body";i:34;s:26:"POST.bx_events_sbs_Subject";i:35;s:29:"REQUEST.bx_events_sbs_Subject";i:36;s:27:"POST.bx_forum_notifier_Body";i:37;s:30:"REQUEST.bx_forum_notifier_Body";i:38;s:30:"POST.bx_forum_notifier_Subject";i:39;s:33:"REQUEST.bx_forum_notifier_Subject";i:40;s:36:"POST.bx_groups_admin_become_fan_Body";i:41;s:39:"REQUEST.bx_groups_admin_become_fan_Body";i:42;s:39:"POST.bx_groups_admin_become_fan_Subject";i:43;s:42:"REQUEST.bx_groups_admin_become_fan_Subject";i:44;s:29:"POST.bx_groups_broadcast_Body";i:45;s:32:"REQUEST.bx_groups_broadcast_Body";i:46;s:32:"POST.bx_groups_broadcast_Subject";i:47;s:35:"REQUEST.bx_groups_broadcast_Subject";i:48;s:36:"POST.bx_groups_fan_become_admin_Body";i:49;s:39:"REQUEST.bx_groups_fan_become_admin_Body";i:50;s:39:"POST.bx_groups_fan_become_admin_Subject";i:51;s:42:"REQUEST.bx_groups_fan_become_admin_Subject";i:52;s:30:"POST.bx_groups_fan_remove_Body";i:53;s:33:"REQUEST.bx_groups_fan_remove_Body";i:54;s:33:"POST.bx_groups_fan_remove_Subject";i:55;s:36:"REQUEST.bx_groups_fan_remove_Subject";i:56;s:30:"POST.bx_groups_invitation_Body";i:57;s:33:"REQUEST.bx_groups_invitation_Body";i:58;s:33:"POST.bx_groups_invitation_Subject";i:59;s:36:"REQUEST.bx_groups_invitation_Subject";i:60;s:32:"POST.bx_groups_join_confirm_Body";i:61;s:35:"REQUEST.bx_groups_join_confirm_Body";i:62;s:35:"POST.bx_groups_join_confirm_Subject";i:63;s:38:"REQUEST.bx_groups_join_confirm_Subject";i:64;s:31:"POST.bx_groups_join_reject_Body";i:65;s:34:"REQUEST.bx_groups_join_reject_Body";i:66;s:34:"POST.bx_groups_join_reject_Subject";i:67;s:37:"REQUEST.bx_groups_join_reject_Subject";i:68;s:32:"POST.bx_groups_join_request_Body";i:69;s:35:"REQUEST.bx_groups_join_request_Body";i:70;s:35:"POST.bx_groups_join_request_Subject";i:71;s:38:"REQUEST.bx_groups_join_request_Subject";i:72;s:23:"POST.bx_groups_sbs_Body";i:73;s:26:"REQUEST.bx_groups_sbs_Body";i:74;s:26:"POST.bx_groups_sbs_Subject";i:75;s:29:"REQUEST.bx_groups_sbs_Subject";i:76;s:28:"POST.bx_store_broadcast_Body";i:77;s:31:"REQUEST.bx_store_broadcast_Body";i:78;s:31:"POST.bx_store_broadcast_Subject";i:79;s:34:"REQUEST.bx_store_broadcast_Subject";i:80;s:22:"POST.bx_store_sbs_Body";i:81;s:25:"REQUEST.bx_store_sbs_Body";i:82;s:25:"POST.bx_store_sbs_Subject";i:83;s:28:"REQUEST.bx_store_sbs_Subject";i:84;s:33:"POST.esase_OrcaNotifyNewPost_Body";i:85;s:36:"REQUEST.esase_OrcaNotifyNewPost_Body";i:86;s:36:"POST.esase_OrcaNotifyNewPost_Subject";i:87;s:39:"REQUEST.esase_OrcaNotifyNewPost_Subject";i:88;s:29:"POST.modzzz_award_notify_Body";i:89;s:32:"REQUEST.modzzz_award_notify_Body";i:90;s:32:"POST.modzzz_award_notify_Subject";i:91;s:35:"REQUEST.modzzz_award_notify_Subject";i:92;s:39:"POST.modzzz_bands_admin_become_fan_Body";i:93;s:42:"REQUEST.modzzz_bands_admin_become_fan_Body";i:94;s:42:"POST.modzzz_bands_admin_become_fan_Subject";i:95;s:45:"REQUEST.modzzz_bands_admin_become_fan_Subject";i:96;s:32:"POST.modzzz_bands_broadcast_Body";i:97;s:35:"REQUEST.modzzz_bands_broadcast_Body";i:98;s:35:"POST.modzzz_bands_broadcast_Subject";i:99;s:38:"REQUEST.modzzz_bands_broadcast_Subject";i:100;s:39:"POST.modzzz_bands_fan_become_admin_Body";i:101;s:42:"REQUEST.modzzz_bands_fan_become_admin_Body";i:102;s:42:"POST.modzzz_bands_fan_become_admin_Subject";i:103;s:45:"REQUEST.modzzz_bands_fan_become_admin_Subject";i:104;s:33:"POST.modzzz_bands_fan_remove_Body";i:105;s:36:"REQUEST.modzzz_bands_fan_remove_Body";i:106;s:36:"POST.modzzz_bands_fan_remove_Subject";i:107;s:39:"REQUEST.modzzz_bands_fan_remove_Subject";i:108;s:33:"POST.modzzz_bands_invitation_Body";i:109;s:36:"REQUEST.modzzz_bands_invitation_Body";i:110;s:36:"POST.modzzz_bands_invitation_Subject";i:111;s:39:"REQUEST.modzzz_bands_invitation_Subject";i:112;s:35:"POST.modzzz_bands_join_confirm_Body";i:113;s:38:"REQUEST.modzzz_bands_join_confirm_Body";i:114;s:38:"POST.modzzz_bands_join_confirm_Subject";i:115;s:41:"REQUEST.modzzz_bands_join_confirm_Subject";i:116;s:34:"POST.modzzz_bands_join_reject_Body";i:117;s:37:"REQUEST.modzzz_bands_join_reject_Body";i:118;s:37:"POST.modzzz_bands_join_reject_Subject";i:119;s:40:"REQUEST.modzzz_bands_join_reject_Subject";i:120;s:35:"POST.modzzz_bands_join_request_Body";i:121;s:38:"REQUEST.modzzz_bands_join_request_Body";i:122;s:38:"POST.modzzz_bands_join_request_Subject";i:123;s:41:"REQUEST.modzzz_bands_join_request_Subject";i:124;s:26:"POST.modzzz_bands_sbs_Body";i:125;s:29:"REQUEST.modzzz_bands_sbs_Body";i:126;s:29:"POST.modzzz_bands_sbs_Subject";i:127;s:32:"REQUEST.modzzz_bands_sbs_Subject";i:128;s:44:"POST.modzzz_point_admin_donation_notify_Body";i:129;s:47:"REQUEST.modzzz_point_admin_donation_notify_Body";i:130;s:47:"POST.modzzz_point_admin_donation_notify_Subject";i:131;s:50:"REQUEST.modzzz_point_admin_donation_notify_Subject";i:132;s:40:"POST.modzzz_point_autoextend_notify_Body";i:133;s:43:"REQUEST.modzzz_point_autoextend_notify_Body";i:134;s:43:"POST.modzzz_point_autoextend_notify_Subject";i:135;s:46:"REQUEST.modzzz_point_autoextend_notify_Subject";i:136;s:38:"POST.modzzz_point_autogain_notify_Body";i:137;s:41:"REQUEST.modzzz_point_autogain_notify_Body";i:138;s:41:"POST.modzzz_point_autogain_notify_Subject";i:139;s:44:"REQUEST.modzzz_point_autogain_notify_Subject";i:140;s:38:"POST.modzzz_point_donation_notify_Body";i:141;s:41:"REQUEST.modzzz_point_donation_notify_Body";i:142;s:41:"POST.modzzz_point_donation_notify_Subject";i:143;s:44:"REQUEST.modzzz_point_donation_notify_Subject";i:144;s:35:"POST.modzzz_point_level_notify_Body";i:145;s:38:"REQUEST.modzzz_point_level_notify_Body";i:146;s:38:"POST.modzzz_point_level_notify_Subject";i:147;s:41:"REQUEST.modzzz_point_level_notify_Subject";i:148;s:22:"POST.t_Activation_Body";i:149;s:25:"REQUEST.t_Activation_Body";i:150;s:25:"POST.t_Activation_Subject";i:151;s:28:"REQUEST.t_Activation_Subject";i:152;s:22:"POST.t_AdminEmail_Body";i:153;s:25:"REQUEST.t_AdminEmail_Body";i:154;s:25:"POST.t_AdminEmail_Subject";i:155;s:28:"REQUEST.t_AdminEmail_Subject";i:156;s:30:"POST.t_birthmail_template_Body";i:157;s:33:"REQUEST.t_birthmail_template_Body";i:158;s:33:"POST.t_birthmail_template_Subject";i:159;s:36:"REQUEST.t_birthmail_template_Subject";i:160;s:27:"POST.t_bx_files_report_Body";i:161;s:30:"REQUEST.t_bx_files_report_Body";i:162;s:30:"POST.t_bx_files_report_Subject";i:163;s:33:"REQUEST.t_bx_files_report_Subject";i:164;s:26:"POST.t_bx_files_share_Body";i:165;s:29:"REQUEST.t_bx_files_share_Body";i:166;s:29:"POST.t_bx_files_share_Subject";i:167;s:32:"REQUEST.t_bx_files_share_Subject";i:168;s:28:"POST.t_bx_photos_report_Body";i:169;s:31:"REQUEST.t_bx_photos_report_Body";i:170;s:31:"POST.t_bx_photos_report_Subject";i:171;s:34:"REQUEST.t_bx_photos_report_Subject";i:172;s:27:"POST.t_bx_photos_share_Body";i:173;s:30:"REQUEST.t_bx_photos_share_Body";i:174;s:30:"POST.t_bx_photos_share_Subject";i:175;s:33:"REQUEST.t_bx_photos_share_Subject";i:176;s:28:"POST.t_bx_sounds_report_Body";i:177;s:31:"REQUEST.t_bx_sounds_report_Body";i:178;s:31:"POST.t_bx_sounds_report_Subject";i:179;s:34:"REQUEST.t_bx_sounds_report_Subject";i:180;s:27:"POST.t_bx_sounds_share_Body";i:181;s:30:"REQUEST.t_bx_sounds_share_Body";i:182;s:30:"POST.t_bx_sounds_share_Subject";i:183;s:33:"REQUEST.t_bx_sounds_share_Subject";i:184;s:28:"POST.t_bx_videos_report_Body";i:185;s:31:"REQUEST.t_bx_videos_report_Body";i:186;s:31:"POST.t_bx_videos_report_Subject";i:187;s:34:"REQUEST.t_bx_videos_report_Subject";i:188;s:27:"POST.t_bx_videos_share_Body";i:189;s:30:"REQUEST.t_bx_videos_share_Body";i:190;s:30:"POST.t_bx_videos_share_Subject";i:191;s:33:"REQUEST.t_bx_videos_share_Subject";i:192;s:19:"POST.t_Compose_Body";i:193;s:22:"REQUEST.t_Compose_Body";i:194;s:22:"POST.t_Compose_Subject";i:195;s:25:"REQUEST.t_Compose_Subject";i:196;s:24:"POST.t_Confirmation_Body";i:197;s:27:"REQUEST.t_Confirmation_Body";i:198;s:27:"POST.t_Confirmation_Subject";i:199;s:30:"REQUEST.t_Confirmation_Subject";i:200;s:21:"POST.t_CupidMail_Body";i:201;s:24:"REQUEST.t_CupidMail_Body";i:202;s:24:"POST.t_CupidMail_Subject";i:203;s:27:"REQUEST.t_CupidMail_Subject";i:204;s:18:"POST.t_Forgot_Body";i:205;s:21:"REQUEST.t_Forgot_Body";i:206;s:21:"POST.t_Forgot_Subject";i:207;s:24:"REQUEST.t_Forgot_Subject";i:208;s:21:"POST.t_FreeEmail_Body";i:209;s:24:"REQUEST.t_FreeEmail_Body";i:210;s:24:"POST.t_FreeEmail_Subject";i:211;s:27:"REQUEST.t_FreeEmail_Subject";i:212;s:25:"POST.t_FriendRequest_Body";i:213;s:28:"REQUEST.t_FriendRequest_Body";i:214;s:28:"POST.t_FriendRequest_Subject";i:215;s:31:"REQUEST.t_FriendRequest_Subject";i:216;s:33:"POST.t_FriendRequestAccepted_Body";i:217;s:36:"REQUEST.t_FriendRequestAccepted_Body";i:218;s:36:"POST.t_FriendRequestAccepted_Subject";i:219;s:39:"REQUEST.t_FriendRequestAccepted_Subject";i:220;s:22:"POST.t_MemChanged_Body";i:221;s:25:"REQUEST.t_MemChanged_Body";i:222;s:25:"POST.t_MemChanged_Subject";i:223;s:28:"REQUEST.t_MemChanged_Subject";i:224;s:25:"POST.t_MemExpiration_Body";i:225;s:28:"REQUEST.t_MemExpiration_Body";i:226;s:28:"POST.t_MemExpiration_Subject";i:227;s:31:"REQUEST.t_MemExpiration_Subject";i:228;s:19:"POST.t_Message_Body";i:229;s:22:"REQUEST.t_Message_Body";i:230;s:22:"POST.t_Message_Subject";i:231;s:25:"REQUEST.t_Message_Subject";i:232;s:23:"POST.t_MessageCopy_Body";i:233;s:26:"REQUEST.t_MessageCopy_Body";i:234;s:26:"POST.t_MessageCopy_Subject";i:235;s:29:"REQUEST.t_MessageCopy_Subject";i:236;s:21:"POST.t_Rejection_Body";i:237;s:24:"REQUEST.t_Rejection_Body";i:238;s:24:"POST.t_Rejection_Subject";i:239;s:27:"REQUEST.t_Rejection_Subject";i:240;s:31:"POST.t_sbsArticlesComments_Body";i:241;s:34:"REQUEST.t_sbsArticlesComments_Body";i:242;s:34:"POST.t_sbsArticlesComments_Subject";i:243;s:37:"REQUEST.t_sbsArticlesComments_Subject";i:244;s:31:"POST.t_sbsArticlesComments_Body";i:245;s:34:"REQUEST.t_sbsArticlesComments_Body";i:246;s:34:"POST.t_sbsArticlesComments_Subject";i:247;s:37:"REQUEST.t_sbsArticlesComments_Subject";i:248;s:28:"POST.t_sbsArticlesRates_Body";i:249;s:31:"REQUEST.t_sbsArticlesRates_Body";i:250;s:31:"POST.t_sbsArticlesRates_Subject";i:251;s:34:"REQUEST.t_sbsArticlesRates_Subject";i:252;s:28:"POST.t_sbsArticlesRates_Body";i:253;s:31:"REQUEST.t_sbsArticlesRates_Body";i:254;s:31:"POST.t_sbsArticlesRates_Subject";i:255;s:34:"REQUEST.t_sbsArticlesRates_Subject";i:256;s:32:"POST.t_sbsBlogpostsComments_Body";i:257;s:35:"REQUEST.t_sbsBlogpostsComments_Body";i:258;s:35:"POST.t_sbsBlogpostsComments_Subject";i:259;s:38:"REQUEST.t_sbsBlogpostsComments_Subject";i:260;s:29:"POST.t_sbsBlogpostsRates_Body";i:261;s:32:"REQUEST.t_sbsBlogpostsRates_Body";i:262;s:32:"POST.t_sbsBlogpostsRates_Subject";i:263;s:35:"REQUEST.t_sbsBlogpostsRates_Subject";i:264;s:27:"POST.t_sbsNewsComments_Body";i:265;s:30:"REQUEST.t_sbsNewsComments_Body";i:266;s:30:"POST.t_sbsNewsComments_Subject";i:267;s:33:"REQUEST.t_sbsNewsComments_Subject";i:268;s:27:"POST.t_sbsNewsComments_Body";i:269;s:30:"REQUEST.t_sbsNewsComments_Body";i:270;s:30:"POST.t_sbsNewsComments_Subject";i:271;s:33:"REQUEST.t_sbsNewsComments_Subject";i:272;s:24:"POST.t_sbsNewsRates_Body";i:273;s:27:"REQUEST.t_sbsNewsRates_Body";i:274;s:27:"POST.t_sbsNewsRates_Subject";i:275;s:30:"REQUEST.t_sbsNewsRates_Subject";i:276;s:24:"POST.t_sbsNewsRates_Body";i:277;s:27:"REQUEST.t_sbsNewsRates_Body";i:278;s:27:"POST.t_sbsNewsRates_Subject";i:279;s:30:"REQUEST.t_sbsNewsRates_Subject";i:280;s:27:"POST.t_sbsPollComments_Body";i:281;s:30:"REQUEST.t_sbsPollComments_Body";i:282;s:30:"POST.t_sbsPollComments_Subject";i:283;s:33:"REQUEST.t_sbsPollComments_Subject";i:284;s:24:"POST.t_sbsPollRates_Body";i:285;s:27:"REQUEST.t_sbsPollRates_Body";i:286;s:27:"POST.t_sbsPollRates_Subject";i:287;s:30:"REQUEST.t_sbsPollRates_Subject";i:288;s:30:"POST.t_sbsProfileComments_Body";i:289;s:33:"REQUEST.t_sbsProfileComments_Body";i:290;s:33:"POST.t_sbsProfileComments_Subject";i:291;s:36:"REQUEST.t_sbsProfileComments_Subject";i:292;s:26:"POST.t_sbsProfileEdit_Body";i:293;s:29:"REQUEST.t_sbsProfileEdit_Body";i:294;s:29:"POST.t_sbsProfileEdit_Subject";i:295;s:32:"REQUEST.t_sbsProfileEdit_Subject";i:296;s:27:"POST.t_sbsProfileRates_Body";i:297;s:30:"REQUEST.t_sbsProfileRates_Body";i:298;s:30:"POST.t_sbsProfileRates_Subject";i:299;s:33:"REQUEST.t_sbsProfileRates_Subject";i:300;s:26:"POST.t_sbsWallUpdates_Body";i:301;s:29:"REQUEST.t_sbsWallUpdates_Body";i:302;s:29:"POST.t_sbsWallUpdates_Subject";i:303;s:32:"REQUEST.t_sbsWallUpdates_Subject";i:304;s:26:"POST.t_sbsWallUpdates_Body";i:305;s:29:"REQUEST.t_sbsWallUpdates_Body";i:306;s:29:"POST.t_sbsWallUpdates_Subject";i:307;s:32:"REQUEST.t_sbsWallUpdates_Subject";i:308;s:33:"POST.t_sbs_bx_files_comments_Body";i:309;s:36:"REQUEST.t_sbs_bx_files_comments_Body";i:310;s:36:"POST.t_sbs_bx_files_comments_Subject";i:311;s:39:"REQUEST.t_sbs_bx_files_comments_Subject";i:312;s:30:"POST.t_sbs_bx_files_rates_Body";i:313;s:33:"REQUEST.t_sbs_bx_files_rates_Body";i:314;s:33:"POST.t_sbs_bx_files_rates_Subject";i:315;s:36:"REQUEST.t_sbs_bx_files_rates_Subject";i:316;s:34:"POST.t_sbs_bx_photos_comments_Body";i:317;s:37:"REQUEST.t_sbs_bx_photos_comments_Body";i:318;s:37:"POST.t_sbs_bx_photos_comments_Subject";i:319;s:40:"REQUEST.t_sbs_bx_photos_comments_Subject";i:320;s:31:"POST.t_sbs_bx_photos_rates_Body";i:321;s:34:"REQUEST.t_sbs_bx_photos_rates_Body";i:322;s:34:"POST.t_sbs_bx_photos_rates_Subject";i:323;s:37:"REQUEST.t_sbs_bx_photos_rates_Subject";i:324;s:34:"POST.t_sbs_bx_sounds_comments_Body";i:325;s:37:"REQUEST.t_sbs_bx_sounds_comments_Body";i:326;s:37:"POST.t_sbs_bx_sounds_comments_Subject";i:327;s:40:"REQUEST.t_sbs_bx_sounds_comments_Subject";i:328;s:31:"POST.t_sbs_bx_sounds_rates_Body";i:329;s:34:"REQUEST.t_sbs_bx_sounds_rates_Body";i:330;s:34:"POST.t_sbs_bx_sounds_rates_Subject";i:331;s:37:"REQUEST.t_sbs_bx_sounds_rates_Subject";i:332;s:34:"POST.t_sbs_bx_videos_comments_Body";i:333;s:37:"REQUEST.t_sbs_bx_videos_comments_Body";i:334;s:37:"POST.t_sbs_bx_videos_comments_Subject";i:335;s:40:"REQUEST.t_sbs_bx_videos_comments_Subject";i:336;s:31:"POST.t_sbs_bx_videos_rates_Body";i:337;s:34:"REQUEST.t_sbs_bx_videos_rates_Body";i:338;s:34:"POST.t_sbs_bx_videos_rates_Subject";i:339;s:37:"REQUEST.t_sbs_bx_videos_rates_Subject";i:340;s:22:"POST.t_SpamReport_Body";i:341;s:25:"REQUEST.t_SpamReport_Body";i:342;s:25:"POST.t_SpamReport_Subject";i:343;s:28:"REQUEST.t_SpamReport_Subject";i:344;s:26:"POST.t_SpamReportAuto_Body";i:345;s:29:"REQUEST.t_SpamReportAuto_Body";i:346;s:29:"POST.t_SpamReportAuto_Subject";i:347;s:32:"REQUEST.t_SpamReportAuto_Subject";i:348;s:24:"POST.t_Subscription_Body";i:349;s:27:"REQUEST.t_Subscription_Body";i:350;s:27:"POST.t_Subscription_Subject";i:351;s:30:"REQUEST.t_Subscription_Subject";i:352;s:22:"POST.t_TellFriend_Body";i:353;s:25:"REQUEST.t_TellFriend_Body";i:354;s:25:"POST.t_TellFriend_Subject";i:355;s:28:"REQUEST.t_TellFriend_Subject";i:356;s:29:"POST.t_TellFriendProfile_Body";i:357;s:32:"REQUEST.t_TellFriendProfile_Body";i:358;s:32:"POST.t_TellFriendProfile_Subject";i:359;s:35:"REQUEST.t_TellFriendProfile_Subject";i:360;s:25:"POST.t_UserConfirmed_Body";i:361;s:28:"REQUEST.t_UserConfirmed_Body";i:362;s:28:"POST.t_UserConfirmed_Subject";i:363;s:31:"REQUEST.t_UserConfirmed_Subject";i:364;s:22:"POST.t_UserJoined_Body";i:365;s:25:"REQUEST.t_UserJoined_Body";i:366;s:25:"POST.t_UserJoined_Subject";i:367;s:28:"REQUEST.t_UserJoined_Subject";i:368;s:17:"POST.t_VKiss_Body";i:369;s:20:"REQUEST.t_VKiss_Body";i:370;s:20:"POST.t_VKiss_Subject";i:371;s:23:"REQUEST.t_VKiss_Subject";i:372;s:25:"POST.t_VKiss_visitor_Body";i:373;s:28:"REQUEST.t_VKiss_visitor_Body";i:374;s:28:"POST.t_VKiss_visitor_Subject";i:375;s:31:"REQUEST.t_VKiss_visitor_Subject";i:376;s:27:"POST.t_WelcomeGreeting_Body";i:377;s:30:"REQUEST.t_WelcomeGreeting_Body";i:378;s:30:"POST.t_WelcomeGreeting_Subject";i:379;s:33:"REQUEST.t_WelcomeGreeting_Subject";}}',
  'enable_dolphin_footer' => '',
  'enable_modrewrite' => 'on',
  'cupid_last_cron' => '0',
  'reg_by_inv_only' => '',
  'main_div_width' => '1073px',
  'promoWidth' => '998',
  'boonexAffID' => '',
  'enable_member_store_ip' => 'on',
  'ipBlacklistMode' => '2',
  'ipListGlobalType' => '0',
  'site_email' => 'admin@themusicvibe.com',
  'site_title' => 'The Music Vibe',
  'site_email_notify' => 'admin@themusicvibe.com',
  'enable_tiny_in_comments' => '',
  'enable_global_couple' => 'on',
  'galleryFiles_user' => '2',
  'galleryFiles_keyword' => '2',
  'enable_cache_system' => 'on',
  'nav_menu_elements_on_line_usr' => '12',
  'nav_menu_elements_on_line_gst' => '12',
  'enable_guest_comments' => '',
  'enable_cmts_profile_delete' => 'on',
  'permalinks_browse' => 'on',
  'promo_relocation_link_visitor' => 'join.php',
  'promo_relocation_link_member' => 'member.php',
  'leaders_male_types' => 'year,month,week,day',
  'leaders_female_types' => 'year,month,week,day',
  'useLikeOperator' => 'on',
  'ext_nav_menu_top_position' => 'bottom',
  'ext_nav_menu_enabled' => 'on',
  'sys_ps_enabled_group_1' => 'on',
  'sys_ps_group_1_title' => 'Default',
  'sys_ps_enabled_group_2' => 'on',
  'sys_ps_group_2_title' => 'Me Only',
  'sys_ps_enabled_group_3' => 'on',
  'sys_ps_group_3_title' => 'Public',
  'sys_ps_enabled_group_4' => 'on',
  'sys_ps_group_4_title' => 'Members',
  'sys_ps_enabled_group_5' => 'on',
  'sys_ps_group_5_title' => 'Friends',
  'sys_ps_enabled_group_6' => '',
  'sys_ps_group_6_title' => 'Faves',
  'sys_ps_enabled_group_7' => '',
  'sys_ps_group_7_title' => 'Contacts',
  'sys_make_album_cover_last' => 'on',
  'sys_album_auto_app' => 'on',
  'sys_album_default_name' => 'Hidden',
  'sys_user_info_timeout' => '3',
  'template' => 'biggi',
  'enable_template' => '',
  'sys_template_cache_enable' => '',
  'sys_template_cache_engine' => 'FileHtml',
  'sys_template_cache_image_enable' => '',
  'sys_template_cache_image_max_size' => '5',
  'sys_template_cache_css_enable' => '',
  'sys_template_cache_js_enable' => '',
  'sys_template_cache_compress_enable' => '',
  'sys_template_page_width_min' => '774',
  'sys_template_page_width_max' => '1600',
  'sys_main_logo' => '1325395757.png',
  'tags_perpage_browse' => '30',
  'tags_show_limit' => '50',
  'sys_ftp_login' => '',
  'sys_ftp_password' => '',
  'sys_ftp_dir' => 'public_html/',
  'categ_perpage_browse' => '30',
  'categ_show_limit' => '50',
  'categ_show_columns' => '5',
  'sys_security_impact_threshold_log' => '-1',
  'sys_security_impact_threshold_block' => '-1',
  'friends_per_page' => '20',
  'sys_tmp_version' => '7.0.8',
  'sys_security_form_token_enable' => 'on',
  'sys_security_form_token_lifetime' => '86400',
  'sys_db_cache_enable' => 'on',
  'sys_db_cache_engine' => 'File',
  'sys_cache_memcache_host' => '',
  'sys_cache_memcache_port' => '11211',
  'sys_pb_cache_enable' => '',
  'sys_pb_cache_engine' => 'File',
  'sys_mm_cache_engine' => 'File',
  'sys_dnsbl_enable' => 'on',
  'sys_uridnsbl_enable' => 'on',
  'sys_akismet_enable' => '',
  'sys_akismet_api_key' => '',
  'sys_antispam_block' => 'on',
  'sys_antispam_report' => 'on',
  'bx_videos_album_slideshow_height' => '450',
  'bx_videos_uploader_switcher' => 'flash,regular,record,embed',
  'bx_videos_number_previous_rated' => '4',
  'bx_videos_number_related' => '4',
  'bx_videos_number_user' => '4',
  'bx_videos_number_top' => '4',
  'bx_videos_number_all' => '12',
  'bx_videos_number_index' => '8',
  'bx_videos_mode_index' => 'last',
  'bx_videos_profile_album_name' => '{nickname}\'s videos',
  'bx_videos_allowed_exts' => 'avi flv mpg wmv mp4 m4v mov divx xvid',
  'category_auto_app_bx_videos' => 'on',
  'bx_sounds_play_list_count' => '5',
  'bx_sounds_browse_width' => '140',
  'bx_sounds_file_width' => '600',
  'bx_sounds_file_height' => '600',
  'bx_sounds_number_albums_home' => '4',
  'bx_sounds_number_albums_browse' => '8',
  'bx_sounds_number_browse' => '8',
  'biggi_template_default_color' => 'blue',
  'modzzz_bands_autoapproval' => 'on',
  'modzzz_bands_author_comments_admin' => 'on',
  'modzzz_bands_perpage_browse_subitems' => '30',
  'bx_avatar_permalinks' => 'on',
  'bx_avatar_quality' => '85',
  'bx_avatar_site_avatars' => '',
  'bx_sounds_number_previous_rated' => '4',
  'bx_sounds_number_related' => '4',
  'bx_sounds_number_user' => '4',
  'bx_sounds_number_top' => '4',
  'bx_sounds_number_index' => '8',
  'bx_sounds_number_all' => '12',
  'bx_sounds_mode_index' => 'last',
  'bx_sounds_profile_album_name' => '{nickname}\'s sounds',
  'bx_sounds_allowed_exts' => 'mp3 wav',
  'category_auto_app_bx_sounds' => 'on',
  'bx_sounds_activation' => 'on',
  'bx_videos_permalinks' => 'on',
  'bx_videos_number_browse' => '8',
  'bx_videos_number_albums_browse' => '8',
  'bx_videos_number_albums_home' => '4',
  'bx_videos_file_width' => '600',
  'bx_videos_file_height' => '600',
  'bx_videos_browse_width' => '140',
  'bx_videos_browse_height' => '102',
  'bx_videos_album_slideshow_on' => 'on',
  'bx_photos_activation' => 'on',
  'category_auto_app_bx_photos' => 'on',
  'bx_photos_allowed_exts' => 'jpg png gif',
  'bx_photos_profile_album_name' => '{nickname}\'s photos',
  'bx_photos_mode_index' => 'last',
  'bx_photos_number_all' => '12',
  'bx_photos_number_index' => '8',
  'bx_photos_number_top' => '4',
  'bx_photos_number_user' => '4',
  'bx_photos_number_related' => '4',
  'bx_photos_number_previous_rated' => '4',
  'bx_photos_number_browse' => '8',
  'bx_photos_number_albums_browse' => '8',
  'bx_photos_number_albums_home' => '4',
  'bx_photos_icon_width' => '32',
  'bx_photos_icon_height' => '32',
  'bx_photos_thumb_width' => '64',
  'bx_photos_thumb_height' => '64',
  'bx_photos_file_width' => '600',
  'bx_photos_file_height' => '600',
  'bx_photos_browse_width' => '140',
  'bx_photos_browse_height' => '140',
  'bx_photos_flickr_photo_api' => '',
  'bx_photos_album_slideshow_on' => 'on',
  'bx_photos_album_slideshow_height' => '600',
  'bx_photos_rss_feed_on' => 'on',
  'bx_photos_uploader_switcher' => 'flash,regular,record,embed',
  'bx_photos_permalinks' => 'on',
  'bx_events_main_upcoming_event_from_featured_only' => '',
  'bx_events_autoapproval' => 'on',
  'permalinks_module_board' => 'on',
  'bx_profile_customize_enable' => 'on',
  'simple_messenger_update_time' => '3000',
  'simple_messenger_visible_messages' => '25',
  'simple_messenger_allowed_chatbox' => '3',
  'permalinks_module_chat' => 'on',
  'simple_messenger_procces_smiles' => 'on',
  'bx_simple_messenger_permalinks' => 'on',
  'simple_messenger_blink_counter' => '4',
  'bx_profile_customize_permalinks' => 'on',
  'shoutbox_update_time' => '7000',
  'shoutbox_allowed_messages' => '30',
  'shoutbox_process_smiles' => 'on',
  'shoutbox_clean_oldest' => '172800',
  'shoutbox_block_sec' => '86400',
  'bx_profiler_show_debug_panel' => 'admins',
  'bx_profiler_long_sql_queries_log' => 'on',
  'bx_profiler_long_sql_queries_time' => '2',
  'bx_profiler_long_sql_queries_debug' => '',
  'bx_profiler_long_module_query_log' => 'on',
  'bx_profiler_long_module_query_time' => '3',
  'bx_profiler_long_module_query_debug' => '',
  'bx_profiler_long_page_log' => 'on',
  'bx_profiler_long_page_time' => '5',
  'bx_profiler_long_page_debug' => '',
  'dbcs_DT_logguests' => '0',
  'dbcs_DT_alpp' => '10',
  'dbcs_DT_stpp' => '10',
  'dbcs_DT_sapp' => '10',
  'enable_poll' => 'on',
  'profile_poll_num' => '4',
  'profile_page_polls' => '2',
  'index_page_polls' => '2',
  'profile_poll_act' => 'on',
  'category_auto_app_bx_poll' => 'on',
  'bx_poll_permalinks' => 'on',
  'permalinks_module_news' => 'on',
  'category_auto_app_bx_news' => 'on',
  'news_autoapprove' => 'on',
  'news_comments' => 'on',
  'news_votes' => 'on',
  'news_index_number' => '10',
  'news_member_number' => '10',
  'news_snippet_length' => '200',
  'news_per_page' => '10',
  'news_rss_length' => '10',
  'permalinks_blogs' => 'on',
  'category_auto_app_bx_blogs' => 'on',
  'bx_blogs_imagesize' => '800',
  'bx_blogs_bigthumbsize' => '340',
  'bx_blogs_thumbsize' => '110',
  'bx_blogs_iconsize' => '45',
  'max_blog_preview' => '256',
  'max_blogs_on_home' => '4',
  'blog_step' => '10',
  'blogAutoApproval' => 'on',
  'bx_events_perpage_main_past' => '6',
  'bx_events_perpage_main_recent' => '4',
  'bx_events_max_email_invitations' => '10',
  'bx_events_perpage_main_upcoming' => '10',
  'sas_orca_notify_owner' => 'on',
  'sas_orca_notify_email' => '',
  'sas_orca_notifications_permalinks' => 'on',
  'bx_files_number_index' => '2',
  'bx_files_number_featured' => '4',
  'bx_files_number_top' => '4',
  'bx_files_number_user' => '4',
  'bx_files_number_related' => '4',
  'bx_files_thumb_width' => '64',
  'bx_files_activation' => 'on',
  'category_auto_app_bx_files' => 'on',
  'bx_files_allowed_exts' => '',
  'bx_files_profile_album_name' => '{nickname}\'s files',
  'bx_files_uploader_switcher' => 'flash,regular',
  'bx_files_permalinks' => 'on',
  'bx_events_perpage_participants' => '9',
  'bx_events_perpage_browse_participants' => '30',
  'bx_events_perpage_browse' => '14',
  'bx_events_perpage_homepage' => '5',
  'bx_events_homepage_default_tab' => 'upcoming',
  'bx_events_perpage_profile' => '5',
  'bx_events_max_rss_num' => '10',
  'bx_files_mode_index' => 'last',
  'bx_files_number_all' => '10',
  'bx_files_number_albums_browse' => '10',
  'bx_files_number_albums_home' => '4',
  'bx_groups_max_rss_num' => '10',
  'bx_groups_homepage_default_tab' => 'featured',
  'bx_groups_perpage_homepage' => '5',
  'bx_groups_perpage_profile' => '4',
  'bx_groups_perpage_browse' => '14',
  'bx_groups_permalinks' => 'on',
  'bx_groups_autoapproval' => 'on',
  'bx_groups_perpage_main_recent' => '10',
  'bx_groups_max_email_invitations' => '10',
  'category_auto_app_bx_groups' => 'on',
  'bx_groups_perpage_view_fans' => '6',
  'bx_groups_perpage_browse_fans' => '30',
  'bx_groups_author_comments_admin' => 'on',
  'category_auto_app_bx_articles' => 'on',
  'permalinks_module_articles' => 'on',
  'articles_autoapprove' => 'on',
  'articles_comments' => 'on',
  'articles_votes' => 'on',
  'articles_index_number' => '10',
  'articles_member_number' => '10',
  'articles_snippet_length' => '200',
  'articles_per_page' => '10',
  'articles_rss_length' => '10',
  'users_can_upload_bx_open_social' => 'on',
  'bx_sounds_play_list_per_page' => '5',
  'bx_sounds_browse_height' => '102',
  'bx_sounds_uploader_switcher' => 'flash,regular,record',
  'bx_sounds_permalinks' => 'on',
  'modzzz_bands_perpage_browse_fans' => '30',
  'modzzz_bands_perpage_reviews_profile' => '4',
  'modzzz_bands_perpage_review' => '6',
  'modzzz_bands_perpage_browse_reviews' => '30',
  'modzzz_bands_perpage_main_recent' => '10',
  'modzzz_bands_perpage_browse' => '14',
  'modzzz_bands_perpage_profile' => '4',
  'biggi_template_rpx_alternative' => 'Install RPX login and enable in template settings or change this code of your choice!',
  'biggi_template_easy_slider_pagination' => 'on',
  'biggi_template_easy_slider' => 'on',
  'biggi_template_profile_fotos' => '233',
  'biggi_template_rpx_join' => 'off',
  'biggi_template_splash' => 'off',
  'modzzz_bands_max_rss_num' => '10',
  'modzzz_bands_perpage_accountpage' => '5',
  'modzzz_bands_max_preview' => '200',
  'modzzz_bands_perpage_main_comment' => '5',
  'modzzz_bands_perpage_main_feed' => '5',
  'modzzz_bands_perpage_main_top' => '4',
  'modzzz_bands_perpage_main_popular' => '4',
  'modzzz_bands_comments_max_preview' => '150',
  'modzzz_bands_forum_max_preview' => '150',
  'modzzz_bands_homepage_default_tab' => 'recent',
  'modzzz_bands_perpage_homepage' => '5',
  'category_auto_app_bx_events' => 'on',
  'bx_events_permalinks' => 'on',
  'ams_menu_number' => '',
  'ams_en' => '1',
  'sas_nickname_filter_permalinks' => 'on',
  'modzzz_bands_perpage_view_fans' => '6',
  'bx_zip_mode' => 'Geonames',
  'bx_zip_permalinks' => 'on',
  'bx_zip_enabled' => '',
  'permalinks_module_wall' => 'on',
  'wall_enable_guest_comments' => '',
  'modzzz_bands_perpage_view_subitems' => '6',
  'category_auto_app_modzzz_bands' => 'on',
  'modzzz_bands_facebook_app_width' => '450',
  'modzzz_bands_permalinks' => 'on',
  'applications_auto_appr_bx_open_social' => 'on',
  'pmt_default_currency_code' => 'USD',
  'pmt_default_currency_sign' => '$',
  'permalinks_module_payment' => 'on',
  'bx_store_permalinks' => 'on',
  'bx_store_autoapproval' => 'on',
  'bx_store_product_of_the_day_from_featured_only' => '',
  'category_auto_app_bx_store' => 'on',
  'bx_store_perpage_main_recent' => '10',
  'bx_store_perpage_browse' => '14',
  'bx_store_perpage_profile' => '4',
  'bx_store_perpage_homepage' => '5',
  'bx_store_homepage_default_tab' => 'featured',
  'bx_store_max_rss_num' => '10',
  'modzzz_award_permalinks' => 'on',
  'modzzz_award_icon_width' => '80',
  'modzzz_award_icon_height' => '80',
  'modzzz_award_image_width' => '250',
  'modzzz_award_image_height' => '250',
  'modzzz_award_perpage_browse' => '20',
  'modzzz_award_perpage_account' => '10',
  'modzzz_award_perpage_profile' => '10',
  'wall_rss_length' => '5',
  'modzzz_bands_max_email_invitations' => '10',
  'permalinks_module_games' => 'on',
  'mbp_type' => '',
  'permalinks_module_membership' => 'on',
  'bx_map_address_field' => '',
  'bx_map_key' => '',
  'bx_map_per_page' => '7',
  'bx_map_permalinks' => 'on',
  'bx_map_homepage_control_type' => 'small',
  'bx_map_homepage_is_type_control' => 'on',
  'bx_map_homepage_is_scale_control' => '',
  'bx_map_homepage_is_overview_control' => '',
  'bx_map_homepage_is_map_dragable' => 'on',
  'bx_map_separate_control_type' => 'large',
  'bx_map_separate_is_type_control' => 'on',
  'bx_map_separate_is_scale_control' => '',
  'bx_map_separate_is_overview_control' => 'on',
  'bx_map_separate_is_map_dragable' => 'on',
  'bx_map_profile_control_type' => 'small',
  'bx_map_profile_is_type_control' => 'on',
  'bx_map_profile_is_scale_control' => '',
  'bx_map_profile_is_overview_control' => '',
  'bx_map_profile_is_map_dragable' => 'on',
  'bx_map_profile_zoom' => '10',
  'bx_map_profile_map_type' => 'normal',
  'bx_map_homepage_lat' => '20',
  'bx_map_homepage_lng' => '70',
  'bx_map_homepage_zoom' => '1',
  'bx_map_homepage_map_type' => 'normal',
  'bx_map_separate_lat' => '20',
  'bx_map_separate_lng' => '35',
  'bx_map_separate_zoom' => '2',
  'bx_map_separate_map_type' => 'normal',
  'permalinks_module_pageac' => 'on',
  'wall_enable_delete' => 'on',
  'wall_events_per_page' => '5',
  'modzzz_point_upgrade_now' => 'on',
  'modzzz_point_upgrade_type' => 'gain',
  'modzzz_point_paypal_active' => '',
  'modzzz_point_auto_membership' => '',
  'modzzz_point_buy_membership' => 'on',
  'modzzz_point_min_purchase' => '100',
  'modzzz_point_point_cost' => '0.01',
  'modzzz_point_deflimit' => '100',
  'modzzz_point_daily_limit' => '0',
  'modzzz_point_icoheigth' => '60',
  'modzzz_point_defvalue' => '2',
  'modzzz_point_icowidth' => '60',
  'modzzz_point_trans_perpage_browse' => '50',
  'modzzz_point_leaders_perpage_homepage' => '16',
  'modzzz_point_leaders_perpage_browse' => '50',
  'modzzz_point_plusvotes_only' => 'on',
  'modzzz_point_ratebystar' => 'on',
  'modzzz_point_level_notify' => 'on',
  'modzzz_point_level_activated' => 'on',
  'modzzz_point_leaderboard_activated' => 'on',
  'modzzz_point_twoway_activated' => 'on',
  'modzzz_point_activated' => 'on',
  'modzzz_point_permalinks' => 'on',
  'send_signup_greeting' => 'on',
  'auto_send_inbox' => 'on',
  'auto_send_profile' => '',
  'auto_send_email' => 'on',
  'modzzz_greetings_subject_length' => '128',
  'modzzz_greetings_message_length' => '1024',
  'sas_spy_admin_permalinks' => 'on',
)
Called script: /member.php
Request parameters:
Array
(
    [memberSession] => 7qRN5z4p,Bgjq,wVZ8ZBQszUWRiZtjc5
    [memberID] => 1
    [memberPassword] => 1e17d11482c27fa2413ddecc1b4130b70a5fd1c0
)
Quote · 10 Jan 2012

The error is about a missing database table: modzzz_gigs_main.  It's possible you didn't install/uninstall the module completely.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 10 Jan 2012

 

The error is about a missing database table: modzzz_gigs_main.  It's possible you didn't install/uninstall the module completely.

 yeah however im trying to restore a backup now, thanks

Quote · 10 Jan 2012

 

The error is about a missing database table: modzzz_gigs_main.  It's possible you didn't install/uninstall the module completely.

 Still got this issue after restoring backup

Quote · 10 Jan 2012

 can you copy the full error onto notepad, and add it here as an attachment? 

 

The error is about a missing database table: modzzz_gigs_main.  It's possible you didn't install/uninstall the module completely.

 Still got this issue after restoring backup

 nathan is correct, it appears to be complaining about a missing table. 

 

so you have the bands module i would presume from modzzz, and it was installed it appears and removed or something has taken place there. at any rate, this can be resolved, and if you have not requested help from modzzz, then myself or others would gladly help you get this resolved. 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 11 Jan 2012

 

 can you copy the full error onto notepad, and add it here as an attachment? 

 

The error is about a missing database table: modzzz_gigs_main.  It's possible you didn't install/uninstall the module completely.

 Still got this issue after restoring backup

 nathan is correct, it appears to be complaining about a missing table. 

 

so you have the bands module i would presume from modzzz, and it was installed it appears and removed or something has taken place there. at any rate, this can be resolved, and if you have not requested help from modzzz, then myself or others would gladly help you get this resolved. 

 I tried to copy and past the error again here, but its to many words dang.

if you wanna check it out:

username: demo

password: demo1

 

themusicvibe.com

 

thanks in advance and also as you said maybe should talk with modzzz.

Kind Regards

TMV

 

Quote · 11 Jan 2012

credentials to login are no good. 

and yeah, you should paste in notepad, then attach the txt file, not try to paste such in the forum, but do it as an attachment. 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 11 Jan 2012

Modzzz did solve this issue Cool

Quote · 11 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.