diff --git a/README.md b/README.md index d007efd3..2c8fd23f 100755 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ available: * Mollie - * Spryng - * Inetworx - +* Clickatell - For these gateways you need an account with sufficient credits. @@ -45,7 +46,7 @@ project page (tracker), or send me an email (see top of file for link). ## DOWNLOAD -The latest version can be found at . +The latest version can be found at . You can also clone the git repo at . @@ -149,7 +150,7 @@ The second part is the actual message. There are a few variables you can use in * Create a new file in the directory "lang" named "mylanguage.lang.php". * Copy the contents of the file "en.lang.php" to your new file. * Translate the English stuff to your own language. - * Send a copy to ipdope[at]users.sourceforge.net so I can add it to the next release :) + * Send a copy to pep[at]neanderthal-technology.com so I can add it to the next release :) * Or, send me a pull request on github. ## CREDITS diff --git a/classes/mod/modConfig.class.php b/classes/mod/modConfig.class.php index f54a04f2..1dc323ca 100755 --- a/classes/mod/modConfig.class.php +++ b/classes/mod/modConfig.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class modConfig extends modCore { diff --git a/classes/mod/modCore.class.php b/classes/mod/modCore.class.php index 48ccad98..babdd21b 100755 --- a/classes/mod/modCore.class.php +++ b/classes/mod/modCore.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ abstract class modCore { /** diff --git a/classes/mod/modLog.class.php b/classes/mod/modLog.class.php index dfe4b0b2..515a74a1 100755 --- a/classes/mod/modLog.class.php +++ b/classes/mod/modLog.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ /** * Log module. Create the page to view previous log messages diff --git a/classes/mod/modServers.class.php b/classes/mod/modServers.class.php index c5791794..0bb7aed8 100755 --- a/classes/mod/modServers.class.php +++ b/classes/mod/modServers.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ /** * Server module. Add/edit/delete servers, show a list of all servers etc. diff --git a/classes/mod/modUsers.class.php b/classes/mod/modUsers.class.php index e8a27b0d..8995c304 100755 --- a/classes/mod/modUsers.class.php +++ b/classes/mod/modUsers.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ /** * User module. Add, edit and delete users, or assign diff --git a/classes/sm/smCore.class.php b/classes/sm/smCore.class.php index 72e1b03d..58f1dfd8 100755 --- a/classes/sm/smCore.class.php +++ b/classes/sm/smCore.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ abstract class smCore { public $db; diff --git a/classes/sm/smDatabase.class.php b/classes/sm/smDatabase.class.php index 7013772b..80c7bc43 100755 --- a/classes/sm/smDatabase.class.php +++ b/classes/sm/smDatabase.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class smDatabase { diff --git a/classes/sm/smTemplate.class.php b/classes/sm/smTemplate.class.php index 1394b355..bcbd6da7 100755 --- a/classes/sm/smTemplate.class.php +++ b/classes/sm/smTemplate.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class smTemplate { protected $css_files = array(); diff --git a/classes/sm/smUpdaterStatus.class.php b/classes/sm/smUpdaterStatus.class.php index 1e93517e..6666cbe8 100755 --- a/classes/sm/smUpdaterStatus.class.php +++ b/classes/sm/smUpdaterStatus.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class smUpdaterStatus extends smCore { public $error; diff --git a/classes/txtmsg/txtmsgClickatell.class.php b/classes/txtmsg/txtmsgClickatell.class.php index 7fe3e5d8..8d826e13 100755 --- a/classes/txtmsg/txtmsgClickatell.class.php +++ b/classes/txtmsg/txtmsgClickatell.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class txtmsgClickatell extends txtmsgCore { // ========================================================================= diff --git a/classes/txtmsg/txtmsgCore.class.php b/classes/txtmsg/txtmsgCore.class.php index 9e1e65d6..d89229c5 100755 --- a/classes/txtmsg/txtmsgCore.class.php +++ b/classes/txtmsg/txtmsgCore.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ abstract class txtmsgCore implements txtmsgInterface { protected $originator; diff --git a/classes/txtmsg/txtmsgInetworx.class.php b/classes/txtmsg/txtmsgInetworx.class.php index 8819904c..d066fb3d 100755 --- a/classes/txtmsg/txtmsgInetworx.class.php +++ b/classes/txtmsg/txtmsgInetworx.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class txtmsgInetworx extends txtmsgCore { // ========================================================================= diff --git a/classes/txtmsg/txtmsgInterface.class.php b/classes/txtmsg/txtmsgInterface.class.php index 8a841610..aa0e0a42 100755 --- a/classes/txtmsg/txtmsgInterface.class.php +++ b/classes/txtmsg/txtmsgInterface.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ interface txtmsgInterface { diff --git a/classes/txtmsg/txtmsgMollie.class.php b/classes/txtmsg/txtmsgMollie.class.php index 9de244e4..c3d90711 100755 --- a/classes/txtmsg/txtmsgMollie.class.php +++ b/classes/txtmsg/txtmsgMollie.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class txtmsgMollie extends txtmsgCore { // ========================================================================= diff --git a/classes/txtmsg/txtmsgSpryng.class.php b/classes/txtmsg/txtmsgSpryng.class.php index 54f4f7e4..2ff19a70 100755 --- a/classes/txtmsg/txtmsgSpryng.class.php +++ b/classes/txtmsg/txtmsgSpryng.class.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ class txtmsgSpryng extends txtmsgCore { // ========================================================================= diff --git a/config.inc.php.sample b/config.inc.php.sample index 8aad7029..a9c0ec47 100755 --- a/config.inc.php.sample +++ b/config.inc.php.sample @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ ######################################## # @@ -68,4 +71,4 @@ if(!$lang) { } sm_load_lang($lang); -?> +?> \ No newline at end of file diff --git a/cron/status.cron.php b/cron/status.cron.php index eb20de2f..d72e8a85 100755 --- a/cron/status.cron.php +++ b/cron/status.cron.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ // include main configuration and functionality require_once dirname(__FILE__) . '/../config.inc.php'; diff --git a/functions.inc.php b/functions.inc.php index f7620d6e..3cdec15e 100755 --- a/functions.inc.php +++ b/functions.inc.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ /** * diff --git a/inc/monitor.css b/inc/monitor.css index 154699b8..4cfecfc6 100755 --- a/inc/monitor.css +++ b/inc/monitor.css @@ -1,9 +1,6 @@ -/* - * PHP Server Monitor v2.0.1 - * Monitor your servers with error notification - * http://phpservermon.sourceforge.net/ - * - * Copyright (c) 2008-2011 Pepijn Over (ipdope@users.sourceforge.net) +/** + * PHP Server Monitor + * Monitor your servers and websites. * * This file is part of PHP Server Monitor. * PHP Server Monitor is free software: you can redistribute it and/or modify @@ -18,7 +15,14 @@ * * You should have received a copy of the GNU General Public License * along with PHP Server Monitor. If not, see . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ body { color: #000000; diff --git a/inc/monitor.js b/inc/monitor.js index d6587dfc..4a18d138 100755 --- a/inc/monitor.js +++ b/inc/monitor.js @@ -1,9 +1,6 @@ -/* - * PHP Server Monitor v2.0.1 - * Monitor your servers with error notification - * http://phpservermon.sourceforge.net/ - * - * Copyright (c) 2008-2011 Pepijn Over (ipdope@users.sourceforge.net) +/** + * PHP Server Monitor + * Monitor your servers and websites. * * This file is part of PHP Server Monitor. * PHP Server Monitor is free software: you can redistribute it and/or modify @@ -18,7 +15,14 @@ * * You should have received a copy of the GNU General Public License * along with PHP Server Monitor. If not, see . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ function sm_delete(id, type) { var del = confirm("Are you sure you want to delete this record?"); diff --git a/inc/tabs.css b/inc/tabs.css index 0b8ad250..acf07f20 100755 --- a/inc/tabs.css +++ b/inc/tabs.css @@ -1,9 +1,6 @@ -/* - * PHP Server Monitor v2.0.1 - * Monitor your servers with error notification - * http://phpservermon.sourceforge.net/ - * - * Copyright (c) 2008-2011 Pepijn Over (ipdope@users.sourceforge.net) +/** + * PHP Server Monitor + * Monitor your servers and websites. * * This file is part of PHP Server Monitor. * PHP Server Monitor is free software: you can redistribute it and/or modify @@ -18,7 +15,14 @@ * * You should have received a copy of the GNU General Public License * along with PHP Server Monitor. If not, see . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ .tabs ul { list-style: none; diff --git a/index.php b/index.php index 50f35d28..5e76666a 100755 --- a/index.php +++ b/index.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ if(!file_exists('config.inc.php')) { die('Failed to locate config file. Please read docs/README for more information on how to setup PHP Server Monitor.'); diff --git a/install.php b/install.php index c0209bde..51859bf0 100755 --- a/install.php +++ b/install.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ // this script creates all the database tables required for server monitor error_reporting(0x0ffffff); diff --git a/lang/de.lang.php b/lang/de.lang.php index b40bd269..f41191a2 100755 --- a/lang/de.lang.php +++ b/lang/de.lang.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ $sm_lang = array( 'system' => array( diff --git a/lang/en.lang.php b/lang/en.lang.php index 921987fb..f4498478 100755 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ $sm_lang = array( 'system' => array( diff --git a/lang/fr.lang.php b/lang/fr.lang.php index 0665917e..14c2ba5e 100755 --- a/lang/fr.lang.php +++ b/lang/fr.lang.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ $sm_lang = array( 'system' => array( diff --git a/lang/nl.lang.php b/lang/nl.lang.php index f27a4823..ae18c73d 100755 --- a/lang/nl.lang.php +++ b/lang/nl.lang.php @@ -1,11 +1,7 @@ . - */ + * + * @package phpservermon + * @author Pepijn Over + * @copyright Copyright (c) 2008-2014 Pepijn Over + * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 + * @version Release: @package_version@ + * @link http://phpservermon.neanderthal-technology.com/ + **/ $sm_lang = array( 'system' => array(