Facebook
From Mungo Octupus, 9 Years ago, written in PHP.
Embed
Download Paste or View Raw
Hits: 479
  1. Search "$msg" (148 hits in 33 files)
  2.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\admin_zamowienia.class.php (4 hits)
  3.         Line 34:                                $msg=$this->contents->fetch('mail_wysylka_uradka.html');
  4.         Line 38:                                $msg=$this->contents->fetch('mail_wysylka_ofryzjer.html');
  5.         Line 40:                        //$msg=$this->contents->fetch('mail_wysylka.html');
  6.         Line 42:                        $this->sendEmailMsg($this->config['customer'],$this->config['email_no_reply'],$u['email'],'Zmiana statusu zamówienia nr '.$idOrder, $msg);
  7.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_koszyk.class.php (18 hits)
  8.         Line 1292:              $msg = $this->contents->fetch('system/email_for_user.html');
  9.         Line 1295:              $this->sendEmailMsg($this->config['customer'],'[email protected]',$dane_usera['email'],'Przyjęto zamówienie nr '.$order_id.' na stronie '.$this->config['server_name'], $msg);
  10.         Line 1297:              $msg = $this->contents->fetch('system/email_for_admin.html');
  11.         Line 1299:              $this->sendEmailMsg($this->config['customer'],'[email protected]',$this->config['email_admina'],'Nowe zamówienie '.$this->config['server_name'].' nr '.$order_id, $msg);
  12.         Line 1301:              //$this->sendEmailMsg($this->config['customer'],'[email protected]','[email protected]','Nowe zamówienie '.$this->config['server_name'].' nr '.$order_id, $msg);
  13.         Line 1316:              $msg = '';
  14.         Line 1320:                      $msg = 'Jeżeli chcesz skorzystać z kodu rabatowego, musisz być zalogowany!';
  15.         Line 1395:                              $msg = 'Nie znaleziono takiego kodu lub jest już nieważny! Kod nie został użyty.';
  16.         Line 1398:                              $msg = 'Niestety ten kod nie może być wykorzystywany w sumie z innymi rabatami! Kod nie został użyty.';
  17.         Line 1401:                              $msg = 'Niestety ten kod nie może być wykorzystywany w sumie z innymi bonami! Kod nie został użyty.';
  18.         Line 1404:                              $msg = 'Wymagana minimalna wartość zakupów dla tego kodu wykonosi '.number_format($minimal, 2, ',').' zł. Kod nie został użyty.';
  19.         Line 1407:                              $msg = 'Aktualnie korzystasz już z tego kodu rabatowego';
  20.         Line 1412:                      if(!$msg)
  21.         Line 1426:                              $msg = 'Otrzymałeś rabat w wysokości ';
  22.         Line 1432:                                              $msg .= number_format((float)$obnizka, 2, ',','').'% wartości zakupów.';
  23.         Line 1435:                                              $msg .= number_format((float)$obnizka, 2, ',','').' zł';
  24.         Line 1507:                                      $msg .= "<br />Kliknij na link \"Dowiedz się więcej na temat zniżek\"";
  25.         Line 1514:              header('Location: ..'.$this->config['root'].'koszyk/?mess='.$msg);
  26.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_logowanie.class.php (2 hits)
  27.         Line 144:                       $msg = mysql_escape_string($this->contents->fetch('system/remain_password_email.html'));
  28.         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);
  29.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_powiadom.class.php (2 hits)
  30.         Line 92:                        $msg=$this->contents->fetch('system/mail_powiadomienie_uradka.html');
  31.         Line 93:                        $this->sendEmailMsg($this->config['customer'],$this->config['email_no_reply'],$_POST['email'],'Twój znajomy poleca Ci stronę', $msg);
  32.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\front_rejestracja.class.php (2 hits)
  33.         Line 165:                       $msg = $this->fetch('system/register_hash.html');
  34.         Line 166:                       $this->sendEmailMsg($this->config['register_msg_from'],$this->config['register_msg_email'],$_POST['email'], $this->config['register_msg_title'], $msg);
  35.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\controllers\system_cron.class.php (3 hits)
  36.         Line 42:                                                        $msg = $this->fetch('system/mail_layout.html');                                        
  37.         Line 44:                                                else $msg = $email['tresc'];
  38.         Line 52:                                                $mail->Body = $msg;
  39.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\cms.class.php (10 hits)
  40.         Line 55:                        $msg  = 'Host: '.$_SERVER['HTTP_HOST'];
  41.         Line 56:                        $msg .= "\nSkrypt: sklep ";
  42.         Line 57:                        mail('[email protected]',"Nieautoryzowane użyciu skryptu",$msg);
  43.         Line 481:       function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg)
  44.         Line 481:       function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg)
  45.         Line 481:       function sendEmailMsg($msg_from,$msg_email,$email, $title, $msg)
  46.         Line 483:               $headers .= "From: ".$msg_from." <".$msg_email.">\r\n";
  47.         Line 483:               $headers .= "From: ".$msg_from." <".$msg_email.">\r\n";
  48.         Line 487:     //$res = mail($email, $title, $msg, $headers);
  49.         Line 491:               $data['tresc'] = mysql_real_escape_string($msg);
  50.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.soapclient.php (6 hits)
  51.         Line 397:       * @param    string $msg a SOAPx4 soapmsg object
  52.         Line 404:       function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) {
  53.         Line 430:                               $this->debug('sending message, length='.strlen($msg));
  54.         Line 433:                                       $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
  55.         Line 437:                                               //$response = $http->send($msg,$timeout,$response_timeout);
  56.         Line 441:                                       $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
  57.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.soap_transport_http.php (5 hits)
  58.         Line 225:                       $msg = 'Couldn\'t open socket connection to server ' . $this->url;
  59.         Line 227:                               $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
  60.         Line 229:                               $msg .= ' prior to connect().  This is often a problem looking up the host name.';
  61.         Line 231:                       $this->debug($msg);
  62.         Line 232:                       $this->setError($msg);
  63.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.wsdl.php (5 hits)
  64.         Line 914:                       foreach($this->messages as $msgName => $msgParts) {
  65.         Line 914:                       foreach($this->messages as $msgName => $msgParts) {
  66.         Line 915:                               $xml .= "\n<message name=\"" . $msgName . '">';
  67.         Line 916:                               if(is_array($msgParts)){
  68.         Line 917:                                       foreach($msgParts as $partName => $partType) {
  69.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\class.xmlschema.php (3 hits)
  70.         Line 92:                                $msg = 'Error reading XML from '.$xml;
  71.         Line 93:                                $this->setError($msg);
  72.         Line 94:                                $this->debug($msg);
  73.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\nusoap\nusoap.php (19 hits)
  74.         Line 1160:                              $msg = 'Error reading XML from '.$xml;
  75.         Line 1161:                              $this->setError($msg);
  76.         Line 1162:                              $this->debug($msg);
  77.         Line 2332:                      $msg = 'Couldn\'t open socket connection to server ' . $this->url;
  78.         Line 2334:                              $msg .= ', Error ('.$this->errno.'): '.$this->error_str;
  79.         Line 2336:                              $msg .= ' prior to connect().  This is often a problem looking up the host name.';
  80.         Line 2338:                      $this->debug($msg);
  81.         Line 2339:                      $this->setError($msg);
  82.         Line 5393:                      foreach($this->messages as $msgName => $msgParts) {
  83.         Line 5393:                      foreach($this->messages as $msgName => $msgParts) {
  84.         Line 5394:                              $xml .= "\n<message name=\"" . $msgName . '">';
  85.         Line 5395:                              if(is_array($msgParts)){
  86.         Line 5396:                                      foreach($msgParts as $partName => $partType) {
  87.         Line 7413:      * @param    string $msg a SOAPx4 soapmsg object
  88.         Line 7420:      function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) {
  89.         Line 7446:                              $this->debug('sending message, length='.strlen($msg));
  90.         Line 7449:                                      $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
  91.         Line 7453:                                              //$response = $http->send($msg,$timeout,$response_timeout);
  92.         Line 7457:                                      $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
  93.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\classes\Savant2\tests\resources\Savant2_Plugin_example.php (1 hit)
  94.         Line 15:        var $msg = "Example: ";
  95.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\classes\Savant2\tests\resources\Savant2_Plugin_example_extend.php (1 hit)
  96.         Line 15:        var $msg = "Extended Example! ";
  97.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\edit_image.php (2 hits)
  98.         Line 20:        $msg = getRequestParam("msg", "");
  99.         Line 64:        $data['msg'] = $msg;
  100.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\includes\general.php (4 hits)
  101.         Line 93:                                $msg = "The Authenticator specified a invalid root path " . $newRootPath . ", root paths must be inside the paths returned by the root config.<br /><br /><strong>Valid root paths are:</strong><br />" . implode("<br />", $rootPaths);
  102.         Line 94:                                trigger_error($msg, FATAL);
  103.         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.<br /><br /><strong>Valid root paths are:</strong><br />" . implode("<br />", $rootPaths);
  104.         Line 120:                               trigger_error($msg, FATAL);
  105.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\login.php (4 hits)
  106.         Line 3:         $msg = "";
  107.         Line 17:                        $msg = "Wrong username/password";
  108.         Line 58:                                                        if ($msg != "")
  109.         Line 59:                                                                echo $msg;
  110.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\process_image.php (4 hits)
  111.         Line 18:        $msg = "";
  112.         Line 86:                                        $msg = $config['filesystem.invalid_extension_msg'];
  113.         Line 88:                                        $msg = $config['filesystem.invalid_file_name_msg'];
  114.         Line 105:       header("Location: edit_image.php?path=". $outpath ."&orgpath=". $orgpath ."&action=". $action ."&status=". $outstatus . "&msg=" . $msg);
  115.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tinyfck\imagemanager\upload.php (6 hits)
  116.         Line 130:                                       $msg = $config['filesystem.invalid_extension_msg'];
  117.         Line 132:                                       $msg = $config['filesystem.invalid_file_name_msg'];
  118.         Line 142:                                       $msg = $config['upload.invalid_extension_msg'];
  119.         Line 144:                                       $msg = $config['upload.invalid_file_name_msg'];
  120.         Line 149:                               $msg = "error_to_large";
  121.         Line 154:                               $data['errorMsg'] = $msg;
  122.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\classes\Utils\Logger.class.php (5 hits)
  123.         Line 141:       function debug($msg) {
  124.         Line 146:       function info($msg) {
  125.         Line 151:       function warn($msg) {
  126.         Line 156:       function error($msg) {
  127.         Line 161:       function fatal($msg) {
  128.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\includes\general.php (5 hits)
  129.         Line 180: function debug($msg) {
  130.         Line 187: function info($msg) {
  131.         Line 194: function error($msg) {
  132.         Line 201: function warn($msg) {
  133.         Line 208: function fatal($msg) {
  134.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\lib\tinymce\jscripts\tiny_mce\plugins\_filemanager\login_session_auth.php (5 hits)
  135.         Line 3:         $msg = "";
  136.         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 <a href="http://wiki.moxiecode.com/index.php/Main_Page" target="_blank">Wiki</a> for more details.';
  137.         Line 26:                        $msg = "Wrong username/password.";
  138.         Line 69: <?php if ($msg) { ?>
  139.         Line 71:                                <?php echo $msg; ?>
  140.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\modules\phpMailer\class.phpmailer.php (2 hits)
  141.         Line 1611:   private function SetError($msg) {
  142.         Line 1613:     $this->ErrorInfo = $msg;
  143.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\modules\phpMailer\class.smtp.php (7 hits)
  144.         Line 311:    * finializing the mail transaction. $msg_data is the message
  145.         Line 328:   public function Data($msg_data) {
  146.         Line 370:     $msg_data = str_replace("\r\n","\n",$msg_data);
  147.         Line 370:     $msg_data = str_replace("\r\n","\n",$msg_data);
  148.         Line 371:     $msg_data = str_replace("\r","\n",$msg_data);
  149.         Line 371:     $msg_data = str_replace("\r","\n",$msg_data);
  150.         Line 372:     $lines = explode("\n",$msg_data);
  151.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\end_tpl\system\mail_layout.html (1 hit)
  152.         Line 25:        <font face="Arial" size="2">{$msg}</p>
  153.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\end_tpl-\system\mail_layout.html (1 hit)
  154.         Line 25:        <font face="Arial" size="2">{$msg}</p>
  155.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\fryzjersklep.pl\system\mail_layout.html (1 hit)
  156.         Line 24:        <font face="Arial" size="2">{$msg}</p>
  157.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\ofryzjer.pl\system\mail_layout.html (1 hit)
  158.         Line 24:        <font face="Arial" size="2">{$msg}</p>
  159.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\application\tpl\front_tpl\uradka.pl\system\mail_layout.html (1 hit)
  160.         Line 25:        <font face="Arial" size="2">{$msg}</p>
  161.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\FirePHP.php (9 hits)
  162.         Line 686:       $msg = '{"'.$Label.'":'.$this->jsonEncode($Object, $skipFinalObjectEncode).'}';
  163.         Line 688:       $msg_meta = array('Type'=>$Type);
  164.         Line 690:         $msg_meta['Label'] = $Label;
  165.         Line 693:         $msg_meta['File'] = $meta['file'];
  166.         Line 696:         $msg_meta['Line'] = $meta['line'];
  167.         Line 698:       $msg = '['.$this->jsonEncode($msg_meta).','.$this->jsonEncode($Object, $skipFinalObjectEncode).']';
  168.         Line 698:       $msg = '['.$this->jsonEncode($msg_meta).','.$this->jsonEncode($Object, $skipFinalObjectEncode).']';
  169.         Line 701:     $parts = explode("\n",chunk_split($msg, 5000, "\n"));
  170.         Line 711:                                (($i==0)?strlen($msg):'')
  171.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Cache\File.php (3 hits)
  172.         Line 128:      * @param string $msg
  173.         Line 131:     protected function _log($msg)
  174.         Line 134:         Minify_Logger::log($msg);
  175.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Controller\Base.php (3 hits)
  176.         Line 228:      * @param string $msg
  177.         Line 231:     public function log($msg) {
  178.         Line 233:         Minify_Logger::log($msg);
  179.   C:\Users\Raintek\Desktop\uradka\Uradka.pl\min\lib\Minify\Logger.php (3 hits)
  180.         Line 35:      * @param string $msg message to log
  181.         Line 38:     public static function log($msg, $label = 'Minify') {
  182.         Line 40:         self::$_logger->log($msg, $label);
  183.