The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
try this:
Code:
<script runat="server"> Function HashMD5(strText As String) As String If strText = Nothing Then strText = "" HashMD5 = System.Web.Security.FormsAuthentication. _ HashPasswordForStoringInConfigFile(strText, "md5") End Function strText = Request.QueryString("text") strHash = HashMD5(strText) </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|