06-21-2007
|
#21
|
Banned
Join Date: Apr 2007
Location: Brooklyn Park
Posts: 513
|
Re: Site Problems??
Looking for somehting specific to buy. Toss it in here.
pwn3d
|
|
|
07-13-2007
|
#22
|
ROFLCOPTER!!!
Join Date: Jan 2006
Location: Plymouth
Drives: 2005 Civic LX MANAUL!!!
Posts: 726
|
Re: Site Problems??
OK, whenever I log on, it just goes right back to the login page, even after saying "thank you for logging in"
I can do this an unlimited amount of times too
I can't login from the homepage up in the corner beacuse it tells me that the admin needs to add my domain or something to allow this
I can only get to the login if I click to quote someone or reply
I dunno, sometimes it works, but more 9 times out of 10 it doesnt.
Everything is fine on my end, I've checked all my settings.
Oh, and it acts like this no matter where I login in from, home, school, work, etc.
__________________

Need computer help? PM me if you need repair/virus problems/system building/etc, virtually anything.
"...when u lube up the pistons ur supposed to get higher compression then when they are dry..."
|
|
|
07-13-2007
|
#23
|
flips McGee
|
Re: Site Problems??
We know about the login issue from the home page, but once you are in the forums, you should be able to log in no problem. Just put in username & password, and check 'remember me'.
Are you going to dsmstyle.com or mitsustyle.com ?
|
|
|
07-18-2007
|
#24
|
ROFLCOPTER!!!
Join Date: Jan 2006
Location: Plymouth
Drives: 2005 Civic LX MANAUL!!!
Posts: 726
|
Re: Site Problems??
I go to dsmstyle.com, and I'm guessing I should be going to Mitsustyle.com, right?
__________________

Need computer help? PM me if you need repair/virus problems/system building/etc, virtually anything.
"...when u lube up the pistons ur supposed to get higher compression then when they are dry..."
|
|
|
07-18-2007
|
#25
|
flips McGee
|
Re: Site Problems??
Yes, that's probably part of the problem.
|
|
|
07-18-2007
|
#26
|
Sonic Champion!
Join Date: Jul 2005
Location: Litchfield
Drives: VA STI
Posts: 1,793
|
Re: Site Problems??
So why is my avatar small?
|
|
|
07-18-2007
|
#27
|
flips McGee
|
Re: Site Problems??
Reformat it to fit correctly.
|
|
|
07-21-2007
|
#28
|
Sonic Champion!
Join Date: Jul 2005
Location: Litchfield
Drives: VA STI
Posts: 1,793
|
Re: Site Problems??
Quote:
Originally Posted by scheides
Reformat it to fit correctly.
|
Tried. It says in the upload screen that I can only use a 50X50 pixel pic. How is it some people get the bigger pics, but I'm stuck with crappy small ones haha?
|
|
|
09-25-2007
|
#29
|
Is funding Exxon.
Join Date: Oct 2003
Location: Ham Lake
Drives: like a bat outta hell!
Posts: 7,983
|
Re: Site Problems??
How about making the search so you can use 3 letter words? There are a lot of them that would be helpful, E85, Evo, etc.
__________________
Is burning corn and stayin' warm!
My motorcycle is stock and reliable, my Talon is neither!
|
|
|
09-25-2007
|
#30
|
flips McGee
|
Re: Site Problems??
Quote:
Originally Posted by JET
How about making the search so you can use 3 letter words? There are a lot of them that would be helpful, E85, Evo, etc.
|
Good idea! I lowered it to 3. I can do 2 as well, if someone can think of a good reason why?
|
|
|
09-25-2007
|
#31
|
immune from paybans
Join Date: Oct 2005
Location: West Des Moines
Drives: poorly
Posts: 4,358
|
Re: Site Problems??
Quote:
Originally Posted by scheides
Good idea! I lowered it to 3. I can do 2 as well, if someone can think of a good reason why?
|
Isn't that a change in the MySQL database settings for full-text searches? Does that require you to rebuild the indexes or is it automatic?
If you lower it to 2 the index will get a lot larger, probably not necessary.
Edit: After one search it's very apparent, this is only going to take effect on new posts unless you manually tell it to rebuild the search indexes.
Also, please automatically include a star after each search word. Otherwise I have to remember to type in turbo* oxygen* in my searches if I wanted to find posts with turbos and some word form of oxygen. It looks like it's already splitting up the search by words so it shouldn't be too hard to add them: ... AGAINST ('+$word1* +$word2* ...' IN BOOLEAN MODE) ...
Last edited by asshanson; 09-25-2007 at 03:50 PM..
|
|
|
09-26-2007
|
#32
|
flips McGee
|
Re: Site Problems??
Quote:
Originally Posted by slowboy
Isn't that a change in the MySQL database settings for full-text searches? Does that require you to rebuild the indexes or is it automatic?
If you lower it to 2 the index will get a lot larger, probably not necessary.
Edit: After one search it's very apparent, this is only going to take effect on new posts unless you manually tell it to rebuild the search indexes.
Also, please automatically include a star after each search word. Otherwise I have to remember to type in turbo* oxygen* in my searches if I wanted to find posts with turbos and some word form of oxygen. It looks like it's already splitting up the search by words so it shouldn't be too hard to add them: ... AGAINST ('+$word1* +$word2* ...' IN BOOLEAN MODE) ...
|
Hit me up with a link or two on this info, mostly because I can't be bothered to search myself.
|
|
|
09-26-2007
|
#33
|
immune from paybans
Join Date: Oct 2005
Location: West Des Moines
Drives: poorly
Posts: 4,358
|
Re: Site Problems??
Edit: guess I misunderstood.
To rebuild an index: REPAIR TABLE tbl_name QUICK;
You'll have to do this for every table with a full-text index that you're searching.
As for adding a * to searches, you'll have to look at vBulletin code to see wherever it's doing its searches. Look for "in boolean mode" or something like that. See http://dev.mysql.com/doc/refman/5.0/...t-boolean.html for the SQL syntax for MySQL.
Last edited by asshanson; 09-26-2007 at 12:39 PM..
|
|
|
09-26-2007
|
#34
|
Banned
Join Date: Dec 2003
Location: Boulder, CO
Drives: Conquest
Posts: 5,049
|
Re: Site Problems??
He wasn't mad at you, he just wants you to send a link because he's lazy. You were helpful, I understood, and I sock at computer language.
And here's a good reason not to include two letter words: FU !
|
|
|
09-26-2007
|
#35
|
immune from paybans
Join Date: Oct 2005
Location: West Des Moines
Drives: poorly
Posts: 4,358
|
Re: Site Problems??
I guess first I should have asked, are you using the default vBulletin search or the MySQL built-in full text searches? If you're using vBulletin search engine I have no idea how to make the changes.
|
|
|
10-07-2007
|
#36
|
flips McGee
|
Re: Site Problems??
Anyone else seeing the weird stripe across the top in Firefox? Inbetween the nav menu and the forum - subforum listings
|
|
|
10-07-2007
|
#37
|
Area code 166 represent
Join Date: Aug 2003
Location: Crystal, MN
Posts: 10,329
|
Re: Site Problems??
I see a big open area, and I didn't touch anything, I swear.
__________________
'16 Focus ST - Daily Duty
'93 mr2 - Track car in progress
|
|
|
10-07-2007
|
#38
|
Is funding Exxon.
Join Date: Oct 2003
Location: Ham Lake
Drives: like a bat outta hell!
Posts: 7,983
|
Re: Site Problems??
It started doing it yesterday, the ads are messed up. Also I have to hit back twice to go back instead of once, this is IE7.
__________________
Is burning corn and stayin' warm!
My motorcycle is stock and reliable, my Talon is neither!
|
|
|
10-08-2007
|
#39
|
flips McGee
|
Re: Site Problems??
There was a google ads reference in there for some reason, like the template reverted to an old or something. Might have been something non-working when the ads were setup, and now it started working, or vice-versa. Oh well, all better now!
|
|
|
10-09-2007
|
#40
|
immune from paybans
Join Date: Oct 2005
Location: West Des Moines
Drives: poorly
Posts: 4,358
|
Re: Site Problems??
The main forums page is about 3 screens wide in Safari. Just started doing it today. It loads normal at first, then it seems like it loads something at the bottom and it goes super wide. Could be the shoutbox?
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|