Einzelnen Beitrag anzeigen
Alt 08.09.2002, 19:00   #4
_m3
Inventar
 
Registriert seit: 24.09.2001
Beiträge: 7.335


Standard

Es ist ja wirklich zuviel verlangt, die readme.txt und die example.asp zu lesen, die bei der dll im ZIP-File dabei ist:

Zitat:
2. Installation
---------------
To install this ASP Component for PWS or IIS 4/5, first copy it to your favourite directory, then enter the command prompt by using Start>Run>Command.com (or cmd in Win2k). Use the 'CD' (change directory) command to navigate the directory where you stored the DLL file, and then type

regsvr32 md5dll.dll

This should register the ASP Component as ready to use by your computer.
Zitat:
<%
Dim md5

Set md5 = Server.CreateObject("MD5DLL.Crypt")
Response.Write "'Hello World' encrypted:
"
Response.Write & md5.Encrypt(Cstr("Hello World"))
%>
RTFM
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org .
_m3 ist offline   Mit Zitat antworten