<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029153" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029153</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1176229</link>
    <description> &lt;p&gt;Good advice. I&#039;m commenting mainly because I receive several website submissions to SearchBliss from Russian sites that also &quot;sell flowers&quot;, but MOST of the flower selling sites are from India. What is with the flowers? Is this a cover for something else?&lt;br /&gt;
Anyway, I can&#039;t stand spam! - like most of us. I finally implimented a filter to delete the spams automatically. Your site is a forum and probably runs on PHP. I use ASP (NT Server), and cannot run PHP so I never bothered to learn. I&#039;m sorry I can&#039;t help, but the above advise sounds good. Let us know how it works out.&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Aug 2005 22:18:21 +0000</pubDate>
 <dc:creator>SearchBliss</dc:creator>
 <guid isPermaLink="false">comment 1176229 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175976</link>
    <description> &lt;p&gt;The next thing I would do is ask your host their preferred method of blocking IPs through htaccess. I say this because in my first try, I googled for some code to add to the file and hosed my site (which is why having a backup to restore is so important. htaccess mods are unforgiving in their syntax.)&lt;/p&gt;
&lt;p&gt;Next, ftp to your server logs (ususally a level or two up from your root directory) and transfer the daily log(s) from the date that the spammer visited to your computer. Open it up (WordPad is best for this IMO) and get familiar with the columns of info. This is where the patience comes in. Log layouts differ from one host/server to next. If you&#039;re lucky, there&#039;ll be a column header at the top. One of the first columns will be the visitors&#039; IPs. Also close by will be the column for visit time and date. It can get tricky here if your host is in a different time zone, but the important thing is being able to find the row (hit) from your spammer. Also, you said it only hits one article, so if you have that address, you should be able find it in the column that lists the page that was visited (normally near the end of the row.)&lt;/p&gt;
&lt;p&gt;Once you determine the offending IP, copy and save it somewhere. In subsequent visits from the spammer, you can compare the IPs.&lt;/p&gt;
&lt;p&gt;Next, transfer (ftp, always ftp) your current htaccess file in the root directory to your computer. {very important} &lt;strong&gt;Save a backup as another name&lt;/strong&gt; (ie: 1.htaccess) If you hose something, delete the file on the server, upload the backup and rename it &quot;.htaccess&quot;. (you wont really hose anything, you&#039;ll just get a 500 error)&lt;/p&gt;
&lt;p&gt;Now, if you don&#039;t have a recommendation from your host, open the &quot;.htaccess&quot; (not the backup) with a text editor and add something like the following to the top of the file:&lt;/p&gt;
&lt;p&gt;order allow,deny&lt;br /&gt;
deny from &#039;203.156.187.225&lt;br /&gt;
allow from all&lt;/p&gt;
&lt;p&gt;(replace the IP above with the one you isolated) Save it and ftp it to the root directory. Visit your site; if it loads, then the syntax was right. If you get an error, replace with the backup as noted above to make the site viewable again. Google &quot;htaccess block ip&quot;, look for some samples and experiment with them.&lt;/p&gt;
&lt;p&gt;The location you place the code may be important. I had to place mine below:&lt;/p&gt;
&lt;p&gt;To deny a range of IPs, take the above as an example, Change it to:&lt;br /&gt;
203.156.187 (this denies 0 through 255)&lt;br /&gt;
Depending on your server settings, this may need to be listed as:&lt;br /&gt;
203.156.187.*&lt;/p&gt;
&lt;p&gt;Remember: YMMV&lt;br /&gt;
and I suggest waiting a day or two so the other members can pick this apart (I&#039;m sure there are others who know more on the subject than I)&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Aug 2005 03:50:46 +0000</pubDate>
 <dc:creator>AyntRyte</dc:creator>
 <guid isPermaLink="false">comment 1175976 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175974</link>
    <description> &lt;p&gt;Yes and Yes.  I do have some htaccess files but the extent of my knowledge about them is that if I type &quot;-la&quot; into WS_FTP then I can see them on my server.  That&#039;s about all I know about them. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/surprise.png&quot; title=&quot;Shocked&quot; alt=&quot;Shocked&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Aug 2005 01:31:59 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1175974 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175971</link>
    <description> &lt;p&gt;Do you have ftp access? (probably a stupid question, but you never know  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; )&lt;br /&gt;
Do you have some patience and the willingness to do some htaccess mods?&lt;/p&gt;
&lt;p&gt;I, personally, can&#039;t go any further unless you can answer yes to both. With the scripts you are running, there is a good possibility that you already have a htaccess file on your server now. After making a backup copy of that file, a little experimenting will never hurt.&lt;/p&gt;
&lt;p&gt;(disclaimer: I&#039;m not an expert on the subject, but after a quick support ticket to my host to get the correct switches for the mod, I was able to get it in place in just few minutes.)&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Aug 2005 01:01:44 +0000</pubDate>
 <dc:creator>AyntRyte</dc:creator>
 <guid isPermaLink="false">comment 1175971 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175725</link>
    <description> &lt;p&gt;I have cPanel access to my logs but I wouldn&#039;t know what to do with them.  My past problem with forum spam, I could tell where they were from based on both their signup email addresses and the content of their posts (links to Russian websites).  My new problem is with signing comments to my news script, where they post links to russian websites selling stuff completley unrelated to my website subject.  My guess is that this is all automated because they keep spamming the same news article (which has a unique url) and not the newer news articles.&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 Jul 2005 18:45:16 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1175725 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175718</link>
    <description> &lt;p&gt;How are you determining that they are from russia? Is it just based on the email they submit? Do you have log files? ANytime someone signs up for something on our sites, the two key extras we store are a time/date of signup and the IP#.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Fri, 29 Jul 2005 18:30:12 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1175718 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1175584</link>
    <description> &lt;p&gt;Sorry to resurect an old post but my problem won&#039;t go away.  Now I&#039;m getting different type of on-site spam but there&#039;s still a russian / ukranian connection.  I still can&#039;t find specific IP addresses and email addresses vary, but is there any way for me to just ban an entire country or area of the world?  My particular site doesn&#039;t sell anything and 99.9% of my users are US and Canada, so I don&#039;t mind disallowing access to other continents if it&#039;s possible.  Any ideas?&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 21:47:59 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1175584 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1170693</link>
    <description> &lt;p&gt;Actually it&#039;s Russia (.ru) and Ukraine (.su).  I can&#039;t tell what IP they are using but if certain IP ranges are associated with those nations, how do I find out the correct ranges and how do I then block them?  &lt;/p&gt;
&lt;p&gt;If it matters I have cpanel.  Also, my website in question has a handful of international users but is 99.9% targeted to a specific US location, so if done correctly, blocking all Russian and Ukrainian traffic shouldn&#039;t affect my targeted visitors.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 May 2005 18:07:41 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1170693 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1170653</link>
    <description> &lt;p&gt;Sounds to me like you&#039;ve got yourself a bouncer. I&#039;m sure they aren&#039;t actually from the IP that they sound like they&#039;re from. You&#039;re going to have trouble with this one bud. I&#039;d try blocking Romania for now and work on a better future solution as the spammer will come through again if they are bouncing or using a proxy as was said before.&lt;/p&gt;
 </description>
     <pubDate>Fri, 06 May 2005 02:20:24 +0000</pubDate>
 <dc:creator>Assassin</dc:creator>
 <guid isPermaLink="false">comment 1170653 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/blocking-traffic#comment-1170645</link>
    <description> &lt;p&gt;block them by IP - there is a range for Romania&lt;/p&gt;
&lt;p&gt;Bad side is there are some honest Romanians out there, believe we have some members from there on here, and also some of the brighter spam/scammers (1%) will use proxies&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 May 2005 22:56:22 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1170645 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
