
June 4th, 2003
07:55 PM
Login Stuff Help Out
hi there im making a new site for my clan and it as some links that i just want members of the site to join like secret partes can any one tell me a script for that and help out how to do it so that my clan members join the site log on and can go to that links please it would be very good if anyone could help
___________________


June 4th, 2003
08:13 PM
you can use sessions to do that
___________________
WARNING: It's in Spanish.

June 4th, 2003
08:33 PM
sorry im very noobish at this can u explain? lol
___________________


June 4th, 2003
08:48 PM
if the user logs in, you set a session, and in your page, you check if the session is set and if it is valid.. if it is, print the link. also check in the pages linked if the session is still linked and valid..

June 5th, 2003
01:30 PM
Lost in Hollywood
Status: Offline!
or maybe he could use cookies.
___________________
"The man who makes no mistakes does not usually make anything."¯ - Edward J. Phelps

June 5th, 2003
05:47 PM
cookies = insecure
___________________
WARNING: It's in Spanish.

June 5th, 2003
06:02 PM
28, Male & single, what else do you need to know?
Status: Offline!
Hmmm... sessions use cookies. But I think I know what you mean 
Don't use cookies to store important info, since they are very vulnerable. Anyway, and returning to the topic, all you need is a tutorial about sessions, and some user management.
___________________
-~-~-~oO··Oo~-~-~-~-
I wish I was a messenger and all the news was good
I wish I was the full moon shining off your camaros hood
...

June 6th, 2003
10:59 AM
and here is a good tutorial about it !! 