Grover
Well-known member
Hi @eva2000, your name was mentioned on the Cloudflare community, as someone said: “Eva2000 is a massive user of Cloudflare and Xenforo. I’m sure he’ll be along soon to say how well they work together and things to look out for”.
Our hostingprovider put our forum temporarily offline, since we were under a DDoS attack. We are still running vBlletin 3.8.11 (can you believe it?
) and our hostingprovider requested us to use Cloudflare. I have no technical knowledge on these matters, so I thought of asking you and other technical users in this forum for advice.
We are in the process of testing Xenforo, to migrate our vBulletin 3.8.11 board to Xenforo asap. But before we can continue the test traject we need a properly functioning live board on vBulletin 3.8.11 that works with Cloudflare.
I did put out a support ticket to vBulletin and this was the answer I received from their support department, on my question “As a non-technical person I have no knowledge on this level and so I was wondering if vBulletin 3.8.11 is compatible with Cloudflare? And if yes, what do I need to do to make vBulletin 3.8.11 work with Cloudflare”:
(@Slavik is kindly helping us out with our migration to Xenforo and with the post above I am trying to figure out if I (as a non-technical person) can figure out how to setup Cloudflare myself for my vBulletin board. If I can’t still manage it myself, I will ask for further personal assistance on specifically this
)
Thanks for any insights!
Our hostingprovider put our forum temporarily offline, since we were under a DDoS attack. We are still running vBlletin 3.8.11 (can you believe it?

We are in the process of testing Xenforo, to migrate our vBulletin 3.8.11 board to Xenforo asap. But before we can continue the test traject we need a properly functioning live board on vBulletin 3.8.11 that works with Cloudflare.
I did put out a support ticket to vBulletin and this was the answer I received from their support department, on my question “As a non-technical person I have no knowledge on this level and so I was wondering if vBulletin 3.8.11 is compatible with Cloudflare? And if yes, what do I need to do to make vBulletin 3.8.11 work with Cloudflare”:
Hello,
We have never tested vBulletin 3.X with Cloudflare. The only kind of compatibility it might have is setting the proxy values in the includes/config.php file.
The variations of these that we ship for vBulletin 6 look like this:
//default configuration for Cloudflare proxy.
$config['Misc']['proxyiplist'] = '103.21., 103.22., 103.31., 104.16., 108.162., 131.0., ' .
'141.101., 162.158., 172.64., 173.245., 188.114., 190.93., 197.234., 198.41., ' .
'2400:cb00:, 2405:b500:, 2606:4700:, 2803:f800:, 2c0f:f248:, 2a06:98c0:';
$config['Misc']['proxyipheader'] = 'HTTP_CF_CONNECTING_IP';
Putting these at the bottom of your includes/config.php file making sure it is above any closing ?>. This will tell vBulletin to handle incoming Cloudflare IP Addresses. There is no other setting in vBulletin 3.8.11 to deal with CloudFlare.
- Can you or anyone tell me if I need to add these lines to my config.php indeed for vBulletin 3.8.11?
- What else do I need to set in Cloudflare itself to make it work with my vBulletin 3.8.11 board? (I could use instructions/a manual of some sort).
- And last… if I setup Cloudflare for my vBulletin board and let my vBulletin board be migrated to Xenforo in a few weeks, will this cause any issues for my new Xenforo board?
(@Slavik is kindly helping us out with our migration to Xenforo and with the post above I am trying to figure out if I (as a non-technical person) can figure out how to setup Cloudflare myself for my vBulletin board. If I can’t still manage it myself, I will ask for further personal assistance on specifically this

Thanks for any insights!
Last edited: