Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

encoded asp files?

Status
Not open for further replies.

fparty

Programmer
Joined
Nov 17, 2011
Messages
9
Location
GB
Hello

How is this coded encoded or decoded?

If Err.Number<>(&h14ad+859-&H1808) Then zd00d4cc179 Err.Number,Err.Description,Err.Source,""
zdcd0251e32
z1c126544a4=Replace(z1c126544a4,"<!--*Header*-->",z33888dbd2a(Server.MapPath(tstSkinsPath) &"\" &ze7db80dbfc &"\header.html"))
z1c126544a4=Replace(z1c126544a4,"<!--*Footer*-->",z33888dbd2a(Server.MapPath(tstSkinsPath) &"\" &ze7db80dbfc &"\footer.html"))
tstBeforeDisplayPage z1c126544a4
If InStr(z1c126544a4,"<!--*Header*-->")>(&h584+7756-&H23d0) Then

Its obvious its been encoded, anyway of getting in to debug?
 
Hello. That rather looks like VBscript in ASP, notVB, which is a different beast altogether. You are best off asking Vbscript questions in forum329

Having said that, this looks to me like it has been obfuscated by Stunnix VBS-Obfus. Perhaps you could ask Stunnix themselves, if you have a legitimate need to get at the underlying code.

 
Sounds ok to me thanks for info
 
And/or forum333

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top