Author Topic: Always Stay Logged In?  (Read 16423 times)

Offline lloopp D lloopp

  • Ultra Heavyweight
  • Posts: 1754
  • Rep: 1
  • having a hard time holding these alligators down
    • View Profile
    • Awards
Re: Always Stay Logged In?
« Reply #40 on: January 07, 2011, 11:43:24 AM »
It's happening to me too :(

And Chrome
4 Brook moo moo moo moo moo moo how old was the movie food for Louis Missouri man hustle full moon eager for blow blow

currently 2-0 vs Clickbeetle in tournaments, the streak lives on
16th overall in BBEANS standings
runner up for best rookie award in BBEANS6
teamed up with jack daniels that one time
did okay in Clash Cubes 3 i guess
pound 4 pound the dreamiest gtm member

Offline ACAMS

Re: Always Stay Logged In?
« Reply #41 on: January 07, 2011, 11:49:33 AM »
OK, It is not the browser.......still looking into the problem.

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Always Stay Logged In?
« Reply #42 on: January 08, 2011, 03:13:00 PM »
9999 minutes trick isn't working with me for some reason.
Co-creator of The RA2 Randomiser



Offline ty4er

Re: Always Stay Logged In?
« Reply #43 on: January 08, 2011, 03:18:19 PM »
Me neither

either GTM is going through time machines all the time or it has a problem with the log in/accounts (hmm...)
DSL Showcase
is this bot don't lost all razors in a fight before do a damage thought

Dermot

Re: Always Stay Logged In?
« Reply #44 on: January 08, 2011, 11:48:58 PM »
This is a standard smf issue bundled with "bots" attempting to login to your account.

Any account guest or otherwise that trys to login to your account via another IP, smf breaks the session regardless.

the latest volley of bots around are just doing that, you can curb them by doing certain things.

ban them one by one by one (theres a lot)

Add .htaccess to your root with ip deny so the bots don't even get that far

Use the login mod for smf to force logins via e-mail not username (hence e-mails can be hidden even from bots)


Offline ACAMS

Re: Always Stay Logged In?
« Reply #45 on: January 08, 2011, 11:55:11 PM »
This is a standard smf issue bundled with "bots" attempting to login to your account.

Any account guest or otherwise that trys to login to your account via another IP, smf breaks the session regardless.

the latest volley of bots around are just doing that, you can curb them by doing certain things.

ban them one by one by one (theres a lot)

Add .htaccess to your root with ip deny so the bots don't even get that far

Use the login mod for smf to force logins via e-mail not username (hence e-mails can be hidden even from bots)

 
 
Thanks Dermot....
 
We may have to start logging in using our email address if that is what is causing the problem.

Offline HurricaneAndrew

  • Ultra Heavyweight
  • Posts: 4235
  • Rep: -13
  • Admon is not pleased with your shenanigans.
    • HurricaneAndrew92
    • HurricaneAndrewGTM
    • View Profile
    • Awards
  • Skype: hurricaneandrew92
Re: Always Stay Logged In?
« Reply #46 on: January 08, 2011, 11:55:52 PM »
Well, it has done it to me now. I am using chrome.

#BlackNamesMatter  |  #HurricaneAndrewDidNothingWrong  |  #DemodNaryar  |  #OldfagAlliance

Offline ACAMS

Re: Always Stay Logged In?
« Reply #47 on: January 08, 2011, 11:58:37 PM »
Well I changed the cookie name, you ALL may get logged out and have to log in with the new cookie.

Offline Dermot

  • Antweight
  • Posts: 3
  • Rep: 0
    • View Profile
    • Irish Gaming
    • Awards
Re: Always Stay Logged In?
« Reply #48 on: January 08, 2011, 11:59:26 PM »
I have curbed most of them, and have a list of a lot of ips they use

but check your error log and check for single incorrect password error for single random accounts

notable the last person effected, you should notice a good few, from all different IPs

Offline ACAMS

Re: Always Stay Logged In?
« Reply #49 on: January 09, 2011, 12:32:23 AM »
OK, I have installed a botblocker.......let's hope it works.

Offline Dermot

  • Antweight
  • Posts: 3
  • Rep: 0
    • View Profile
    • Irish Gaming
    • Awards
Re: Always Stay Logged In?
« Reply #50 on: January 09, 2011, 12:36:35 AM »

if it doesn't work..

add a .htaccess to you forum root

and use something along these lines inside it.

Code: [Select]
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html
<Limit GET HEAD POST>
order allow,deny
# Dermot Pissed off
deny from 150.70
deny from 78.47.251
deny from 83.168.210
deny from 66.96.16
deny from 93.115.241
deny from 194.154.227
deny from 83.142.228
deny from 193.198.207
deny from 81.218.219
deny from 87.236.194
deny from 87.236.199
deny from 208.66.135
deny from 91.213.50
deny from 92.241.184
deny from 137.56.163
deny from 71.244.55
deny from 173.193.221
deny from 204.152.222
deny from 199.48.147
deny from 192.251.226
deny from 88.189.58
deny from 174.36.199
deny from 208.66.135
deny from 83.142.228
deny from 174.36.199
deny from 193.198.207
deny from 137.56.163
deny from 83.170.92
deny from 84.75.174
# bots be gone
allow from all
</LIMIT>

you can take out the custom error documents or just add your own.

And more more spam bots to it as you see fit.

This will deny access to the bots before they even get to the forum.

Offline Stagfish

  • Ultra Heavyweight
  • Posts: 2963
  • Rep: 0
    • View Profile
    • Awards
Re: Always Stay Logged In?
« Reply #51 on: January 09, 2011, 05:02:57 AM »
Now i'm getting the problem :(

Offline powerrave

  • Giga Heavyweight
  • Posts: 5372
  • Rep: 2
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
Re: Always Stay Logged In?
« Reply #52 on: January 09, 2011, 05:19:34 AM »
i was logged out too, but that will have something to do with this:
Well I changed the cookie name, you ALL may get logged out and have to log in with the new cookie.
"Always be yourself, unless you're a loser"


Offline Gazea2

  • Ultra Heavyweight
  • Posts: 3670
  • Rep: 9
  • the one and only
    • View Profile
    • Awards
  • Skype: gazea2
Re: Always Stay Logged In?
« Reply #53 on: January 09, 2011, 12:19:41 PM »
This has happened to me ever since I joined. I thought that it was normal. :/

Anyway, now I can't log out.


Offline Dermot

  • Antweight
  • Posts: 3
  • Rep: 0
    • View Profile
    • Irish Gaming
    • Awards
Re: Always Stay Logged In?
« Reply #54 on: January 09, 2011, 01:25:54 PM »
Updated .htaccess if you still wanna tru it

Code: [Select]
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
ErrorDocument 500 /500.html
<Limit GET HEAD POST>
order allow,deny
# Dermot Pissed off
deny from 150.70
deny from 78.47.251
deny from 83.168.210
deny from 66.96.16
deny from 66.230.230
deny from 93.115.241
deny from 194.154.227
deny from 83.142.228
deny from 193.198.207
deny from 81.218.219
deny from 87.236.194
deny from 87.236.199
deny from 208.66.135
deny from 209.159.142
deny from 209.159.143
deny from 213.239.192
deny from 91.213.50
deny from 92.241.184
deny from 137.56.163
deny from 71.244.55
deny from 173.193.221
deny from 204.152.222
deny from 199.48.147
deny from 192.251.226
deny from 88.189.58
deny from 174.36.199
deny from 208.66.135
deny from 83.142.228
deny from 174.36.199
deny from 193.198.207
deny from 137.56.163
deny from 83.170.92
deny from 84.75.174
deny from 85.235.31
deny from 86.61.72
deny from 92.241.190
deny from 95.143.193
deny from 92.241.184
deny from 174.138.169
deny from 174.118.38
deny from 77.120.122
deny from 195.71.226
deny from 188.165.45
deny from 88.171.202
deny from 81.2.197
deny from 85.114.135
deny from 85.114.141
deny from 78.113.186
deny from 109.169.29
# bots be gone
allow from all
</LIMIT>


If you want to switch everybody to e-mail login heres the mod for that.

http://custom.simplemachines.org/mods/index.php?mod=1665

 :bigsmile:

Offline Naryar

  • Posts: 23278
  • Rep: 20
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: Always Stay Logged In?
« Reply #55 on: January 29, 2011, 12:22:05 PM »
The problem seems to start out again for me. I randomly disconnect often these times.

Offline ACAMS

Re: Always Stay Logged In?
« Reply #56 on: January 29, 2011, 12:38:40 PM »
Well it looks like we are gonna have to switch to email log in.

Offline NFX

  • *
  • Posts: 14035
  • Rep: 11
  • SliSliSliSliSliSliSliSli(0)
    • AwesomeFish921
  • Awards BOTM Winner
    • View Profile
    • Awards
  • See profile for gamer tags: Yes
  • Skype: nfxtreme0992
Re: Always Stay Logged In?
« Reply #57 on: January 29, 2011, 12:57:16 PM »
Mines has stopped doing it now, it hasn't logged me out since I returned to uni about three weeks ago.
Co-creator of The RA2 Randomiser



Offline G.K.

  • *
  • Posts: 12156
  • Rep: 10
  • Striving for a good personal text since 1994.
    • View Profile
    • Awards
Re: Always Stay Logged In?
« Reply #58 on: January 29, 2011, 12:57:52 PM »
Likewise.
My above post explains everything about everything.

Host of: Wheely Tag, Back To The Beginnings, BTTB 2, BTTB 3, BTTB 4, & BTTB V.

Heavy Metal: Champion (Mockery of the Whole Concept)
Robotic International Wars Series 1: Champion (Minifridge 6)
RA2 Team Championships 1 & 2: Champion (High Speed Train & Upthrust - as part of Naryar's Not Quite Evil Council of Doom)

Runner Up in: The Amazing Rage (Team Fedex), R0B0NOVA (Zaphod Stock), Steel Warzone (Inception of Instability), Box of Nightmares (Gicquel), Wheely Tag (Minifridge the Second)

Clash Cubes IV: 5th place (Fretless)
BBEANS 6: Rumble Winner & 6th Place (Minifridge 4)

Offline Scorpion

  • Giga Heavyweight
  • Posts: 5431
  • Rep: 2
    • View Profile
    • Awards
Re: Always Stay Logged In?
« Reply #59 on: January 29, 2011, 01:04:57 PM »
Well it happened to me before,but I just used the 9999 trick again, and it hasn't done it since.