<?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: Random Greeting Menggunakan PHP</title>
	<atom:link href="http://adhit.web.id/random-greeting-menggunakan-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://adhit.web.id/random-greeting-menggunakan-php/</link>
	<description>my daily unix notes</description>
	<lastBuildDate>Tue, 07 Feb 2012 03:03:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adisp007</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-1533</link>
		<dc:creator>adisp007</dc:creator>
		<pubDate>Mon, 22 Mar 2010 09:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-1533</guid>
		<description>&lt;a href=&quot;#comment-745&quot; rel=&quot;nofollow&quot;&gt;@adhit&lt;/a&gt;,
Wah,Mas.Saya jd tambah bingung. :-?
Metode GET ini djdkn fungsi,di-include,atw bgmn?
U/ mnghubungknny dg salam(); yg d ats?
Mksud saya bgni,kn smw layanan blog gratis sprt Wordpress.com atw yg lainnya g&#039; mndukung javascript aplg php.Nah,u/ meng-akalinya,hrus djdkn format gambar agr bs dpasang.&amp; stahu saya,yg bs mngubah format sprt tu adlh script php.
Klo pnya hosting sndri sprt Mas ni mah enak,pasang script ap sj bs. =D
Saya sdh dpt contoh script gambarnya: http://padepokan-php.blogspot.com/2009/11/membuat-gambar-counter.html ,tp msih bingung meng-implementasikannya dg script yg d ats.Ada saran g&#039;,Mas?</description>
		<content:encoded><![CDATA[<p><a href="#comment-745" rel="nofollow">@adhit</a>,<br />
Wah,Mas.Saya jd tambah bingung. <img src='http://adhit.web.id/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' /><br />
Metode GET ini djdkn fungsi,di-include,atw bgmn?<br />
U/ mnghubungknny dg salam(); yg d ats?<br />
Mksud saya bgni,kn smw layanan blog gratis sprt WordPress.com atw yg lainnya g&#8217; mndukung javascript aplg php.Nah,u/ meng-akalinya,hrus djdkn format gambar agr bs dpasang.&amp; stahu saya,yg bs mngubah format sprt tu adlh script php.<br />
Klo pnya hosting sndri sprt Mas ni mah enak,pasang script ap sj bs. =D<br />
Saya sdh dpt contoh script gambarnya: <a href="http://padepokan-php.blogspot.com/2009/11/membuat-gambar-counter.html" rel="nofollow">http://padepokan-php.blogspot.com/2009/11/membuat-gambar-counter.html</a> ,tp msih bingung meng-implementasikannya dg script yg d ats.Ada saran g&#8217;,Mas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adhit</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-745</link>
		<dc:creator>adhit</dc:creator>
		<pubDate>Tue, 03 Nov 2009 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-745</guid>
		<description>misal gmbar aslinya di &lt;img src=”contoh/myPicture.jpg”&gt;
trus mau diubah jd &lt;img src=”index.php?gambar=contoh/myPicture.jpg&quot;&gt;

jd skripnya :

&lt;?php
extract($_GET); // will contain the ‘helpimage’ variable
if(isset($gambar)) // if this is a call for an image
{
    $f=pathinfo($gambar); // and if its an actual image file (hacker-resistance)
    if($f[&#039;extension&#039;]==&quot;jpg&quot;)
    {
        chdir(&quot;../gambar&quot;); // jump up  one level to the help folder
        readfile($gambar); // and send the image back to the browser.
        return; 
    }
}
?&gt;

itu contoh buat format jpg format lainnya bisa dimasukkan dalam seleksi kodisinya ..</description>
		<content:encoded><![CDATA[<p>misal gmbar aslinya di <img src=”contoh/myPicture.jpg”/><br />
trus mau diubah jd <img src=”index.php?gambar=contoh/myPicture.jpg"/></p>
<p>jd skripnya :</p>
<p>< ?php<br />
extract($_GET); // will contain the ‘helpimage’ variable<br />
if(isset($gambar)) // if this is a call for an image<br />
{<br />
    $f=pathinfo($gambar); // and if its an actual image file (hacker-resistance)<br />
    if($f['extension']=="jpg")<br />
    {<br />
        chdir("../gambar"); // jump up  one level to the help folder<br />
        readfile($gambar); // and send the image back to the browser.<br />
        return;<br />
    }<br />
}<br />
?></p>
<p>itu contoh buat format jpg format lainnya bisa dimasukkan dalam seleksi kodisinya ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adisp007</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-740</link>
		<dc:creator>adisp007</dc:creator>
		<pubDate>Tue, 03 Nov 2009 05:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-740</guid>
		<description>$ GET yg bgmn,Mas? :-?
Msih bingung.
Mklum,newbie nich. :D</description>
		<content:encoded><![CDATA[<p>$ GET yg bgmn,Mas? <img src='http://adhit.web.id/wp-includes/images/smilies/icon_confused.gif' alt=':-?' class='wp-smiley' /><br />
Msih bingung.<br />
Mklum,newbie nich. <img src='http://adhit.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adhit</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-721</link>
		<dc:creator>adhit</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-721</guid>
		<description>ooh yang itu, jd scriptnya seperti ini &lt;img src=&quot;./greeting.php?gambar=1&quot;&gt; kan tinggal pake metode $_GET ? :)</description>
		<content:encoded><![CDATA[<p>ooh yang itu, jd scriptnya seperti ini <img src="./greeting.php?gambar=1"/> kan tinggal pake metode $_GET ? <img src='http://adhit.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adisp007</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-687</link>
		<dc:creator>adisp007</dc:creator>
		<pubDate>Sun, 01 Nov 2009 21:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-687</guid>
		<description>&lt;a href=&quot;#comment-339&quot; rel=&quot;nofollow&quot;&gt;@adhit &lt;/a&gt;, 
Bkn,Mas.
Nah,misalnya tu script sdh jd,ya.

Bs g&#039; script tu &quot;dipanggil&quot; dg kode HTML gambr: (img src=&quot;./greeting.php&quot; alt=&quot;&quot;/)
Klo g&#039; bs,bgmn mmbwtnya biar bs bgtu?
Makasih bnyk ats responnya.</description>
		<content:encoded><![CDATA[<p><a href="#comment-339" rel="nofollow">@adhit </a>,<br />
Bkn,Mas.<br />
Nah,misalnya tu script sdh jd,ya.</p>
<p>Bs g&#8217; script tu &#8220;dipanggil&#8221; dg kode HTML gambr: (img src=&#8221;./greeting.php&#8221; alt=&#8221;"/)<br />
Klo g&#8217; bs,bgmn mmbwtnya biar bs bgtu?<br />
Makasih bnyk ats responnya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adhit</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-339</link>
		<dc:creator>adhit</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-339</guid>
		<description>mksdnya yg dijadiin gambar yg mana mas?apa dscriptnya disembunyiin dalam gambar mksdnya?</description>
		<content:encoded><![CDATA[<p>mksdnya yg dijadiin gambar yg mana mas?apa dscriptnya disembunyiin dalam gambar mksdnya?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adisp007</title>
		<link>http://adhit.web.id/random-greeting-menggunakan-php/comment-page-1/#comment-337</link>
		<dc:creator>adisp007</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://adhit.web.id/?p=17#comment-337</guid>
		<description>Waduh,msih g&#039; ngerti. :s
Klo script tsb dijadikn file b&#039;format gambar,bgmn caranya,Mas/Pak?
Kn ad tuch file php,tp formatnya bs jd format gambr?!
Ditunggu jawbnny,Mas/Pak.
Makasih bnyk ats bntuannya.</description>
		<content:encoded><![CDATA[<p>Waduh,msih g&#8217; ngerti. :s<br />
Klo script tsb dijadikn file b&#8217;format gambar,bgmn caranya,Mas/Pak?<br />
Kn ad tuch file php,tp formatnya bs jd format gambr?!<br />
Ditunggu jawbnny,Mas/Pak.<br />
Makasih bnyk ats bntuannya.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

