1 頁 (共 1 頁)

[外掛] Show Search Bot

發表於 : 2005-12-24 03:50
bc010843
外掛連結

問題:
小弟找不到下面這段語法

代碼: 選擇全部

# 
#-----[ OPEN ]------------------------------------------ 
# 

includes/bbcode.php 
  
# 
#-----[ FIND ]------------------------------------------ 
# 

      if ( $row['session_ip'] != $prev_ip ) 
      { 
         $username = $lang['Guest']; 
phpbb 2.0.18
os linux
style icg
快速程式 無\r

謝謝

發表於 : 2005-12-24 04:28
bc010843
另外有英文好的人嗎?有些字翻不太順

謝謝

代碼: 選擇全部

<?php

/***************************************************************************
 *                             lang_bot_admin.php
 *                            --------------------
 *   begin                : Sunday, February 13, 2005
 *   copyright            : (C) 2004 Adam Marcus
 *   email                : adam_marcus@btinternet.com
 *
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/

$lang['Manage_Bots'] = "Manage Bots";
$lang['Bot_Explain'] = "Bots (also known as crawlers) are automated agents most commonly used to index information on the internet. Very few of these bots support sessions and can therefore fail to index your site correctly. Here you can define the assigning of session ids to these bots to solve this problem.";

$lang['Pending_Bots'] = "Pending Bots";
$lang['Pending_Explain'] = "Listed below are users that matched some but not all of your bot criteria. In other words the user only matched either the user agent or ip. The mismatched data is the highlighted next to the bot name. You can choose to either add this info which will then appear as part of that bots criteria or ignore it.";

$lang['Bot_Agent'] = "Bot agent";
$lang['Bot_Name'] = "漫遊器名稱";
$lang['Bots'] = "bots"; 
$lang['Agent_Match'] = "Agent match";
$lang['Bot_Ip'] = "Bot IP";
$lang['Bot_Style'] = "Bot style";

\n$lang['Last_Visit'] = "最後來訪";
$lang['Visits'] = "次數";
$lang['Pages'] = "頁數";
$lang['Never'] = "無";
$lang['Options'] = "?#93;定";
$lang['Result'] = "Result";
$lang['Ok'] = "Ok";
$lang['Mark'] = "Mark";
$lang['Ignore'] = "Ignore";
$lang['Add'] = "Add";

$lang['Submit'] = "Submit";
$lang['Delete'] = "Delete";
$lang['Reset'] = "Reset";
$lang['Edit'] = "Edit";

$lang['ip'] = "ip";
$lang['agent'] = "agent";

$lang['No_Bots'] = "Sorry there are currently no bots in the database!";
$lang['No_Pending_Bots'] = "Sorry there are currently no pending bots in the database!";
$lang['Bot_Added_Or_Modified'] = "Bot information successfully added/ignored."; 
$lang['Bot_Result_Explain'] = "Here you can see the result of your query.";
$lang['Bot_Settings_Changed'] = "Bot settings successfully modified/added.";

$lang['Bot_Edit_Or_Add_Explain'] = "Here you can either add or modify an existing bot entry. You are able to supply either a matching user agent or a range of ip's to use.";
$lang['Bot_Name_Explain'] = "Used for your use only.";
$lang['Bot_Agent_Explain'] = "A matching user agent. Partial matches are allowed. Seperate agents with a single '|'.";
$lang['Bot_Ip_Explain'] = "Partial matches are allowed. Seperate IP addresses with a single '|'.";
$lang['Bot_Style_Explain'] = "Style bot sees when visiting your site.";

$lang['Error_No_Agent_Or_Ip'] = "You have no supplied a vaild user agent or ip.";
$lang['Error_No_Bot_Name'] = "You have not supplied a bot name.";

?>

發表於 : 2005-12-24 11:54
Mac
就我所知,這個外掛的問題還相當多,實在不建議你用它

~Mac

發表於 : 2005-12-24 12:19
bc010843
請教Mac

您說的問題是指第一篇文章外掛嗎?因為第二篇另一個mod

謝謝

發表於 : 2005-12-24 18:41
Mac
bc010843 寫:請教Mac

您說的問題是指第一篇文章外掛嗎?因為第二篇另一個mod

謝謝
就是這篇你說找不到程式的 Show Search Bot

~Mac

發表於 : 2005-12-25 22:24
依夢兒
同性質的外掛,我使用的是這個:
http://www.phpbb.com/phpBB/viewtopic.php?t=328388

感覺還不錯。