<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/3.3.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Rick's World - Latest comments</title>
		<link>http://ekle.us/index.php?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://ekle.us/index.php?tempskin=_rss2&#38;disp=comments" />
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=3.3.3"/>
		<ttl>60</ttl>
				<item>
			<title>Another Visitor [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Thu, 05 Aug 2010 19:49:54 +0000</pubDate>
			<dc:creator>Another Visitor [Visitor]</dc:creator>
			<guid isPermaLink="false">c3053@http://ekle.us/</guid>
			<description>If you guys are using nginx (EngineX) instead of Apache (slowpache) you can add this directive to your main server config and / or vhost include files. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {&lt;br /&gt;
        return 444;server {&lt;br /&gt;
        listen 80 default;&lt;br /&gt;
        server_name     _;&lt;br /&gt;
&lt;br /&gt;
        if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {&lt;br /&gt;
        return 444;&lt;br /&gt;
                                                              }&lt;br /&gt;
&lt;br /&gt;
        access_log      /usr/local/www/data/_default/access_default.log;&lt;br /&gt;
        server_name_in_redirect off;&lt;br /&gt;
&lt;br /&gt;
        location ~ \.php$ {&lt;br /&gt;
            root           html;&lt;br /&gt;
            fastcgi_pass   127.0.0.1:9000;&lt;br /&gt;
            fastcgi_index  index.php;&lt;br /&gt;
            fastcgi_param  SCRIPT_FILENAME  /usr/local/www/data/_default$fastcgi_script_name;&lt;br /&gt;
            include        fastcgi_params;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
   location /  {&lt;br /&gt;
        index index.php index.html;&lt;br /&gt;
        root  /usr/local/www/data/_default;&lt;br /&gt;
        error_page      404     error/404.html;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
                                                        }&lt;br /&gt;
&lt;br /&gt;
 As in the following &quot;default&quot; example (for anything that doesn't match any of my served domains): &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;</description>
			<content:encoded><![CDATA[If you guys are using nginx (EngineX) instead of Apache (slowpache) you can add this directive to your main server config and / or vhost include files. <br />
<br />
<br />
  if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {<br />
        return 444;server {<br />
        listen 80 default;<br />
        server_name     _;<br />
<br />
        if ($http_user_agent ~* (Baiduspider|Jullo|Morfeus) ) {<br />
        return 444;<br />
                                                              }<br />
<br />
        access_log      /usr/local/www/data/_default/access_default.log;<br />
        server_name_in_redirect off;<br />
<br />
        location ~ \.php$ {<br />
            root           html;<br />
            fastcgi_pass   127.0.0.1:9000;<br />
            fastcgi_index  index.php;<br />
            fastcgi_param  SCRIPT_FILENAME  /usr/local/www/data/_default$fastcgi_script_name;<br />
            include        fastcgi_params;<br />
        }<br />
<br />
   location /  {<br />
        index index.php index.html;<br />
        root  /usr/local/www/data/_default;<br />
        error_page      404     error/404.html;<br />
        }<br />
<br />
                                                        }<br />
<br />
 As in the following "default" example (for anything that doesn't match any of my served domains): <br />
<br />
 <br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c3053</link>
		</item>
				<item>
			<title>Richard [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Fri, 14 May 2010 14:04:25 +0000</pubDate>
			<dc:creator>Richard [Visitor]</dc:creator>
			<guid isPermaLink="false">c2905@http://ekle.us/</guid>
			<description>I just added &quot;soapCaller&quot; to my &quot;custom keyword based blocker&quot; which block not only their ip, but their whole subnet.&lt;br /&gt;
&lt;br /&gt;
This is something I cobbled together&lt;br /&gt;
(1) Uses modsec to grep any of a list of keywords.&lt;br /&gt;
(2) Sends the ip to a &quot;whois&quot; custom java program&lt;br /&gt;
(3) This &quot;whois&quot; queries servers such as arin,ripe and gets the netblock range.&lt;br /&gt;
(4) Makes an OS call to block the range (via iptables,netsh,ipseccmd,ipsecmod,etc)</description>
			<content:encoded><![CDATA[I just added "soapCaller" to my "custom keyword based blocker" which block not only their ip, but their whole subnet.<br />
<br />
This is something I cobbled together<br />
(1) Uses modsec to grep any of a list of keywords.<br />
(2) Sends the ip to a "whois" custom java program<br />
(3) This "whois" queries servers such as arin,ripe and gets the netblock range.<br />
(4) Makes an OS call to block the range (via iptables,netsh,ipseccmd,ipsecmod,etc)]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2905</link>
		</item>
				<item>
			<title>kyle [Visitor] in response to: Update on Morfeus Fucking Scanner</title>
			<pubDate>Fri, 14 May 2010 10:28:25 +0000</pubDate>
			<dc:creator>kyle [Visitor]</dc:creator>
			<guid isPermaLink="false">c2904@http://ekle.us/</guid>
			<description>i set up an apache server on ubuntu recently, and i noticed this morfeus stuff on there, &quot;Morefeus strikes again&quot; and a bunch of requests. I don't really understand the http get and post stuff yet, so i was wondering if he had done anything bad. I got a bunch of 404s, but then it says internal dummy connection with what I think is the &quot;option&quot; command. maybe i did this, but i really dont know. mind taking a look?&lt;br /&gt;
&lt;br /&gt;
95.211.24.2 - - [13/May/2010:01:25:08 -0400] &quot;GET /mail/README HTTP/1.1&quot; 404 470 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
95.211.24.2 - - [13/May/2010:01:25:08 -0400] &quot;GET /README HTTP/1.1&quot; 404 467 &quot;-&quot; &quot;Morfeus strikes again.&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:09 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:10 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
::1 - - [13/May/2010:01:25:11 -0400] &quot;OPTIONS * HTTP/1.0&quot; 200 152 &quot;-&quot; &quot;Apache/2.2.12 (Ubuntu) (internal dummy connection)&quot;&lt;br /&gt;
&lt;br /&gt;
Did he get in? or was that just something i did? message me if you want, i appreciate the help&lt;br /&gt;</description>
			<content:encoded><![CDATA[i set up an apache server on ubuntu recently, and i noticed this morfeus stuff on there, "Morefeus strikes again" and a bunch of requests. I don't really understand the http get and post stuff yet, so i was wondering if he had done anything bad. I got a bunch of 404s, but then it says internal dummy connection with what I think is the "option" command. maybe i did this, but i really dont know. mind taking a look?<br />
<br />
95.211.24.2 - - [13/May/2010:01:25:08 -0400] "GET /mail/README HTTP/1.1" 404 470 "-" "Morfeus strikes again."<br />
95.211.24.2 - - [13/May/2010:01:25:08 -0400] "GET /README HTTP/1.1" 404 467 "-" "Morfeus strikes again."<br />
::1 - - [13/May/2010:01:25:09 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
::1 - - [13/May/2010:01:25:10 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
::1 - - [13/May/2010:01:25:11 -0400] "OPTIONS * HTTP/1.0" 200 152 "-" "Apache/2.2.12 (Ubuntu) (internal dummy connection)"<br />
<br />
Did he get in? or was that just something i did? message me if you want, i appreciate the help<br />]]></content:encoded>
			<link>http://ekle.us/index.php/2007/05/update_on_morfeus_fucking_scanner#c2904</link>
		</item>
				<item>
			<title>Tristan [Visitor] in response to: Displaying a File Open Dialog in Cocoa with Objective C</title>
			<pubDate>Fri, 09 Apr 2010 02:40:14 +0000</pubDate>
			<dc:creator>Tristan [Visitor]</dc:creator>
			<guid isPermaLink="false">c2870@http://ekle.us/</guid>
			<description>@Aneeque: Set the Default Directory of the FIle DIalog to &quot;/Applications&quot; and then change the only allowed file types to &quot;.app&quot;</description>
			<content:encoded><![CDATA[@Aneeque: Set the Default Directory of the FIle DIalog to "/Applications" and then change the only allowed file types to ".app"]]></content:encoded>
			<link>http://ekle.us/index.php/2006/12/displaying_a_file_open_dialog_in_cocoa_w#c2870</link>
		</item>
				<item>
			<title>ramkumar [Visitor] in response to: iPhone Application Splash Screens</title>
			<pubDate>Mon, 29 Mar 2010 03:12:50 +0000</pubDate>
			<dc:creator>ramkumar [Visitor]</dc:creator>
			<guid isPermaLink="false">c2856@http://ekle.us/</guid>
			<description>hey really thanks....i am working for it for more than a day....</description>
			<content:encoded><![CDATA[hey really thanks....i am working for it for more than a day....]]></content:encoded>
			<link>http://ekle.us/index.php/2008/10/iphone-application-splash-screens#c2856</link>
		</item>
				<item>
			<title>Bill Hernandez [Visitor] in response to: Renaming Document Classes in Cocoa</title>
			<pubDate>Mon, 22 Mar 2010 02:07:02 +0000</pubDate>
			<dc:creator>Bill Hernandez [Visitor]</dc:creator>
			<guid isPermaLink="false">c2843@http://ekle.us/</guid>
			<description>There are only nine steps required :&lt;br /&gt;
&lt;br /&gt;
( 1 ) Select the Classes folder, then the MyDocument.m file&lt;br /&gt;
( 2 ) Double Click on &quot;MyDocument&quot;  next to the @implementation&lt;br /&gt;
( 3 ) Select MenuBar --&amp;gt; Edit --&amp;gt; Refactor and a dialog will appear&lt;br /&gt;
( 4 ) Rename should be selected from the popup menu, change the textField to &quot;ParDocument&quot; or whatever you want, and Click Preview, and Apply Button, and Wait till it is done.&lt;br /&gt;
( 5 ) At the top of the ParDocument.m file Double Click MyDocument, and do a CMD-E, and a CTRL-CMD-E, then a CMD-SHIFT-F&lt;br /&gt;
( 6 ) In the Replace field change MyDocument to ParDocument, or whatever you want.&lt;br /&gt;
The popup menu's should have :&lt;br /&gt;
&quot;In Project&quot;&lt;br /&gt;
&quot;Textual&quot;&lt;br /&gt;
&quot;Whole words&quot;&lt;br /&gt;
( 7 ) select all the items found and click on Replace, then hit Find again to make sure there are no more items found.&lt;br /&gt;
( 8 ) Open the Resources folder and rename MyDocument.xib to ParDocument.xib&lt;br /&gt;
( 9 ) Hit CMD-R to run, and you should see a document window open</description>
			<content:encoded><![CDATA[There are only nine steps required :<br />
<br />
( 1 ) Select the Classes folder, then the MyDocument.m file<br />
( 2 ) Double Click on "MyDocument"  next to the @implementation<br />
( 3 ) Select MenuBar --&gt; Edit --&gt; Refactor and a dialog will appear<br />
( 4 ) Rename should be selected from the popup menu, change the textField to "ParDocument" or whatever you want, and Click Preview, and Apply Button, and Wait till it is done.<br />
( 5 ) At the top of the ParDocument.m file Double Click MyDocument, and do a CMD-E, and a CTRL-CMD-E, then a CMD-SHIFT-F<br />
( 6 ) In the Replace field change MyDocument to ParDocument, or whatever you want.<br />
The popup menu's should have :<br />
"In Project"<br />
"Textual"<br />
"Whole words"<br />
( 7 ) select all the items found and click on Replace, then hit Find again to make sure there are no more items found.<br />
( 8 ) Open the Resources folder and rename MyDocument.xib to ParDocument.xib<br />
( 9 ) Hit CMD-R to run, and you should see a document window open]]></content:encoded>
			<link>http://ekle.us/index.php/2007/03/renaming_document_classes_in_cocoa#c2843</link>
		</item>
				<item>
			<title>Aneeque [Visitor] in response to: Displaying a File Open Dialog in Cocoa with Objective C</title>
			<pubDate>Tue, 16 Mar 2010 07:10:46 +0000</pubDate>
			<dc:creator>Aneeque [Visitor]</dc:creator>
			<guid isPermaLink="false">c2836@http://ekle.us/</guid>
			<description>Hi, can you please let me know how can I display the choose application dialog. I have an application in which I am displaying the right click context menu and I have an option in that menu on click of which choose application dialog gets open, my problem is that I don't know how to open what are the carbon/cocoa API's through which this dialog gets displayed.</description>
			<content:encoded><![CDATA[Hi, can you please let me know how can I display the choose application dialog. I have an application in which I am displaying the right click context menu and I have an option in that menu on click of which choose application dialog gets open, my problem is that I don't know how to open what are the carbon/cocoa API's through which this dialog gets displayed.]]></content:encoded>
			<link>http://ekle.us/index.php/2006/12/displaying_a_file_open_dialog_in_cocoa_w#c2836</link>
		</item>
				<item>
			<title>Jm [Visitor] in response to: Displaying a File Open Dialog in Cocoa with Objective C</title>
			<pubDate>Wed, 24 Feb 2010 23:03:47 +0000</pubDate>
			<dc:creator>Jm [Visitor]</dc:creator>
			<guid isPermaLink="false">c2786@http://ekle.us/</guid>
			<description>You legend, ive been looking through apple simple browser and complex browser examples, I knew there had to be an easier way</description>
			<content:encoded><![CDATA[You legend, ive been looking through apple simple browser and complex browser examples, I knew there had to be an easier way]]></content:encoded>
			<link>http://ekle.us/index.php/2006/12/displaying_a_file_open_dialog_in_cocoa_w#c2786</link>
		</item>
			</channel>
</rss>
