Does it work here? I have tried installing my vB here many times now, and it hasn't worked. I get this page of complete crap. A friend told me it was because vB doesn't work on x10. Is this true?
Does it work here? I have tried installing my vB here many times now, and it hasn't worked. I get this page of complete crap. A friend told me it was because vB doesn't work on x10. Is this true?
Vb works on x10, I had Vb forum before. Hell, even you ^ had a VB forum on x10 before. But I dont think a Vb forum is possible on instant hosting.
Yeah, I had but that was on paid hosting. And well that really wasn't legit. I think you know what happened Fire Wolf. What I meant, was does it work on free hosting? Because I installed a legal version perfectly, and I am getting a messed up outcome.
follow the tutorial in my sig under free hosting. it says this
Disable Gzip in Vbulletin Forums
Last edited by Chris S; 05-27-2006 at 12:36 PM.
I would love to change the world, but they won't give me the source code
"
Step 1. Open phpMyAdmin in your web browser
Step 2. Run this code on your vbulletin table
Code:
UPDATE `setting` SET `value` = '0' WHERE `varname` = 'gziplevel' LIMIT 1 ;"
How would you do that? I am at the phpmyadmin, but I don't understand what to do from their.
go to the database that holds the forum, then run that query on that database, you may need to replace setting with the database prefix
I would love to change the world, but they won't give me the source code
"There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unclosed quote @ 0
STR: "
SQL: "
SQL query:
"
MySQL said: Documentation
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"' at line 1 "
I tried running the query, this is what I got. Any help??
Last edited by bigpimpin69; 05-30-2006 at 09:02 PM.
try this
UPDATE `setting` SET `value` = '0' WHERE `varname` = 'gziplevel' LIMIT 1 ;
I would love to change the world, but they won't give me the source code
Worked thanks!
make sure to update the admin panel
I would love to change the world, but they won't give me the source code