/    Sign up×
Community /Pin to ProfileBookmark

Very Simple Login System

I’m trying to create what I thought would be a very simple login system (ha ha ha). All I want is to have a user enter their email address and then be forwarded to a page with a text area where they can save anything they enter. Any ideas?

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@lordspaceApr 07.2011 — you could use an htpasswd protected page.

then create a folder for each user there you could have an HTML file to save user's content.

e.g.

yourapp/data/users/12345/data.html

if you think this app will be used by a lot of users then you might want to make the folders *deep*


yourapp/data/users/a/b/c/12345/data.html

where a/b/c is the first 3 letters of the MD5 or SHA256 hash of the user id
×

Success!

Help @michnoff spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...