Automatic Log-In
Moderator: Community Team
Revamp the Login / Logout System [Pending]
My suggestion is simple. Rework the login / logout system. It's a pain in the butt to have to re-enter my username and password every time I come back to conquer club. Either make it so that you stay logged in after the browser closes, or at least make the username "sticky" (even if you're logged out, the username is still in place).
This is needed because it's annoying to have to keep logging in! Come on!
As a PHP programmer, I know that this is about a five minute fix. Come on lack, your five minutes could save the rest of us hours (scary thought: if it takes 15 seconds to log in, and you log in five times a day for a year, you've spent 7 hours and 36 minutes doing nothing but filling in that form).
I'll even code it in for you if you want. Ready?
Add to login.php:
$inThreeMonths = 60 * 60 * 24 * 90 + time();
setcookie("account", $_POST['username'], $inThreeMonths, '/');
Then on the login form, change:
<input class="field" name="username" id="username" maxlength="16" value="" tabindex="1" type="text">
To:
<input class="field" name="username" id="username" maxlength="16" value="<?php $_COOKIE['account'] ?>" tabindex="1" type="text" />
That will result in the username being sticky for three months. Then you can add a "forget me" link.
Here's what that is (forget.php):
setcookie ("account", "", time() - 3600);
header(" Location: http://www.conquerclub.com/ ");
~~~
Making the user stay logged in would be as changing the php.ini if you use sessions, or setting an expiration time if you use cookies. I don't have your login.php script so I can't help there.
This is needed because it's annoying to have to keep logging in! Come on!
As a PHP programmer, I know that this is about a five minute fix. Come on lack, your five minutes could save the rest of us hours (scary thought: if it takes 15 seconds to log in, and you log in five times a day for a year, you've spent 7 hours and 36 minutes doing nothing but filling in that form).
I'll even code it in for you if you want. Ready?
Add to login.php:
$inThreeMonths = 60 * 60 * 24 * 90 + time();
setcookie("account", $_POST['username'], $inThreeMonths, '/');
Then on the login form, change:
<input class="field" name="username" id="username" maxlength="16" value="" tabindex="1" type="text">
To:
<input class="field" name="username" id="username" maxlength="16" value="<?php $_COOKIE['account'] ?>" tabindex="1" type="text" />
That will result in the username being sticky for three months. Then you can add a "forget me" link.
Here's what that is (forget.php):
setcookie ("account", "", time() - 3600);
header(" Location: http://www.conquerclub.com/ ");
~~~
Making the user stay logged in would be as changing the php.ini if you use sessions, or setting an expiration time if you use cookies. I don't have your login.php script so I can't help there.
Mess with the best, die like the rest...
- DiM
- Posts: 10415
- Joined: Wed Feb 14, 2007 6:20 pm
- Gender: Male
- Location: making maps for scooby snacks
there's a grease monkey script that auto logs you.
or save your username and pass in the browser and you just have to click login.
or save your username and pass in the browser and you just have to click login.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
- TheSpoonyBard
- Posts: 19
- Joined: Wed Mar 12, 2008 10:18 pm
- Gender: Male
- Location: Milwaukee
- Contact:
- lackattack
- Posts: 6097
- Joined: Sun Jan 01, 2006 10:34 pm
- Location: Montreal, QC
- goffinette
- Posts: 2
- Joined: Fri Oct 13, 2006 12:45 pm
- Location: Liege
remember
Hello!!!
What about a "remember me on this computer box" on the front page!! that would be nice!!
Concise description:
Specifics:
This will improve the following aspects of the site:
What about a "remember me on this computer box" on the front page!! that would be nice!!
Concise description:
- xxxxxxx
Specifics:
- xxxxxxx
This will improve the following aspects of the site:
- xxxxxxx (you can obviously delete this for bug reports)
- xxxxxxx
- TheScarecrow
- Posts: 202
- Joined: Mon Nov 19, 2007 5:41 am
Re: remember
firefox and even IE7 has that feature already. the remember me thing on other sites is pure !@!#
- Sir. Ricco
- Posts: 4555
- Joined: Tue Oct 02, 2007 2:33 pm
- Gender: Male
- Location: Making kingdoms burn and bloodshed start.
- Contact:
Re: remember
It can get bad if people use it on Public computers. I was on a site were people were always having trouble with players hacking in to there Account, and what do you know, they had "remember me".
Suggestion: Log in
I think it would be nice to have a "remember me" function on the log in
Example: http://s182.photobucket.com/albums/x18/ ... =login.jpg
If this has been discussed before im sorry, didnt find any in the search
Example: http://s182.photobucket.com/albums/x18/ ... =login.jpg
If this has been discussed before im sorry, didnt find any in the search
- cicero
- Posts: 1358
- Joined: Wed Mar 07, 2007 1:51 pm
- Location: with the infected neutrals ... handing out maps to help them find their way to CC
Re: Suggestion: Log in
This suggestion is currently being discussed in Remember Me.
Please join in the discussion there.
Cicero
[Thread locked.]
Please join in the discussion there.
Cicero
[Thread locked.]
FREE M-E-Mbership and simple rules. Conquer Club - it's not complicated.
random me statistic @ 13 December 2008 - 1336 posts : 232nd most public posts (not counting Tower of Babble) of all time.
random me statistic @ 13 December 2008 - 1336 posts : 232nd most public posts (not counting Tower of Babble) of all time.
-
Beached Bro
- Posts: 6
- Joined: Tue Jan 26, 2010 10:40 pm
Auto-login option
IcePack wrote:Concise description:
- Sign on Feature
Specifics/Details:
- Create a check box while signing in, for remembering your user name and / or a check box for automatically signing you in on this computer
How this will benefit the site and/or other comments:
- It will save each member numerous precious seconds logging on while quickly attempting to get to that about-to-win freestyle game.
And any lazy people will be incredibly happy...
![]()
Last edited by Beached Bro on Mon Feb 01, 2010 2:39 am, edited 1 time in total.
-
Army of GOD
- Posts: 7192
- Joined: Tue Feb 24, 2009 4:30 pm
- Gender: Male
Re: Auto-login option
I agree. For people with laptops or computers that only they use, it'd be a great option.
mrswdk is a ho
Re: Auto-login option
Was about to raise this. Any call on this?
- TheForgivenOne
- Posts: 5998
- Joined: Fri May 15, 2009 8:27 pm
- Gender: Male
- Location: Lost somewhere in the snow. HELP ME
Re: Auto-login option
From what i remember, on most Browsers, when you log into a website, will ask if you would like to save the password, if you click save, each time you come to said website, the Username/Password will automatically be there. I know for a fact it works for this website, conquerclub, as i use it.
- IcePack
- Multi Hunter

- Posts: 16847
- Joined: Wed Aug 04, 2010 6:42 pm
- Gender: Male
- Location: California
Auto Sign In / Remember Me
Concise description:
Specifics/Details:
How this will benefit the site and/or other comments:
- Sign on Feature
Specifics/Details:
- Create a check box while signing in, for remembering your user name and / or a check box for automatically signing you in on this computer
How this will benefit the site and/or other comments:
- It will save each member numerous precious seconds logging on while quickly attempting to get to that about-to-win freestyle game.
And any lazy people will be incredibly happy...
- Victor Sullivan
- Posts: 6010
- Joined: Mon Feb 08, 2010 8:17 pm
- Gender: Male
- Location: Columbus, OH
- Contact:
Re: Auto Sign In / Remember Me
Great idea! I've prolly typed in "Victor Sullivan" into that damn username box like umteen million times.
[player]Beckytheblondie[/player]: "Don't give us the dispatch, give us a mustache ride."
Scaling back on my CC involvement...
Scaling back on my CC involvement...
Re: Auto Sign In / Remember Me
totally useless, my browser remembers me
- JoshyBoy
- Posts: 3750
- Joined: Mon May 26, 2008 6:04 pm
- Gender: Male
- Location: In the gym. Yeah, still there.
Re: Auto Sign In / Remember Me
greenoaks wrote:totally useless, my browser remembers me
As does mine.
drunkmonkey wrote:I honestly wonder why anyone becomes a mod on this site. You're the whiniest bunch of players imaginable.
Ron Burgundy wrote:Why don't you go back to your home on Whore Island?
- IcePack
- Multi Hunter

- Posts: 16847
- Joined: Wed Aug 04, 2010 6:42 pm
- Gender: Male
- Location: California
Re: Auto Sign In / Remember Me
still gotta type in password, no? the point was the auto sign on...
- TheForgivenOne
- Posts: 5998
- Joined: Fri May 15, 2009 8:27 pm
- Gender: Male
- Location: Lost somewhere in the snow. HELP ME
Re: Auto Sign In / Remember Me
IcePack wrote:still gotta type in password, no? the point was the auto sign on...
Nope. Most browsers that I have come by, such as Google Chrome, and Firefox (Not sure about IE anymore), have the "Remember Me" or "Remember Password" Or something along those lines, that will save the Password and Username.
- rdsrds2120
- Posts: 6274
- Joined: Fri Jul 03, 2009 3:42 am
- Gender: Male
Re: Auto Sign In / Remember Me
Yeah, lol. I just click login every time.
Re: Auto Sign In / Remember Me
IcePack wrote:still gotta type in password, no? the point was the auto sign on...
Nope...all I do is click "Login" and I'm in.
...I prefer a man who will burn the flag and then wrap himself in the Constitution to a man who will burn the Constitution and then wrap himself in the flag.



