Simple PHP Login/Registration Script

Status
This thread has been locked.

Hannes

I make stuff move
Supreme
Feedback score
75
Posts
4,227
Reactions
2,124
Resources
0
I need a simple PHP login/registration script but I literally have $0.05 right now as my paypal got perm limited. I can pay in alt accounts as I need it for an altdispenser site, or if you can come up with something else I can pay with. :)
I just need a login page and a registration page, that's pretty much it.
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
Trust me, this isnt something you want to go cheap on. The login script is the first line of defence for your users accounts. Anyone could make a php login script after looking on a few sites to learn php. If the login system isnt well protected against attacks like SQL injection, you will have alot of problems.

I used this a while back: https://github.com/panique/php-login-minimal you could set that up and edit it to your likeing.
 

Hannes

I make stuff move
Supreme
Feedback score
75
Posts
4,227
Reactions
2,124
Resources
0
Trust me, this isnt something you want to go cheap on. The login script is the first line of defence for your users accounts. Anyone could make a php login script after looking on a few sites to learn php. If the login system isnt well protected against attacks like SQL injection, you will have alot of problems.

I used this a while back: https://github.com/panique/php-login-minimal you could set that up and edit it to your likeing.
Yeah, that's true. But as I said, I'v literally got $0.05. :/ I will get it improved later on if I get some cash to spend.
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
And what would this cost? Kappa
1 budget hour of my life = $25
+
1 budget hour of my life to fix any small issues += $25

= $50

I love edits while you reply.
 

MTG

Supreme
Feedback score
78
Posts
2,456
Reactions
2,600
Resources
0
Done, I will send you a test link at PM.
 
Status
This thread has been locked.
Top