{"id":30724,"date":"2016-02-17T03:11:31","date_gmt":"2016-02-17T08:11:31","guid":{"rendered":"http:\/\/www.shamusyoung.com\/twentysidedtale\/?p=30724"},"modified":"2016-02-17T03:11:31","modified_gmt":"2016-02-17T08:11:31","slug":"spam-script","status":"publish","type":"post","link":"https:\/\/www.shamusyoung.com\/twentysidedtale\/?p=30724","title":{"rendered":"Spam Script"},"content":{"rendered":"<p>I get a lot of spam on this blog. This place is quasi-popular and <a href=\"?p=23755\">pretty dang old by internet standards<\/a>. This means it&#8217;s both an attractive target for spammers and there&#8217;s been plenty of time for this site to get added to everyone&#8217;s rolodex. <\/p>\n<p>There are several layers of protection between the idiots and your eyeballs. First are the crude tools: IP blocking for particularly naughty IP ranges<span class='snote' title='1'>A year ago I tried removing some of these, and within a few days got crushed by unwanted traffic. I don&#8217;t know if it was a flood of spam, a low-yield DOS attack, or WHAT. But I needed my hosting provider to help me out and re-block the troublemakers. I&#8217;m less interested in lifting IP bans now. Sorry if you&#8217;re stuck in one of those nasty IP ranges and you can&#8217;t even reach the site to read this apology.<\/span>. Then there&#8217;s filtering for clearly red-flag behaviors, like someone trying to leave comments who never loaded the page they&#8217;re supposedly commenting on, or people leaving a comment every few seconds. After that is the keyword checking, and filtering out people who post tons of links. <\/p>\n<p>The final layer of spam filtering is&#8230; me. <\/p>\n<p>Some filters delete the comment instantly. Some filters put the spam into the spam folder, where I&#8217;ll never see it unless I go looking for it. Some filters put suspect messages into moderation, where I&#8217;ll see them and have to choose to approve or delete them.<\/p>\n<p>Spam is kind of like the weather. It varies in intensity. Some days I&#8217;ll only see a few, and some days I&#8217;ll see dozens. But over the last couple of years the spam has settled into a very predictable pattern. I never see porn links these days. Piracy stuff is now super-rare. Brute-force <a href=\"https:\/\/en.wikipedia.org\/wiki\/Word_salad#In_computing\">word salad<\/a> messages are either an abandoned technique, or the filters have gotten really good at catching them, because I never see those anymore. The messages that are just dozens on links don&#8217;t get through. The only thing I see these days are the plausible-but-fake comment spam, which are just a little too subtle for the spam filters to detect. These are messages of semi-coherent English with no links. Usually the given name is the thing they&#8217;re selling, so that (if I allowed the spam through) clicking on the name would take you to their site.<\/p>\n<p>The messages usually look something like this:<\/p>\n<p><!--more--><\/p>\n<blockquote><p><a href=\"\/\">Ugg Boots<\/a> July 30, 2015 at 7:06 am  <\/p>\n<hr>\n<p>Hi, I&#8217;m visit your site today and was surprised at what I found? You have the skill at conveying the Subject at hand. I would like to reply more about this topic and hope will to in the future. All the best,<\/p><\/blockquote>\n<p>This is clearly nonsense, but it&#8217;s enough like proper English to fool most spam filters. I always assumed there were just a few messages like this and spam programs sent them at random. But apparently (as we&#8217;ll see below) they&#8217;re assembled from phrase lists. <\/p>\n<p>Hilariously, bots are often mis-configured so the website link doesn&#8217;t get filled in, meaning even if they got past the filter, got past me, and someone actually decided to click through to their website for some unimaginable reason, the link wouldn&#8217;t take them anywhere. This is amazingly common. In fact, of the spam I see, I&#8217;d say at least half have a missing or malformed URL, and thus no payload whatsoever.<\/p>\n<p>But last night someone made a mistake I&#8217;d never seen before. Instead of sending a spam message, they sent the data used to build the spam messages. (And also no payload. It&#8217;s amateur night!) I&#8217;ve posted the complete source below. <\/p>\n<p>It&#8217;s pretty amazing to read this, because it&#8217;s basically every spam message I&#8217;ve read in the past year, all smeared to gether into a big pile of nonsense. It&#8217;s totally alien and yet strangely familiar.<\/p>\n<p>We can see how the script works. When it comes to a set of brackets, it treats the contents like a list, separated by the vertical bar | character. It picks randomly from that list. It&#8217;s recursive, so it looks for brackets within those brackets, and so on. <\/p>\n<p>I love how they coded this wonderful, easily-extensible system for making endlessly permutating messages, but then they crammed it full of shitty English that would never get past a human being. And then forgot to add a payload to the resulting mess. Imagine if some genius invented a machine that can perfectly copy any money you put into it, and then some idiot comes along and feeds it Monopoly money, and then tries to use the fake-fake money to buy something inherently worthless anyway, like used lottery tickets. It&#8217;s such a hilarious blend of creativity, hubris, laziness, incompetence, and pointless stupidity.<\/p>\n<p>Either way, you end up having to clean up a huge mess made by someone who has decided to waste both your time and theirs. It&#8217;s a shame, but it&#8217;s a smaller part of my job every year. Progress is slow, but it does feel like we&#8217;re winning.<\/p>\n<p>Here&#8217;s the source data:<\/p>\n<pre lang=\"c\">\r\n{\r\n{I have|I've} been {surfing|browsing} online more than {three|3|2|4} hours today, yet I never found any \r\ninteresting article like yours. {It's|It is} pretty worth enough for me.\r\n{In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and \r\nbloggers made good content as you did, the {internet|net|web} will be {much more|a lot more} useful than ever before.|\r\nI {couldn't|could not} {resist|refrain from} commenting.\r\n{Very well|Perfectly|Well|Exceptionally well} written!|\r\n{I will|I'll} {right away|immediately} {take hold of|grab|clutch|grasp|seize|snatch} your {rss|rss feed} as I {can not|can't} {in finding|find|to find} your \r\n{email|e-mail} subscription {link|hyperlink} or {newsletter|e-newsletter} service.\r\nDo {you have|you've} any? {Please|Kindly} {allow|permit|let} me {realize|recognize|understand|recognise|know} \r\n{so that|in order that} I {may just|may|could} subscribe.\r\nThanks.|\r\n{It is|It's} {appropriate|perfect|the best} time to make some plans for the future \r\nand {it is|it's} time to be happy. {I have|I've} read this post and if I could I {want to|wish to|desire to} suggest you {few|some} interesting things \r\nor {advice|suggestions|tips}. {Perhaps|Maybe} you {could|can} write next articles \r\nreferring to this article. I {want to|wish to|desire to} read {more|even more} things about it!|\r\n{It is|It's} {appropriate|perfect|the best} time to \r\nmake {a few|some} plans for {the future|the longer term|the long run} and {it is|it's} time to be happy.\r\n{I have|I've} {read|learn} this {post|submit|publish|put up} and if I {may just|may|could} \r\nI {want to|wish to|desire to} {suggest|recommend|counsel} you \r\n{few|some} {interesting|fascinating|attention-grabbing} {things|issues} or {advice|suggestions|tips}.\r\n{Perhaps|Maybe} you {could|can} write {next|subsequent} articles {relating to|referring to|regarding} this article.\r\nI {want to|wish to|desire to} {read|learn} {more|even more} {things|issues} {approximately|about} it!|\r\n{I have|I've} been {surfing|browsing} {online|on-line} {more than|greater than} {three|3} hours {these days|nowadays|today|lately|as of \r\nlate}, {yet|but} I {never|by no means} {found|discovered} any {interesting|fascinating|attention-grabbing} article like yours.\r\n{It's|It is} {lovely|pretty|beautiful} {worth|value|price} {enough|sufficient} for me.\r\n{In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and bloggers made \r\n{just right|good|excellent} {content|content material} as {you did|you probably did},\r\nthe {internet|net|web} {will be|shall be|might be|will probably be|can be|will likely \r\nbe} {much more|a lot more} {useful|helpful} than ever \r\nbefore.|\r\nAhaa, its {nice|pleasant|good|fastidious} {discussion|conversation|dialogue} \r\n{regarding|concerning|about|on the topic of} this {article|post|piece of \r\nwriting|paragraph} {here|at this place} at this {blog|weblog|webpage|website|web \r\nsite}, I have read all that, so {now|at this time} me also commenting {here|at \r\nthis place}.|\r\nI am sure this {article|post|piece of writing|paragraph} has \r\ntouched all the internet {users|people|viewers|visitors}, its \r\nreally really {nice|pleasant|good|fastidious} {article|post|piece of writing|paragraph} on building up new \r\n{blog|weblog|webpage|website|web site}.|\r\nWow, this {article|post|piece of writing|paragraph} is {nice|pleasant|good|fastidious}, \r\nmy {sister|younger sister} is analyzing {such|these|these \r\nkinds of} things, {so|thus|therefore} I am going to {tell|inform|let \r\nknow|convey} her.|\r\n{Saved as a favorite|bookmarked!!}, {I really like|I like|I love} {your blog|your site|your web \r\nsite|your website}!|\r\nWay cool! Some {very|extremely} valid points!\r\nI appreciate you {writing this|penning this} {article|post|write-up} {and \r\nthe|and also the|plus the} rest of the {site is|website is} {also very|extremely|very|also really|really} good.|\r\nHi, {I do believe|I do think} {this is an excellent|this is \r\na great} {blog|website|web site|site}. I stumbledupon it ;) {I will|I am going to|I'm going to|I may} {come back|return|revisit} {once \r\nagain|yet again} {since I|since i have} {bookmarked|book marked|book-marked|saved as a \r\nfavorite} it. Money and freedom {is the best|is the greatest} way to \r\nchange, may you be rich and continue to {help|guide} {other people|others}.|\r\nWoah! I'm really {loving|enjoying|digging} the template\/theme of this {site|website|blog}.\r\nIt's simple, yet effective. A lot of times it's {very hard|very difficult|challenging|tough|difficult|hard} to get \r\nthat \"perfect balance\" between {superb usability|user friendliness|usability} and {visual appearance|visual appeal|appearance}.\r\n\r\nI must say {that you've|you have|you've} done a {awesome|amazing|very good|superb|fantastic|excellent|great} job \r\nwith this. {In addition|Additionally|Also}, the blog loads {very|extremely|super} {fast|quick} for me on {Safari|Internet explorer|Chrome|Opera|Firefox}.\r\n{Superb|Exceptional|Outstanding|Excellent} Blog!|\r\nThese are {really|actually|in fact|truly|genuinely} {great|enormous|impressive|wonderful|fantastic} ideas in {regarding|concerning|about|on the topic of} blogging.\r\nYou have touched some {nice|pleasant|good|fastidious} {points|factors|things} here.\r\nAny way keep up wrinting.|\r\n{I love|I really like|I enjoy|I like|Everyone loves} what you guys {are|are usually|tend to be} up too.\r\n{This sort of|This type of|Such|This kind of} clever work and {exposure|coverage|reporting}!\r\nKeep up the {superb|terrific|very good|great|good|awesome|fantastic|excellent|amazing|wonderful} \r\nworks guys I've {incorporated||added|included} you guys to {|my|our||my \r\npersonal|my own} blogroll.|\r\n{Howdy|Hi there|Hey there|Hi|Hello|Hey}! Someone in my {Myspace|Facebook} group shared this {site|website} with us so I \r\ncame to {give it a look|look it over|take a look|check it \r\nout}. I'm definitely {enjoying|loving} the information. I'm {book-marking|bookmarking} \r\nand will be tweeting this to my followers! {Terrific|Wonderful|Great|Fantastic|Outstanding|Exceptional|Superb|Excellent} blog and {wonderful|terrific|brilliant|amazing|great|excellent|fantastic|outstanding|superb} {style and design|design and style|design}.|\r\n{I love|I really like|I enjoy|I like|Everyone loves} what you guys {are|are usually|tend to be} \r\nup too. {This sort of|This type of|Such|This kind of} clever work and {exposure|coverage|reporting}!\r\nKeep up the {superb|terrific|very good|great|good|awesome|fantastic|excellent|amazing|wonderful} works guys I've {incorporated|added|included} you guys to \r\n{|my|our|my personal|my own} blogroll.|\r\n{Howdy|Hi there|Hey there|Hi|Hello|Hey} would you mind {stating|sharing} \r\nwhich blog platform you're {working with|using}?\r\nI'm {looking|planning|going} to start my own blog {in the near future|soon} but I'm having a {tough|difficult|hard} time {making a decision|selecting|choosing|deciding} \r\nbetween BlogEngine\/Wordpress\/B2evolution and Drupal.\r\nThe reason I ask is because your {design and style|design|layout} seems different then most blogs and I'm looking for something \r\n{completely unique|unique}. P.S {My apologies|Apologies|Sorry} for {getting|being} off-topic but I had \r\nto ask!|\r\n{Howdy|Hi there|Hi|Hey there|Hello|Hey} would you mind letting me know which {webhost|hosting company|web host} you're {utilizing|working with|using}?\r\nI've loaded your blog in 3 {completely different|different} {internet browsers|web browsers|browsers} and \r\nI must say this blog loads a lot {quicker|faster} then most.\r\nCan you {suggest|recommend} a good {internet hosting|web hosting|hosting} provider at a \r\n{honest|reasonable|fair} price? {Thanks a lot|Kudos|Cheers|Thank \r\nyou|Many thanks|Thanks}, I appreciate it!|\r\n{I love|I really like|I like|Everyone loves} it {when people|when individuals|when folks|whenever \r\npeople} {come together|get together} and share {opinions|thoughts|views|ideas}.\r\nGreat {blog|website|site}, {keep it up|continue the good work|stick with \r\nit}!|\r\nThank you for the {auspicious|good} writeup.\r\nIt in fact was a amusement account it. Look advanced to {far|more} added \r\nagreeable from you! {By the way|However}, how {can|could} we \r\ncommunicate?|\r\n{Howdy|Hi there|Hey there|Hello|Hey} just wanted to give you a \r\nquick heads up. The {text|words} in your {content|post|article} seem to be running off \r\nthe screen in {Ie|Internet explorer|Chrome|Firefox|Safari|Opera}.\r\nI'm not sure if this is a {format|formatting} issue or something to \r\ndo with {web browser|internet browser|browser} compatibility but I {thought|figured} I'd post to let you \r\nknow. The {style and design|design and style|layout|design} look great though!\r\nHope you get the {problem|issue} {solved|resolved|fixed} soon. {Kudos|Cheers|Many thanks|Thanks}|\r\nThis is a topic {that is|that's|which is} {close to|near to} my heart...\r\n\r\n{Cheers|Many thanks|Best wishes|Take care|Thank \r\nyou}! {Where|Exactly where} are your contact details though?|\r\nIt's very {easy|simple|trouble-free|straightforward|effortless} to \r\nfind out any {topic|matter} on {net|web} as compared to \r\n{books|textbooks}, as I found this {article|post|piece of \r\nwriting|paragraph} at this {website|web site|site|web page}.|\r\nDoes your {site|website|blog} have a contact page? I'm having {a tough time|problems|trouble} locating it but, I'd like to {send|shoot} you an {e-mail|email}.\r\n\r\nI've got some {creative ideas|recommendations|suggestions|ideas} for your blog you might be interested \r\nin hearing. Either way, great {site|website|blog} and I look forward to seeing it {develop|improve|expand|grow} over time.|\r\n{Hola|Hey there|Hi|Hello|Greetings}! I've been {following|reading} your {site|web site|website|weblog|blog} for {a long time|a while|some time} now and finally got \r\nthe {bravery|courage} to go ahead and give you a shout out from {New Caney|Kingwood|Huffman|Porter|Houston|Dallas|Austin|Lubbock|Humble|Atascocita} {Tx|Texas}!\r\nJust wanted to {tell you|mention|say} keep up the {fantastic|excellent|great|good} {job|work}!|\r\nGreetings from {Idaho|Carolina|Ohio|Colorado|Florida|Los \r\nangeles|California}! I'm {bored to tears|bored to death|bored} at work so I decided to {check \r\nout|browse} your {site|website|blog} on my iphone during lunch break.\r\nI {enjoy|really like|love} the {knowledge|info|information} you {present|provide} here and \r\ncan't wait to take a look when I get home. I'm {shocked|amazed|surprised} \r\nat how {quick|fast} your blog loaded on my {mobile|cell \r\nphone|phone} .. I'm not even using WIFI, just 3G \r\n.. {Anyhow|Anyways}, {awesome|amazing|very good|superb|good|wonderful|fantastic|excellent|great} {site|blog}!|\r\nIts {like you|such as you} {read|learn} my {mind|thoughts}!\r\n\r\nYou {seem|appear} {to understand|to know|to grasp} {so much|a lot} {approximately|about} this, {like you|such as you} wrote the {book|e-book|guide|ebook|e book} in it or something.\r\n{I think|I feel|I believe} {that you|that you simply|that you just} {could|can} do with {some|a few} {%|p.c.|percent} to {force|pressure|drive|power} the message {house|home} {a bit|a little bit}, {however|but} {other \r\nthan|instead of} that, {this is|that is} {great|wonderful|fantastic|magnificent|excellent} \r\nblog. {A great|An excellent|A fantastic} read.\r\n{I'll|I will} {definitely|certainly} be back.|\r\nI visited {multiple|many|several|various} {websites|sites|web \r\nsites|web pages|blogs} {but|except|however} the audio {quality|feature} for \r\naudio songs {current|present|existing} at this {website|web site|site|web page} is {really|actually|in fact|truly|genuinely} \r\n{marvelous|wonderful|excellent|fabulous|superb}.|\r\n{Howdy|Hi there|Hi|Hello}, i read your blog {occasionally|from time to time} and i own a similar one and i was \r\njust {wondering|curious} if you get a lot of spam {comments|responses|feedback|remarks}?\r\n\r\nIf so how do you {prevent|reduce|stop|protect against} it, any plugin or anything you can {advise|suggest|recommend}?\r\nI get so much lately it's driving me {mad|insane|crazy} so any {assistance|help|support} is very much appreciated.|\r\nGreetings! {Very helpful|Very useful} advice {within this|in this particular} {article|post}!\r\n{It is the|It's the} little changes {that make|which will make|that produce|that will make} {the biggest|the largest|the greatest|the most important|the most significant} changes.\r\n{Thanks a lot|Thanks|Many thanks} for sharing!|\r\n{I really|I truly|I seriously|I absolutely} love {your blog|your site|your website}..\r\n{Very nice|Excellent|Pleasant|Great} colors &amp; theme. Did you {create|develop|make|build} {this website|this site|this web site|this amazing site} \r\nyourself? Please reply back as I'm {looking to|trying to|planning to|wanting \r\nto|hoping to|attempting to} create {my own|my very own|my own personal} \r\n{blog|website|site} and {would like to|want to|would love to} {know|learn|find out} where you got this \r\nfrom or {what the|exactly what the|just what the} theme {is called|is named}.\r\n{Thanks|Many thanks|Thank you|Cheers|Appreciate it|Kudos}!|\r\n{Hi there|Hello there|Howdy}! This {post|article|blog post} {couldn't|could not} be written {any better|much \r\nbetter}! {Reading through|Looking at|Going through|Looking through} this {post|article} reminds me of my previous roommate!\r\nHe {always|constantly|continually} kept {talking about|preaching about} \r\nthis. {I will|I'll|I am going to|I most certainly will} {forward|send} {this article|this information|this post} to him.\r\n{Pretty sure|Fairly certain} {he will|he'll|he's going to} {have a good|have a very good|have a great} read.\r\n{Thank you for|Thanks for|Many thanks for|I appreciate you for} sharing!|\r\n{Wow|Whoa|Incredible|Amazing}! This blog looks {exactly|just} like my old \r\none! It's on a {completely|entirely|totally} different {topic|subject} but it has pretty much the \r\nsame {layout|page layout} and design. {Excellent|Wonderful|Great|Outstanding|Superb} choice of colors!|\r\n{There is|There's} {definately|certainly} {a lot to|a great deal to} {know about|learn about|find out about} this {subject|topic|issue}.\r\n{I like|I love|I really like} {all the|all of the} \r\npoints {you made|you've made|you have made}.|\r\n{You made|You've made|You have made} some {decent|good|really good} points there.\r\nI {looked|checked} {on the internet|on the web|on the \r\nnet} {for more info|for more information|to find \r\nout more|to learn more|for additional information} about the issue and found {most individuals|most people} will go along with your views on {this \r\nwebsite|this site|this web site}.|\r\n{Hi|Hello|Hi there|What's up}, I {log on to|check|read} your {new stuff|blogs|blog} {regularly|like every week|daily|on a \r\nregular basis}. Your {story-telling|writing|humoristic} style is {awesome|witty}, keep {doing \r\nwhat you're doing|up the good work|it up}!|\r\nI {simply|just} {could not|couldn't} {leave|depart|go away} your \r\n{site|web site|website} {prior to|before} suggesting that I {really|extremely|actually} {enjoyed|loved} {the standard|the usual} {information|info} {a person|an individual} {supply|provide} {for your|on your|in your|to your} {visitors|guests}?\r\nIs {going to|gonna} be {back|again} {frequently|regularly|incessantly|steadily|ceaselessly|often|continuously} {in order to|to} \r\n{check up on|check out|inspect|investigate cross-check} new posts|\r\n{I wanted|I needed|I want to|I need to} to thank you for this {great|excellent|fantastic|wonderful|good|very good} \r\nread!! I {definitely|certainly|absolutely} {enjoyed|loved} every {little bit of|bit of} it.\r\n{I have|I've got|I have got} you {bookmarked|book marked|book-marked|saved as a favorite} {to check out|to look at} \r\nnew {stuff you|things you} post...|\r\n{Hi|Hello|Hi there|What's up}, just wanted to {mention|say|tell you},\r\nI {enjoyed|liked|loved} this {article|post|blog post}.\r\nIt was {inspiring|funny|practical|helpful}.\r\n\r\nKeep on posting!|\r\n{Hi there|Hello}, I enjoy reading {all of|through} your \r\n{article|post|article post}. I {like|wanted} to write a little comment \r\nto support you.|\r\nI {always|constantly|every time} spent my half an hour to read this {blog|weblog|webpage|website|web site}'s {articles|posts|articles or reviews|content} \r\n{everyday|daily|every day|all the time} along with a {cup|mug} of coffee.|\r\nI {always|for all time|all the time|constantly|every time} emailed this \r\n{blog|weblog|webpage|website|web site} post page to all my {friends|associates|contacts}, {because|since|as|for the \r\nreason that} if like to read it {then|after that|next|afterward} my {friends|links|contacts} \r\nwill too.|\r\nMy {coder|programmer|developer} is trying to {persuade|convince} me to move \r\nto .net from PHP. I have always disliked the idea because of the {expenses|costs}.\r\nBut he's tryiong none the less. I've been using {Movable-type|WordPress} on {a number of|a \r\nvariety of|numerous|several|various} websites for about a year and am {nervous|anxious|worried|concerned} about switching to \r\nanother platform. I have heard {fantastic|very good|excellent|great|good} things about blogengine.net.\r\nIs there a way I can {transfer|import} all my wordpress {content|posts} into it?\r\n{Any kind of|Any} help would be {really|greatly} appreciated!|\r\n{Hello|Hi|Hello there|Hi there|Howdy|Good day}!\r\n\r\nI could have sworn I've {been to|visited} {this blog|this web site|this website|this \r\nsite|your blog} before but after {browsing through|going through|looking at} {some of the|a few of \r\nthe|many of the} {posts|articles} I realized it's new \r\nto me. {Anyways|Anyhow|Nonetheless|Regardless}, I'm {definitely|certainly} {happy|pleased|delighted} {I found|I discovered|I came across|I stumbled upon} it and I'll be {bookmarking|book-marking} it and checking \r\nback {frequently|regularly|often}!|\r\n{Terrific|Great|Wonderful} {article|work}! {This is|That is} {the type of|the \r\nkind of} {information|info} {that are meant to|that are supposed to|that should} be shared {around the|across the} {web|internet|net}.\r\n{Disgrace|Shame} on {the {seek|search} engines|Google} for {now \r\nnot|not|no longer} positioning this {post|submit|publish|put up} {upper|higher}!\r\nCome on over and {talk over with|discuss with|seek advice \r\nfrom|visit|consult with} my {site|web site|website} . {Thank you|Thanks} =)|\r\nHeya {i'm|i am} for the first time here. I {came across|found} this \r\nboard and I find It {truly|really} useful &amp; it helped me out {a lot|much}.\r\nI hope to give something back and {help|aid} others like you {helped|aided} me.|\r\n{Hi|Hello|Hi there|Hello there|Howdy|Greetings}, {I think|I believe|I do believe|I do think|There's no doubt that} {your site|your website|your web site|your blog} {might be|may be|could be|could possibly be} having {browser|internet browser|web \r\nbrowser} compatibility {issues|problems}. {When I|Whenever I} {look at your|take a \r\nlook at your} {website|web site|site|blog} in Safari, it looks fine {but when|however when|however, if|however, \r\nwhen} opening in {Internet Explorer|IE|I.E.}, {it has|it's got} some overlapping issues.\r\n{I just|I simply|I merely} wanted to {give you a|provide you with a} quick heads up!\r\n{Other than that|Apart from that|Besides that|Aside from that}, {fantastic|wonderful|great|excellent} \r\n{blog|website|site}!|\r\n{A person|Someone|Somebody} {necessarily|essentially} {lend \r\na hand|help|assist} to make {seriously|critically|significantly|severely} \r\n{articles|posts} {I would|I might|I'd} state. {This \r\nis|That is} the {first|very first} time I frequented your {web page|website page} and {to this point|so far|thus far|up to now}?\r\nI {amazed|surprised} with the {research|analysis} you made \r\nto {create|make} {this actual|this particular} {post|submit|publish|put up} \r\n{incredible|amazing|extraordinary}. {Great|Wonderful|Fantastic|Magnificent|Excellent} {task|process|activity|job}!|\r\nHeya {i'm|i am} for {the primary|the first} time here.\r\n\r\nI {came across|found} this board and I {in finding|find|to find} It {truly|really} {useful|helpful} &amp; \r\nit helped me out {a lot|much}. {I am hoping|I hope|I'm \r\nhoping} {to give|to offer|to provide|to present} \r\n{something|one thing} {back|again} and {help|aid} others {like you|such \r\nas you} {helped|aided} me.|\r\n{Hello|Hi|Hello there|Hi there|Howdy|Good day|Hey there}!\r\n{I just|I simply} {would like to|want to|wish to} {give you a|offer you a} {huge|big} thumbs up {for the|for your} \r\n{great|excellent} {info|information} {you have|you've got|you have got} \r\n{here|right here} on this post. {I will be|I'll be|I am} {coming back to|returning to} \r\n{your blog|your site|your website|your web site} for more soon.|\r\nI {always|all the time|every time} used to {read|study} {article|post|piece of writing|paragraph} in news papers \r\nbut now as I am a user of {internet|web|net} {so|thus|therefore} from now I am using net for {articles|posts|articles or reviews|content}, thanks to web.|\r\nYour {way|method|means|mode} of {describing|explaining|telling} {everything|all|the whole thing} in this {article|post|piece of writing|paragraph} \r\nis {really|actually|in fact|truly|genuinely} {nice|pleasant|good|fastidious}, {all|every one} {can|be \r\nable to|be capable of} {easily|without difficulty|effortlessly|simply} {understand|know|be aware of} it, Thanks a lot.|\r\n{Hi|Hello} there, {I found|I discovered} your {blog|website|web site|site} {by means of|via|by the use of|by way of} Google {at the same time as|whilst|even as|while} {searching for|looking for} a {similar|comparable|related} {topic|matter|subject}, your {site|web \r\nsite|website} {got here|came} up, it {looks|appears|seems|seems to be|appears to be \r\nlike} {good|great}. {I have|I've} bookmarked it in my google bookmarks.\r\n\r\n{Hello|Hi} there, {simply|just} {turned into|became|was|become|changed into} \r\n{aware of|alert to} your {blog|weblog} {thru|through|via} Google,\r\n{and found|and located} that {it is|it's} {really|truly} informative.\r\n\r\n{I'm|I am} {gonna|going to} {watch out|be careful} for brussels.\r\n\r\n{I will|I'll} {appreciate|be grateful} {if you|should you|when you|in the event you|in case \r\nyou|for those who|if you happen to} {continue|proceed} this \r\n{in future}. {A lot of|Lots of|Many|Numerous} {other folks|folks|other people|people} \r\n{will be|shall be|might be|will probably be|can be|will likely be} benefited {from your|out \r\nof your} writing. Cheers!|\r\n{I am|I'm} curious to find out what blog {system|platform} {you have been|you happen to \r\nbe|you are|you're} {working with|utilizing|using}?\r\nI'm {experiencing|having} some {minor|small} security {problems|issues} with my latest \r\n{site|website|blog} and {I would|I'd} like to find something more {safe|risk-free|safeguarded|secure}.\r\nDo you have any {solutions|suggestions|recommendations}?|\r\n{I am|I'm} {extremely|really} impressed with your writing \r\nskills {and also|as well as} with the layout on your \r\n{blog|weblog}. Is this a paid theme or did \r\nyou {customize|modify} it yourself? {Either way|Anyway} keep up the {nice|excellent} quality writing, {it's|it is} \r\nrare to see a {nice|great} blog like this one {these days|nowadays|today}.|\r\n{I am|I'm} {extremely|really} {inspired|impressed} {with your|together \r\nwith your|along with your} writing {talents|skills|abilities} {and also|as {smartly|well|neatly} as} with the {layout|format|structure} {for your|on your|in your|to your} {blog|weblog}.\r\n\r\n{Is this|Is that this} a paid {subject|topic|subject \r\nmatter|theme} or did you {customize|modify} it {yourself|your self}?\r\n{Either way|Anyway} {stay|keep} up the {nice|excellent} {quality|high quality} writing, {it's|it is} {rare|uncommon} {to peer|to \r\nsee|to look} a {nice|great} {blog|weblog} like this one {these days|nowadays|today}..|\r\n{Hi|Hello}, Neat post. {There is|There's} {a problem|an issue} {with \r\nyour|together with your|along with your} {site|web site|website} in {internet|web} explorer, {may|might|could|would} {check|test} this?\r\nIE {still|nonetheless} is the {marketplace|market} {leader|chief} and {a large|a good|a big|a huge} {part of|section of|component \r\nto|portion of|component of|element of} {other folks|folks|other people|people} will {leave out|omit|miss|pass over} your {great|wonderful|fantastic|magnificent|excellent} writing {due to|because of} this problem.|\r\n{I'm|I am} not sure where {you are|you're} getting your {info|information}, but {good|great} topic.\r\nI needs to spend some time learning {more|much more} or understanding more.\r\nThanks for {great|wonderful|fantastic|magnificent|excellent} {information|info} I was looking for this {information|info} for \r\nmy mission.|\r\n{Hi|Hello}, i think that i saw you visited my {blog|weblog|website|web site|site} {so|thus} i came to \"return the favor\".{I am|I'm} {trying to|attempting to} find things to {improve|enhance} my {website|site|web site}!I suppose \r\nits ok to use {some of|a few of} your ideas!!\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I get a lot of spam on this blog. This place is quasi-popular and pretty dang old by internet standards. This means it&#8217;s both an attractive target for spammers and there&#8217;s been plenty of time for this site to get added to everyone&#8217;s rolodex. There are several layers of protection between the idiots and your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[111],"tags":[41],"class_list":["post-30724","post","type-post","status-publish","format-standard","hentry","category-notices","tag-spam"],"_links":{"self":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/30724","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=30724"}],"version-history":[{"count":0,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=\/wp\/v2\/posts\/30724\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=30724"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=30724"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shamusyoung.com\/twentysidedtale\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=30724"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}