Recommended: ASP Advanced: Code to verify whether the ID number is correct This article is not original, but is just compiled by two or three articles. If we want to verify whether the ID number is correct, we must first understand the meaning of the ID number. What does the ID number mean? 1. The structure of the number Citizen identity number is a feature combination code, from 17
The most troublesome thing about putting a website on a broiler is to update and upload a large number of files. Terminal services are easily discovered during broad daylight, and you are not at ease when you open an ftp. I went around the Internet and found that it can be easily achieved by combining component-free uploading and asp Trojans.
Everyone is familiar with the asp Trojan. It's nothing more than a cmd. What's the function? Don't worry, listen to me slowly. The overall idea is to upload a componentless asp program through ftp, 139, or winshell. I chose the realm webedit (actually, this is no longer a simple componentless uploading tool. Through it, you can also modify, delete files/directories, and you can use it to update the page. It's an advertisement. I have no relatives with him, and a flying flashes through it. bottle..continue) and an asp trojan (if, I'm really too lazy to find it. Finally, with the source code, paste and save as an asp file), remember that you have to use the broiler's web directory. In fact, most of the problems can be solved by webedit, but if there are many files uploaded one by one, it will be troublesome, what should I do? Now the asp trojan is used. Find a rar.exe (all directories that have been installed with winrar, maybe the broiler is already installed, and if it is another command line decompression tool, it can also be). Copy it to %SystemRoot%/system32/. Upload the .zip or .rar file to the broiler's web directory. Open the asp trojan in the browser address bar (temporarily called trojan.asp), and enter rar -x source.rar in the text box. The path is decompressed successfully, V, and slowly, how can I get the absolute path (path) of the web directory? I used the earth method to modify trojan.asp and add a line to convert the virtual directory into an absolute path and output the statement <% = server.mappath(.) %>. You can change it to any relative virtual directory at will.
It's just a way of providing an idea. If any great man can write an asp decompression, it's better, but? Who can do it? I can't, do you? As for how to hide the virtual directory and support simplified Chinese display, it's not the discussion in this article. Old saying, safety first, generally just put a small forum or chat room. If you really put a personal homepage and leave your contact address and phone number to others, it's not good. ps.junesun recommends making it into self-decompression directly, I don't know if a dialog box will pop up.
Share: Asp object creation and Chinese display solution skills 1. Tips for creating objects in ASP. When we use server components to create objects, there are generally two methods. The most commonly used method is to use the CreateObject() method of the SERVER object, like this: SET NextLink = Server.CreateObject(MSWC
3 pages in total Previous page 123 Next page