From: Roland Häder Date: Sun, 7 Aug 2011 20:31:37 +0000 (+0000) Subject: Don't exclude the waybackmaschine X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0d42530a14870ff0e0a0a3f7bcc6bb9f7f909b88;hp=b5c7f7a1aa051dfbd9dfdc67d2a6747824f9df19 Don't exclude the waybackmaschine --- diff --git a/inc/functions.php b/inc/functions.php index e42a7e755e..7885108fd2 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -211,9 +211,9 @@ function sendRawEmail ($toEmail, $subject, $message, $headers) { $mail->AddAddress($toEmail, ''); $mail->AddReplyTo(getWebmaster(), getMainTitle()); - $mail->AddCustomHeader('Errors-To:' . getWebmaster()); - $mail->AddCustomHeader('X-Loop:' . getWebmaster()); - $mail->AddCustomHeader('Bounces-To:' . getWebmaster()); + $mail->AddCustomHeader('Errors-To: ' . getWebmaster()); + $mail->AddCustomHeader('X-Loop: ' . getWebmaster()); + $mail->AddCustomHeader('Bounces-To: ' . getWebmaster()); $mail->Send(); // Has an error occured? diff --git a/inc/modules/order.php b/inc/modules/order.php index 3539445643..071e4db443 100644 --- a/inc/modules/order.php +++ b/inc/modules/order.php @@ -67,14 +67,21 @@ if (empty($url)) { // Update sending pool SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_pool` SET `data_type`='%s' WHERE `id`=%s AND `sender`=%s AND `data_type`='TEMP' LIMIT 1", - array($type, bigintval(getRequestElement('order')), getMemberId()), __FILE__, __LINE__); + array( + $type, + bigintval(getRequestElement('order')), + getMemberId() + ), __FILE__, __LINE__); // Finally is the entry valid? if (!SQL_HASZEROAFFECTED()) { // @TODO Unused: 2,4 // Load mail again... 0 1 2 3 4 5 6 7 $result = SQL_QUERY_ESC("SELECT `subject`,`text`,`receivers`,`payment_id`,`timestamp`,`url`,`cat_id`,`target_send` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s AND `sender`=%s LIMIT 1", - array(bigintval(getRequestElement('order')), getMemberId()), __FILE__, __LINE__); + array( + bigintval(getRequestElement('order')), + getMemberId() + ), __FILE__, __LINE__); // Merge arrays $content = merge_array($content, SQL_FETCHARRAY($result)); diff --git a/inc/pool/pool-bonus.php b/inc/pool/pool-bonus.php index 8951eafdcc..b127dac665 100644 --- a/inc/pool/pool-bonus.php +++ b/inc/pool/pool-bonus.php @@ -114,7 +114,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) { if (isExtensionInstalledAndNewer('user', '0.1.4')) { // Update mails received for receiver SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `emails_received`=`emails_received`+1 WHERE `userid`=%s LIMIT 1", - array(bigintval($userid)), __FILE__, __LINE__); + array(bigintval($userid)), __FILE__, __LINE__); } // END - if // Do we have send maximum mails? diff --git a/robots.txt b/robots.txt index 5d2c9ad204..4d1db761fa 100644 --- a/robots.txt +++ b/robots.txt @@ -83,12 +83,6 @@ Disallow: / User-agent: LNSpiderguy Disallow: / -User-agent: ia_archiver -Disallow: / - -User-agent: ia_archiver/1.6 -Disallow: / - User-agent: Teleport Disallow: /