diff --git a/cron/status.cron.php b/cron/status.cron.php index c059304f..6a76ed41 100755 --- a/cron/status.cron.php +++ b/cron/status.cron.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ // include main configuration and functionality diff --git a/index.php b/index.php index 39210539..baf1a361 100755 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ require 'src/bootstrap.php'; diff --git a/install.php b/install.php index 054283dc..50d0fb8b 100755 --- a/install.php +++ b/install.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ define('PSM_INSTALL', true); diff --git a/src/bootstrap.php b/src/bootstrap.php index 40a553e7..81e6f76c 100755 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -22,7 +22,7 @@ * @copyright Copyright (c) 2008-2014 Pepijn Over * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 * @version Release: phpservermon 2.1.0 - * @link http://phpservermon.neanderthal-technology.com/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1.0 **/ diff --git a/src/includes/functions.inc.php b/src/includes/functions.inc.php index 2394db59..46bf5195 100755 --- a/src/includes/functions.inc.php +++ b/src/includes/functions.inc.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ ############################################### @@ -259,7 +259,7 @@ function psm_check_updates() { // been more than a week since update, lets go // update "update-date" $db->save(PSM_DB_PREFIX . 'config', array('value' => time()), array('key' => 'last_update_check')); - $latest = psm_curl_get('http://phpservermon.neanderthal-technology.com/version.php'); + $latest = psm_curl_get('http://www.phpservermonitor.org/version.php'); $current = psm_get_conf('version'); return version_compare($latest, $current, '>'); diff --git a/src/lang/br.lang.php b/src/lang/br.lang.php index 2670cd4d..56774e3d 100755 --- a/src/lang/br.lang.php +++ b/src/lang/br.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ $sm_lang = array( diff --git a/src/lang/de.lang.php b/src/lang/de.lang.php index ac8fe921..ff5633ce 100755 --- a/src/lang/de.lang.php +++ b/src/lang/de.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ $sm_lang = array( diff --git a/src/lang/en.lang.php b/src/lang/en.lang.php index f54896ca..bc8b0fba 100755 --- a/src/lang/en.lang.php +++ b/src/lang/en.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ $sm_lang = array( diff --git a/src/lang/fr.lang.php b/src/lang/fr.lang.php index 71915061..7c582b32 100755 --- a/src/lang/fr.lang.php +++ b/src/lang/fr.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ $sm_lang = array( diff --git a/src/lang/kr.lang.php b/src/lang/kr.lang.php index 793a085c..630f0f46 100755 --- a/src/lang/kr.lang.php +++ b/src/lang/kr.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1 **/ diff --git a/src/lang/nl.lang.php b/src/lang/nl.lang.php index 3c786697..21a2aeeb 100755 --- a/src/lang/nl.lang.php +++ b/src/lang/nl.lang.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ $sm_lang = array( diff --git a/src/psm/Module/AbstractModule.class.php b/src/psm/Module/AbstractModule.class.php index ef1a5aba..dddad3cf 100755 --- a/src/psm/Module/AbstractModule.class.php +++ b/src/psm/Module/AbstractModule.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Module/Config.class.php b/src/psm/Module/Config.class.php index d8270848..a5a16e87 100755 --- a/src/psm/Module/Config.class.php +++ b/src/psm/Module/Config.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Module/Install.class.php b/src/psm/Module/Install.class.php index 679765df..b3d6ff22 100644 --- a/src/psm/Module/Install.class.php +++ b/src/psm/Module/Install.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1.0 **/ diff --git a/src/psm/Module/Log.class.php b/src/psm/Module/Log.class.php index 6e6db989..f5dc7885 100755 --- a/src/psm/Module/Log.class.php +++ b/src/psm/Module/Log.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Module/ModuleInterface.class.php b/src/psm/Module/ModuleInterface.class.php index a9cadf6e..2f5930be 100644 --- a/src/psm/Module/ModuleInterface.class.php +++ b/src/psm/Module/ModuleInterface.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1 **/ diff --git a/src/psm/Module/Servers.class.php b/src/psm/Module/Servers.class.php index d19038f5..5b0976f9 100755 --- a/src/psm/Module/Servers.class.php +++ b/src/psm/Module/Servers.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Module/Status.class.php b/src/psm/Module/Status.class.php index 844bbe0b..98a04bfe 100755 --- a/src/psm/Module/Status.class.php +++ b/src/psm/Module/Status.class.php @@ -23,7 +23,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Module/Users.class.php b/src/psm/Module/Users.class.php index 71649266..4235bb4a 100755 --- a/src/psm/Module/Users.class.php +++ b/src/psm/Module/Users.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Module; diff --git a/src/psm/Service/Database.class.php b/src/psm/Service/Database.class.php index 896eeaf7..eaf9300e 100755 --- a/src/psm/Service/Database.class.php +++ b/src/psm/Service/Database.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Service; diff --git a/src/psm/Service/Template.class.php b/src/psm/Service/Template.class.php index 642345a9..86d51e45 100755 --- a/src/psm/Service/Template.class.php +++ b/src/psm/Service/Template.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Service; diff --git a/src/psm/Txtmsg/Clickatell.class.php b/src/psm/Txtmsg/Clickatell.class.php index a8bd7538..7b25901e 100755 --- a/src/psm/Txtmsg/Clickatell.class.php +++ b/src/psm/Txtmsg/Clickatell.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Txtmsg/Core.class.php b/src/psm/Txtmsg/Core.class.php index b6726684..36bf84c6 100755 --- a/src/psm/Txtmsg/Core.class.php +++ b/src/psm/Txtmsg/Core.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Txtmsg/Inetworx.class.php b/src/psm/Txtmsg/Inetworx.class.php index a327e6b2..70de4032 100755 --- a/src/psm/Txtmsg/Inetworx.class.php +++ b/src/psm/Txtmsg/Inetworx.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Txtmsg/Mollie.class.php b/src/psm/Txtmsg/Mollie.class.php index cfa3d7ed..2125ecbb 100755 --- a/src/psm/Txtmsg/Mollie.class.php +++ b/src/psm/Txtmsg/Mollie.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Txtmsg/Mosms.class.php b/src/psm/Txtmsg/Mosms.class.php index 8757cf4a..3389636c 100755 --- a/src/psm/Txtmsg/Mosms.class.php +++ b/src/psm/Txtmsg/Mosms.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1 **/ diff --git a/src/psm/Txtmsg/Spryng.class.php b/src/psm/Txtmsg/Spryng.class.php index 3a81cfa0..015ad33d 100755 --- a/src/psm/Txtmsg/Spryng.class.php +++ b/src/psm/Txtmsg/Spryng.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Txtmsg/Textmarketer.php b/src/psm/Txtmsg/Textmarketer.php index 9dc2d487..d89fecdf 100755 --- a/src/psm/Txtmsg/Textmarketer.php +++ b/src/psm/Txtmsg/Textmarketer.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1 **/ diff --git a/src/psm/Txtmsg/TxtmsgInterface.class.php b/src/psm/Txtmsg/TxtmsgInterface.class.php index c5f9399d..e679a6c5 100755 --- a/src/psm/Txtmsg/TxtmsgInterface.class.php +++ b/src/psm/Txtmsg/TxtmsgInterface.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Txtmsg; diff --git a/src/psm/Util/Install/Queries.class.php b/src/psm/Util/Install/Queries.class.php index 2729b170..ab9254ce 100644 --- a/src/psm/Util/Install/Queries.class.php +++ b/src/psm/Util/Install/Queries.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ * @since phpservermon 2.1.0 **/ diff --git a/src/psm/Util/Updater/Status.class.php b/src/psm/Util/Updater/Status.class.php index 0b6b0c94..07b6c731 100755 --- a/src/psm/Util/Updater/Status.class.php +++ b/src/psm/Util/Updater/Status.class.php @@ -22,7 +22,7 @@ * @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/ + * @link http://www.phpservermonitor.org/ **/ namespace psm\Util\Updater; diff --git a/src/templates/install.tpl.html b/src/templates/install.tpl.html index 48842200..598a131f 100755 --- a/src/templates/install.tpl.html +++ b/src/templates/install.tpl.html @@ -3,7 +3,7 @@

 PHP Server Monitor

 

- PHP Server Monitor + PHP Server Monitor Twitter Bootstrap

PHP Server Monitor is a script that checks whether the servers on your list are up and running on the selected ports. It comes with a web based user interface where you can add and remove servers or websites from the MySQL database, and you can manage users for each server with a mobile number and email address.

diff --git a/src/templates/main.tpl.html b/src/templates/main.tpl.html index dfa1fdfc..d8bd955c 100755 --- a/src/templates/main.tpl.html +++ b/src/templates/main.tpl.html @@ -87,7 +87,7 @@ {label_update} @@ -101,7 +101,7 @@