From 2aa439794f0ce3b28af2a6641c38b1304bab1ebe Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 16 Aug 2015 00:18:47 +0200 Subject: Rename phpservice_php.tmp to phpservice_php.php --- config/phpservice/phpservice_php.php | 192 +++++++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 config/phpservice/phpservice_php.php (limited to 'config/phpservice/phpservice_php.php') diff --git a/config/phpservice/phpservice_php.php b/config/phpservice/phpservice_php.php new file mode 100644 index 00000000..55de1ae8 --- /dev/null +++ b/config/phpservice/phpservice_php.php @@ -0,0 +1,192 @@ + + + + + +

PHP Service:

+ +
+ + +
+ +
+ + + + + +
+ +
+"; +//print_info_box_np("This is an info box."); +//echo"
"; +//endif; + +?> + + + + +

+ Is command line PHP designed to run PHP as a Service. The custom PHP code that is defined below is run over and over again inside a continuous loop. There are many possible uses such as monitoring CPU, Memory, File System Space, interacting with Snort, and many others uses that are yet to be discovered. + It can send events to the sylog that will can be viewed from the system log or remote syslog server. example: exec("logger This is a test"); +

+ For more information see: https://doc.pfsense.org/index.php/PHPService +

+
+ + + + + + + + + + + 0) { + + foreach ($a_phpservice as $ent) { + + ?> + + + + + + + + + + + + + + + + + + +
NameEnabledDescription + + + + + + +
+ +
+   + +   + +   + + + + + + +
+
+ + + + + +
+
+ +
+ + +
+
+
+
+
+
+
+
+ +
+ +
+ + + + + -- cgit v1.2.3 From f0b4bbdb4e8aa706995723fb0b2125ab89caa3b9 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sun, 16 Aug 2015 01:49:31 +0200 Subject: phpservice - rewrite garbage package --- config/phpservice/phpservice_php.php | 205 ++++++++++++++--------------------- 1 file changed, 82 insertions(+), 123 deletions(-) (limited to 'config/phpservice/phpservice_php.php') diff --git a/config/phpservice/phpservice_php.php b/config/phpservice/phpservice_php.php index 55de1ae8..582d2f41 100644 --- a/config/phpservice/phpservice_php.php +++ b/config/phpservice/phpservice_php.php @@ -1,8 +1,9 @@ @@ -51,7 +51,6 @@ include("head.inc"); -

PHP Service:

@@ -67,126 +66,86 @@ include("head.inc");
- - - - - - - - - - - - - - - - - - - -
- -
+
+ "; -//print_info_box_np("This is an info box."); -//echo"
"; -//endif; - ?> - - - - -

- Is command line PHP designed to run PHP as a Service. The custom PHP code that is defined below is run over and over again inside a continuous loop. There are many possible uses such as monitoring CPU, Memory, File System Space, interacting with Snort, and many others uses that are yet to be discovered. - It can send events to the sylog that will can be viewed from the system log or remote syslog server. example: exec("logger This is a test"); -

- For more information see: https://doc.pfsense.org/index.php/PHPService -

-
- - - - - - - +
NameEnabledDescription - - - - - - -
- -
+ +
+
+ The custom PHP code that is defined below is run over and over again inside a continuous loop. There are many possible uses such as monitoring CPU, Memory, File System Space, interacting with Snort, and many others uses that are yet to be discovered.
+ It can send events to the sylog that will can be viewed from the system log or remote syslog server. Example: exec("logger This is a test");

+ For more information see: https://doc.pfsense.org/index.php/PHPService +
+
+
+ + + + + + + + 0) { + foreach ($a_phpservice as $ent) { + ?> + + + + + + + + + + + + + + + + +
NameEnabledDescription + + + + + +
+
    + + + + + +
+
+ + + + + +
+
+ +
- 0) { - - foreach ($a_phpservice as $ent) { - - ?> -
-   - -   - -   - - - - - - -
-
- - - - - -
-
- - - - -
-
-
-
-
-
-
-
- - - + -
- -- cgit v1.2.3