Linux, 工作, 生活, 家人

Blog/wiki, 垃圾桶

盛情難卻.

因為 online-poker 和 online-casino 一直發 trackback 給我,要我去他們的站上走走
而且本人去過了以後,還是不停的發 trackback 來.

Because Onlin-poker and onlin-casino website’s admin send trackback to my blog many times.
they required me to visit their websites.
after I visited their websites, I found it still have many trackback to my blog.

本人認為,對方希望我一直去點閱他們的網站,而且是不停的.
但是小弟我白天要上班,無法時時刻刻造訪他們的網站
所以寫了一隻小 Script 去點閱他們的首頁,希望他們能對我的秒秒造訪感到滿意。
為了不造成該網站被 DoS . 本人有設 sleep ,並且不用 MultiThread 去造訪.
若是這兩個網站不希望我去造訪,我希望他們能在我這篇 Blog 留言,本人將停止造訪
但是若是我又收到 Trackback ,我仍會再造訪。

I think those websites wish me to visit their websites anytime .
But I cannot visit it anytime.
so, I wrote a small shell script to visit they homepage. and I hope they satisifed my shell script’s visit.
I don’t like to see their website be DoS by my shell script.
I don’t use multithread and I add a “sleep 1” command in the shell script.
If the website don’t want me to visit their website. Please leave a commant or trackback with a message
“don’t visit my website”. I will stop the shell script.
but, If I receive the trackback again, I will visite their websites again.

Shell Script 如下

#!/bin/sh
while [ 1 ] ; do
wget -O /dev/null http://www.38ha.com/
wget -O /dev/null http://www.betterclientbureau.com/online-casino.html
sleep 1
done

怕對方是外國人,我試著用我破破的英文將上面一段話寫成英文。

P.s 我用的是家中的頻寬.
P.s2 大概佔用10K 的 bandwidth…

1 留言

  1. 你好壞 XD (雖然我對 msi-team…)

回覆留言對象 取消回覆