This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SMTP -> get_lines(): $data was "" | |
SMTP -> get_lines(): $str is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 " | |
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 " | |
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 " | |
SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 30 Dec 2014 07:44:22 -0700 220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $str is "220 and/or bulk e-mail. " | |
SMTP -> get_lines(): $data is "220 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SMTP -> get_lines(): $data was "" | |
SMTP -> get_lines(): $str is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 " | |
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 " | |
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 " | |
SMTP -> get_lines(): $str is "220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $data is "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $data was "220-p3plcpnl0846.prod.phx3.secureserver.net ESMTP Exim 4.84 #2 Tue, 06 Jan 2015 01:08:23 -0700 220-We do not authorize the use of this system to transport unsolicited, " | |
SMTP -> get_lines(): $str is "220 and/or bulk e-mail. " | |
SMTP -> get_lines(): $data is "22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SMTP -> get_lines(): $data was "" | |
SMTP -> get_lines(): $str is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 " | |
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 " | |
SMTP -> get_lines(): $data was "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 " | |
SMTP -> get_lines(): $str is "220- This is a private server for Dyn Standard SMTP customers. " | |
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a private server for Dyn Standard SMTP customers. " | |
SMTP -> get_lines(): $data was "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a private server for Dyn Standard SMTP customers. " | |
SMTP -> get_lines(): $str is "220- See http://dyn.com/email/dyn-standard-smtp/ for details. " | |
SMTP -> get_lines(): $data is "220-mho-01-ewr.mailhop.org ESMTP Exim 4.72 Fri, 09 Jan 2015 11:11:10 +0000 220- This is a priva |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SMTP -> get_lines(): $data was "" | |
SMTP -> get_lines(): $str is "220 smtp.mandrillapp.com ESMTP " | |
SMTP -> get_lines(): $data is "220 smtp.mandrillapp.com ESMTP " | |
SMTP -> FROM SERVER:220 smtp.mandrillapp.com ESMTP | |
SMTP -> get_lines(): $data was "" | |
SMTP -> get_lines(): $str is "250-ip-10-82-3-148 " | |
SMTP -> get_lines(): $data is "250-ip-10-82-3-148 " | |
SMTP -> get_lines(): $data was "250-ip-10-82-3-148 " | |
SMTP -> get_lines(): $str is "250-PIPELINING " | |
SMTP -> get_lines(): $data is "250-ip-10-82-3-148 250-PIPELINING " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Turn the filtering engine On or Off | |
SecFilterEngine Off | |
# Make sure that URL encoding is valid | |
SecFilterCheckURLEncoding Off | |
# Unicode encoding check | |
SecFilterCheckUnicodeEncoding Off | |
# Should mod_security inspect POST payloads |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Landscape phones and down */ | |
@media (max-width: 480px) { ... } | |
/* Landscape phone to portrait tablet */ | |
@media (max-width: 767px) { ... } | |
/* Portrait tablet to landscape and desktop */ | |
@media (min-width: 768px) and (max-width: 979px) { ... } | |
/* Large desktop */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* #### Tablets Portrait or Landscape #### */ | |
@media (max-width: 767px) { | |
#header { | |
width: 100%; | |
} | |
#user_area #user_cart, | |
#user_area #user_livesupport, | |
#navigation { | |
display: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="http://domain.com/images/logo.jpg" alt="company" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img src="http://domain.com/images/[email protected]" alt="company" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="logo"></div> |