1 頁 (共 1 頁)

[問題] Codecrush IP Log 0.26 的作用

發表於 : 2003-09-24 10:54
unyleung
參考 : http://phpbb-tw.net/phpbb/viewtopic.php?t=14451

請問此mod有中文化的"lang_ccip.php"嗎?? 和此mod與本身基本的ip管理有什麼分別和用處??? 請大大們教一教我可以嗎, 謝謝

發表於 : 2003-09-24 23:23
Denise
目前並沒有看到有人釋出中文,我自己也是只翻譯我看得懂的部分(用得到的部分)...
這個功能可以讓你依ip來查詢哪位會員,跟系統本身來相比,算是逆向搜尋~~
系統:點選會員查看會員所使用的ip...
外掛:輸入ip或會員帳號來查詢會員相關資料....

發表於 : 2003-09-25 03:16
unyleung
Denise 寫:目前並沒有看到有人釋出中文,我自己也是只翻譯我看得懂的部分(用得到的部分)...
這個功能可以讓你依ip來查詢哪位會員,跟系統本身來相比,算是逆向搜尋~~
系統:點選會員查看會員所使用的ip...
外掛:輸入ip或會員帳號來查詢會員相關資料....
原來都十分有用啊, 謝謝你回答, 我明白了...^^

發表於 : 2003-09-25 04:18
幻狼神威
竟然有人也在用這個.......那我晚點貼我的中文化上來好了.......

發表於 : 2003-09-25 04:30
天霜
幻 狼 寫:竟然有人也在用這個.......那我晚點貼我的中文化上來好了.......
喔 那先感謝大大了 

發表於 : 2003-09-26 10:08
Denise
哇~~~我也要!!~~~>.<
我還以為這一支沒人有在玩的~~~看來我並不孤單呀~大心

發表於 : 2003-09-26 10:23
unyleung
幻 狼 寫:竟然有人也在用這個.......那我晚點貼我的中文化上來好了.......
太謝了....幻狼兄....等著你啊^o^

發表於 : 2004-07-04 00:43
拭銀布
最近剛好裝了這隻外掛.....
獨缺中文化檔,不知幻狼前輩可否提供!感激不盡!

發表於 : 2004-07-04 01:29
幻狼神威
拭銀布 寫:最近剛好裝了這隻外掛.....
獨缺中文化檔,不知幻狼前輩可否提供!感激不盡!
XD"
被翻土出來了.......

我沒翻新版的ㄟ~~~
剛對過變數都一樣,先拿去用,有問題再問我吧! ;)
http://phpbb-tw.net/phpbb/viewtopic.php?t=14451

發表於 : 2004-07-04 01:37
拭銀布
幻 狼 寫:我沒翻新版的ㄟ~~~
不然......再給我一天時間......... :oops:
感激萬分!此舉必造福不少竹貓同學!
幻狼前輩辛苦了!^^

發表於 : 2004-07-04 01:39
幻狼神威
拭銀布 寫:感激萬分!此舉必造福不少竹貓同學!
幻狼前輩辛苦了!^^
好說好說...... :oops:

剛才對過了,變數都一樣,所以就拿去用吧........(連結在上面↑)
雖然我站上有貼備份用的,不過我怎麼記得我也在這貼過啊~~(可是我自己也找不到了....... :s

這玩意兒是有完整的ip記錄的,會記錄所有進入phpBB的IP,這可以用來抓盗連。一直在抓資料,卻沒有登入的IP就有問題,拿去跟伺服器的LOG一比便知,還有批次排程,可以指定特定的IP來監控....... (:H)

發表於 : 2004-07-04 02:06
拭銀布
使用0.27版的朋友可以參考一下!
剛剛比對過幻狼前輩提供的中文化
對照0.2.7版後差異如下:

代碼: 選擇全部

<?PHP
/*************************************************************************** 
*                            [正體中文語系] Chinese Traditional Taiwan 
*                              ------------------- 
*     Translated by       :  LERA, illusion-Rose Studio(http://lerax.sytes.net/) 
* 
****************************************************************************/
//
// CodeCrush IP Log admin tool language
//
$lang['IP_log_title'] = "IP 記錄管理";
$lang['IP_log_config_title'] = "IP 記錄組態設定";
$lang['IP_log_explain'] = "你可以在這裡檢視連結到討論區的連線。";
$lang['IP_log_config_explain'] = "你可以在這裡設定你的IP 記錄組態。";
$lang['IP_log_dbm_explain'] = 'Here you can delete entries from the log based on username or IP.';
$lang['IP_log_help_explain'] = 'Some helpfull descriptions of the CodeCrush IP Log tools.';

$lang['IP_number'] = "#";
$lang['IP_date'] = "日期"; 
$lang['IP_user'] = "使用者";
$lang['IP_ip'] = "IP";
$lang['IP_browser'] = "瀏覽器"; 
$lang['IP_referrer'] = "Referrer"; 
$lang['Delete_ip_log'] = "清除記錄"; 
$lang['Delete_ip_log_explain'] = "清除所有的連線記錄";
$lang['IP_log_deleted'] = "連線記錄已被清除";
$lang['IP_filelog_deleted'] = "The temporary db copy of the IP File Log has been deleted";
$lang['Csv_ip_log'] = "匯出記錄到 csv";

$lang['IP_select'] = "檢視一個或多個特定使用者的記錄";
$lang['IP_select_free'] = "在這裡輸入使用者的名稱: %s (可以使用 * 萬用字元)";
$lang['IP_select_explain'] = "你可以在你的瀏覽器上以滑鼠搭配鍵盤一次選取並檢視多個使用者的 IP 記錄,或者是";
$lang['IP_select_ip'] = "檢視一個或多個特定 IP 的記錄";
$lang['IP_select_ip_free'] = "在這裡輸入 IP 的位址: %s (每一格皆可以使用 * 萬用字元)";
$lang['IP_ip_free_short'] = "%s (use * as wildcard per block)";
$lang['IP_select_ip_explain'] = "你可以在你的瀏覽器上以滑鼠搭配鍵盤一次選取並檢視多個不同的 IP 記錄,或者是";
$lang['No_option_set'] = 'Nothing to do, options not set';

$lang['Browser_count_title'] = 'Browser / Hits';
$lang['Bot_count_title'] = 'Bots / Hits';
$lang['os_count_title'] = 'OS / Hits';
$lang['Browser_stats_title'] = "瀏覽器的版本狀態"; 
$lang['Browser_stats_title_off'] = "瀏覽器版本狀態的功能已被關閉"; 
$lang['Browser_stats_explain'] = "此狀態無法包含訪客的資料,也無法顯示有多少使用者在相同的作業系統下使用相同的瀏覽器。";
$lang['Browser_stats_text'] = 'These are some simple stats taken from your log.';
$lang['Stats_title'] = "General Statistics";
$lang['Stats_records'] = "Total records in log";
$lang['Stats_browser_rev_explain'] = 'The statistics are based on browser revisions and should not be trusted. In several browsers it is easy to spoof the browser revision. In example Opera can do this, masquerading itself as MSIE, and thus affecting the total MSIE count.';

$lang['IPC_name'] = "選項";
$lang['IPC_value'] = "數值";
$lang['IPC_per_page'] = "每頁的記錄筆數";
$lang['IPC_updated'] = "IP 記綠組態設定已成功的更新!"; 
$lang['IPC_ON_OFF'] = "開啟 IP 記錄";
$lang['IPC_LOOKUP_URL'] = 'URL used to lookup IPs (ex: http://www.samspade.org/t/ipwhois?a=)';
$lang['IPC_ANON_ON_OFF'] = 'Turn Anonymous logging on';
$lang['IPC_HOURLY_ON_OFF'] = 'HIGH multiple instance reduction';
$lang['IPC_UBOX_ON_OFF'] = 'Show Username drop down box';
$lang['IPC_IBOX_ON_OFF'] = 'Show IP drop down box';

$lang['CSV_explain'] = "csv 是以逗號分隔資料的檔案格式,並且能相容於大部份的試算表程式,例如:MS Excel。你可以將你現在所看到的記錄匯出(下載)成 csv 的檔案格式。假如你沒有指定選擇的使用者或 IP,將會匯出全部的記錄。";

$lang['Control_panel'] = 'Control Panel';
$lang['Click_return_ip'] = 'Click %sHere%s to return to IP Log';
$lang['Click_return_config'] = 'Click %sHere%s to return to the IP Log Config';
$lang['Click_ip_config'] = '%sIP Log Config%s';
$lang['Click_file_config'] = '%sCB2F Config%s';
$lang['Click_dbman_config'] = '%sDB Managing%s';
$lang['Click_help_config'] = '%sHelp%s';
$lang['Entries_Removed'] = 'IP Log entries removed!';
$lang['Confirm_delete_entries'] = 'Delete these entries?';

$lang['IP_IPM_USER'] = 'Delete all entries from log matching username ';
$lang['IP_IPM_IP'] = 'Delete all entries from log matching IP ';

// the database creation stuff
/*
$lang['IP_DB_MNG'] = "Codecrush IP Log - Database Creation and Alteration";
$lang['IP_DB_EXPLAIN'] = "Click away at the buttons! %s When there's no more buttons to click, your database should be prepared and ready for the Codecrush IP Log.";
$lang['IP_log_create'] = "%sCreate the main IP Log table%s";
$lang['IP_log_created'] = "The main IP Log table exists - nothing more todo";
$lang['IP_log_pp_create'] = "%sCreate Database variable for Logs Per Page option%s";
$lang['IP_log_pp_created'] = "The Logs Per Page option exists - nothing more todo";
$lang['IP_log_on_create'] = "%sCreate Database variable for Log ON/OFF option%s";
$lang['IP_log_on_created'] = "The ON/OFF option exists - nothing more todo";
$lang['IP_log_s_on_create'] = "%sCreate Database variable for Stats option%s";
$lang['IP_log_s_on_created'] = "The Stats option exists - nothing more todo";
*/

// the Batcher
$lang['IP_batch_ex'] = "這裡是顯示你要以批次排程取得記錄的 IP 位址"; 
$lang['IP_batch_D'] = "這裡是顯示::完全相同::的記錄"; 
$lang['IP_batch_C'] = "這裡是顯示 C net 相同的記錄"; 
$lang['IP_batch_B'] = "這裡是顯示 B net 相同的記錄"; 
$lang['IP_batch_h1'] = "指定批次排程的 IP"; 
$lang['IP_batch_hu'] = "使用者"; 
$lang['IP_batch_hh'] = "HEX IP"; 
$lang['IP_batch_hd'] = "DEC IP"; 
$lang['IP_batch_hn'] = "網路服務"; 
$lang['IP_batch_title'] = "IP 記錄 - 批次比對功能"; 
$lang['IP_batch_text'] = "IP 記錄比對功能將依據你所輸入的 IP 位址,從你的記錄中比對出相似的 IP 位址資料。";
$lang['IP_batch2_title'] = "IP History - Batch Matcher";
$lang['IP_batch2_text'] = "The IP History Batcher will extract IPs from a text you give it, and match those IPs against IPs in the currently loaded backup set (see Back 2 File).";


// CB2F Config
$lang['IP_FILE_PATH'] = "File path to backup directory (ex: /var/backups):";
$lang['IP_FILE_BULK'] = "Records per backup file:";
$lang['IP_FILE_DEL'] = "Delete the temporary database copy of the File log";
$lang['IP_FILE_BTN_DEL'] = "Delete db copy of File Logs";
$lang['IP_FILE_DELETED'] = "The db copy of the File Log has been deleted!";
$lang['IPC_FILE_EXPLAIN'] = 'The Back-2-File feature stores the log as csv files on your server. To do that it needs read and write permissions on a directory of your choice, specified below.';
$lang['IP_CB2F_FEATURE'] = "Configure the File Backup feature";


// the CB2F (Codecrush Back 2 File)
$lang['IP_CB2F_C64'] = '    **** Codecrush Back 2 File ****    ';
$lang['IP_CB2F_SAVE_BTN'] = "Backup Log to File(s)";
$lang['IP_CB2F_SAVE_BTN2'] = "Move Log to File(s)";
$lang['IP_CB2F_LOAD_BTN'] = "Load Data Set from File";
$lang['IP_CB2F_POP_BTN'] = "Populate File list";
$lang['IP_CB2F_TITLE'] = "Codecrush Back 2 File (CB2F) IP Log Tool";
$lang['IP_CB2F_EXPLAIN'] = "The Codecrush Back-2-File Tool is a way for you to backup (and localy delete) your forums IP log. If your database has gotten out of control sizewise, this might be the tool you need! It will backup the current log database to CSV files in a directory on your server, and delete those entries from the database table (if you want). On this page you can manually start the backup or load prior backed up files for viewage (with View Backup).";
$lang['IP_CB2F_BACKUP'] = "File Backup";
$lang['IP_CB2F_SHOW_TITLE'] = "Log loaded from File";
$lang['IP_CB2F_SHOW_LOG'] = "View an old log of visitors at your site";
$lang['IP_CB2F_SHOW_LOG2'] = "Current data set dates from [<b>%s</b>] to [<b>%s</b>]";

$lang['IP_CB2F_ON_OFF'] = "Automaticly backup (and drop) log to File:";
$lang['IP_CB2F_PATH'] = "CB2F path to backup directory:";
$lang['IP_CB2F_BULK'] = "Records per backup file:";
$lang['IP_CB2F_DEL'] = "Delete the local temporary CB2F log";
$lang['IP_CB2F_BTN_DEL'] = "Delete db copy of CB2F Logs";
$lang['IP_CB2F_DELETED'] = "The db copy of the CB2F Logs has been deleted! Resources freed.";
$lang['IP_CB2F_CON_BTN'] = "Continue";

// the Show History
$lang['IP_hist_title'] = "Historical (Backed up) IP Log";
$lang['IP_hist_explain'] = "Here you can view the currently loaded backup file (loaded with Back 2 File).";

// Help
$lang['IPC_Help'] = 'Help';
$lang['IP_Backup_choice'] = '"Log Backup 2 File" option';
$lang['IP_Backup_explain'] = 'This is the CodeCrush Back 2 File tool, used to backup or move chunks of the log to files on your server. <br />The Backup button just copies chunks of your database log to files, while the Move button also deletes the backed up records from your database. As this is a web-based tool, it is only able to backup so many records at a time. Thus after it completes backing up one chunk (number of records is configurable) the page will display a Continue button for you to click to proceed.<p />To load an old backup file you must first populate the dropdown box to see what files are available. Click Populate File list. Then select a file and click Load Data Set..<br />The file will be parsed and loaded into a "temporary" database table. You can view it with "View Backup" and Batch some IPs against it with "History Batch".';
$lang['CCIP_Batch_choice'] = '"CCIP Log Batch" option';
$lang['CCIP_Batch_explain'] = 'This tool lets you quickly check if a series of IP addresses has visited your site. It is a quick, but dirty way to check for possible multis (users with several accounts), or to find users connecting from the same area/provider. Just paste a text containing 1 or more IPs, click the button and the tool will extract the IPs and check them.';
$lang['CCIP_Log_choice'] = '"CCIP Log" option';
$lang['CCIP_Log_explain'] = 'This is the main page where you can view who has been visiting your site. You can filter by username or IP, and you can export the log to a CSV file for downloading. However if the log you are exporting is to big, the CSV tool will fail.';
$lang['CCIP_Stats_choice'] = '"CCIP Log Statistics" option';
$lang['CCIP_Stats_explain'] = 'The Statistics page will give you a simple overview of your visitors operating system and browser, plus the total records in your log. Note that for the Browser revision statistics, that show how many users has the same browser revision, the stats are based on a 3000 records selection and not the complete log.';
?>
就像幻狼前輩說的,沒翻的幾乎用不太到! :mrgreen:
對照如有錯誤尚請指正!