Raised This Month: $12 Target: $400
 3% 

Register System V9.0 by m0skVi4a ;]


Post New Thread Reply   
 
Thread Tools Display Modes
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 11-07-2011 , 11:51   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #21

No errors and works fine to me.

@m0skVi4a

Thanks.
__________________
Snaker beatter is offline
GUIZZZZZ
BANNED
Join Date: Oct 2011
Location: Brazil - RJ
Old 11-07-2011 , 12:04   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #22

No errors and works fine to me too

@m0skVi4a

Thank very much!

@Edit

Would you could remove the EXIT button for those who have to register?

Last edited by GUIZZZZZ; 11-07-2011 at 12:09.
GUIZZZZZ is offline
m0skVi4a
Senior Member
Join Date: May 2011
Location: Rousse, Bulgaria
Old 11-07-2011 , 12:42   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #23

Quote:
Originally Posted by GUIZZZZZ View Post
No errors and works fine to me too

@m0skVi4a

Thank very much!

@Edit

Would you could remove the EXIT button for those who have to register?
Thanks for the idea
m0skVi4a is offline
Send a message via Skype™ to m0skVi4a
DarkT1
Member
Join Date: Oct 2011
Old 11-07-2011 , 14:47   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #24

GJ

and what i need to do if i dont remmber the "pass"?
DarkT1 is offline
GUIZZZZZ
BANNED
Join Date: Oct 2011
Location: Brazil - RJ
Old 11-07-2011 , 14:51   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #25

Contact an admin...

Password saved in regusers.ini
GUIZZZZZ is offline
Tirant
Veteran Member
Join Date: Jul 2008
Location: Los Angeles, California
Old 11-07-2011 , 19:05   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #26

Saving the passwords in a readable/understandable format is not good. You severely comprimise the security of the users. I would say encrypt it, but that would not work because this is an open source plugin. I don't want to say it's a bad idea, just that this plugin shouldn't be approved for that reason. Like, what would stop me from running this, and then trying out log onto some online accounts of yours (here, or say your bank account) using the same password that you used ingame and it working?
__________________

PM me if you're interested in buying the Credits addition for Base Builder
Battlefield Rebirth [66% done]
Call of Duty: MW2 [100% done]
Base Builder [100% done]
Tirant is offline
GordonFreeman (RU)
Veteran Member
Join Date: Jan 2010
Location: Uzbekistan
Old 11-07-2011 , 21:57   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #27

someone did something like this in PHP for Rising Sun
__________________
The functional way is the right way
GordonFreeman (RU) is offline
SGT
Senior Member
Join Date: Sep 2011
Old 11-08-2011 , 02:00   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #28

You can make it generate random passwords for users. When someone signs up, it gives them a random yet easy to memorize password. There wouldn't be a point in hacking that, and at the same time their in-game accounts will be secure. You can also make it so that if someone doesn't log in within 20 days, it auto erases the account.
SGT is offline
Sylwester
Veteran Member
Join Date: Oct 2006
Location: Poland
Old 11-08-2011 , 03:17   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #29

1) instead of storing username and password, you should store username and hash
PHP Code:
#define SALT "23kln50h2nasfjn0gn3021rnklsdfi9rhfwdf" //this is some random string, every server should edit it and use their own
new cache[512]
formatex(cachesizeof(cache)-1"%s%s%s"usernamepassword,  SALT)
new 
hash[34]
md5(cachehash
2) convert it to sql
__________________
Impossible is Nothing
Sylwester is offline
GUIZZZZZ
BANNED
Join Date: Oct 2011
Location: Brazil - RJ
Old 11-08-2011 , 09:58   Re: Register System V1.0 BETA by m0skVi4a ;]
Reply With Quote #30

SQL? Oh, no ):

Quote:
Saving the passwords in a readable/understandable format is not good. You severely comprimise the security of the users. I would say encrypt it, but that would not work because this is an open source plugin. I don't want to say it's a bad idea, just that this plugin shouldn't be approved for that reason. Like, what would stop me from running this, and then trying out log onto some online accounts of yours (here, or say your bank account) using the same password that you used ingame and it working?
LOL.. No one will put a work password in the game..

Last edited by GUIZZZZZ; 11-08-2011 at 10:03.
GUIZZZZZ is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode