The comic thief program is free and fully open source, and can be used by novices. The whole site program was updated to a fully open source version on 2011.11.30. The code is fully open and suitable for beginners. It can be used for communication modification and secondary development. There are no encrypted files. You can modify it at will; this site will gradually update all programs to open source free versions to support secondary development.
The target station is: raokan
The update speed is okay, mainly because the pictures have not been protected from hotlinking and are easy to be collected.
There are relatively few ads, and the interface is not too beautiful, just average.
He has a lot of comic resources, but there is a big disadvantage compared with those specialized comic sites, that is, the speed is not good. Why?
Because the pictures of his site are in one IP. Unlike other large sites, the pictures are divided into several servers. The server IP will be automatically adjusted according to the different client IPs, striving to find the optimal speed server.
This site has been around since I was in college, for a few years. .
It's something of antique quality. If you don't mind it, just download it and study it. It's very simple. Maybe after reading the code, you can imitate it and write the thief program.
The code writing method has been integrated and is completely suitable for novice reference. The same code is classified and clear at a glance.
Here's how to modify this program:
This program has no background. To modify the website information, find the file config.asp and open it with Notepad. You can see the following code:
There are corresponding comments after each line of these codes. Just make modifications according to the comments.
Generally, other files do not need to be modified. If you want to modify other files, you must use Notepad to open the corresponding file.
Let me give you an example. For example, if you open the header file head.asp with Notepad, you will see the following:
The URLs and other things in the above can be modified. Wait, you can figure it out yourself. The URLs and Chinese characters can still be understood. .
Let’s talk about advertising issues:
Advertisements are all called by js. I haven't looked carefully here which one is in charge of which ad. You can open the js files inside with notepad and take a look. If there is an ad URL in it, then it is an ad file. Remember js For advertising files, the code must be converted to js.
Expand