/    Sign up×
Community /Pin to ProfileBookmark

[SIZE=3][FONT=Times New Roman][I][B]I am using an asp script to log a user into a page I was wondering how i can make a page using php with stuff for a specific person ex. yahoo mail (the wierd numbers) when you login in the url bar[/B][/I][/FONT][/SIZE] ?

to post a comment
PHP

5 Comments(s)

Copy linkTweet thisAlerts:
@GenixdeaeApr 22.2005 — those wierd numbers are a value encoded. most likly a custom hash. i dont know what they are encoding but an example would be md5(userloginname); and put that in the url.
Copy linkTweet thisAlerts:
@BrkwtzandrewauthorApr 25.2005 — [COLOR=Blue][SIZE=2][FONT=Times New Roman]I kinda figured that out but, how can I do something like that for my site

Anyone... *looks around* [COLOR=Red]:eek:[/COLOR] [/FONT][/SIZE]
[/COLOR]
Copy linkTweet thisAlerts:
@GenixdeaeApr 26.2005 — in your links just put

?hash=<?PHP md5(valuetomd5); ?>&p=page

after the url. EG index.php?hash=<?PHP md5(valuetomd5); ?>&p=page
Copy linkTweet thisAlerts:
@SpectreReturnsApr 26.2005 — If you're using md5 however, you will need to send session variables along with it to know what to encode to make sure it's the same. (md5 is undecryptable)
Copy linkTweet thisAlerts:
@BrkwtzandrewauthorApr 28.2005 — [SIZE=3][FONT=Times New Roman]okay...I don't get any of this :eek: but i think I have a better solution...

so here goes:

login processed by php uses cookie redirects to page that any 1 can access but I will have some variables
[CoDE]{variables}[/CODE] that will only display stuff if cookie=true [/FONT] [/SIZE]
×

Success!

Help @Brkwtzandrew 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.25,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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