I have been exposed to the Internet for so many years, and I have been using my spare time to make some money online. I finally bought one recently. The CN domain name is used for my own online earning plan. However, if you build a website with a new domain name, you will definitely not get good page views at the beginning, so promotion becomes the top priority. I used the IBP introduced in the previous issue to simply log the domain name into the search engines of various countries, and made simple optimizations using the software's suggestions. The results were pretty good, and all domestic search engines included and crawled them within a week.
In order to test the website access effect, I placed a statistics code at the bottom of the website, haha, but in a short period of time, there were very few search engine sources. For the purpose of making money online, I had no choice but to start thinking of ways to cheat. Search engine fraud has been around for some time. Nowadays, there are very few webmasters who adopt this strategy to develop their websites. After all, they all have a forward-looking perspective, so this method is rejected by most webmasters. The fake software on the Internet is usually of the mutual access type, and the general traffic is also fake or relayed, which has no meaning and does no good to my site. I remembered that I prefer VB language programming recently, so I will use my knowledge to write a website traffic software.
Since it is a website traffic software, it definitely needs IP and PV for support. As a stand-alone software, how can you update your own IP without mutual IP access? Through website search, I found a website that was used to flash KU6 videos. The principle is very simple. It is to use the respective IPs of the online netizens of the website to rotate and refresh the websites in the address database of the website to be refreshed. In other words, this IP address will access all the addresses provided by the online netizens, and your address will also be refreshed by the online netizens. , similar to the mutual brushing alliance that was very popular on the Internet in the past. But we only used its popularity and address, and did not need to register points or wait for May Day, which achieved the purpose we required.
For example, there are 2,000 people online on a website that generates traffic. If you submit an address, your address will be refreshed every N seconds. If there are 2,000 people online, each online IP will access the address you submitted, so the theoretical IP is 2,000. PV depends on the time you spend brushing the site, because the interval is determined by yourself! But it should be noted that the interval needs to be long enough to open the address you submitted.
There are many websites that are similar to brushing IP/PV. I only selected 4 and made a four-thread refresher. A similar page is shown in Figure 1.
Here, we check the source file of this website (open method: IE browser-menu-view-source file) and find the specific refresh address used. Right-click the gray part of the picture, open the properties, and then inside we will find the following address: http://www.lehoo.org/alexa/2.asp?url=http://www.lehoo.org/alexa&time1 =4&no=82, where "4" is the refresh interval, "http://www.lehoo.Org/alexa" is the address we need to refresh, and the value of "NO=" is the total number of refreshes. At the same time, this is also a variable. From this, we can construct the following address for software production: http://www.lehoo.org/alexa/2.asp?url=http://www.Hv30.com&time1=4&no=0 which means The www.Hv30.Com website is refreshed every 4 seconds;
Open VB (here, I am using VB6.0) and design a visual interface for this software, as shown in Figure 2. The production interface of the software only needs to be clear and clear. I designed four pages to refresh one address at the same time. The software only involves two editing boxes, text1.Text and text2.text, which are used to enter the refreshed website and refresh When changing the time, there are no restrictions on the input bytes or types. The command used by the button is only the "Command1" control, and the refresh position is the "WebBrowser" control;
Double-click the "Start Upgrade" button of the software and enter the following code:
WebBrowser2.Navigate2 "http://www.lehoo.org/alexa/2.asp?url=" & Text1.Text & "/alexa&time1=" & Text2.Text & "&no=2"
Since four pages are refreshed at the same time, we use the other three servers to refresh our site together. The method of obtaining the refresh address is the same as above. So, all the code should be:
WebBrowser1.Navigate2 "http://www.web520.com/alexa/2.asp?url=" & Text1.Text & "&time1=" & Text2.Text & "&no=10&ifr="
WebBrowser2.Navigate2 "http://www.lehoo.org/alexa/2.asp?url=" & Text1.Text & "/alexa&time1=" & Text2.Text & "&no=2"
WebBrowser4.Navigate2 "http://www.alexacn.net/alexazb/2.asp?url=" & Text1.Text & "&time1=" & Text2.Text & "&no=2"
WebBrowser5.Navigate2 "http://www.1shua.cn/paiming/2.asp?url=" & Text1.Text & "&time1=" & Text2.Text & "&no=4"
We only used one command provided by the software to complete the production. The principle is very simple, which saves us the trouble of manually searching for website refresh. In order to make the software more perfect, we added "stop refreshing" and text1.Text, text2 .Text The contents of the two text boxes are judged. If they are empty, a prompt will pop up:
If Text1.Text = "" Or Text6.Text = "" Then
MsgBox "Please enter the website address or time interval you want to brush the site first"
The "stop refreshing" code is as follows:
The effect of using the software is shown in the figure below:
WebBrowser1.Navigate2 ""
WebBrowser2.Navigate2 ""
WebBrowser3.Navigate2 ""
WebBrowser4.Navigate2 ""
'Just clear the contents of each WebBrowser control.
In order to show the results of using the software, I opened a software (you can open multiple software at the same time and start brushing at the same time, I have three open now) and the statistical chart after running it for a while is shown in Figure 4. Through two sets of statistical data at the same time, it can be confirmed that the idea is feasible.
Now, the software is written. Specifically, we can apply it to the following applications.
1. Improve search rankings: Search for Baidu and GOOGLE links about your site through keywords, and put them into the software. Through continuous searches, the search rankings of your site will be improved. Moreover, when the amount of data is certain, it will also be ranked by Baidu. Put the keywords into the search rankings.
2. Refreshing ads; although it is cheating to refresh ads, it should be possible if the number of refreshes is limited.
3. Increase website traffic; this has already been mentioned in the example.
4. Brush the ALEXA ranking: This is also very effective. It can quickly improve the two values of the website, namely PV and REACH. They are also two important data related to the ranking. However, one thing you need to pay attention to is that when opening the software When brushing ALEXA, it is not necessary to install the ALEXA toolbar; otherwise, it will have no effect.
That’s it for the introduction to this small software. Next time I will share with you more technical knowledge about website promotion and online earning, and there are a large number of software packages available for you. If you have any questions, please go to http:/ /hi.baidu.com/huazhongxuLeave a message.
Software download address: http://www.hv30.com/cn/download.asp