Search "$msg" (148 hits in 33 files) C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\admin_zamowienia.class.php (4 hits) Line 34: $msg=$this->contents->fetch('mail_wysylka_uradka.html'); Line 38: $msg=$this->contents->fetch('mail_wysylka_ofryzjer.html'); Line 40: //$msg=$this->contents->fetch('mail_wysylka.html'); Line 42: $this->sendEmailMsg($this->config['customer'],$this->config['email_no_reply'],$u['email'],'Zmiana statusu zamówienia nr '.$idOrder, $msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_koszyk.class.php (18 hits) Line 1292: $msg = $this->contents->fetch('system/email_for_user.html'); Line 1295: $this->sendEmailMsg($this->config['customer'],'sklep@uradka.pl',$dane_usera['email'],'Przyjęto zamówienie nr '.$order_id.' na stronie '.$this->config['server_name'], $msg); Line 1297: $msg = $this->contents->fetch('system/email_for_admin.html'); Line 1299: $this->sendEmailMsg($this->config['customer'],'sklep@uradka.pl',$this->config['email_admina'],'Nowe zamówienie '.$this->config['server_name'].' nr '.$order_id, $msg); Line 1301: //$this->sendEmailMsg($this->config['customer'],'sklep@uradka.pl','biuro@advertcenter.pl','Nowe zamówienie '.$this->config['server_name'].' nr '.$order_id, $msg); Line 1316: $msg = ''; Line 1320: $msg = 'Jeżeli chcesz skorzystać z kodu rabatowego, musisz być zalogowany!'; Line 1395: $msg = 'Nie znaleziono takiego kodu lub jest już nieważny! Kod nie został użyty.'; Line 1398: $msg = 'Niestety ten kod nie może być wykorzystywany w sumie z innymi rabatami! Kod nie został użyty.'; Line 1401: $msg = 'Niestety ten kod nie może być wykorzystywany w sumie z innymi bonami! Kod nie został użyty.'; Line 1404: $msg = 'Wymagana minimalna wartość zakupów dla tego kodu wykonosi '.number_format($minimal, 2, ',').' zł. Kod nie został użyty.'; Line 1407: $msg = 'Aktualnie korzystasz już z tego kodu rabatowego'; Line 1412: if(!$msg) Line 1426: $msg = 'Otrzymałeś rabat w wysokości '; Line 1432: $msg .= number_format((float)$obnizka, 2, ',','').'% wartości zakupów.'; Line 1435: $msg .= number_format((float)$obnizka, 2, ',','').' zł'; Line 1507: $msg .= "
Kliknij na link \"Dowiedz się więcej na temat zniżek\""; Line 1514: header('Location: ..'.$this->config['root'].'koszyk/?mess='.$msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_logowanie.class.php (2 hits) Line 144: $msg = mysql_escape_string($this->contents->fetch('system/remain_password_email.html')); Line 148: $this->sendEmailMsg($this->config['remain_password_msg_from'],$this->config['remain_password_msg_email'],$_POST['email'], $this->config['remain_password_msg_title'], $msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_powiadom.class.php (2 hits) Line 92: $msg=$this->contents->fetch('system/mail_powiadomienie_uradka.html'); Line 93: $this->sendEmailMsg($this->config['customer'],$this->config['email_no_reply'],$_POST['email'],'Twój znajomy poleca Ci stronę', $msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_rejestracja.class.php (2 hits) Line 165: $msg = $this->fetch('system/register_hash.html'); Line 166: $this->sendEmailMsg($this->config['register_msg_from'],$this->config['register_msg_email'],$_POST['email'], $this->config['register_msg_title'], $msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\system_cron.class.php (3 hits) Line 42: $msg = $this->fetch('system/mail_layout.html'); Line 44: else $msg = $email['tresc']; Line 52: $mail->Body = $msg; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\cms.class.php (10 hits) Line 55: $msg = 'Host: '.$_SERVER['HTTP_HOST']; Line 56: $msg .= "\nSkrypt: sklep "; Line 57: mail('biuro@advertcenter.pl',"Nieautoryzowane użyciu skryptu",$msg); Line 481: function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg) Line 481: function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg) Line 481: function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg) Line 483: $headers .= "From: ".$msg_from." <".$msg_email.">\r\n"; Line 483: $headers .= "From: ".$msg_from." <".$msg_email.">\r\n"; Line 487: //$res = mail($email, $title, $msg, $headers); Line 491: $data['tresc'] = mysql_real_escape_string($msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.soapclient.php (6 hits) Line 397: * @param string $msg a SOAPx4 soapmsg object Line 404: function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) { Line 430: $this->debug('sending message, length='.strlen($msg)); Line 433: $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies); Line 437: //$response = $http->send($msg,$timeout,$response_timeout); Line 441: $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.soap_transport_http.php (5 hits) Line 225: $msg = 'Couldn\'t open socket connection to server ' . $this->url; Line 227: $msg .= ', Error ('.$this->errno.'): '.$this->error_str; Line 229: $msg .= ' prior to connect(). This is often a problem looking up the host name.'; Line 231: $this->debug($msg); Line 232: $this->setError($msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.wsdl.php (5 hits) Line 914: foreach($this->messages as $msgName => $msgParts) { Line 914: foreach($this->messages as $msgName => $msgParts) { Line 915: $xml .= "\n'; Line 916: if(is_array($msgParts)){ Line 917: foreach($msgParts as $partName => $partType) { C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.xmlschema.php (3 hits) Line 92: $msg = 'Error reading XML from '.$xml; Line 93: $this->setError($msg); Line 94: $this->debug($msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\nusoap.php (19 hits) Line 1160: $msg = 'Error reading XML from '.$xml; Line 1161: $this->setError($msg); Line 1162: $this->debug($msg); Line 2332: $msg = 'Couldn\'t open socket connection to server ' . $this->url; Line 2334: $msg .= ', Error ('.$this->errno.'): '.$this->error_str; Line 2336: $msg .= ' prior to connect(). This is often a problem looking up the host name.'; Line 2338: $this->debug($msg); Line 2339: $this->setError($msg); Line 5393: foreach($this->messages as $msgName => $msgParts) { Line 5393: foreach($this->messages as $msgName => $msgParts) { Line 5394: $xml .= "\n'; Line 5395: if(is_array($msgParts)){ Line 5396: foreach($msgParts as $partName => $partType) { Line 7413: * @param string $msg a SOAPx4 soapmsg object Line 7420: function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) { Line 7446: $this->debug('sending message, length='.strlen($msg)); Line 7449: $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies); Line 7453: //$response = $http->send($msg,$timeout,$response_timeout); Line 7457: $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\classes\Savant2\tests\resources\Savant2_Plugin_example.php (1 hit) Line 15: var $msg = "Example: "; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\classes\Savant2\tests\resources\Savant2_Plugin_example_extend.php (1 hit) Line 15: var $msg = "Extended Example! "; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\edit_image.php (2 hits) Line 20: $msg = getRequestParam("msg", ""); Line 64: $data['msg'] = $msg; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\includes\general.php (4 hits) Line 93: $msg = "The Authenticator specified a invalid root path " . $newRootPath . ", root paths must be inside the paths returned by the root config.

Valid root paths are:
" . implode("
", $rootPaths); Line 94: trigger_error($msg, FATAL); Line 119: $msg = "The Javascipt specified a invalid root path " . $newRootPath . ", root paths must be inside the paths returned by the root config and Authenticator.

Valid root paths are:
" . implode("
", $rootPaths); Line 120: trigger_error($msg, FATAL); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\login.php (4 hits) Line 3: $msg = ""; Line 17: $msg = "Wrong username/password"; Line 58: if ($msg != "") Line 59: echo $msg; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\process_image.php (4 hits) Line 18: $msg = ""; Line 86: $msg = $config['filesystem.invalid_extension_msg']; Line 88: $msg = $config['filesystem.invalid_file_name_msg']; Line 105: header("Location: edit_image.php?path=". $outpath ."&orgpath=". $orgpath ."&action=". $action ."&status=". $outstatus . "&msg=" . $msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\upload.php (6 hits) Line 130: $msg = $config['filesystem.invalid_extension_msg']; Line 132: $msg = $config['filesystem.invalid_file_name_msg']; Line 142: $msg = $config['upload.invalid_extension_msg']; Line 144: $msg = $config['upload.invalid_file_name_msg']; Line 149: $msg = "error_to_large"; Line 154: $data['errorMsg'] = $msg; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\classes\Utils\Logger.class.php (5 hits) Line 141: function debug($msg) { Line 146: function info($msg) { Line 151: function warn($msg) { Line 156: function error($msg) { Line 161: function fatal($msg) { C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\includes\general.php (5 hits) Line 180: function debug($msg) { Line 187: function info($msg) { Line 194: function error($msg) { Line 201: function warn($msg) { Line 208: function fatal($msg) { C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\login_session_auth.php (5 hits) Line 3: $msg = ""; Line 8: $msg = 'You must set a password in the file "login_session_auth.php" inorder to login using this page or reconfigure it the authenticator config options to fit your needs. Consult the Wiki for more details.'; Line 26: $msg = "Wrong username/password."; Line 69: Line 71: C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\modules\phpMailer\class.phpmailer.php (2 hits) Line 1611: private function SetError($msg) { Line 1613: $this->ErrorInfo = $msg; C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\modules\phpMailer\class.smtp.php (7 hits) Line 311: * finializing the mail transaction. $msg_data is the message Line 328: public function Data($msg_data) { Line 370: $msg_data = str_replace("\r\n","\n",$msg_data); Line 370: $msg_data = str_replace("\r\n","\n",$msg_data); Line 371: $msg_data = str_replace("\r","\n",$msg_data); Line 371: $msg_data = str_replace("\r","\n",$msg_data); Line 372: $lines = explode("\n",$msg_data); C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\end_tpl\system\mail_layout.html (1 hit) Line 25: {$msg}

C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\end_tpl-\system\mail_layout.html (1 hit) Line 25: {$msg}

C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\fryzjersklep.pl\system\mail_layout.html (1 hit) Line 24: {$msg}

C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\ofryzjer.pl\system\mail_layout.html (1 hit) Line 24: {$msg}

C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\uradka.pl\system\mail_layout.html (1 hit) Line 25: {$msg}

C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\FirePHP.php (9 hits) Line 686: $msg = '{"'.$Label.'":'.$this->jsonEncode($Object, $skipFinalObjectEncode).'}'; Line 688: $msg_meta = array('Type'=>$Type); Line 690: $msg_meta['Label'] = $Label; Line 693: $msg_meta['File'] = $meta['file']; Line 696: $msg_meta['Line'] = $meta['line']; Line 698: $msg = '['.$this->jsonEncode($msg_meta).','.$this->jsonEncode($Object, $skipFinalObjectEncode).']'; Line 698: $msg = '['.$this->jsonEncode($msg_meta).','.$this->jsonEncode($Object, $skipFinalObjectEncode).']'; Line 701: $parts = explode("\n",chunk_split($msg, 5000, "\n")); Line 711: (($i==0)?strlen($msg):'') C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Cache\File.php (3 hits) Line 128: * @param string $msg Line 131: protected function _log($msg) Line 134: Minify_Logger::log($msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Controller\Base.php (3 hits) Line 228: * @param string $msg Line 231: public function log($msg) { Line 233: Minify_Logger::log($msg); C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Logger.php (3 hits) Line 35: * @param string $msg message to log Line 38: public static function log($msg, $label = 'Minify') { Line 40: self::$_logger->log($msg, $label);