<?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>Web Hosting Destek Platformu &#187; Litespeed</title>
	<atom:link href="http://www.hostingdestek.com/category/web_sunuculari/litespeed-web_sunucusu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hostingdestek.com</link>
	<description>Pratik ve yararlı sistem yönetim bilgileri</description>
	<lastBuildDate>Wed, 30 Dec 2009 15:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gd ve freetype kurulumunu test etmek</title>
		<link>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/</link>
		<comments>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Litespeed]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Web Sunucuları]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=188</guid>
		<description><![CDATA[Sunucunuzda gd yada freetype kurdunuz, çalışıp çalışmadığını kontrol etmek için aşağıdaki ufak scriptleri kullanabilirsiniz;
GD testi;
&#60;?php
/* Displays details of GD support on your server */
echo &#8216;&#60;div style=&#8221;margin: 10px;&#8221;&#62;&#8217;;
echo &#8216;&#60;p style=&#8221;color: #444444; font-size: 130%;&#8221;&#62;GD &#8216;;
if (function_exists(&#8220;gd_info&#8221;)) {
echo &#8217;sunucu tarafından &#60;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&#62;desteklenmektedir&#60;/span&#62;&#60;/p&#62;&#8217;;
$gd = gd_info();
foreach ($gd as $k =&#62; $v) {
echo &#8216;&#60;div style=&#8221;width: 340px; border-bottom: 1px [...]]]></description>
			<content:encoded><![CDATA[<p>Sunucunuzda gd yada freetype kurdunuz, çalışıp çalışmadığını kontrol etmek için aşağıdaki ufak scriptleri kullanabilirsiniz;</p>
<p>GD testi;</p>
<blockquote><p>&lt;?php<br />
/* Displays details of GD support on your server */<br />
echo &#8216;&lt;div style=&#8221;margin: 10px;&#8221;&gt;&#8217;;<br />
echo &#8216;&lt;p style=&#8221;color: #444444; font-size: 130%;&#8221;&gt;GD &#8216;;<br />
if (function_exists(&#8220;gd_info&#8221;)) {<br />
echo &#8217;sunucu tarafından &lt;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&gt;desteklenmektedir&lt;/span&gt;&lt;/p&gt;&#8217;;<br />
$gd = gd_info();<br />
foreach ($gd as $k =&gt; $v) {<br />
echo &#8216;&lt;div style=&#8221;width: 340px; border-bottom: 1px solid #DDDDDD; padding: 2px;&#8221;&gt;&#8217;;<br />
echo &#8216;&lt;span style=&#8221;float: left;width: 300px;&#8221;&gt;&#8217; . $k . &#8216;&lt;/span&gt; &#8216;;<br />
if ($v)<br />
echo &#8216;&lt;span style=&#8221;color: #00AA00; font-weight: bold;&#8221;&gt;Evet&lt;/span&gt;&#8217;;<br />
else<br />
echo &#8216;&lt;span style=&#8221;color: #EE0000; font-weight: bold;&#8221;&gt;Hayır&lt;/span&gt;&#8217;;<br />
echo &#8216;&lt;div style=&#8221;clear:both;&#8221;&gt;&lt;!&#8211; &#8211;&gt;&lt;/div&gt;&lt;/div&gt;&#8217;;<br />
}<br />
} else {<br />
echo &#8217;sunucu tarafından &lt;span style=&#8221;color: #EE0000; font-weight: bold;&#8221;&gt;desteklenmemektedir&lt;/span&gt;&lt;/p&gt;&#8217;;<br />
}<br />
echo &#8216;&lt;p&gt;Hosting destek&lt;a href=&#8221;http://www.hostingdestek.com&#8221;&gt;hostingdestek.com&lt;/a&gt;&lt;/p&gt;&#8217;;<br />
echo &#8216;&lt;/div&gt;&#8217;;<br />
?&gt;</p></blockquote>
<p>Freetype testi;</p>
<blockquote><p>&lt;?php<br />
$i = imagecreatetruecolor(100,50);<br />
$w = imagecolorallocate($i,255,255,255);<br />
$b = imagecolorallocate($i,0,0,0);<br />
imagefill($i,0,0,$b);<br />
imagestring($i,4,5,25,&#8217;it works&#8217;,$w);<br />
header(&#8220;Content-type: image/png&#8221;);<br />
imagepng($i);<br />
imagedestroy($i);<br />
?&gt;</p></blockquote>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><span style="font-size: x-small;"><span style="font-family: Verdana;">&lt;?php</span></p>
<p><span style="font-family: Verdana;">/* Displays details of GD support on your  server */</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;margin:  10px;&#8221;&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;p style=&#8221;color: #444444; font-size:  130%;&#8221;&gt;GD &#8216;;</span></p>
<p><span style="font-family: Verdana;">if (function_exists(&#8220;gd_info&#8221;)) {</span></p>
<p><span style="font-family: Verdana;">echo &#8217;sunucu tarafından &lt;span style=&#8221;color:  #00AA00; font-weight:  bold;&#8221;&gt;desteklenmektedir&lt;/span&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">$gd = gd_info();</span></p>
<p><span style="font-family: Verdana;">foreach ($gd as $k =&gt; $v) {</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;width: 340px;  border-bottom: 1px solid #DDDDDD; padding: 2px;&#8221;&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;float: left;width:  300px;&#8221;&gt;&#8217; . $k . &#8216;&lt;/span&gt; &#8216;;</span></p>
<p><span style="font-family: Verdana;">if ($v)</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;color: #00AA00;  font-weight: bold;&#8221;&gt;Evet&lt;/span&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">else</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;span style=&#8221;color: #EE0000;  font-weight: bold;&#8221;&gt;Hayır&lt;/span&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;div style=&#8221;clear:both;&#8221;&gt;&lt;!&#8211;  &#8211;&gt;&lt;/div&gt;&lt;/div&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">}</span></p>
<p><span style="font-family: Verdana;">} else {</span></p>
<p><span style="font-family: Verdana;">echo &#8217;sunucu tarafından &lt;span style=&#8221;color:  #EE0000; font-weight:  bold;&#8221;&gt;desteklenmemektedir&lt;/span&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">}</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;p&gt;Kalite hicbir zaman tesaduf  degildir&lt;a  href=&#8221;http://www.hostcini.com&#8221;&gt;hostcini.com&lt;/a&gt;&lt;/p&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">echo &#8216;&lt;/div&gt;&#8217;;</span></p>
<p><span style="font-family: Verdana;">?&gt;</span></p>
<p></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/gd-ve-freetype-kurulumunu-test-etmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos 64bit php derleme</title>
		<link>http://www.hostingdestek.com/centos-64bit-php-derleme/</link>
		<comments>http://www.hostingdestek.com/centos-64bit-php-derleme/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 08:44:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Litespeed]]></category>

		<guid isPermaLink="false">http://www.hostingdestek.com/?p=113</guid>
		<description><![CDATA[Litespeed web sunucusunu centos 64bit üzerine kurduktan sonra, php derleme aşamasında kerberos kütüphanesini bulamama gibi bir problem yaşayabilirsiniz.
Ufak bir kısayol tanımalayarak bu problemi aşabilirsiniz;
ln -s /usr/lib64 /usr/kerberos/lib
]]></description>
			<content:encoded><![CDATA[<p>Litespeed web sunucusunu centos 64bit üzerine kurduktan sonra, php derleme aşamasında kerberos kütüphanesini bulamama gibi bir problem yaşayabilirsiniz.</p>
<p>Ufak bir kısayol tanımalayarak bu problemi aşabilirsiniz;</p>
<blockquote><p>ln -s /usr/lib64 /usr/kerberos/lib</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hostingdestek.com/centos-64bit-php-derleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
