[問題] 是不是受到攻擊 ?
發表於 : 2005-05-27 02:32
版本係 phpbb 2.15
大量同一 ip 出現在後台\r
是不是受到攻擊 ?
大量同一 ip 出現在後台\r
是不是受到攻擊 ?
Sorry ... 什麼是 Msnbot ?heroviper 寫:msnbot 啦\r
你沒受到攻擊啦
代碼: 選擇全部
##############################################################
## MOD Title: Admin view host at acp
## MOD Author: paul999 < webmaster@paulscripts.nl > (paul sohier) http://www.paulscripts.nl
## MOD Description: At a columm for the host of the user in onlinelist at acp.
## MOD Version: 1.0.5
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit:
## admin/index.php
## templates/subSilver/admin/index_body.tpl
## language/lang_english/lang_admin.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: You can give the columms a witdh value, if you want this!
##
##############################################################
## MOD History:
##
## 2005-04-21 - Version 1.0.5
## - Remove part at modcp, it is already there.
##
## 2005-04-21 - Version 1.0.4
## - Edit some template actions
##
## 2005-04-17 - Version 1.0.3
## - Edit some template actions
##
## 2005-04-15 - Version 1.0.2
## - Edit some actions
##
##
## 2005-04-10 - Version 1.0.1
## - Edit some actions for submitting
##
## 2005-02-26 - Version 0.9.1
## - Add same function at modcp.(Removed, at version 1.0.5).
## - Some bugs replaced.
##
## 2005-02-25 - Version 0.9
## - first release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
"L_IP_ADDRESS" => $lang['IP_Address'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
"L_IP_HOST" => $lang['IP_host'],
#
#-----[ FIND ]------------------------------------------
#
"IP_ADDRESS" => $reg_ip,
#
#-----[ AFTER, ADD ]------------------------------------------
#
"HOST_IP" => gethostbyaddr($reg_ip),
#
#-----[ FIND ]------------------------------------------
#
"IP_ADDRESS" => $guest_ip,
#
#-----[ AFTER, ADD ]------------------------------------------
#
"HOST_IP" => gethostbyaddr($guest_ip),
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
$lang['IP_host'] = 'Host';
\n#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/admin/index_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<th width="20%" height="25" class="thCornerR"> {L_IP_ADDRESS} </th>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
20%
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
10%
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</th>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<th class="thCornerR"> {L_IP_HOST} </th>
#
#-----[ FIND ]------------------------------------------
#
<td width="20%" class="{reg_user_row.ROW_CLASS}"> <span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span> </td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
20%
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
10%
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</td>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<td align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}"> <span class="gen">{reg_user_row.HOST_IP}</span> </td>
#
#-----[ FIND ]------------------------------------------
#
<td colspan="5" height="1" class="row3"><img src="../templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
5
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
6
#
#-----[ FIND ]------------------------------------------
#
<td width="20%" class="{guest_user_row.ROW_CLASS}"> <span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span> </td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
20%
#
#-----[ IN-LINE REPLACE WITH ]------------------------------------------
#
10%
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</td>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<td align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}"> <span class="gen">{guest_user_row.HOST_IP}</span> </td>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
代碼: 選擇全部
##############################################################
## MOD Title: Improved IP Whois
## MOD Author: TheWizard < wizard@midnightrpgs.com > (Francisco Ayala) http://www.theanimeplace.com
## MOD Description: Changes the previous IP Whois look up from network-tools to DNS Stuff
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 1 Minutes
## Files To Edit: admin/index.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##############################################################
## MOD History:
##
## 2004-09-09 - Version 1.0.0
## - First and Only release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ FIND ]---------------------------------------------
#
"U_WHOIS_IP" => "http://network-tools.com/default.asp?host=$reg_ip",
#
#-----[ REPLACE WITH ]---------------------------------------
#
"U_WHOIS_IP" => "http://www.dnsstuff.com/tools/whois.ch?ip=$reg_ip",
#
#-----[ FIND ]---------------------------------------------
#
"U_WHOIS_IP" => "http://network-tools.com/default.asp?host=$guest_ip",
#
#-----[ REPLACE WITH ]---------------------------------------
#
"U_WHOIS_IP" => "http://www.dnsstuff.com/tools/whois.ch?ip=$guest_ip",
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
搜尋引擎的bot會每隔一段時間就去爬一下網站momoC 寫:今天裝完後馬上就抓到一隻 msnbot 在我的站上開了四五頁在「檢視使用者(或會員?忘了)資料清單」。我非常不了解,所有會員資料我都鎖住了,e-mail 也沒公開,它沒有登入到底能查到什麼。看它鬼鬼祟祟地在網站上跑個不停,我就將它封鎖一個小時。下午它就又回來了,但這次只開兩個網頁,雖然不知道它到底打算怎麼辦,先放著觀察囉.....
謝謝您的分享!所以如果我希望我的站不會有 bot 來查資料,也不要它們將我的圖片公開在網上,將這個檔案 robots.txt :~倉木麻衣~ 寫:.....前提是必須放在網站根目錄下
相關資訊可參考
代碼: 選擇全部
User-Agent:*
Disallow:/
User-Agent:Googlebot-Image
Disallow:/
基本上 User-Agent:*momoC 寫:如果我希望我的站不會有 bot 來查資料,也不要它們將我的圖片公開在網上,將這個檔案 robots.txt :FTP 到我的 wwwroot (而不是到 phpbb 根目錄)就可以了,對嗎?代碼: 選擇全部
User-Agent:* Disallow:/ User-Agent:Googlebot-Image Disallow:/
這樣 google 會不會過陣子就將我在它那裡登錄的資料也刪除?為什麼看 google 的說明好像是會這麼做。
這個就不確定光靠robots.txt的設能不能辦到了momoC 寫:我不能希望它能公開我的網站和網址,但不要它將站裡比較私密的資料取走嗎?還是我看錯了?
~倉木麻衣~ 寫:基本上 User-Agent:*
就會將所有搜尋引擎的bot給阻擋下來了.......
改了一下上面顯示錯誤的部份,讓他可以正常顯示...... (又跑出 "?/span>" 了)momoC 寫:嗯嗯. 了解\r
感謝大大耐心說明