View Single Post
Old 02-25-2007, 07:50 AM   #7 (permalink)
User Profile
cavanhalj
Junior Member
 

Join Date: Feb 2007
Age: 31
Posts: 2
Total Points: 165
Donate
My Photos: ()
In host create you database EX:Vbulletin

In ftp create one diretori ex: forums


Go vBulletin\includes\config.php.new

Edit to config.php

Open config.php wordpad

Name you database

Code:
//	****** 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'] = 'forum';

You email suport
Code:
//	****** 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'] = 'dbmaster@example.com';
MySQL Hostname and port

Code:
//	****** 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.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;

You login and pass database

Code:
//	****** 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'] = 'root';
$config['MasterServer']['password'] = '';

Forum path,exact diretory


Code:
//	******** 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'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] = '';

Done

Up al files in ftp for you host/forums

And opem hxxt://youdomain/forums/install/install.php

Go configure and Done

Sorry my ingls y fron Brasil^^

Enjoi

Last edited by cavanhalj : 02-25-2007 at 08:57 AM.
cavanhalj is offline   Reply With Quote