]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-connect.php
Email support added to refback extension
[mailer.git] / inc / mysql-connect.php
index 4020ecdc46b587d4eb4cc0e2701303521d7990e5..65ef9187faee9137559fe933fef3865086c85f6f 100644 (file)
@@ -66,13 +66,13 @@ function __errorHandler ($errno, $errstr, $errfile, $errline) {
                $errline
        );
        DEBUG_LOG(__FUNCTION__.":".$msg, true);
-       print "Please report this error:<pre>";
+       print "Please report this error at <a href=\"http://forum.mxchange.org\" target=\"_blank\">forum.mxchange.org</a>:<pre>";
        debug_print_backtrace();
-       die("</pre>");
+       die("</pre>Thanks for your help finding bugs.");
 }
 
 // Set error handler
-//set_error_handler('__errorHandler');
+set_error_handler('__errorHandler');
 
 // Check if the user setups his MySQL stuff...
 if ((empty($MySQL['login'])) && (!defined('mxchange_installing')) && (!isset($_GET['installing'])) && (isBooleanConstantAndTrue('mxchange_installed'))) {
@@ -137,6 +137,8 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT
                                        // Administrative functions
                                        require_once(PATH."inc/modules/admin/admin-inc.php");
                                } // END - if
+                               //* DEBUG: */ ADD_POINTS_REFSYSTEM(36,1000);
+                               //* DEBUG: */ die();
 
                                // Get all values
                                if (($CSS != 1) && ($CSS != -1)) {
@@ -156,7 +158,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT
                                UPDATE_ONLINE_LIST($PHPSESSID, $GLOBALS['module'], $GLOBALS['action'], $GLOBALS['what']);
 
                                // Set default 'what' value
-                               //* DEBUG */ echo "-".$GLOBALS['module']."/".$GLOBALS['what']."-<br />\n";
+                               //* DEBUG: */ echo "-".$GLOBALS['module']."/".$GLOBALS['what']."-<br />\n";
                                if ((empty($GLOBALS['what'])) && (empty($GLOBALS['action'])) && ($CSS != 1) && ($CSS != -1)) {
                                        if ($GLOBALS['module'] == "admin") {
                                                // Set 'action' value to 'login' in admin menu