<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Burhan KARADERE KiÅŸisel Blog SayfasÄ± &#187; hata</title>
	<atom:link href="http://www.karadere.com/blog/tag/hata/feed" rel="self" type="application/rss+xml" />
	<link>http://www.karadere.com/blog</link>
	<description>BiliÅŸim - IT Bilgi BloÄŸu</description>
	<lastBuildDate>Wed, 01 Feb 2012 07:41:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sap Abap Try Catch ile hata yakalamak, nasÄ±l hata yakalanÄ±r dump Ã¶nlemek ? CX_AI_SYSTEM_FAULT in RFC hatasÄ±nÄ± yakalamak ?</title>
		<link>http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html</link>
		<comments>http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html#comments</comments>
		<pubDate>Thu, 13 Oct 2011 13:52:45 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[ABAP]]></category>
		<category><![CDATA[ABAP (Advanced Business Application Programming)]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Abap]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[hata]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[yakalamak]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=1483</guid>
		<description><![CDATA[ Basit kullanÄ±mÄ± ile try ile hata yakalamak aÅŸaÄŸÄ±daki gibidir. ty ile yakalayÄ±p catch ile iÃ§eriÄŸi yazdÄ±rabilirsiniz. TRY. CALL METHOD o1->m1. PERFORM f1. CATCH cx_root. "Handler for all exceptions " ABAP code(What to do when error occures)........ ENDTRY. FORM f1 RAISING cx_my. TRY. IF ...... RAISE EXCEPTION TYPE cx_my2. ENDIF. CALL METHOD o1->m3. CATCH cx_my1 cx_my3 INTO ex. RAISE EXCEPTION TYPE cx_my4. CATCH cx_my4. "Handler for exceptions of type cx_my4 " ABAP code(What to do when error occures)........ CLEANUP. "Cleanup section, used to restore to a consistant state " ABAP code........ ENDTRY. ENDFORM.  <p><a href="http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial monospaced for SAP;">Â </span>Â <span style="font-family: Arial monospaced for SAP;">Basit kullanÄ±mÄ± ile try ile hata yakalamak aÅŸaÄŸÄ±daki gibidir. </span></p>
<p><span style="font-family: Arial monospaced for SAP;">ty ile yakalayÄ±p catch ile iÃ§eriÄŸi yazdÄ±rabilirsiniz.</span></p>
<p><span style="font-family: Arial monospaced for SAP;">Â </span>Â </p>
<p><span style="font-family: Arial monospaced for SAP;">TRY.<br />
Â Â Â  CALL METHOD o1-&gt;m1.<br />
Â Â Â  PERFORM f1.<br />
Â  CATCH cx_root.Â  &#8220;Handler for all exceptions<br />
Â Â Â Â Â Â  &#8221; ABAP code(What to do when error occures)&#8230;&#8230;..<br />
ENDTRY.</p>
<p>FORM f1 RAISING cx_my.<br />
Â  TRY.<br />
Â Â Â  IF &#8230;&#8230; RAISE EXCEPTION TYPE cx_my2. ENDIF.<br />
Â Â Â Â Â  CALL METHOD o1-&gt;m3.<br />
Â  CATCH cx_my1 cx_my3 INTO ex.<br />
Â Â Â  RAISE EXCEPTION TYPE cx_my4.<br />
Â  CATCH cx_my4.<br />
Â Â Â Â  &#8220;Handler for exceptions of type cx_my4<br />
Â Â Â Â  &#8221; ABAP code(What to do when error occures)&#8230;&#8230;..<br />
Â  CLEANUP.<br />
Â Â Â Â  &#8220;Cleanup section, used to restore to a consistant state<br />
Â Â Â Â  &#8221; ABAP code&#8230;&#8230;..<br />
Â  ENDTRY.<br />
ENDFORM.</span></p>
<p><span style="font-family: Arial monospaced for SAP;"><br />
</span><span style="font-family: Arial monospaced for SAP;">&#8220;&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></p>
<p><span style="font-family: Arial monospaced for SAP;">&#8220;&amp; </span></p>
<p><span style="font-family: Arial monospaced for SAP;">&#8220;&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></p>
<p><span style="font-family: Arial monospaced for SAP;"></span></p>
<p>Â  <!-- SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; } .L0S32 { color: #3399FF; } .L0S33 { color: #4DA619; } .L0S52 { color: #0000FF; } -->REPORTÂ Â TRYORNEGI.</p>
<p>parametersÂ NUMBERÂ typeÂ I.</p>
<p>dataÂ RESULTÂ typeÂ PÂ decimalsÂ 2.<br />
dataÂ OREFÂ typeÂ refÂ toÂ CX_ROOT.<br />
dataÂ TEXTÂ typeÂ STRING.</p>
<p>start-of-selection.</p>
<p>Â Â write:Â /Â &#8217;TestingÂ divisionÂ andÂ SqareÂ rootÂ with&#8217;,Â NUMBER.<br />
Â Â uline.</p>
<p>Â Â Â Â try.<br />
Â Â Â Â ifÂ ABS(Â NUMBERÂ )Â &gt;Â 100.<br />
Â Â Â Â Â Â raiseÂ exceptionÂ typeÂ CX_DEMO_ABS_TOO_LARGE.<br />
Â Â endif.<br />
Â Â Â Â try.<br />
Â Â Â Â Â Â RESULTÂ =Â Â 1Â /Â NUMBER.<br />
Â Â Â Â Â Â write:Â /Â &#8217;ResultÂ ofÂ division:&#8217;,Â RESULT.<br />
Â Â Â Â Â Â RESULTÂ =Â SQRT(Â NUMBERÂ ).<br />
Â Â Â Â Â Â write:Â /Â &#8217;ResultÂ ofÂ squareÂ root:&#8217;,Â RESULT.<br />
Â Â Â Â Â Â catchÂ CX_SY_ZERODIVIDEÂ intoÂ OREF.<br />
Â Â Â Â Â Â TEXTÂ =Â OREF-&gt;GET_TEXT(Â ).<br />
Â Â Â Â Â Â cleanup.<br />
Â Â Â Â Â Â Â Â clearÂ RESULT.<br />
Â Â endtry.<br />
Â Â Â Â catchÂ CX_SY_ARITHMETIC_ERRORÂ intoÂ OREF.<br />
Â Â Â Â Â Â TEXTÂ =Â OREF-&gt;GET_TEXT(Â ).<br />
Â Â Â Â catchÂ CX_ROOTÂ intoÂ OREF.<br />
Â Â Â Â Â Â TEXTÂ =Â OREF-&gt;GET_TEXT(Â ).<br />
Â Â endtry.<br />
Â Â ifÂ notÂ TEXTÂ isÂ initial.<br />
Â Â Â Â writeÂ /Â TEXT.<br />
Â Â endif.<br />
Â Â write:Â /Â &#8217;FinalÂ result:&#8217;,Â RESULT.</p>
<p>Â &#8221;&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8220;&amp;Â  CX_AI_SYSTEM_FAULT ile hata yakalamak</p>
<p>Â &#8221;&amp;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://wiki.sdn.sap.com/wiki/display/Snippets/How+to+handle+CX_AI_SYSTEM_FAULT+in+RFC">http://wiki.sdn.sap.com/wiki/display/Snippets/How+to+handle+CX_AI_SYSTEM_FAULT+in+RFC</a></p>
<p><a href="https://www.sdn.sap.com/irj/scn/thread?threadID=1070418&amp;tstart=120">https://www.sdn.sap.com/irj/scn/thread?threadID=1070418&amp;tstart=120</a></p>
<p>Description</p>
<div>
<div>Courtesy of OLE from the above thread. This is very useful when calling a Client Proxy. The SAP help isn&#8217;t very clear on how to handle system exceptions in an RFC. I was getting the warning &#8220;The exception CX_AI_SYSTEM_FAULT is neither caught nor is declared in the RASING clause of &lt;function&gt;&#8221; when I checked the function in SE37.</div>
</div>
<p>data: lo_system_ex type ref to cx_ai_system_fault,<br />
lo_app_ex type ref to cx_ai_application_fault,<br />
l_sys_exc TYPE REF TO cx_ai_system_fault,<br />
l_app_exc TYPE REF TO cx_ai_application_fault,<br />
l_exception_msg type string.<br />
Â <br />
Â <br />
try.<br />
create object l_wsproxy.<br />
Â <br />
try.<br />
call method l_wsproxy-&gt;execute_synchronous<br />
exporting<br />
output = ****<br />
importing<br />
input = ****.<br />
catch cx_ai_system_fault into l_sys_exc.<br />
catch cx_ai_application_fault into l_app_exc.<br />
endtry.<br />
Â <br />
catch cx_ai_system_fault into l_sys_exc.<br />
endtry.<br />
l_exception_msg = l_sys_exc-&gt;get_text( ).<br />
write l_exception_msg.</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html&amp;amp;t=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?+-+http://&#x27A1;.ws/î°„âˆ§" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.htmltitle=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html&title=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?&summary=%C2%A0%C2%A0Basit+kullan%C4%B1m%C4%B1+ile+try+ile+hata+yakalamak+a%C5%9Fa%C4%9F%C4%B1daki+gibidir.+%0D%0A%0D%0A&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html&amp;amp;t=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?&amp;u=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html&amp;title=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=Sap Abap Try Catch ile hata yakalamak, nasÄ±l hata yak...&body=Â Â Basit kullanÄ±mÄ± ile try ile hata yakalamak aÅŸaÄŸÄ±daki gibidir. 

ty[..] - http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html&amp;title=Sap+Abap+Try+Catch+ile+hata+yakalamak%2C+nas%C4%B1l+hata+yakalan%C4%B1r+dump+%C3%B6nlemek+?+CX_AI_SYSTEM_FAULT+in+RFC+hatas%C4%B1n%C4%B1+yakalamak+?" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/sap-abap-try-catch-ile-hata-yakalamak-nasil-hata-yakalanir-dump-onlemek-cx_ai_system_fault-in-rfc-hatasini-yakalamak.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 404 hata sayfasÄ± ile kalÄ±cÄ± baÄŸlantÄ± ayarÄ±</title>
		<link>http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html</link>
		<comments>http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html#comments</comments>
		<pubDate>Tue, 01 Dec 2009 12:51:17 +0000</pubDate>
		<dc:creator>Burhan KARADERE</dc:creator>
				<category><![CDATA[? Php ?]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[ayarÄ±]]></category>
		<category><![CDATA[hata]]></category>
		<category><![CDATA[ile]]></category>
		<category><![CDATA[kalÄ±cÄ± baÄŸlantÄ±]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[sayfasÄ±]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.karadere.com/blog/?p=26</guid>
		<description><![CDATA[ Plesk ayarlarÄ±ndan Custom error Default page 'i Ã¶rnegin 404.php oalrak alttaki kodu kaydedin ve set edin. Ã§alÄ±ÅŸacaktÄ±r. <?php $qs = $_SERVER['QUERY_STRING']; $pos = strrpos($qs, '://'); $pos = strpos($qs, '/', $pos + 3); $_SERVER['REQUEST_URI'] = substr($qs, $pos); $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI']; include('index.php'); ?> ya da <?php $gelenVeri = $_SERVER['QUERY_STRING']; $_SERVER['REQUEST_URI'] = substr($gelenVeri, strpos($gelenVeri, ':80')+3); $_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI']; include('index.php'); ?>  <p><a href="http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html">[..]DevamÄ±nÄ± Oku</a></p>]]></description>
			<content:encoded><![CDATA[<p>Â Plesk ayarlarÄ±ndan Custom error Default page &#8216;i Ã¶rnegin 404.php oalrak alttaki kodu kaydedin ve set edin.Â  Ã§alÄ±ÅŸacaktÄ±r.</p>
<p>&lt;?php<br />
$qs = $_SERVER['QUERY_STRING'];<br />
$pos = strrpos($qs, &#8216;://&#8217;);<br />
$pos = strpos($qs, &#8216;/&#8217;, $pos + 3);<br />
$_SERVER['REQUEST_URI'] = substr($qs, $pos);<br />
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];<br />
include(&#8216;index.php&#8217;);<br />
?&gt;</p>
<p>ya da</p>
<p>&lt;?php<br />
$gelenVeri = $_SERVER['QUERY_STRING'];<br />
$_SERVER['REQUEST_URI'] = substr($gelenVeri, strpos($gelenVeri, &#8216;:80&#8242;)+3);<br />
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];<br />
include(&#8216;index.php&#8217;);<br />
?&gt;</p>
<div class="damn-sexy-bookmarks"><ul class="socials"><li class="damn-sexy-facebook"><a href="http://www.facebook.com/share.php?u=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html&amp;amp;t=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-twitter"><a href="http://www.twitter.com/home?status=RT+@burhan_07:++WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1+-+<html>
<head>
<title>Database Error</title>
<style type="text/css">

body {
background-color:	#fff;
margin:				40px;
font-family:		Lucida Grande, Verdana, Sans-serif;
font-size:			12px;
color:				#000;
}

#content  {
border:				#999 1px solid;
background-color:	#fff;
padding:			20px 20px 12px 20px;
}

h1 {
font-weight:		normal;
font-size:			14px;
color:				#990000;
margin: 			0 0 4px 0;
}
</style>
</head>
<body>
	<div id="content">
		<h1>An Error Was Encountered</h1>
		<p>Error Number: 1194</p><p>Table 'urls' is marked as crashed and should be repaired</p><p>SELECT *
FROM (`urls`)
WHERE `url_mainurl` = 'http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html'</p>	</div>
</body>
</html>" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-google"><a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.htmltitle=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-linkedin"><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html&title=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1&summary=%C2%A0Plesk+ayarlar%C4%B1ndan+Custom+error+Default+page+%27i+%C3%B6rnegin+404.php+oalrak+alttaki+kodu+kaydedin+ve+set+edin.%C2%A0+%C3%A7al%C4%B1%C5%9Facakt%C4%B1r.%0D%0A%0D%0A%26lt%3B%3Fphp%0D%0A%24qs+%3D+%24_SERVER%5B%27QUERY_STRING%27%5D%3B%0D%0A%24pos+%3D+strrpos%28%24qs%2C+%27%3A%2F%2F%27%29%3B%0D%0A%24pos+%3D+strpos%28%24%5B..%5D&source=Burhan KARADERE KiÅŸisel Blog SayfasÄ±" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-myspace"><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html&amp;amp;t=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-yahoomyweb"><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1&amp;u=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-delicious"><a href="http://del.icio.us/post?url=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html&amp;title=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-mail"><a href="mailto:?&subject=WordPress 404 hata sayfasÄ± ile kalÄ±cÄ± baÄ%9...&body=Â Plesk ayarlarÄ±ndan Custom error Default page 'i Ã¶rnegin 404.php oalrak alttaki kodu kaydedin ve set edin.Â  Ã§alÄ±ÅŸacaktÄ±r.

&lt;?php
$qs = $_SERVER['QUERY_STRING'];
$pos = strrpos($qs, '://');
$pos = strpos($qs, '/', $pos + 3);
$_SERVER[[..] - http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html" target="_blank" rel="nofollow" title="Array">Array</a></li><li class="damn-sexy-digg"><a href="http://digg.com/submit?phase=2&amp;url=http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html&amp;title=WordPress+404+hata+sayfas%C4%B1+ile+kal%C4%B1c%C4%B1+ba%C4%9Flant%C4%B1+ayar%C4%B1" target="_blank" rel="nofollow" title="Array">Array</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.karadere.com/blog/wordpress-404-hata-sayfasi-ile-kalici-baglanti-ayari.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

