Admin Adminstrator 2906 posts | UserID : 3 Reputation: |
Installasi vbulletin ada beberapa step yang harus di lakukan
Upload files vbulletin.
Buat new database di phpmyadmin, misal vbforum
Buka folder ‘includes‘. Rename config.php.new menjadi config.php
Buka dengan text editor. Dan edit sesuai dengan server dan database yang kita pakai
.....................
// Ganti dengan nama database kita
$config['Database']['dbname'] = 'vbforum';
...................
$config['Database']['technicalemail'] = 'nama@namasaya.com';
.....................
// sesuaikan dengan server master server
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
....................
// sesuaikan dengan database master server
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = '';
.......................
// slave server
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;
.........................
Buka browser dan akses vbforum/install/install.php [Next Step]
Step 1) Verify Configuration
Config file exists and is readable.
Step 2) Connect to the database
Attempting to attach to database
Connection succeeded! The database already exists.
Step 3) Creating Tables
Step 4) Altering Tables
Changing session to a MEMORY type
Changing cpsession to a MEMORY type
Changing language to a MYISAM type
Changing userfield to a MYISAM type
Step 5) Inserting Default Data
Step 6) Importing Language
Importing vbulletin-language.xml
Step 7) Importing Style Information
Importing vbulletin-style.xml
Step 8 ) Importing Admin Help
Importing vbulletin-adminhelp.xml
Step 9 ) Obtain Some Default Settings
Step 10) Import Default Settings
Importing vbulletin-settings.xml
Step 11) Obtain User Data
Step 12) Setup Default Data
Administrator Added
Step 13) Install Complete
You have now successfully installed vBulletin 3.
YOU MUST DELETE THE FOLLOWING FILES BEFORE CONTINUING:
install/install.php
Hapus install/install.php sebelum masuk admincp/index.php
moga berguna sobat........
Ada yang lebih simpel?
BalasHapusthank you brur atas tutornya.. sangant bermanfaat
BalasHapus