Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Collect IPadress on register??
Hi - using ASP/ACCESS/VBscript
How can I collect users IP adress when he fills out a registration form, and check if he tries to register with another username ?
Please help.
Bjorn.
btn Guest
-
Recursively Collect Files
Does anyone have experience with recursion in ColdFusion? I have a directory of files that has a bunch of subdirectories that have subdirectories... -
collect web service client ip
I have created a web service i would now like to capture the clients IP address when a request is performed. I have tried to use the... -
Collect in new layer
Just want to confirm my understanding of this command on the Layers palette flyout menu: 1. It applies to selected LAYERS and NOT individual... -
Collect for Output
"Pelican Advertising" webforumsuser@macromedia.com wrote: I am not sure in wich order things get collected but it is possible thet FH starts with... -
How to Collect Information
Hi, Yes your right forms can be a nightmare, but fear not... there is a place you can go where they know all and explain it so you'll... -
boy mackman #2
Re: Collect IPadress on register??
The IP address of the remote host making the request can be obtained by
requesting the server variable called REMOTE_ADDR:
<%=Request.ServerVariables("REMOTE_ADDR")%>
I would however recommend that you do not try to stop them registering by ip
address as:
1) anyone behind a firewall or proxy server will all appear as the same IP
address - you could lock out the rest of a organisation
2) not everyone has a static IP address
Hope this helps
boy mackman Guest
-
btn #3
Re: Collect IPadress on register??
Hi.
Thanx for reply. I guess you`re righ about your concern.
Bjorn.
btn Guest



Reply With Quote

