[MU] Cao Thủ config forum dúp em mới
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Trang 1 của 2 1 2 CuốiCuối
Kết quả 1 đến 10 của 16
  1. #1
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Cao Thủ config forum dúp em mới

    làm thế nào để chỉnh phần
    Notice: Tét
    trong khung chát box thế mọi người
    Lần sửa cuối bởi kutymeo, ngày 23-01-13 lúc 02:18 AM.
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #2
    Thành Viên
    Ngày tham gia
    Aug 2010
    Bài viết
    316
    Thanks
    87
    Thanked 98 Times in 43 Posts

    Ðề: Cao Thủ cofig forum dúp em mới

    $config['Database']['dbname'] = 'forum';
    là cái này nè freev_12171769'
    Khách viếng thăm hãy cùng k0y1a xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  3. Các thành viên gởi lời cảm ơn đến k0y1a vì bài viết này !

    kutymeo (22-01-13)

  4. #3
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Ðề: Cao Thủ cofig forum dúp em mới

    vẫn không được bạn ơi dù mình thay thêm cả tên database vào luôn cũng không đc
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #4
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Ðề: Cao Thủ cofig forum dúp em mới

    Code:
    <?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 4.1.11
    || # ---------------------------------------------------------------- # ||
    || # All PHP code in this file is ©2000-2012 vBulletin Solutions Inc. # ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || #################################################################### ||
    \*======================================================================*/
    
    /*-------------------------------------------------------*\
    | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
    +---------------------------------------------------------+
    | If you get any errors while attempting to connect to    |
    | MySQL, you will need to email your webhost because we   |
    | cannot tell you the correct values for the variables    |
    | in this file.                                           |
    \*-------------------------------------------------------*/
    
    	//	****** DATABASE TYPE ******
    	//	This is the type of the database server on which your vBulletin database will be located.
    	//	Valid options are mysql and mysqli, for slave support add _slave.  Try to use mysqli if you are using PHP 5 and MySQL 4.1+
    	// for slave options just append _slave to your preferred database type.
    $config['Database']['dbtype'] = 'mysql';
    
    	//	****** DATABASE NAME ******
    	//	This is the name of the database where your vBulletin will be located.
    	//	This must be created by your webhost.
    $config['Database']['dbname'] = 'freev_12171769_forum';
    
    	//	****** TABLE PREFIX ******
    	//	Prefix that your vBulletin tables have in the database.
    $config['Database']['tableprefix'] = '';
    
    	//	****** TECHNICAL EMAIL ADDRESS ******
    	//	If any database errors occur, they will be emailed to the address specified here.
    	//	Leave this blank to not send any emails when there is a database error.
    $config['Database']['technicalemail'] = '[email protected]';
    
    	//	****** FORCE EMPTY SQL MODE ******
    	// New versions of MySQL (4.1+) have introduced some behaviors that are
    	// incompatible with vBulletin. Setting this value to "true" disables those
    	// behaviors. You only need to modify this value if vBulletin recommends it.
    $config['Database']['force_sql_mode'] = false;
    
    
    
    	//	****** MASTER DATABASE SERVER NAME AND PORT ******
    	//	This is the hostname or IP address and port of the database server.
    	//	If you are unsure of what to put here, leave the default values.
    	//
    	//	Note: If you are using IIS 7+ and MySQL is on the same machine, you 
    	//	need to use 127.0.0.1 instead of localhost
    $config['MasterServer']['servername'] = 'sql102.freevnn.com';
    $config['MasterServer']['port'] = 3306;
    
    	//	****** MASTER DATABASE USERNAME & PASSWORD ******
    	//	This is the username and password you use to access MySQL.
    	//	These must be obtained through your webhost.
    $config['MasterServer']['username'] = 'freev_12171769';
    $config['MasterServer']['password'] = '........pas của mình';
    
    	//	****** MASTER DATABASE PERSISTENT CONNECTIONS ******
    	//	This option allows you to turn persistent connections to MySQL on or off.
    	//	The difference in performance is negligible for all but the largest boards.
    	//	If you are unsure what this should be, leave it off. (0 = off; 1 = on)
    $config['MasterServer']['usepconnect'] = 0;
    
    
    
    	//	****** SLAVE DATABASE CONFIGURATION ******
    	//	If you have multiple database backends, this is the information for your slave
    	//	server. If you are not 100% sure you need to fill in this information,
    	//	do not change any of the values here.
    $config['SlaveServer']['servername'] = '';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = '';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;
    
    
    
    	//	****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
    	//	This setting allows you to change the name of the folders that the admin and
    	//	moderator control panels reside in. You may wish to do this for security purposes.
    	//	Please note that if you change the name of the directory here, you will still need
    	//	to manually change the name of the directory on the server.
    $config['Misc']['admincpdir'] = 'admincp';
    $config['Misc']['modcpdir'] = 'modcp';
    
    	//	Prefix that all vBulletin cookies will have
    	//	Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
    $config['Misc']['cookieprefix'] = 'bb';
    
    	//	******** FULL PATH TO FORUMS DIRECTORY ******
    	//	On a few systems it may be necessary to input the full path to your forums directory
    	//	for vBulletin to function normally. You can ignore this setting unless vBulletin
    	//	tells you to fill this in. Do not include a trailing slash!
    	//	Example Unix:
    	//	  $config['Misc']['forumpath'] = '/home/users/public_html/forums';
    	//	Example Win32:
    	//	  $config['Misc']['forumpath'] = 'diendanlm.freevnn.com\htdocs\apache group\apache\htdocs\vb3';
    $config['Misc']['forumpath'] = '';
    
    	//	****** COOKIE SECURITY HASH ******
    	//	This option allows you to encode cookie.
    	//	You may use any latin and/or any other alphanumeric symbols.
    	//	Leave this blank to use the default value.
    	//	Note: if you change this all users will be logout.
    $config['Misc']['cookie_security_hash'] = ''; 
    
    
    	//	****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
    	//	The users specified here will be allowed to view the admin log in the control panel.
    	//	Users must be specified by *ID number* here. To obtain a user's ID number,
    	//	view their profile via the control panel. If this is a new installation, leave
    	//	the first user created will have a user ID of 1. Seperate each userid with a comma.
    $config['SpecialUsers']['canviewadminlog'] = '1';
    
    	//	****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
    	//	The users specified here will be allowed to remove ("prune") entries from the admin
    	//	log. See the above entry for more information on the format.
    $config['SpecialUsers']['canpruneadminlog'] = '1';
    
    	//	****** USERS WITH QUERY RUNNING PERMISSIONS ******
    	//	The users specified here will be allowed to run queries from the control panel.
    	//	See the above entries for more information on the format.
    	//	Please note that the ability to run queries is quite powerful. You may wish
    	//	to remove all user IDs from this list for security reasons.
    $config['SpecialUsers']['canrunqueries'] = '';
    
    	//	****** UNDELETABLE / UNALTERABLE USERS ******
    	//	The users specified here will not be deletable or alterable from the control panel by any users.
    	//	To specify more than one user, separate userids with commas.
    $config['SpecialUsers']['undeletableusers'] = '';
    
    	//	****** SUPER ADMINISTRATORS ******
    	//	The users specified below will have permission to access the administrator permissions
    	//	page, which controls the permissions of other administrators
    $config['SpecialUsers']['superadministrators'] = '1';
    
    	// ****** DATASTORE CACHE CONFIGURATION *****
    	// Here you can configure different methods for caching datastore items.
    	// vB_Datastore_Filecache  - to use includes/datastore/datastore_cache.php
    	// vB_Datastore_APC - to use APC
    	// vB_Datastore_XCache - to use XCache
    	// vB_Datastore_Memcached - to use a Memcache server, more configuration below
    // $config['Datastore']['class'] = 'vB_Datastore_Filecache';
    
    	// ******** DATASTORE PREFIX ******
    	// If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
    	// than one set of forums installed on your host, you *may* need to use a prefix
    	// so that they do not try to use the same variable within the cache.
    	// This works in a similar manner to the database table prefix.
    // $config['Datastore']['prefix'] = '';
    
    	// It is also necessary to specify the hostname or IP address and the port the server is listening on
    /*
    $config['Datastore']['class'] = 'vB_Datastore_Memcached';
    $i = 0;
    // First Server
    $i++;
    $config['Misc']['memcacheserver'][$i]		= 'diendanlm.freevnn.com';
    $config['Misc']['memcacheport'][$i]			= 11211;
    $config['Misc']['memcachepersistent'][$i]	= true;
    $config['Misc']['memcacheweight'][$i]		= 1;
    $config['Misc']['memcachetimeout'][$i]		= 1;
    $config['Misc']['memcacheretry_interval'][$i] = 15;
    */
    
    // ****** The following options are only needed in special cases ******
    
    	//	****** MySQLI OPTIONS *****
    	// When using MySQL 4.1+, MySQLi should be used to connect to the database.
    	// If you need to set the default connection charset because your database
    	// is using a charset other than latin1, you can set the charset here.
    	// If you don't set the charset to be the same as your database, you
    	// may receive collation errors.  Ignore this setting unless you
    	// are sure you need to use it.
    // $config['Mysqli']['charset'] = 'utf8';
    
    	//	Optionally, PHP can be instructed to set connection parameters by reading from the
    	//	file named in 'ini_file'. Please use a full path to the file.
    	//	Example:
    	//	$config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini\MySQL\MySQL Server 4.1\my.ini';
    $config['Mysqli']['ini_file'] = '';
    
    // Image Processing Options
    	// Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
    $config['Misc']['maxwidth'] = 2592;
    $config['Misc']['maxheight'] = 1944;
    
    /*======================================================================*\
    || ####################################################################
    || # CVS: $RCSfile$ - $Revision: 39199 $
    || ####################################################################
    \*======================================================================*/
    đây làm theo bạn cũng vẫn không được
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #5
    Thành Viên
    Ngày tham gia
    Jun 2012
    Bài viết
    194
    Thanks
    107
    Thanked 29 Times in 25 Posts

    Ðề: Cao Thủ cofig forum dúp em mới

    Trích dẫn Gửi bởi kutymeo [Only registered and activated users can see links. ]
    vẫn không được bạn ơi dù mình thay thêm cả tên database vào luôn cũng không đc

    Như bạn trên nói và thêm chỗ nữa

    $config['SlaveServer']['servername'] = '';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = '';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;
    Khách viếng thăm hãy cùng ThanhN xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. Các thành viên gởi lời cảm ơn đến ThanhN vì bài viết này !

    kutymeo (22-01-13)

  8. #6
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Ðề: Cao Thủ cofig forum dúp em mới

    Trích dẫn Gửi bởi ThanhN [Only registered and activated users can see links. ]
    Như bạn trên nói và thêm chỗ nữa
    Code:
    	//	****** SLAVE DATABASE CONFIGURATION ******
    	//	If you have multiple database backends, this is the information for your slave
    	//	server. If you are not 100% sure you need to fill in this information,
    	//	do not change any of the values here.
    $config['SlaveServer']['servername'] = 'freev_12171769_forum';
    $config['SlaveServer']['port'] = 3306;
    $config['SlaveServer']['username'] = '';
    $config['SlaveServer']['password'] = '';
    $config['SlaveServer']['usepconnect'] = 0;
    như này à anh
    Lần sửa cuối bởi kutymeo, ngày 22-01-13 lúc 06:45 PM.
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  9. #7
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Ðề: Cao Thủ config forum dúp em mới

    ai giúp mới [-O <[-O <[-O <[-O <[-O <[-O <
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  10. #8
    Thành Viên
    Ngày tham gia
    Jul 2012
    Bài viết
    370
    Thanks
    62
    Thanked 193 Times in 44 Posts

    Ðề: Cao Thủ config forum dúp em mới

    Trích dẫn Gửi bởi kutymeo [Only registered and activated users can see links. ]
    ai giúp mới [-O <[-O <[-O <[-O <[-O <[-O <
    bạn thử đọc bài này xem có ích ko
    [Only registered and activated users can see links. ]
    Khách viếng thăm hãy cùng Newbie2012 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  11. Các thành viên gởi lời cảm ơn đến Newbie2012 vì bài viết này !

    kutymeo (22-01-13)

  12. #9
    Thành Viên
    Ngày tham gia
    Feb 2012
    Bài viết
    463
    Thanks
    100
    Thanked 88 Times in 71 Posts

    Ðề: Cao Thủ config forum dúp em mới

    pm yahoo : thuynga9119 mình giúp , cái forum có j đâu

    À nếu o thì xem cái video thứ 2 ở đây , cũng dạng host free đó

    [Only registered and activated users can see links. ]
    Lần sửa cuối bởi thuynga, ngày 22-01-13 lúc 07:02 PM.
    Khách viếng thăm hãy cùng thuynga xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  13. Các thành viên gởi lời cảm ơn đến thuynga vì bài viết này !

    kutymeo (22-01-13)

  14. #10
    Thành Viên
    Ngày tham gia
    Jun 2010
    Bài viết
    59
    Thanks
    66
    Thanked 1 Time in 1 Post

    Ðề: Cao Thủ config forum dúp em mới

    Trích dẫn Gửi bởi thuynga [Only registered and activated users can see links. ]
    pm yahoo : thuynga9119 mình giúp , cái forum có j đâu

    À nếu o thì xem cái video thứ 2 ở đây , cũng dạng host free đó

    [Only registered and activated users can see links. ]
    bạn ol yahoo mình nhờ tý mới ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    Khách viếng thăm hãy cùng kutymeo xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 
Trang 1 của 2 1 2 CuốiCuối

Các Chủ đề tương tự

  1. [MU] UltraPoster Phần mềm quảng cáo Forum(Full + Key + 8000 Forum)
    Bởi thangvp trong diễn đàn SQL Server & Website
    Trả lời: 15
    Bài viết cuối: 11-12-12, 08:45 PM
  2. [MU] Mass Forum Poster V9.0 [FULL CRACK] - Phần Mềm Quảng Cáo Mu Tại Các Forum
    Bởi Hào Hoa Công Tử trong diễn đàn SQL Server & Website
    Trả lời: 35
    Bài viết cuối: 29-11-12, 09:24 AM
  3. [MU] Nhờ pro giúp đỡ bị lệch khung Forum và lỗi sub-forum
    Bởi heroviet2301 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 1
    Bài viết cuối: 13-11-12, 10:30 AM
  4. [MU] Giúp em config CTC + forum
    Bởi dodanh trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 04-09-12, 12:22 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 02:11 AM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.