Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

Function QS(RetVal) Dim i As Long For i = 1 To Len(RetVal) Q..

Decoded Output download

<?  Function QS(RetVal) 
     Dim i As Long   
        For i = 1 To Len(RetVal) 
            QS = QS + Val(Mid(RetVal, i, 1)) 
        Next i 
End Function ?>

Did this file decode correctly?

Original Code

Function QS(RetVal)
     Dim i As Long  
        For i = 1 To Len(RetVal)
            QS = QS + Val(Mid(RetVal, i, 1))
        Next i
End Function

Function Calls

None

Variables

None

Stats

MD5 81525b98c57e59b690cadd704072a1a6
Eval Count 0
Decode Time 59 ms