Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 17,416 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
REQ: Web site help please #266793
05/19/09 18:40
05/19/09 18:40
Joined: Apr 2008
Posts: 437
dracula Offline OP
Senior Member
dracula  Offline OP
Senior Member

Joined: Apr 2008
Posts: 437
I have a login form using html and php on my test web site. Successful login takes you to a link that then reveals a folder with the models in. The problem is, the url of this page is displayed in the browser address bar. Obviously, not too secure.
How can I fix this please ?

Thanks
drac.

Re: REQ: Web site help please [Re: dracula] #267795
05/26/09 09:53
05/26/09 09:53
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
so you're redirected to a public url? well, that's not a good way for a login form. normally, you'd set up a session management, storing a session cookie on the pc and a session file on the server. are you good at coding in php? another solution would be a temporary url which could be achieved by using a soft link on the server, deleting it after 30 minutes or so. and a third option would obviously be .htaccess.
there is no way for you to not let the user see the url. if you want a secure area on your webspace, use other methods.

Re: REQ: Web site help please [Re: Joey] #267796
05/26/09 10:05
05/26/09 10:05
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
best and easiest would be sessions/cookies


3333333333
Re: REQ: Web site help please [Re: Quad] #268023
05/27/09 08:50
05/27/09 08:50
Joined: Apr 2008
Posts: 437
dracula Offline OP
Senior Member
dracula  Offline OP
Senior Member

Joined: Apr 2008
Posts: 437
Ok, thanks

My php skills are minimal. Do know any good (simple) web sites please

Thanks

drac.


Moderated by  aztec, Blink, HeelX 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1