Do vB software work on x10?

Status
Not open for further replies.

bigpimpin69

New Member
Messages
36
Reaction score
0
Points
0
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?
 

Fire Wolf

New Member
Messages
480
Reaction score
0
Points
0
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.
 

bigpimpin69

New Member
Messages
36
Reaction score
0
Points
0
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.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
follow the tutorial in my sig under free hosting. it says this
Disable Gzip in Vbulletin Forums
 
Last edited:

bigpimpin69

New Member
Messages
36
Reaction score
0
Points
0
"
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.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
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
 

bigpimpin69

New Member
Messages
36
Reaction score
0
Points
0
"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:

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
try this

UPDATE `setting` SET `value` = '0' WHERE `varname` = 'gziplevel' LIMIT 1 ;
 

down16

New Member
Messages
12
Reaction score
0
Points
0
can some one set VB on x10 for me

i have been try to it for a long and it will not work for me
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
down16 said:
can some one set VB on x10 for me

i have been try to it for a long and it will not work for me

Ya it works you have to disable gzip..if you want ill set it up but only if its legal
 

ikki()

New Member
Messages
59
Reaction score
0
Points
0
down16 said:
can some one set VB on x10 for me

i have been try to it for a long and it will not work for me

You already started a topic about your problem. Also, this thread is almost 4 months old.
 
Status
Not open for further replies.
Top