Vasile's Spy Applet (who are the visitors of your webpages ?)
This applet is invisible for the visitor (its size is 5x5 pixels).
It takes the main information from the visitor's computer
and sends an e-mail with this information. So, you can see the profile of your
visitors, the geographical distribution...
But, this method is morally debatable.
- The hosting web server must be in the same time a mail server(smtp).
- To see if your web server is also a mail server(smtp), under Win95 Dos prompt type :
telnet your_web_server 25
, for example
telnet www.chez.com 25
for my page.
If you have no errors, and it connects to, then
the webserver is a mail server(smtp) too.
- It will not work if the visitor is behind a firewall, where some connections
are restricted.
- To configure this applet, you can, of course, recompile it
or just configure the calling web page like this:
<APPLET CODE=VasSpyApplet.class WIDTH=5 HEIGHT=5 NAME="Vasile">
<PARAM NAME=from VALUE="vasile@club-internet.fr">
<PARAM NAME=to VALUE="vasile@club-internet.fr">
<PARAM NAME=msg VALUE=" ">
<PARAM NAME=color VALUE="#B4B88C">
</APPLET>
- OR
- You can launch this applet from my web page like this:
<APPLET CODEBASE="http://www.chez.com/vasile/spy/"
CODE=VasSpyApplet.class WIDTH=5 HEIGHT=5 NAME="Vasile">
<PARAM NAME=from VALUE="vasile@club-internet.fr">
<PARAM NAME=to VALUE="vasile@club-internet.fr">
<PARAM NAME=msg VALUE=" ">
<PARAM NAME=color VALUE="#B4B88C">
</APPLET>
Download the package
The source code of this applet
Registration stuff
visits since 6 august 1997
Page last modified 21 january 1998




© 1998 Vasile CALMATUI