<?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: Roundcube login via PHP script</title>
	<atom:link href="http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/</link>
	<description>Life, Linux and other things</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:41:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesus</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19549</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 02 Feb 2012 13:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19549</guid>
		<description>It doesn&#039;t work with RC 0.7.1. It appears to do everything fine (get statsu, login and logout) but when it redirects to RC, it says that session is not valid.

Any help? Thanks.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work with RC 0.7.1. It appears to do everything fine (get statsu, login and logout) but when it redirects to RC, it says that session is not valid.</p>
<p>Any help? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano T.</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19544</link>
		<dc:creator>Luciano T.</dc:creator>
		<pubDate>Sun, 22 Jan 2012 00:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19544</guid>
		<description>Script provided by Divid B. work only if you host the page on the same webserver of roundcube installation. How can work the script to install de script in the same webserver of a main site where you want to give access to webmail by filling the form on main site ? I&#039; m trying with remote include:  but not working</description>
		<content:encoded><![CDATA[<p>Script provided by Divid B. work only if you host the page on the same webserver of roundcube installation. How can work the script to install de script in the same webserver of a main site where you want to give access to webmail by filling the form on main site ? I&#8217; m trying with remote include:  but not working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Canty</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19543</link>
		<dc:creator>Tim Canty</dc:creator>
		<pubDate>Thu, 19 Jan 2012 11:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19543</guid>
		<description>Anybody got this working for RC 0.6 or RC 0.7? As a few others has stated it says that the Session is not valid...

It appears to login, but then complains about the session...

I&#039;ve tried the debug options, but unfortuently doesn&#039;t help show anything that is wrong. 

Any Ideas?</description>
		<content:encoded><![CDATA[<p>Anybody got this working for RC 0.6 or RC 0.7? As a few others has stated it says that the Session is not valid&#8230;</p>
<p>It appears to login, but then complains about the session&#8230;</p>
<p>I&#8217;ve tried the debug options, but unfortuently doesn&#8217;t help show anything that is wrong. </p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David B</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19535</link>
		<dc:creator>David B</dc:creator>
		<pubDate>Mon, 02 Jan 2012 08:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19535</guid>
		<description>It&#039;s very simple custom login form --- customize at yours needs.  Tested RC 0.7

add this code in your RC root folder

http://www.fileserve.com/file/H4TzZ3V/dologin.zip</description>
		<content:encoded><![CDATA[<p>It&#8217;s very simple custom login form &#8212; customize at yours needs.  Tested RC 0.7</p>
<p>add this code in your RC root folder</p>
<p><a href="http://www.fileserve.com/file/H4TzZ3V/dologin.zip" rel="nofollow">http://www.fileserve.com/file/H4TzZ3V/dologin.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David B</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19534</link>
		<dc:creator>David B</dc:creator>
		<pubDate>Mon, 02 Jan 2012 08:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19534</guid>
		<description>It&#039;s very simple custom login form --- customize at yours needs.  Tested RC 0.7

add this code in your RC root folder

get_request_token();
 
?&gt;



&lt;input type=&quot;hidden&quot; value=&quot;&quot; name=&quot;_token&quot;&gt;













</description>
		<content:encoded><![CDATA[<p>It&#8217;s very simple custom login form &#8212; customize at yours needs.  Tested RC 0.7</p>
<p>add this code in your RC root folder</p>
<p>get_request_token();</p>
<p>?&gt;</p>
<p>&lt;input type=&quot;hidden&quot; value=&quot;&#8221; name=&#8221;_token&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jluis</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19529</link>
		<dc:creator>jluis</dc:creator>
		<pubDate>Wed, 07 Dec 2011 19:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19529</guid>
		<description>Anyone know what changed in the last version that the script does not work</description>
		<content:encoded><![CDATA[<p>Anyone know what changed in the last version that the script does not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19522</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Thu, 03 Nov 2011 17:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19522</guid>
		<description>Hi,

me too i&#039;ve problems with roundcube 0.6. It&#039;s the same problem of Johannes.
Please help-us!!!

Best regards
Paolo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>me too i&#8217;ve problems with roundcube 0.6. It&#8217;s the same problem of Johannes.<br />
Please help-us!!!</p>
<p>Best regards<br />
Paolo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19519</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Wed, 26 Oct 2011 18:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19519</guid>
		<description>Hi everybody,
I am also interested in this script for the newest version of Roundcube. I get it almost to work, but RC displays a message, that the Session is not valid.
Is there any chance that the script is modified soon?
Anyway thanks to Philipp, it would be a great help.
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi everybody,<br />
I am also interested in this script for the newest version of Roundcube. I get it almost to work, but RC displays a message, that the Session is not valid.<br />
Is there any chance that the script is modified soon?<br />
Anyway thanks to Philipp, it would be a great help.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bakhtiyor</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19518</link>
		<dc:creator>Bakhtiyor</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19518</guid>
		<description>Hi everybody. 

A lot of thanks to Phillip. I would like to know whether somebody knows where to get this kind of autologin script for Roundcube version 0.6. As far as I understood and had tested this script doesn&#039;t support Roundcube 0.6 yet.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi everybody. </p>
<p>A lot of thanks to Phillip. I would like to know whether somebody knows where to get this kind of autologin script for Roundcube version 0.6. As far as I understood and had tested this script doesn&#8217;t support Roundcube 0.6 yet.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19507</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Wed, 17 Aug 2011 15:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.philippheckel.com/2008/05/16/roundcube-login-via-php-script/#comment-19507</guid>
		<description>I have RC v0.5.3,1 and have not been able to get this to work, even with an unmodified rclogin.php.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I have RC v0.5.3,1 and have not been able to get this to work, even with an unmodified rclogin.php.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

