<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Contact</title>
	<atom:link href="http://www.hakandamar.com/contact/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hakandamar.com</link>
	<description>Tükenmez Defterim</description>
	<lastBuildDate>Fri, 20 Aug 2010 13:02:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kenan Balcı</title>
		<link>http://www.hakandamar.com/contact#comment-230</link>
		<dc:creator>Kenan Balcı</dc:creator>
		<pubDate>Sun, 01 Aug 2010 11:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://tr.e-uzman.org/TukenmezDefter/?page_id=160#comment-230</guid>
		<description>Merhaba Hakan Damar Bey,
Yazmış olduğunuz makaleler için öncelikle teşekkür ederim.
Hakan Bey size RRS ile ilgili soru sormak istemiştim.

1 – RSS PHP’ de nasıl kullanılır ?

2 – Bir sitedeki Rss bilgileri nasıl güncel bir şekilde elde edilebilir? Bir örnek yapınız.
Bu sorular hakkında görüş ve yorumlarınız nasıl olur?
ilgi ve yardımlarınız için teşekkür eder iyi çalışmalar dilerim.
saygılarımla;

Kenan 1975

İstanbul</description>
		<content:encoded><![CDATA[<p>Merhaba Hakan Damar Bey,<br />
Yazmış olduğunuz makaleler için öncelikle teşekkür ederim.<br />
Hakan Bey size RRS ile ilgili soru sormak istemiştim.</p>
<p>1 – RSS PHP’ de nasıl kullanılır ?</p>
<p>2 – Bir sitedeki Rss bilgileri nasıl güncel bir şekilde elde edilebilir? Bir örnek yapınız.<br />
Bu sorular hakkında görüş ve yorumlarınız nasıl olur?<br />
ilgi ve yardımlarınız için teşekkür eder iyi çalışmalar dilerim.<br />
saygılarımla;</p>
<p>Kenan 1975</p>
<p>İstanbul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HD</title>
		<link>http://www.hakandamar.com/contact#comment-70</link>
		<dc:creator>HD</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://tr.e-uzman.org/TukenmezDefter/?page_id=160#comment-70</guid>
		<description>Merhaba İsmail,
 
 Yardımcı olmayı çok isterdim fakat Action Script bilmiyorum.

http://www.mmistanbul.com &#039;da aynı soruyu yazarsan orada Adobe Teknolojileri üzerine uzman bir çok kişi var. Daha kısa sürede daha doğru cevaplar alabilirsin.

Umarım en kısa sürede çözüm bulursun. 

İyi Çalışmalar.</description>
		<content:encoded><![CDATA[<p>Merhaba İsmail,</p>
<p> Yardımcı olmayı çok isterdim fakat Action Script bilmiyorum.</p>
<p><a href="http://www.mmistanbul.com" rel="nofollow">http://www.mmistanbul.com</a> &#8216;da aynı soruyu yazarsan orada Adobe Teknolojileri üzerine uzman bir çok kişi var. Daha kısa sürede daha doğru cevaplar alabilirsin.</p>
<p>Umarım en kısa sürede çözüm bulursun. </p>
<p>İyi Çalışmalar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ismail</title>
		<link>http://www.hakandamar.com/contact#comment-69</link>
		<dc:creator>ismail</dc:creator>
		<pubDate>Thu, 04 Feb 2010 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://tr.e-uzman.org/TukenmezDefter/?page_id=160#comment-69</guid>
		<description>Hakan abi merhaba ben sanalkurs&#039;tan bir okuyucunuz.
Flash bir template editlerken contact form bölümünde ne yaptımsa mail göndertemedim.

ben kodları yolluyorum, yardımcı olursanız çok sevinirim.

action script send butonu için :

on (rollOver) {
	this.gotoAndPlay(&quot;s1&quot;);
}
on (releaseOutside, rollOut) {
	this.gotoAndPlay(&quot;s2&quot;);
}



on (release) {
	for (i=1; i&lt;_parent.fields_descriptions.length; i++) {
		if (_parent[_parent.fields_descriptions[i][1]]!=_parent.fields_descriptions[i][2]) {
			this[_parent.fields_descriptions[i][1]]=_parent[_parent.fields_descriptions[i][1]]+&quot;&amp;777&amp;&quot;+_parent.fields_descriptions[i][2];
		}
		_parent.reset_txt(_parent[&quot;t&quot;+i], _parent.fields_descriptions[i][1], _parent.fields_descriptions[i][2]);
	}

	this.recipient=_parent.rec;
	getURL(&quot;contact.php&quot;+_parent.serv, &quot;_blank&quot;, &quot;POST&quot;);
	
}

formu bulunduğu framdeki action script kod:

rec = _root.recipient;
serv = _root.server_option;
var fields_descriptions = Array(&quot;&quot;, Array(&quot;t1&quot;, &quot;your_name&quot;, &quot;your name:&quot;), Array(&quot;t2&quot;, &quot;your_email&quot;, &quot;e-mail:&quot;), Array(&quot;t3&quot;, &quot;message&quot;, &quot;Message:&quot;), Array(&quot;t4&quot;, &quot;your_company&quot;, &quot;your company:&quot;), Array(&quot;t5&quot;, &quot;telephone&quot;, &quot;telephone:&quot;));
function reset_txt(name, name2, value) {
	path = eval(_target);
	path[name2] = value;
	this[name].onSetFocus = function() {
		path = eval(_target);
		if (path[name2] == value) {
			path[name2] = &quot;&quot;;
		}
	};
	this[name].onKillFocus = function() {
		path = eval(_target);
		if (path[name2] == &quot;&quot;) {
			path[name2] = value;
		}
	};
}
for (i=1; i&lt;=fields_descriptions.length; i++) {
	reset_txt(&quot;t&quot;+i, fields_descriptions[i][1], fields_descriptions[i][2]);
}

son olarak php kodları:
&lt;?
Error_Reporting(E_ALL &amp; ~E_NOTICE);

 while ($request = current($_REQUEST)) {
 	if (key($_REQUEST)!=&#039;filozof89@hotmail.com&#039;) {
		$pre_array=split (&quot;&amp;777&amp;&quot;,  $request);
		$post_vars[key($_REQUEST)][0]=$pre_array[0];
		$post_vars[key($_REQUEST)][1]=$pre_array[1];
	}
	next($_REQUEST);
}



reset($post_vars);


$subject=&quot;From &quot;.$post_vars[&#039;your_name&#039;][0] ;
$headers= &quot;From: &quot;.$post_vars[&#039;your_email&#039;][0] .&quot;\n&quot;;
 $headers.=&#039;Content-type: text/html; charset=iso-8859-1&#039;;
 $message=&#039;&#039;;
  while ($mess = current($post_vars)) {
  	if ((key($post_vars)!=&quot;i&quot;) &amp;&amp; (key($post_vars)!=&quot;your_email&quot;) &amp;&amp; (key($post_vars)!=&quot;your_name&quot;)) {

	 	$message.=&quot;&lt;strong&gt;&quot;.$mess[1].&quot;&lt;/strong&gt;&#160;&#160;&#160;&quot;.$mess[0].&quot;&quot;;
	}
	next($post_vars);
 }

mail($_REQUEST[&#039;filozof89@hotmail.com&#039;], $subject,  &quot;


 Contact letter



  &quot;.$message.&quot;

&quot; , $headers);
echo (&quot;Your message was successfully sent!&quot;);

?&gt;

	resizeTo(300, 300);


abi çok önemli, yardımlarınız için çook teşekkür ederim.</description>
		<content:encoded><![CDATA[<p>Hakan abi merhaba ben sanalkurs&#8217;tan bir okuyucunuz.<br />
Flash bir template editlerken contact form bölümünde ne yaptımsa mail göndertemedim.</p>
<p>ben kodları yolluyorum, yardımcı olursanız çok sevinirim.</p>
<p>action script send butonu için :</p>
<p>on (rollOver) {<br />
	this.gotoAndPlay(&#8220;s1&#8243;);<br />
}<br />
on (releaseOutside, rollOut) {<br />
	this.gotoAndPlay(&#8220;s2&#8243;);<br />
}</p>
<p>on (release) {<br />
	for (i=1; i&lt;_parent.fields_descriptions.length; i++) {<br />
		if (_parent[_parent.fields_descriptions[i][1]]!=_parent.fields_descriptions[i][2]) {<br />
			this[_parent.fields_descriptions[i][1]]=_parent[_parent.fields_descriptions[i][1]]+&quot;&amp;777&amp;&quot;+_parent.fields_descriptions[i][2];<br />
		}<br />
		_parent.reset_txt(_parent[&quot;t&quot;+i], _parent.fields_descriptions[i][1], _parent.fields_descriptions[i][2]);<br />
	}</p>
<p>	this.recipient=_parent.rec;<br />
	getURL(&quot;contact.php&quot;+_parent.serv, &quot;_blank&quot;, &quot;POST&quot;);</p>
<p>}</p>
<p>formu bulunduğu framdeki action script kod:</p>
<p>rec = _root.recipient;<br />
serv = _root.server_option;<br />
var fields_descriptions = Array(&quot;&quot;, Array(&quot;t1&quot;, &quot;your_name&quot;, &quot;your name:&quot;), Array(&quot;t2&quot;, &quot;your_email&quot;, &quot;e-mail:&quot;), Array(&quot;t3&quot;, &quot;message&quot;, &quot;Message:&quot;), Array(&quot;t4&quot;, &quot;your_company&quot;, &quot;your company:&quot;), Array(&quot;t5&quot;, &quot;telephone&quot;, &quot;telephone:&quot;));<br />
function reset_txt(name, name2, value) {<br />
	path = eval(_target);<br />
	path[name2] = value;<br />
	this[name].onSetFocus = function() {<br />
		path = eval(_target);<br />
		if (path[name2] == value) {<br />
			path[name2] = &quot;&quot;;<br />
		}<br />
	};<br />
	this[name].onKillFocus = function() {<br />
		path = eval(_target);<br />
		if (path[name2] == &quot;&quot;) {<br />
			path[name2] = value;<br />
		}<br />
	};<br />
}<br />
for (i=1; i&lt;=fields_descriptions.length; i++) {<br />
	reset_txt(&quot;t&quot;+i, fields_descriptions[i][1], fields_descriptions[i][2]);<br />
}</p>
<p>son olarak php kodları:<br />
&lt;?<br />
Error_Reporting(E_ALL &amp; ~E_NOTICE);</p>
<p> while ($request = current($_REQUEST)) {<br />
 	if (key($_REQUEST)!=&#039;filozof89@hotmail.com&#039;) {<br />
		$pre_array=split (&quot;&amp;777&amp;&quot;,  $request);<br />
		$post_vars[key($_REQUEST)][0]=$pre_array[0];<br />
		$post_vars[key($_REQUEST)][1]=$pre_array[1];<br />
	}<br />
	next($_REQUEST);<br />
}</p>
<p>reset($post_vars);</p>
<p>$subject=&quot;From &quot;.$post_vars[&#039;your_name&#039;][0] ;<br />
$headers= &quot;From: &quot;.$post_vars[&#039;your_email&#039;][0] .&quot;\n&quot;;<br />
 $headers.=&#039;Content-type: text/html; charset=iso-8859-1&#039;;<br />
 $message=&#039;&#039;;<br />
  while ($mess = current($post_vars)) {<br />
  	if ((key($post_vars)!=&quot;i&quot;) &amp;&amp; (key($post_vars)!=&quot;your_email&quot;) &amp;&amp; (key($post_vars)!=&quot;your_name&quot;)) {</p>
<p>	 	$message.=&quot;<strong>&#8220;.$mess[1].&#8221;</strong>&nbsp;&nbsp;&nbsp;&#8221;.$mess[0].&#8221;";<br />
	}<br />
	next($post_vars);<br />
 }</p>
<p>mail($_REQUEST['filozof89@hotmail.com'], $subject,  &#8221;</p>
<p> Contact letter</p>
<p>  &#8220;.$message.&#8221;</p>
<p>&#8221; , $headers);<br />
echo (&#8220;Your message was successfully sent!&#8221;);</p>
<p>?&gt;</p>
<p>	resizeTo(300, 300);</p>
<p>abi çok önemli, yardımlarınız için çook teşekkür ederim.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->