<?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 for Guides</title>
	<atom:link href="http://guides.ricehigh.dk/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://guides.ricehigh.dk</link>
	<description>Guides and toturials by Ricehigh</description>
	<lastBuildDate>Sun, 17 Jan 2010 13:24:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Password hashing by Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=1&#038;cpage=1#comment-20</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Sun, 17 Jan 2010 13:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=1#comment-20</guid>
		<description>Yes, it does seem that similar solutions has been proposed by others. Still, I hope that this guide has been useful for you.

The confusion of the unused constant SECURE_SALT, arises because I erroneously called the constant SECURE_SALT, instead of the FIXED_SALT, which is the constant we defined at the very beginning of the script.

The failure has been corrected in the downloadable file, and will be corrected throughout the article in the next couple of days.
I apologize for the confusion this may have caused.</description>
		<content:encoded><![CDATA[<p>Yes, it does seem that similar solutions has been proposed by others. Still, I hope that this guide has been useful for you.</p>
<p>The confusion of the unused constant SECURE_SALT, arises because I erroneously called the constant SECURE_SALT, instead of the FIXED_SALT, which is the constant we defined at the very beginning of the script.</p>
<p>The failure has been corrected in the downloadable file, and will be corrected throughout the article in the next couple of days.<br />
I apologize for the confusion this may have caused.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Password hashing by feha</title>
		<link>http://guides.ricehigh.dk/?p=1&#038;cpage=1#comment-19</link>
		<dc:creator>feha</dc:creator>
		<pubDate>Sun, 17 Jan 2010 12:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=1#comment-19</guid>
		<description>Hi
I really like your function generating random salted hash that still works :-)
http://guides.ricehigh.dk/files/password.php
I just wonder what SECURE_SALT  constant does as it is not defined anywhere ? (bug ?)
I don&#039;t know but I think this solution was presented long time before:
http://phpsec.org/articles/2005/password-hashing.html


And what about :
https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e  ?</description>
		<content:encoded><![CDATA[<p>Hi<br />
I really like your function generating random salted hash that still works <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://guides.ricehigh.dk/files/password.php" rel="nofollow">http://guides.ricehigh.dk/files/password.php</a><br />
I just wonder what SECURE_SALT  constant does as it is not defined anywhere ? (bug ?)<br />
I don&#8217;t know but I think this solution was presented long time before:<br />
<a href="http://phpsec.org/articles/2005/password-hashing.html" rel="nofollow">http://phpsec.org/articles/2005/password-hashing.html</a></p>
<p>And what about :<br />
<a href="https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e" rel="nofollow">https://gist.github.com/154619/dfcf313301a88f1feef64470b3248e275413c20e</a>  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-18</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-18</guid>
		<description>Mit bud er at dit webhotel af en eller anden årsag har fjernet support for hash().

Prøv at se om du får et output med:
&lt;pre lang=&quot;php&quot;&gt;print_r(hash_algos());&lt;/pre&gt;

Hvis du ikke gør, skal du tale med dit webhotel om at åbne op for hash(). Hvis du får et output skal du se om sha256 står på listen:)</description>
		<content:encoded><![CDATA[<p>Mit bud er at dit webhotel af en eller anden årsag har fjernet support for hash().</p>
<p>Prøv at se om du får et output med:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">print_r</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">hash_algos</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Hvis du ikke gør, skal du tale med dit webhotel om at åbne op for hash(). Hvis du får et output skal du se om sha256 står på listen:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Milenco</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-17</link>
		<dc:creator>Milenco</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-17</guid>
		<description>Kanon, mange tak..! Så kan andre i hvert fald også se hvordan du gør det ;) I øvrigt - lige et tillægsspørgsmål nu hvor vi er i gang heh..

Når jeg kører siden på localhost fungerer det hele som det skal nu med cookie funktionen og de tilhørende tabeller i databasen.. Men når jeg smider det op på mit webhotel får jeg en fatal error, når jeg prøver at benytte mig af cookie funktionen:

Fatal error: Call to undefined function: hash()

Du skulle vel ikke vide hvad det skyldes? Det virker lidt mystisk synes jeg :S</description>
		<content:encoded><![CDATA[<p>Kanon, mange tak..! Så kan andre i hvert fald også se hvordan du gør det <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I øvrigt &#8211; lige et tillægsspørgsmål nu hvor vi er i gang heh..</p>
<p>Når jeg kører siden på localhost fungerer det hele som det skal nu med cookie funktionen og de tilhørende tabeller i databasen.. Men når jeg smider det op på mit webhotel får jeg en fatal error, når jeg prøver at benytte mig af cookie funktionen:</p>
<p>Fatal error: Call to undefined function: hash()</p>
<p>Du skulle vel ikke vide hvad det skyldes? Det virker lidt mystisk synes jeg :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-16</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-16</guid>
		<description>&lt;a href=&quot;#comment-15&quot; rel=&quot;nofollow&quot;&gt;@Milenco&lt;/a&gt; 
Jo, det kunne godt have været en del af guiden:)
Måden jeg gør det på følger her:
&lt;pre lang=&quot;php&quot; line=&quot;1&quot;&gt;
&lt;?php

// Ends the session, and destroy all data associated with it.

session_destroy();



if ($_COOKIE[&#039;login&#039;]){

	// Deletes the cookie value and sets the expirery date to zero. The cookie will be fully deleted when the user exits the session (when the browser is closed).

	setcookie(&quot;login&quot;, &quot; &quot;, 0, &quot;/&quot;);

	

	//  // // The following deletes the cookie information from the database. This is done to keep the database size down.  If you for some reason wish to keep these data in your database, you can delete the following.

	// Devides the cookie in it&#039;s seperable values: 1) Username, 2) A unique random number and 3) the expirery date for the cookie.

	$info = explode(&#039;&lt;br/&gt;&#039;,$_COOKIE[&#039;login&#039;]);

	// mysql_escape_string is used to prevent mysql injection attacks.

	$username = mysql_escape_string($info[0]);

	$random = mysql_escape_string($info[1]);

	$expire = $info[2];

	// Checks if a username is present and wether the username holds special characters.

	if($username &amp;&amp; ($username == htmlentities($username))){

		$result = mysql_query(&quot;SELECT * FROM `$cookie_user_db` WHERE `user` = &#039;$username&#039; AND `random` = &#039;$random&#039; AND `expire` = $expire&quot;);

		if(mysql_num_rows($result) &gt;= 1){

			mysql_query(&quot;DELETE FROM `$cookie_user_db` WHERE `user` = &#039;$username&#039; AND `random` = &#039;$random&#039; AND `expire` = $expire&quot;);

		}

	}

	// // // Cookie deletion from database complete

}

// Sends the user back to the login website

header(&quot;Location: $login_website&quot;);

?&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-15" rel="nofollow">@Milenco</a><br />
Jo, det kunne godt have været en del af guiden:)<br />
Måden jeg gør det på følger her:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Ends the session, and destroy all data associated with it.</span>
&nbsp;
<span style="color: #990000;">session_destroy</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'login'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// Deletes the cookie value and sets the expirery date to zero. The cookie will be fully deleted when the user exits the session (when the browser is closed).</span>
&nbsp;
	<span style="color: #990000;">setcookie</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;login&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot; &quot;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;/&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
&nbsp;
	<span style="color: #666666; font-style: italic;">//  // // The following deletes the cookie information from the database. This is done to keep the database size down.  If you for some reason wish to keep these data in your database, you can delete the following.</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// Devides the cookie in it's seperable values: 1) Username, 2) A unique random number and 3) the expirery date for the cookie.</span>
&nbsp;
	<span style="color: #000088;">$info</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;br/&gt;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'login'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// mysql_escape_string is used to prevent mysql injection attacks.</span>
&nbsp;
	<span style="color: #000088;">$username</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_escape_string</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$random</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_escape_string</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$expire</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$info</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">2</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// Checks if a username is present and wether the username holds special characters.</span>
&nbsp;
	<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$username</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$username</span> <span style="color: #339933;">==</span> <span style="color: #990000;">htmlentities</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$username</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
		<span style="color: #000088;">$result</span> <span style="color: #339933;">=</span> <span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT * FROM `<span style="color: #006699; font-weight: bold;">$cookie_user_db</span>` WHERE `user` = '<span style="color: #006699; font-weight: bold;">$username</span>' AND `random` = '<span style="color: #006699; font-weight: bold;">$random</span>' AND `expire` = <span style="color: #006699; font-weight: bold;">$expire</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
		<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">mysql_num_rows</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&gt;=</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
&nbsp;
			<span style="color: #990000;">mysql_query</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;DELETE FROM `<span style="color: #006699; font-weight: bold;">$cookie_user_db</span>` WHERE `user` = '<span style="color: #006699; font-weight: bold;">$username</span>' AND `random` = '<span style="color: #006699; font-weight: bold;">$random</span>' AND `expire` = <span style="color: #006699; font-weight: bold;">$expire</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
		<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #009900;">&#125;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// // // Cookie deletion from database complete</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Sends the user back to the login website</span>
&nbsp;
<span style="color: #990000;">header</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;Location: <span style="color: #006699; font-weight: bold;">$login_website</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Milenco</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-15</link>
		<dc:creator>Milenco</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-15</guid>
		<description>&lt;a href=&quot;#comment-14&quot; rel=&quot;nofollow&quot;&gt;@Ricehigh &lt;/a&gt; 

Ah ja, det har du fuldstændig ret i.. Det havde jeg ikke lige taget højde for at jeg allerede havde gjort :/ Men kanon! Nu virker det nogenlunde som det skal.. Eneste der måske lige mangler i guiden er en funktion, der sletter cookies igen fra databasen når man logger ud</description>
		<content:encoded><![CDATA[<p><a href="#comment-14" rel="nofollow">@Ricehigh </a> </p>
<p>Ah ja, det har du fuldstændig ret i.. Det havde jeg ikke lige taget højde for at jeg allerede havde gjort :/ Men kanon! Nu virker det nogenlunde som det skal.. Eneste der måske lige mangler i guiden er en funktion, der sletter cookies igen fra databasen når man logger ud</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-14</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-14</guid>
		<description>Ok - det lader til at du har brugt en funktion tilsvarende htmlentities, inden du lå værdien i cookien.
Hvis du bruger:
&lt;pre lang=&quot;php&quot;&gt;$value  = &quot;$username&lt;br/&gt;$random&lt;br/&gt;$expire&quot;;&lt;/pre&gt;
Når du opretter cookien og:
&lt;pre lang=&quot;php&quot;&gt;$info = explode(&#039;&lt;br/&gt;&#039;,$_COOKIE[&#039;login&#039;]);&lt;/pre&gt;
Når du tjekker cookien.

Så burde der være styr på det:)</description>
		<content:encoded><![CDATA[<p>Ok &#8211; det lader til at du har brugt en funktion tilsvarende htmlentities, inden du lå værdien i cookien.<br />
Hvis du bruger:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$value</span>  <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">$username</span>&lt;br/&gt;<span style="color: #006699; font-weight: bold;">$random</span>&lt;br/&gt;<span style="color: #006699; font-weight: bold;">$expire</span>&quot;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Når du opretter cookien og:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$info</span> <span style="color: #339933;">=</span> <span style="color: #990000;">explode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'&lt;br/&gt;'</span><span style="color: #339933;">,</span><span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'login'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Når du tjekker cookien.</p>
<p>Så burde der være styr på det:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Milenco</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-13</link>
		<dc:creator>Milenco</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-13</guid>
		<description>&lt;a href=&quot;#comment-12&quot; rel=&quot;nofollow&quot;&gt;@Ricehigh &lt;/a&gt; 

Her får jeg udskrevet følgende når jeg prøver det:

brugernavn: test\n6b5becd8ce3609aafdedc51b68bb2f994e9fa4e2c1f87ebf02ad31f9b24666fa\n1238326461
Random: 
Expire: 
// og min fejlbesked fra fejl.php</description>
		<content:encoded><![CDATA[<p><a href="#comment-12" rel="nofollow">@Ricehigh </a> </p>
<p>Her får jeg udskrevet følgende når jeg prøver det:</p>
<p>brugernavn: test\n6b5becd8ce3609aafdedc51b68bb2f994e9fa4e2c1f87ebf02ad31f9b24666fa\n1238326461<br />
Random:<br />
Expire:<br />
// og min fejlbesked fra fejl.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Ricehigh</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-12</link>
		<dc:creator>Ricehigh</dc:creator>
		<pubDate>Fri, 27 Feb 2009 13:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-12</guid>
		<description>&lt;a href=&quot;#comment-11&quot; rel=&quot;nofollow&quot;&gt;@Milenco&lt;/a&gt; 
Jeg sidder uden apache i øjeblikket, så kan ikke teste dit script, men jeg har tilføjet noget debug kode, der skulle kunne hjælpe med at identificere problemet.

Prøv at køre denne kode: http://www.phpriot.com/1992 og giv mig outputtet:)</description>
		<content:encoded><![CDATA[<p><a href="#comment-11" rel="nofollow">@Milenco</a><br />
Jeg sidder uden apache i øjeblikket, så kan ikke teste dit script, men jeg har tilføjet noget debug kode, der skulle kunne hjælpe med at identificere problemet.</p>
<p>Prøv at køre denne kode: <a href="http://www.phpriot.com/1992" rel="nofollow">http://www.phpriot.com/1992</a> og giv mig outputtet:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cookie security by Milenco</title>
		<link>http://guides.ricehigh.dk/?p=7&#038;cpage=1#comment-11</link>
		<dc:creator>Milenco</dc:creator>
		<pubDate>Fri, 27 Feb 2009 12:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://guides.ricehigh.dk/?p=7#comment-11</guid>
		<description>&lt;a href=&quot;#comment-10&quot; rel=&quot;nofollow&quot;&gt;@Ricehigh &lt;/a&gt; 
Ah jaja, naturligvis hehe :D Men nej, det virker stadig ikke efter planen af en eller anden grund :&#124; Jeg synes det virker meget mystisk!

Den udskriver min cookie med de korrekte oplysninger hvis jeg bruger  print cookie som du skrev: dvs username, random og expire bliver udskrevet præcis som de står skrevet i databasen også..

Men når jeg så prøver at køre det &quot;script&quot; du har skrevet, kører den bare ned til delen, hvor den ikke kan finde cookien og den includer fejl.php :(

Mit cookie-&quot;script&quot; ser sådan her ud nu: http://www.phpriot.com/1991</description>
		<content:encoded><![CDATA[<p><a href="#comment-10" rel="nofollow">@Ricehigh </a><br />
Ah jaja, naturligvis hehe <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Men nej, det virker stadig ikke efter planen af en eller anden grund <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' />  Jeg synes det virker meget mystisk!</p>
<p>Den udskriver min cookie med de korrekte oplysninger hvis jeg bruger  print cookie som du skrev: dvs username, random og expire bliver udskrevet præcis som de står skrevet i databasen også..</p>
<p>Men når jeg så prøver at køre det &#8220;script&#8221; du har skrevet, kører den bare ned til delen, hvor den ikke kan finde cookien og den includer fejl.php <img src='http://guides.ricehigh.dk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Mit cookie-&#8221;script&#8221; ser sådan her ud nu: <a href="http://www.phpriot.com/1991" rel="nofollow">http://www.phpriot.com/1991</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
