Author Topic: Global Login System (Implementation Discussion)  (Read 83207 times)

PiCaSSo

  • Autococker
  • Posts: 728
Re: Global Login System (Implementation Discussion)
« Reply #220 on: November 10, 2006, 11:09:13 AM »
Nice work Jitspoe but the age calculator is not working properly...  It is listing me as 36 with the birthdate 1962-05-27  Although I would love to be 36 or less again, I am 44 LOL

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Global Login System (Implementation Discussion)
« Reply #221 on: November 10, 2006, 11:20:48 AM »
HA!

Old man!!

PiCaSSo

  • Autococker
  • Posts: 728
Re: Global Login System (Implementation Discussion)
« Reply #222 on: November 10, 2006, 11:29:31 AM »
pfft I'm 36 now which makes me younger than you ya dinosaur!

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #223 on: November 11, 2006, 11:21:16 PM »
Is this data going to be cleared before the system is actually implemented? If not, I can't remember what the hell my password is, and the email I got only contains the activation number, and not password or anything.
The password is never even sent to the server for security purposes.  It gets hashed by the javascript then salted and hashed again before being stored in the database.  On top of that, you can use the HTTPS connection to really make sure nobody can sniff your password out.  In other words, even a high-level admin has no way of getting your password.  I tried to make it as secure as possible so the people who don't want one more password to remember can use it.

I'm impressed of your work Jits, really great. I can't wait till the new build is coming and the login system begins to work.

one little problem: i created a clan, then removed myself, i think. now, no one is leader and no one can control the clan. what now? (MeMi)
If there are members in the clan and you are the only leader, it shouldn't let you remove your leader status or leave the clan without promoting somebody else to leader.  I'll have to double check that.  I can go and manually set you back to leader, though.

Quote
Nice work Jitspoe but the age calculator is not working properly...  It is listing me as 36 with the birthdate 1962-05-27  Although I would love to be 36 or less again, I am 44 LOL
Strange.  Seemed to work fine for my age.  Maybe it has trouble calculating numbers that high.

Edit: Just verified the age thing.  That's weird.  All it does is convert your entered date to a unix date, subtract it from the current unix date, and divide by the number of seconds in a year.  Unless Google lied to me when it said "1 year = 31 556 926 seconds", I don't see how that could not work. :-\  Maybe there's a "feel good" factor in PHP that needs to be adjusted.

Edit2: Haha, I know why.  Unix epoch is 1970.  You're too old for the system, man.  I'll have to find a different way to calculate age or just use "36+".  :)
« Last Edit: November 11, 2006, 11:47:39 PM by jitspoe »

PiCaSSo

  • Autococker
  • Posts: 728
Re: Global Login System (Implementation Discussion)
« Reply #224 on: November 12, 2006, 04:10:01 AM »
Hahaha kiss my prehistoric dinosaur aZZ!!

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #225 on: November 14, 2006, 12:57:31 PM »
I redid the age calculations so it will work for senior citizens.

I need to make the email and password changing functional.  What else do you think it needs?

Smokey

  • Autococker
  • Posts: 1172
Re: Global Login System (Implementation Discussion)
« Reply #226 on: November 14, 2006, 01:18:58 PM »
I redid the age calculations so it will work for senior citizens.

I need to make the email and password changing functional.  What else do you think it needs?
uh, nothing.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #227 on: November 14, 2006, 07:41:41 PM »
Password changing is functional.  I haven't had much time to work on it today, so email changing still doesn't work.

bitmate

  • Autococker
  • Posts: 1248
Re: Global Login System (Implementation Discussion)
« Reply #228 on: November 15, 2006, 06:43:46 AM »
Will the database once be wiped off when everything is done, or will you use the available data?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #229 on: November 15, 2006, 03:06:19 PM »
It will most likely be wiped.  There's a lot of junk data in there from failed experiments.

Email changing is now functional.  Now that I think about it, there's not much reason to change you email since all it's used for is activations.  Oh well.

linx

  • PGP
  • Posts: 1
Re: Global Login System (Implementation Discussion)
« Reply #230 on: February 28, 2007, 08:05:45 AM »
What happened 2 paint ball? ???

Money

  • PGP
  • Posts: 24
Re: Global Login System (Implementation Discussion)
« Reply #231 on: March 11, 2007, 10:05:28 PM »
is there a password recovery? i signed up for the Dplogin and have forgotten my password.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #232 on: March 12, 2007, 12:43:28 PM »
There is currently no password recovery feature.  I suggest voting for that here: http://dplogin.com/forums/index.php?topic=5060.0

Smokey

  • Autococker
  • Posts: 1172
Re: Global Login System (Implementation Discussion)
« Reply #233 on: March 12, 2007, 01:13:34 PM »
There is currently no password recovery feature.  I suggest voting for that here: http://dplogin.com/forums/index.php?topic=5060.0
It would only take 30ish minutes :)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #234 on: March 12, 2007, 02:05:16 PM »
So would the thousands of other things I have on my todo list.  They add up.

OonSuomesta

  • PGP
  • Posts: 7
Re: Global Login System (Implementation Discussion)
« Reply #235 on: April 07, 2007, 02:28:05 AM »
So this is... the login system right... And this is going to be on Paintball build 017? Aaand great job jitspoe, really admire your coding skills. Right now still it seems a bit lame. Not bad though, but it's just there on a website. We all will surely be waiting for the login system to come in-game!

/* Sorry for the bad english if there's some, I haven't woke yet :) */

Matze

  • 68 Carbine
  • Posts: 346
Re: Global Login System (Implementation Discussion)
« Reply #236 on: April 07, 2007, 07:17:04 AM »

Apocalypse

  • Autococker
  • Posts: 1463
Re: Global Login System (Implementation Discussion)
« Reply #237 on: April 07, 2007, 08:03:10 AM »
Ya i love the build 17 just one minor thing do you think you could make it so you can make your name funname like colour and all that???
But other than that it's totaly sweet! ;D

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Global Login System (Implementation Discussion)
« Reply #238 on: April 07, 2007, 09:33:18 PM »
You can name formatting (colors, etc), but only in-game.

Apocalypse

  • Autococker
  • Posts: 1463
Re: Global Login System (Implementation Discussion)
« Reply #239 on: April 08, 2007, 11:04:55 AM »
Hey jitspoe is double clanning permitted???