@@ -14,40 +14,40 @@ |
||
14 | 14 | * set template specific language variables |
15 | 15 | ****************************************************************************/ |
16 | 16 | |
17 | - $firstcache_note = t('If this is your first cache on %1, be sure to check out the <a href="articles.php?page=cacheinfo">description</a> of the individual fields.'); |
|
18 | - |
|
19 | - $submit = t('Submit cache'); |
|
20 | - $default_country = t('EN'); |
|
21 | - $default_lang = t('EN'); |
|
22 | - $show_all = t('Show all'); |
|
23 | - $default_NS = 'N'; |
|
24 | - $default_EW = 'E'; |
|
25 | - $date_time_format_message = ' ' . t('Format: DD-MM-YYYY'); |
|
26 | - |
|
27 | - $error_general = "<tr><td class='error' colspan='2'><b>" . t('Some errors occured, please check the marked fields.') . "</b></td></tr>"; |
|
28 | - $error_long_not_ok = '<span class="errormsg">' . t('Your chosen coordinated are invalid') . '</span>'; |
|
29 | - $error_lat_not_ok = $error_long_not_ok . "<br />"; |
|
30 | - $error_duplicate_coords = '<span class="errormsg">' . t('Another cache (<a href="viewcache.php?wp=%1">%1</a>) exists at these coords. Maybe you pressed "submit cache" twice. To publish a cache with identical coords, enter other coords first, then edit the listing and change coords.') . '</span>'; |
|
31 | - $time_not_ok_message = '<span class="errormsg">' . t('The entered time is invalid.') . '</span>'; |
|
32 | - $way_length_not_ok_message = '<span class="errormsg">' . t('The entered distance is invalid, Format: aa.aaa') . '</span>'; |
|
33 | - $date_not_ok_message = '<span class="errormsg">' . t('Invalid date, format:DD-MM-JJJJ') . '</span>'; |
|
34 | - $name_not_ok_message = ' <span class="errormsg">' . t('Cachename is invalid') . '</span>'; |
|
35 | - $tos_not_ok_message = '<br/><span class="errormsg">' . t('The cache can only be adopted if you agree our terms of use.') . '</span>'; |
|
36 | - $type_not_ok_message = ' <span class="errormsg">' . t('No cache-type is chosen.') . '</span>'; |
|
37 | - $size_not_ok_message = ' <span class="errormsg">' . t('No cache-size is chosen.') . '</span>'; |
|
38 | - $diff_not_ok_message = ' <span class="errormsg">' . t('Choose both valuations!') . '</span>'; |
|
39 | - $sizemismatch_message = ' <span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>'; |
|
40 | - $safari_not_allowed_message = '<span class="errormsg">' . t('Only virtual caches can be safari caches.') . '</span>'; |
|
41 | - $bad_wpgc_message = '<span class="errormsg">' . t('GC waypoint is invalid, must be GCxxxxx') . '</span>'; |
|
42 | - |
|
43 | - $cache_submitted = t('Your cache is successfully added to the database. You will be redirected to the cache page, now.'); |
|
44 | - |
|
45 | - $sel_message = t('Select'); |
|
46 | - |
|
47 | - $cache_attrib_js = "new Array({id}, {selected}, '{img_undef}', '{img_large}')"; |
|
48 | - $cache_attrib_pic = '<img id="attr{attrib_id}" src="{attrib_pic}" border="0" onmousedown="toggleAttr({attrib_id})" onmouseover="Tip(\'{html_desc}\', TITLE, \'{name}\', TITLEBGCOLOR, \'{color}\', TITLEFONTCOLOR, \'#000000\', BGCOLOR, \'#FFFFFF\', BORDERCOLOR, \'{color}\', CLICKCLOSE, true, DELAY, 0, FADEIN, false, FADEOUT, false, FONTCOLOR, \'#000080\', WIDTH, 500)" onmouseout="UnTip()" /> '; |
|
49 | - |
|
50 | - $cache_attrib_group = |
|
17 | + $firstcache_note = t('If this is your first cache on %1, be sure to check out the <a href="articles.php?page=cacheinfo">description</a> of the individual fields.'); |
|
18 | + |
|
19 | + $submit = t('Submit cache'); |
|
20 | + $default_country = t('EN'); |
|
21 | + $default_lang = t('EN'); |
|
22 | + $show_all = t('Show all'); |
|
23 | + $default_NS = 'N'; |
|
24 | + $default_EW = 'E'; |
|
25 | + $date_time_format_message = ' ' . t('Format: DD-MM-YYYY'); |
|
26 | + |
|
27 | + $error_general = "<tr><td class='error' colspan='2'><b>" . t('Some errors occured, please check the marked fields.') . "</b></td></tr>"; |
|
28 | + $error_long_not_ok = '<span class="errormsg">' . t('Your chosen coordinated are invalid') . '</span>'; |
|
29 | + $error_lat_not_ok = $error_long_not_ok . "<br />"; |
|
30 | + $error_duplicate_coords = '<span class="errormsg">' . t('Another cache (<a href="viewcache.php?wp=%1">%1</a>) exists at these coords. Maybe you pressed "submit cache" twice. To publish a cache with identical coords, enter other coords first, then edit the listing and change coords.') . '</span>'; |
|
31 | + $time_not_ok_message = '<span class="errormsg">' . t('The entered time is invalid.') . '</span>'; |
|
32 | + $way_length_not_ok_message = '<span class="errormsg">' . t('The entered distance is invalid, Format: aa.aaa') . '</span>'; |
|
33 | + $date_not_ok_message = '<span class="errormsg">' . t('Invalid date, format:DD-MM-JJJJ') . '</span>'; |
|
34 | + $name_not_ok_message = ' <span class="errormsg">' . t('Cachename is invalid') . '</span>'; |
|
35 | + $tos_not_ok_message = '<br/><span class="errormsg">' . t('The cache can only be adopted if you agree our terms of use.') . '</span>'; |
|
36 | + $type_not_ok_message = ' <span class="errormsg">' . t('No cache-type is chosen.') . '</span>'; |
|
37 | + $size_not_ok_message = ' <span class="errormsg">' . t('No cache-size is chosen.') . '</span>'; |
|
38 | + $diff_not_ok_message = ' <span class="errormsg">' . t('Choose both valuations!') . '</span>'; |
|
39 | + $sizemismatch_message = ' <span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>'; |
|
40 | + $safari_not_allowed_message = '<span class="errormsg">' . t('Only virtual caches can be safari caches.') . '</span>'; |
|
41 | + $bad_wpgc_message = '<span class="errormsg">' . t('GC waypoint is invalid, must be GCxxxxx') . '</span>'; |
|
42 | + |
|
43 | + $cache_submitted = t('Your cache is successfully added to the database. You will be redirected to the cache page, now.'); |
|
44 | + |
|
45 | + $sel_message = t('Select'); |
|
46 | + |
|
47 | + $cache_attrib_js = "new Array({id}, {selected}, '{img_undef}', '{img_large}')"; |
|
48 | + $cache_attrib_pic = '<img id="attr{attrib_id}" src="{attrib_pic}" border="0" onmousedown="toggleAttr({attrib_id})" onmouseover="Tip(\'{html_desc}\', TITLE, \'{name}\', TITLEBGCOLOR, \'{color}\', TITLEFONTCOLOR, \'#000000\', BGCOLOR, \'#FFFFFF\', BORDERCOLOR, \'{color}\', CLICKCLOSE, true, DELAY, 0, FADEIN, false, FADEOUT, false, FONTCOLOR, \'#000080\', WIDTH, 500)" onmouseout="UnTip()" /> '; |
|
49 | + |
|
50 | + $cache_attrib_group = |
|
51 | 51 | '<div class="attribgroup"><table cellspacing="0" style="display:inline;border-spacing:0px;"> |
52 | 52 | <tr><td bgcolor="{color}" style="line-height:9px;padding-top:2px;margin:0 0 0 0;border-left:1px solid gray;border-right:1px solid gray;border-top:1px solid gray;"><font size="1">{name}</font></td></tr> |
53 | 53 | <tr><td bgcolor="#F8F8F8" style="margin:0 0 0 0;border-left:1px solid gray;border-right:1px solid gray;border-bottom:1px solid gray;">{attribs}</td></tr> |
@@ -22,23 +22,23 @@ |
||
22 | 22 | $show_all = t('Show all'); |
23 | 23 | $default_NS = 'N'; |
24 | 24 | $default_EW = 'E'; |
25 | - $date_time_format_message = ' ' . t('Format: DD-MM-YYYY'); |
|
26 | - |
|
27 | - $error_general = "<tr><td class='error' colspan='2'><b>" . t('Some errors occured, please check the marked fields.') . "</b></td></tr>"; |
|
28 | - $error_long_not_ok = '<span class="errormsg">' . t('Your chosen coordinated are invalid') . '</span>'; |
|
29 | - $error_lat_not_ok = $error_long_not_ok . "<br />"; |
|
30 | - $error_duplicate_coords = '<span class="errormsg">' . t('Another cache (<a href="viewcache.php?wp=%1">%1</a>) exists at these coords. Maybe you pressed "submit cache" twice. To publish a cache with identical coords, enter other coords first, then edit the listing and change coords.') . '</span>'; |
|
31 | - $time_not_ok_message = '<span class="errormsg">' . t('The entered time is invalid.') . '</span>'; |
|
32 | - $way_length_not_ok_message = '<span class="errormsg">' . t('The entered distance is invalid, Format: aa.aaa') . '</span>'; |
|
33 | - $date_not_ok_message = '<span class="errormsg">' . t('Invalid date, format:DD-MM-JJJJ') . '</span>'; |
|
34 | - $name_not_ok_message = ' <span class="errormsg">' . t('Cachename is invalid') . '</span>'; |
|
35 | - $tos_not_ok_message = '<br/><span class="errormsg">' . t('The cache can only be adopted if you agree our terms of use.') . '</span>'; |
|
36 | - $type_not_ok_message = ' <span class="errormsg">' . t('No cache-type is chosen.') . '</span>'; |
|
37 | - $size_not_ok_message = ' <span class="errormsg">' . t('No cache-size is chosen.') . '</span>'; |
|
38 | - $diff_not_ok_message = ' <span class="errormsg">' . t('Choose both valuations!') . '</span>'; |
|
39 | - $sizemismatch_message = ' <span class="errormsg">' . t('For virtual and webcam caches, the cache size has to be -no container-!') . '</span>'; |
|
40 | - $safari_not_allowed_message = '<span class="errormsg">' . t('Only virtual caches can be safari caches.') . '</span>'; |
|
41 | - $bad_wpgc_message = '<span class="errormsg">' . t('GC waypoint is invalid, must be GCxxxxx') . '</span>'; |
|
25 | + $date_time_format_message = ' '.t('Format: DD-MM-YYYY'); |
|
26 | + |
|
27 | + $error_general = "<tr><td class='error' colspan='2'><b>".t('Some errors occured, please check the marked fields.')."</b></td></tr>"; |
|
28 | + $error_long_not_ok = '<span class="errormsg">'.t('Your chosen coordinated are invalid').'</span>'; |
|
29 | + $error_lat_not_ok = $error_long_not_ok."<br />"; |
|
30 | + $error_duplicate_coords = '<span class="errormsg">'.t('Another cache (<a href="viewcache.php?wp=%1">%1</a>) exists at these coords. Maybe you pressed "submit cache" twice. To publish a cache with identical coords, enter other coords first, then edit the listing and change coords.').'</span>'; |
|
31 | + $time_not_ok_message = '<span class="errormsg">'.t('The entered time is invalid.').'</span>'; |
|
32 | + $way_length_not_ok_message = '<span class="errormsg">'.t('The entered distance is invalid, Format: aa.aaa').'</span>'; |
|
33 | + $date_not_ok_message = '<span class="errormsg">'.t('Invalid date, format:DD-MM-JJJJ').'</span>'; |
|
34 | + $name_not_ok_message = ' <span class="errormsg">'.t('Cachename is invalid').'</span>'; |
|
35 | + $tos_not_ok_message = '<br/><span class="errormsg">'.t('The cache can only be adopted if you agree our terms of use.').'</span>'; |
|
36 | + $type_not_ok_message = ' <span class="errormsg">'.t('No cache-type is chosen.').'</span>'; |
|
37 | + $size_not_ok_message = ' <span class="errormsg">'.t('No cache-size is chosen.').'</span>'; |
|
38 | + $diff_not_ok_message = ' <span class="errormsg">'.t('Choose both valuations!').'</span>'; |
|
39 | + $sizemismatch_message = ' <span class="errormsg">'.t('For virtual and webcam caches, the cache size has to be -no container-!').'</span>'; |
|
40 | + $safari_not_allowed_message = '<span class="errormsg">'.t('Only virtual caches can be safari caches.').'</span>'; |
|
41 | + $bad_wpgc_message = '<span class="errormsg">'.t('GC waypoint is invalid, must be GCxxxxx').'</span>'; |
|
42 | 42 | |
43 | 43 | $cache_submitted = t('Your cache is successfully added to the database. You will be redirected to the cache page, now.'); |
44 | 44 |
@@ -15,8 +15,8 @@ |
||
15 | 15 | |
16 | 16 | ****************************************************************************/ |
17 | 17 | |
18 | - $error_wrong_node = t('This log entry has been created on another Opencaching website. The cache can only be edited there.'); |
|
19 | - $removed_message_end = '---'; |
|
18 | + $error_wrong_node = t('This log entry has been created on another Opencaching website. The cache can only be edited there.'); |
|
19 | + $removed_message_end = '---'; |
|
20 | 20 | |
21 | 21 | |
22 | 22 | function removed_log_subject($lang) |
@@ -28,5 +28,5 @@ |
||
28 | 28 | function removed_message_title($lang) |
29 | 29 | { |
30 | 30 | global $translate; |
31 | - return $translate->t('The owner of the cache has written the following comment to you:', '', basename(__FILE__), __LINE__, '', 1, $lang) . "\n---"; |
|
31 | + return $translate->t('The owner of the cache has written the following comment to you:', '', basename(__FILE__), __LINE__, '', 1, $lang)."\n---"; |
|
32 | 32 | } |
@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | ****************************************************************************/ |
17 | 17 | |
18 | - $error_wrong_node = t('this description was created on another Opencaching-webserver and can only be deleted there.'); |
|
18 | + $error_wrong_node = t('this description was created on another Opencaching-webserver and can only be deleted there.'); |
|
19 | 19 | |
20 | - $commit = t('the cache description has been deleted'); |
|
21 | - $commit_title = t('delete this cache-description'); |
|
20 | + $commit = t('the cache description has been deleted'); |
|
21 | + $commit_title = t('delete this cache-description'); |
@@ -71,7 +71,7 @@ |
||
71 | 71 | $error_suffix = '</span>'; |
72 | 72 | |
73 | 73 | $htmlnotice = |
74 | - '<tr><td class="spacer" colspan="2"></td></tr> |
|
74 | + '<tr><td class="spacer" colspan="2"></td></tr> |
|
75 | 75 | <tr> |
76 | 76 | <td class="help" colspan="2"> |
77 | 77 | <img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="' . t('Notice') . '" title="' . t('Notice') . '" /> |
@@ -22,33 +22,33 @@ discard block |
||
22 | 22 | tpl_set_var('loginbox', ' '); |
23 | 23 | tpl_set_var( |
24 | 24 | 'functionsbox', |
25 | - '<a href="index.php?page=suche">' . t('Search') . '</a> | <a href="index.php?page=sitemap">' . t('Sitemap') . '</a>' |
|
25 | + '<a href="index.php?page=suche">'.t('Search').'</a> | <a href="index.php?page=sitemap">'.t('Sitemap').'</a>' |
|
26 | 26 | ); |
27 | 27 | tpl_set_var('runtime', ''); |
28 | 28 | |
29 | 29 | //set up main template specific string |
30 | -$sLoggedOut = '<form action="' . ($opt['page']['https']['force_login'] ? $opt['page']['absolute_https_url'] : '') . 'login.php" method="post" enctype="application/x-www-form-urlencoded" name="login" dir="ltr" style="display: inline;"><b>' . t( |
|
30 | +$sLoggedOut = '<form action="'.($opt['page']['https']['force_login'] ? $opt['page']['absolute_https_url'] : '').'login.php" method="post" enctype="application/x-www-form-urlencoded" name="login" dir="ltr" style="display: inline;"><b>'.t( |
|
31 | 31 | 'User:' |
32 | - ) . '</b> <input name="email" size="10" type="text" class="textboxes" value="" /> <b>' . t( |
|
32 | + ).'</b> <input name="email" size="10" type="text" class="textboxes" value="" /> <b>'.t( |
|
33 | 33 | 'Password:' |
34 | - ) . '</b> <input name="password" size="10" type="password" class="textboxes" value="" /> <input type="hidden" name="action" value="login" /><input type="hidden" name="target" value="{target}" /><input type="hidden" name="source" value="titlebar" /> <input type="submit" name="LogMeIn" value="' . t( |
|
34 | + ).'</b> <input name="password" size="10" type="password" class="textboxes" value="" /> <input type="hidden" name="action" value="login" /><input type="hidden" name="target" value="{target}" /><input type="hidden" name="source" value="titlebar" /> <input type="submit" name="LogMeIn" value="'.t( |
|
35 | 35 | 'Login' |
36 | - ) . '" class="formbutton" style="width: 74px;" onclick="submitbutton(\'LogMeIn\')" /></form>'; |
|
37 | -$sLoggedIn = "<b>" . t( |
|
36 | + ).'" class="formbutton" style="width: 74px;" onclick="submitbutton(\'LogMeIn\')" /></form>'; |
|
37 | +$sLoggedIn = "<b>".t( |
|
38 | 38 | 'Logged in as' |
39 | - ) . ' <a href="myhome.php" class="testing-top-left-corner-username">{username}</a></b> - <a href="login.php?action=logout">' . t( |
|
39 | + ).' <a href="myhome.php" class="testing-top-left-corner-username">{username}</a></b> - <a href="login.php?action=logout">'.t( |
|
40 | 40 | 'Logout' |
41 | - ) . '</a>'; |
|
41 | + ).'</a>'; |
|
42 | 42 | |
43 | 43 | // target in Loginbox setzen |
44 | -$target = basename($_SERVER['PHP_SELF']) . '?'; |
|
44 | +$target = basename($_SERVER['PHP_SELF']).'?'; |
|
45 | 45 | |
46 | 46 | // REQUEST-Variablen durchlaufen und an target anhaengen |
47 | 47 | $allowed = ['cacheid', 'userid', 'logid', 'desclang', 'descid']; |
48 | 48 | reset($_REQUEST); |
49 | 49 | while (list ($varname, $varvalue) = each($_REQUEST)) { |
50 | 50 | if (in_array($varname, $allowed)) { |
51 | - $target .= $varname . '=' . $varvalue . '&'; |
|
51 | + $target .= $varname.'='.$varvalue.'&'; |
|
52 | 52 | } |
53 | 53 | } |
54 | 54 | if (mb_substr($target, - 1) == '?' || mb_substr($target, - 1) == '&') { |
@@ -74,10 +74,10 @@ discard block |
||
74 | 74 | '<tr><td class="spacer" colspan="2"></td></tr> |
75 | 75 | <tr> |
76 | 76 | <td class="help" colspan="2"> |
77 | - <img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="' . t('Notice') . '" title="' . t('Notice') . '" /> |
|
77 | + <img src="lang/de/ocstyle/images/misc/hint.gif" border="0" width="15" height="11" alt="' . t('Notice').'" title="'.t('Notice').'" /> |
|
78 | 78 | ' . t('Your HTML code will be changed again by a special filter. This is necessary to avoid dangerous HTML-tags, |
79 | 79 | such as <script>. A list of allowed HTML tags, you can find |
80 | - <a href="articles.php?page=htmltags">here</a>') . ' |
|
80 | + <a href="articles.php?page=htmltags">here</a>').' |
|
81 | 81 | </td> |
82 | 82 | </tr> |
83 | 83 | '; |
@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | //common vars |
23 | 23 | $dateformat = $opt['locale'][$locale]['format']['date']; |
24 | -$reset = t('Reset'); // obsolete |
|
24 | +$reset = t('Reset'); // obsolete |
|
25 | 25 | $yes = t('Yes'); |
26 | 26 | $no = t('No'); |
27 | 27 |
@@ -17,8 +17,9 @@ |
||
17 | 17 | $userid = isset($_REQUEST['userid']) ? $_REQUEST['userid'] + 0 : 0; |
18 | 18 | $lang = isset($_REQUEST['lang']) ? mb_strtoupper($_REQUEST['lang']) : $opt['template']['locale']; |
19 | 19 | |
20 | -if (!isset($opt['locale'][$lang])) |
|
20 | +if (!isset($opt['locale'][$lang])) { |
|
21 | 21 | $lang = $opt['template']['locale']; |
22 | +} |
|
22 | 23 | |
23 | 24 | $filename = GetFilename($userid, $lang); |
24 | 25 |
@@ -7,11 +7,11 @@ discard block |
||
7 | 7 | * Create / redirect to statpic |
8 | 8 | ***************************************************************************/ |
9 | 9 | |
10 | -require __DIR__ . '/lib2/web.inc.php'; |
|
10 | +require __DIR__.'/lib2/web.inc.php'; |
|
11 | 11 | |
12 | 12 | // Parameter |
13 | 13 | $jpeg_qualitaet = 80; |
14 | -$fontfile = $opt['rootpath'] . 'resource2/' . $opt['template']['style'] . '/fonts/dejavu/ttf/DejaVuSans.ttf'; |
|
14 | +$fontfile = $opt['rootpath'].'resource2/'.$opt['template']['style'].'/fonts/dejavu/ttf/DejaVuSans.ttf'; |
|
15 | 15 | |
16 | 16 | // get userid and style from URL |
17 | 17 | $userid = isset($_REQUEST['userid']) ? $_REQUEST['userid'] + 0 : 0; |
@@ -66,10 +66,10 @@ discard block |
||
66 | 66 | |
67 | 67 | if (sql_num_rows($rs) == 1) { |
68 | 68 | $record = sql_fetch_array($rs); |
69 | - $tplpath = $opt['rootpath'] . $record['tplpath']; |
|
69 | + $tplpath = $opt['rootpath'].$record['tplpath']; |
|
70 | 70 | $maxtextwidth = $record['maxtextwidth']; |
71 | 71 | } else { |
72 | - $tplpath = $opt['rootpath'] . 'images/ocstats1.gif'; |
|
72 | + $tplpath = $opt['rootpath'].'images/ocstats1.gif'; |
|
73 | 73 | $maxtextwidth = 60; |
74 | 74 | $logo = 1; |
75 | 75 | } |
@@ -170,11 +170,11 @@ discard block |
||
170 | 170 | } |
171 | 171 | |
172 | 172 | // Redirect auf das gespeicherte Bild |
173 | -$tpl->redirect('images/statpics/statpic' . $userid . $lang . '.jpg'); |
|
173 | +$tpl->redirect('images/statpics/statpic'.$userid.$lang.'.jpg'); |
|
174 | 174 | |
175 | 175 | function GetFilename($userid, $lang) |
176 | 176 | { |
177 | 177 | global $opt; |
178 | 178 | |
179 | - return $opt['rootpath'] . 'images/statpics/statpic' . $userid . $lang . '.jpg'; |
|
179 | + return $opt['rootpath'].'images/statpics/statpic'.$userid.$lang.'.jpg'; |
|
180 | 180 | } |
@@ -12,7 +12,7 @@ |
||
12 | 12 | class purge_logs |
13 | 13 | { |
14 | 14 | public $name = 'purge_logs'; |
15 | - public $interval = 86400; // daily |
|
15 | + public $interval = 86400; // daily |
|
16 | 16 | |
17 | 17 | public function run() |
18 | 18 | { |
@@ -112,7 +112,8 @@ discard block |
||
112 | 112 | $emailadr |
113 | 113 | ); |
114 | 114 | } else { |
115 | - if ($bounced) // maximum one bounce per day is counted, to filter out temporary problems |
|
115 | + if ($bounced) { |
|
116 | + // maximum one bounce per day is counted, to filter out temporary problems |
|
116 | 117 | { |
117 | 118 | sql( |
118 | 119 | "UPDATE `user` SET `email_problems`=`email_problems`+1, `last_email_problem`='&2' |
@@ -121,6 +122,7 @@ discard block |
||
121 | 122 | $logentry['created'] |
122 | 123 | ); |
123 | 124 | } |
125 | + } |
|
124 | 126 | } |
125 | 127 | } else { |
126 | 128 | echo $this->name . ": no email address found for record ID " . $logentry['id'] . "\n"; |
@@ -12,7 +12,7 @@ discard block |
||
12 | 12 | class maillog |
13 | 13 | { |
14 | 14 | public $name = 'maillog'; |
15 | - public $interval = 600; // every 10 minutes |
|
15 | + public $interval = 600; // every 10 minutes |
|
16 | 16 | |
17 | 17 | |
18 | 18 | public function run() |
@@ -33,14 +33,14 @@ discard block |
||
33 | 33 | $opt['system']['maillog']['syslog_db_user'], |
34 | 34 | $opt['system']['maillog']['syslog_db_password'], |
35 | 35 | true |
36 | - ); // use separate connection even if on same DB host |
|
36 | + ); // use separate connection even if on same DB host |
|
37 | 37 | if ($dbc === false) { |
38 | - echo $this->name . ": could not connect to syslog database\n"; |
|
38 | + echo $this->name.": could not connect to syslog database\n"; |
|
39 | 39 | |
40 | 40 | return; |
41 | 41 | } |
42 | - if (@mysql_query("USE " . $opt['system']['maillog']['syslog_db_name'], $dbc) === false) { |
|
43 | - echo $this->name . ": could not open syslog database: " . mysql_error() . "\n"; |
|
42 | + if (@mysql_query("USE ".$opt['system']['maillog']['syslog_db_name'], $dbc) === false) { |
|
43 | + echo $this->name.": could not open syslog database: ".mysql_error()."\n"; |
|
44 | 44 | |
45 | 45 | return; |
46 | 46 | } |
@@ -52,13 +52,13 @@ discard block |
||
52 | 52 | $col_program = mysql_real_escape_string($opt['system']['maillog']['column']['program']); |
53 | 53 | |
54 | 54 | $maillog_where = |
55 | - "`" . $col_hostname . "`='" . mysql_real_escape_string($opt['system']['maillog']['syslog_oc_host']) . "' AND |
|
56 | - `" . $col_program . "` like '" . mysql_real_escape_string($opt['system']['maillog']['syslog_mta']) . "'"; |
|
55 | + "`".$col_hostname."`='".mysql_real_escape_string($opt['system']['maillog']['syslog_oc_host'])."' AND |
|
56 | + `" . $col_program."` like '".mysql_real_escape_string($opt['system']['maillog']['syslog_mta'])."'"; |
|
57 | 57 | |
58 | 58 | $rs = @mysql_query( |
59 | 59 | " |
60 | - SELECT TIMESTAMPDIFF(DAY, MAX(" . $col_created . "), NOW()) |
|
61 | - FROM `" . mysql_real_escape_string($opt['system']['maillog']['syslog_db_table']) . "` |
|
60 | + SELECT TIMESTAMPDIFF(DAY, MAX(" . $col_created."), NOW()) |
|
61 | + FROM `" . mysql_real_escape_string($opt['system']['maillog']['syslog_db_table'])."` |
|
62 | 62 | WHERE " . $maillog_where |
63 | 63 | ); |
64 | 64 | $r = mysql_fetch_row($rs); |
@@ -80,26 +80,26 @@ discard block |
||
80 | 80 | // case some entries with same timestamp as $last_date will be processed redundantly. |
81 | 81 | |
82 | 82 | $rs = @mysql_query( |
83 | - "SELECT `" . $col_id . "` `id`, |
|
84 | - `" . $col_message . "` `message`, |
|
85 | - `" . $col_created . "` `created` |
|
86 | - FROM `" . mysql_real_escape_string($opt['system']['maillog']['syslog_db_table']) . "` |
|
87 | - WHERE `" . $col_created . "`>='" . mysql_real_escape_string($last_date) . "' |
|
88 | - AND (`" . $col_id . "`>'" . mysql_real_escape_string( |
|
83 | + "SELECT `".$col_id."` `id`, |
|
84 | + `" . $col_message."` `message`, |
|
85 | + `" . $col_created."` `created` |
|
86 | + FROM `" . mysql_real_escape_string($opt['system']['maillog']['syslog_db_table'])."` |
|
87 | + WHERE `" . $col_created."`>='".mysql_real_escape_string($last_date)."' |
|
88 | + AND (`" . $col_id."`>'".mysql_real_escape_string( |
|
89 | 89 | $last_id |
90 | - ) . "' OR `" . $col_created . "`>'" . mysql_real_escape_string($last_date) . "') |
|
91 | - AND " . $maillog_where . " |
|
92 | - ORDER BY `" . $col_created . "`,`" . $col_id . "`", |
|
90 | + )."' OR `".$col_created."`>'".mysql_real_escape_string($last_date)."') |
|
91 | + AND " . $maillog_where." |
|
92 | + ORDER BY `" . $col_created."`,`".$col_id."`", |
|
93 | 93 | $dbc |
94 | 94 | ); |
95 | 95 | if ($rs === false) { |
96 | - echo $this->name . ": syslog query error (" . mysql_errno() . "): " . mysql_error() . "\n"; |
|
96 | + echo $this->name.": syslog query error (".mysql_errno()."): ".mysql_error()."\n"; |
|
97 | 97 | |
98 | 98 | return; |
99 | 99 | } |
100 | 100 | |
101 | 101 | while ($logentry = mysql_fetch_assoc($rs)) { |
102 | - $message = $logentry['message']; // latin-1 charset |
|
102 | + $message = $logentry['message']; // latin-1 charset |
|
103 | 103 | $delivered = strpos($message, 'status=sent') > 0; |
104 | 104 | $bounced = strpos($message, 'status=bounced') > 0; |
105 | 105 | if ($delivered || $bounced) { |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | } |
124 | 124 | } |
125 | 125 | } else { |
126 | - echo $this->name . ": no email address found for record ID " . $logentry['id'] . "\n"; |
|
126 | + echo $this->name.": no email address found for record ID ".$logentry['id']."\n"; |
|
127 | 127 | } |
128 | 128 | } |
129 | 129 | $last_id = $logentry['id']; |
@@ -28,7 +28,7 @@ |
||
28 | 28 | } |
29 | 29 | sql_free_result($rs); |
30 | 30 | |
31 | - $this->cleanup_slave(- 1); |
|
31 | + $this->cleanup_slave(-1); |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | public function cleanup_slave($slaveId) |