Codeless
Active member
Hello all experts
I just switched to xenforo from vBulletin I was using two different servers for database hosting + 1 for images and attachments + 1 server for vBulletin files we faced some DDOS and other types of attacks in past that's why we do it.
Itas like
Server A : 192.168.1.1 (For hosting files + 1 database)
Server B : 192.168.1.2 (For hosting files + 1 database)
Server C : 192.168.1.3 (For hosting database only )
Server D : 192.168.1.4 (For images and attachments)
can i do same with xenforo ?
i will make host my domain using CloudFlare if one server is under attack we will simply change IP from CloudFlare and switch to other server.
when attack stopped from 1st server we will swith back.
Question: Xenforo can connect with two databases in the same time and can save same queries to another database ? Like mirror domain
I will appreciate if someone can tell me
in vBulletin I have slave database option can I do with xenforo
I just switched to xenforo from vBulletin I was using two different servers for database hosting + 1 for images and attachments + 1 server for vBulletin files we faced some DDOS and other types of attacks in past that's why we do it.
Itas like
Server A : 192.168.1.1 (For hosting files + 1 database)
Server B : 192.168.1.2 (For hosting files + 1 database)
Server C : 192.168.1.3 (For hosting database only )
Server D : 192.168.1.4 (For images and attachments)
can i do same with xenforo ?
i will make host my domain using CloudFlare if one server is under attack we will simply change IP from CloudFlare and switch to other server.
when attack stopped from 1st server we will swith back.
Question: Xenforo can connect with two databases in the same time and can save same queries to another database ? Like mirror domain
I will appreciate if someone can tell me
in vBulletin I have slave database option can I do with xenforo
PHP:
// ****** 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;