Questions tagged [vbulletin]
16 questions
4
votes
1 answer
Nginx reverse proxy to external URL which have redirects in place
Afternoon gentlemen,
My current setup is one single site, lets call that http://production.com, that's being served by Nginx on port 80 as a static cache and Apache in the background on port 8080 localhost, nothing fancy really and this works very…

Lars
- 578
- 2
- 8
- 18
3
votes
2 answers
phpBB versus vBulletin
I'm only familiar with phpBB and wonder what the actual benefits of the vBulletin software are. I think phpBB has come a long way and has a ton of features nowadays. I think it has also improved in terms of secruity.
From my slight inquiries I…
RamboNo5
1
vote
1 answer
htaccess 301 redirect from directory to file
I have inherited a site (a vbulletin forum) and migrated it from another hosting to mine, by copying everything with scp command. The root directory had the following .htaccess
RewriteOptions inherit
RewriteEngine on
RewriteCond %{HTTP_HOST}…

Lucio Crusca
- 420
- 3
- 12
- 33
1
vote
0 answers
CloudFlare not caching vBulletin php page serving image content
I have signed up with CloudFlare and while it seems to work for some pages I cannot get a rule to work correctly with php pages serving images.
The page in question is:…

Crispin
- 11
- 1
1
vote
1 answer
MySQL database repair
Using Vbulletin 4.2.0 PL3
I've used the repair / optimize database feature in vbulletin admin panel but these below tables remain at the same size. Is this normal?
Last column is "overhead" which always remain at those values even if I do a…
user148117
1
vote
1 answer
vBulletin 5 + lighttpd url rewriting
I'm trying to get vBulletin 5 up and running under lighttpd but I'm having some problems with url rewriting. Here is the apache .htaccess provided by vBulletin.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}…

Boots
- 13
- 4
1
vote
3 answers
how can vbulletin and apache share passwords
We currently have a website that uses .htaccess to control access to some pages. We also have vBulletin running which uses a different set of credentials. What is the best way to tie these two together so they can use the same user name and…

JonDrnek
- 247
- 1
- 3
- 7
0
votes
1 answer
How to resolve Fatal error: Call to undefined function hash()?
I have this error message on my website:
Call to undefined function hash() on line 738 in .../public_html/dbtech/dbseo/includes/class_db.php
#0 .../public_html/dbtech/dbseo/includes/rewrite/thread.php(265):…

Red Science
- 11
- 3
0
votes
1 answer
VBulletin 3.6, disable "Invalid SQL" errors
VBulletin likes to dump SQL query and database metadata in case of query-error. I do not find it entertaining from security point of view.
Is there a way to disable this and just show "something went wrong, please try again later" to the users?
I…

JimiDini
- 103
- 3
0
votes
2 answers
PHP debugging under Apache on CentOS 5.9
After upgrading a vBulletin installation, accessing any page tells me that files are missing--even though they exist in the filesystem.
Based on other questions I found here, I have tried changing the file permissions to no avail, changing the error…

Steven Edwards
- 109
- 3
0
votes
1 answer
nginx, php-fcgi, VBulletin, Wordpress & Node.js
CompassionPit.com is a Node.js app. The CompassionPit blog is WordPress and the CompassionPit forum is VBulletin. Everything was working fine and dandy until I installed the VBseo plugin for VBulletin, which wants me to add these lines to my nginx…

Zack Burt
- 201
- 1
- 3
- 6
0
votes
2 answers
Why is Memcached not working with vBulletin?
I have Memcached configured and setup to with work with vBulletin 4.1.5 on a Gentoo Linux 32-bit Linode VPS. Memcached is started, includes/config.php is configured to use the memcache, and the site does load and operate normally; however,…

laebshade
- 806
- 5
- 11
0
votes
1 answer
MySQL takes forever after running certain php scripts... optimization help?
When I run a couple scripts from the vBulletin software (like uninstalling a plugin) it takes forever.
When monitoring the memory usage, it shows this =>
-/+ buffers/cache: 158 381
Swap: 255 10 245
It seems that…

Daniel Fischer
- 669
- 1
- 8
- 11
0
votes
2 answers
Is a php accelerator/php cache a must?
I run a linode VPS with 512MB of memory and I was wondering if a PHP accelerator or PHp cache is a must have?
The point of the server is a vBulletin forum.
Which one would you recommend if so?

Daniel Fischer
- 669
- 1
- 8
- 11
-1
votes
1 answer
vBulletin upstreaming to Nginx server
I have two acount on RHC Openshift so i want install nginx one one server and vbulletin on the other server , so have combine server 1 to server two (nginx to Vbulletine) I try this configuration for nginx:
#user nobody;
worker_processes …

Soheil Paper
- 1
- 2