diff --git a/src/asktheoracle.php b/src/asktheoracle.php
index c7bf8d8..915884f 100644
--- a/src/asktheoracle.php
+++ b/src/asktheoracle.php
@@ -97,7 +97,7 @@ else
}
$content['ORACLE_HELP_DETAIL'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_DETAIL'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
-$content['ORACLE_HELP_TEXT'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_TEXT'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
+$content['ORACLE_HELP_TEXT'] = GetAndReplaceLangStr( $content['LN_ORACLE_HELP_TEXT'], $content['oracle_type_readable'], $content['oracle_query'], $content['LN_ORACLE_HELP_TEXT_EXTERNAL'] ) ;
$content['ORACLE_WHOIS'] = GetAndReplaceLangStr( $content['LN_ORACLE_WHOIS'], $content['oracle_type_readable'], $content['oracle_query'] ) ;
$content['WhoisUrl'] = "http://kb.monitorware.com/kbsearch.php?sa=whois&oid=" . $content['oracle_kb_type'] . "&origin=phplogcon&q=" . urlencode($content['oracle_query']);
diff --git a/src/lang/de/main.php b/src/lang/de/main.php
index 154c9f8..7b5b51f 100644
--- a/src/lang/de/main.php
+++ b/src/lang/de/main.php
@@ -321,9 +321,14 @@ $content['LN_DETAIL_BACKTOLIST'] = "Back to Listview";
// asktheoracle site
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
- $content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'.
- The oracle has come to an answer, and brought up the following link suggestions:
+ $content['LN_ORACLE_HELP_TEXT'] = "
This pages enables you do a a search over multiple log sources. %3
+
The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
+
A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process. +
"; + $content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases"; $content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'"; $content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field"; $content['LN_ORACLE_SOURCENAME'] = "Source name"; diff --git a/src/lang/en/main.php b/src/lang/en/main.php index 6b39384..e2d50e4 100644 --- a/src/lang/en/main.php +++ b/src/lang/en/main.php @@ -325,9 +325,14 @@ $content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the // asktheoracle site $content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'"; $content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you"; -$content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'.This pages enables you do a a search over multiple log sources. %3
+
The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
+
A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process. +
"; +$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases"; $content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'"; $content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field"; $content['LN_ORACLE_SOURCENAME'] = "Source name"; diff --git a/src/lang/pt_BR/main.php b/src/lang/pt_BR/main.php index 54030c2..3d385fb 100644 --- a/src/lang/pt_BR/main.php +++ b/src/lang/pt_BR/main.php @@ -325,9 +325,14 @@ $content['LN_DETAIL_BACKTOLIST'] = "Voltar para a lista"; // asktheoracle site $content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'"; $content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you"; - $content['LN_ORACLE_HELP_TEXT'] = "You asked the oracle to find more information about the '%1' value '%2'.This pages enables you do a a search over multiple log sources. %3
+
The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
+
A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process. +
"; + $content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases"; $content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'"; $content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field"; $content['LN_ORACLE_SOURCENAME'] = "Source name"; diff --git a/src/templates/asktheoracle.html b/src/templates/asktheoracle.html index a1b00d9..fa7f015 100644 --- a/src/templates/asktheoracle.html +++ b/src/templates/asktheoracle.html @@ -32,7 +32,7 @@{ORACLE_HELP_TEXT}
{ORACLE_HELP_TEXT}