Skip to content
Advertisement

Detecting whether a user is behind a proxy

I’m trying to figure out how I could detect whether people logging into my site are behind a proxy or not. I’ve read that you can detect a person’s real IP address through embeddable objects (Flash and Java). However, I haven’t been able to actually find any examples or source for this. I’m using PHP and I’ve read that looking

Get entire URL, including query string and anchor

Is there a way to get the entire URL used to request the current page, including the anchor (the text after the # – I may be using the wrong word), in included pages? i.e. page foo.php is included in …

is it possible to make “beep” sound in php like in gmail

for an IM script i am making, i would like the computer to beep like in gmail everytime there is a new message. is there a script in php or html to make the computer beep? Thanks! Answer All you need to do is load a small flash movie that makes the sound, you can easily toggle it in your

How can I allow a download to pause/resume?

Normally, when I want to allow a user to download a file without revealing the exact location, I just use something like this to let them download the file: But if they are using a modern browser or other download client, and they pause the download and try to resume it, the script (assuming they are still authenticated or whatever)

Advertisement