<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Easy PHP Calendar</title>
		<link>http://www.EasyPHPCalendar.com/forums/</link>
		<description>This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
		<language>en</language>
		<lastBuildDate>Mon, 06 Sep 2010 17:29:20 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.easyphpcalendar.com/forums/cobalt/misc/rss.jpg</url>
			<title>Easy PHP Calendar</title>
			<link>http://www.EasyPHPCalendar.com/forums/</link>
		</image>
		<item>
			<title>Why People Would Want To Buy Replica Handbags</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10831&amp;goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 17:28:04 GMT</pubDate>
			<description>You might have heard about replica handbags somewhere or the other but have you really consider going in for them? If you are feeling all righteous and think that you are better off avoiding these bags altogether, you are missing out on something big. In fact, once you learn about all the...</description>
			<content:encoded><![CDATA[<div>You might have heard about replica handbags somewhere or the other but have you really consider going in for them? If you are feeling all righteous and think that you are better off avoiding these bags altogether, you are missing out on something big. In fact, once you learn about all the advantages that you might get with these bags,<a href="http://www.lv2get.com" target="_blank">louis vuitton bag</a>, you might change your perspective about them and might in fact actually go in for them. There are a lot of benefits to buying these bags, some of which are bound to convince that it is in fact a very smart purchase after all.The first thing about these bags is that they are really inexpensive. The keyword is inexpensive, not cheap. There are cheap replica handbags as well, but not many people go in for them. Even the ones who do will immediately disown them because of the fact that they are so cheap in terms of quality and not just the price. For a little more money, you can get a replica bag that has been thoughtfully designed to ensure that you do in fact like the bag and will have no problems with it whatsoever.The next big advantage with <a href="http://www.lv2get.com" target="_blank">replica handbag</a>s is the variety. When you go in for real designer handbags,<a href="http://www.batteries2get.com" target="_blank">laptop battery</a>, your choices might be severely restricted to only certain products in that particular price range. With the imitation bags, you can basically choose what you want as the price difference across the range might not really be all that bad. In fact, you can get a lot more to choose from and really be happy with the purchase as well. Most people think that these bags are actually worth the money purely because they get to choose exactly what they might have wanted.On top of this, the other thing that people are very fond of is the fact that you can buy these bags from the comfort of your own home and even have it delivered to you either free of cost or at a very nominal rate. Unlike the other designer bags where you usually might want to go to the store and check it out before putting down such a large amount,<a href="http://www.lv2get.com" target="_blank">louis vuitton wallet</a>, the replica handbags are different and will make sure that you can just point and click and purchase your bag. You even get a guarantee if you buy it from a known dealer, which is definitely the icing on the cake.The warranty combined with the low price should have definitely convinced you that this is in fact the best option for you to buy. In fact, the only thing is that you might have to find a good dealer so that you don&amp;rsquo;t end up buying something that is going to cost you quite a bit more than what you might have originally intended. A good quality replica bags will serve its purpose for quite some time and is comparable to its real counterpart. In fact, you might even find it hard to observe any difference between the two.</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=11"><![CDATA[In our client's own words...]]></category>
			<dc:creator>yeslongtop2</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10831</guid>
		</item>
		<item>
			<title>License restrictions</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10829&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 15:57:05 GMT</pubDate>
			<description>I bought a license for one website and am looking to use the calendar on the new site (different domain). Do I need to buy a whole new license?</description>
			<content:encoded><![CDATA[<div>I bought a license for one website and am looking to use the calendar on the new site (different domain). Do I need to buy a whole new license?</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=22">General</category>
			<dc:creator>jj01</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10829</guid>
		</item>
		<item>
			<title>Zend Optimizer 339 is loaded but tester script does not see it</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10825&amp;goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 01:35:29 GMT</pubDate>
			<description>I am very frustrated. I have followed all of the instructions from my hosting provider, posted on Easy PHP Calendar, and anywhere else on the we b that I could find a reference, but I cannot get the tester script to recognize that zend optimzer 339 is loaded. I even tried installing the calendar...</description>
			<content:encoded><![CDATA[<div>I am very frustrated. I have followed all of the instructions from my hosting provider, posted on Easy PHP Calendar, and anywhere else on the we b that I could find a reference, but I cannot get the tester script to recognize that zend optimzer 339 is loaded. I even tried installing the calendar anyway, SINCE I AM ABSOLUTELY SURE that Zend Optimzer 3.3.9 is loaded, but of course it says the same thing, that zend optimizer is not loaded.<br />
<br />
I created a small php file that does the following:<br />
<br />
<font face="Courier New">&lt;?php phpinfo (INFO_GENERAL);<br />
if(!function_exists('zend_optimizer_version')) echo 'Install Zend Optimizer';<br />
else echo 'Zend Optimizer version: '.zend_optimizer_version();?&gt;</font><br />
<br />
you can view it for yourself at <a href="http://calendar.disqman.com/phpinfo.php" target="_blank">http://calendar.disqman.com/phpinfo.php</a><br />
<br />
The output validates that I do indeed have zend optimzer 3.3.9 installed. So why do neither the tester script not the installation recognize that it is installed?<br />
<br />
:ugh:VERY FRUSTRATING!:ugh:<br />
<br />
<br />
My hosting company is 1and1. Any help is greatly appeciated.</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=27">Installation / Upgrade Questions</category>
			<dc:creator>disqman</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10825</guid>
		</item>
		<item>
			<title>iframe style</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10822&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 23:12:11 GMT</pubDate>
			<description><![CDATA[Ok. I've figured out how to iframe a calendar from 1 site to another. 
 
The original site is  
http://www.gardenofevelandscapes.com 
 
The new site is 
http://www.gardenofevefarm.com 
 
I created a new template for the Farm site called monthly_farm.php. It looks like this:]]></description>
			<content:encoded><![CDATA[<div>Ok. I've figured out how to iframe a calendar from 1 site to another.<br />
<br />
The original site is <br />
<a href="http://www.gardenofevelandscapes.com" target="_blank">http://www.gardenofevelandscapes.com</a><br />
<br />
The new site is<br />
<a href="http://www.gardenofevefarm.com" target="_blank">http://www.gardenofevefarm.com</a><br />
<br />
I created a new template for the Farm site called monthly_farm.php. It looks like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!--head--&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!--<br />
<br />
.tableHeader{<br />
&nbsp; &nbsp; background-color: #004e00;<br />
&nbsp; &nbsp; color:#fed700;<br />
&nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; font-family:Georgia, &quot;Times New Roman&quot;, Times, serif;<br />
&nbsp; &nbsp; width: 173px;<br />
&nbsp; &nbsp; margin: 0px;<br />
&nbsp; &nbsp; padding: 0px;<br />
}<br />
<br />
.tableHeader a {<br />
&nbsp; &nbsp; color:#fed700;<br />
&nbsp; &nbsp; text-decoration:none;<br />
}<br />
<br />
.tableListings {<br />
&nbsp; &nbsp; width: 175px;<br />
&nbsp; &nbsp; margin: 0px;<br />
&nbsp; &nbsp; padding: 0px;<br />
}<br />
.tableDate {<br />
&nbsp; &nbsp; font-family: 9px Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; font-size: 11px;<br />
&nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; width: 180px;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; vertical-align: middle;<br />
&nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; padding: 2px;<br />
&nbsp; &nbsp; background: #87c9ff url(calendar/images/cal_row_bkgd.png) repeat-x bottom left;<br />
}<br />
.tableTitle {<br />
&nbsp; &nbsp; font-family: Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; font-size: 9px;<br />
&nbsp; &nbsp; color: #000;<br />
&nbsp; &nbsp; width: 500px;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; vertical-align: middle;<br />
&nbsp; &nbsp; padding: 2px;<br />
&nbsp; &nbsp; background: #87c9ff url(calendar/images/cal_row_bkgd.png) repeat-x bottom left;<br />
}<br />
.tableCategory {<br />
&nbsp; &nbsp; width: 8px;<br />
}<br />
.tableDescr {<br />
&nbsp; &nbsp; font-family: Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; font-size: 11px;<br />
&nbsp; &nbsp; color: #383838;<br />
&nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; vertical-align: middle;<br />
&nbsp; &nbsp; font-weight: normal;<br />
}<br />
.tableTime {<br />
&nbsp; &nbsp; font-family: Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; font-size: 11px;<br />
&nbsp; &nbsp; color: #295569;<br />
&nbsp; &nbsp; font-weight: normal;<br />
}<br />
--&gt;<br />
&lt;/style&gt;<br />
<br />
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt; &lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;tableHeader&quot;&gt;&lt;a href=&quot;events.php&quot;&gt;upcoming events&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;table border=&quot;0&quot; class=&quot;tableListings&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;<br />
&lt;!--head--&gt;<br />
<br />
<br />
&lt;!--body--&gt;<br />
&nbsp;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td align=&quot;left&quot; valign=&quot;top&quot; bgcolor=&quot;#EBF2FA&quot; class=&quot;tableDate&quot;&gt;[date]&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td align=&quot;left&quot; valign=&quot;top&quot; bgcolor=&quot;#FFFDF2&quot; class=&quot;tableTitle&quot; [mouseover]&gt;[title]&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&lt;!--body--&gt;</code><hr />
</div>I created a new page for the farm site that looks like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!-- calendar feed for the farm page --&gt;<br />
&lt;?php $CSS=1; require(&quot;calendar/calendar.php&quot;); ?&gt;<br />
&lt;?php $OL=1; require(&quot;calendar/calendar.php&quot;); ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php<br />
$LIST=1; <br />
$listDays = 365;<br />
$DF = &quot;n/j&quot;; <br />
$template=&quot;monthly_farm.php&quot;; <br />
require (&quot;calendar/calendar.php&quot;); <br />
$showCat=&quot;Home&quot;<br />
?&gt;</code><hr />
</div>I put the farm page into an iframe on the farm site and voila the calendar shows up! But, I cannot change the styles to save me life. Changes to the stylesheet don't work. Inline styles don't even work.<br />
<br />
Any and all suggestions will be greatly appreciated.!<br />
<br />
Thanks,<br />
Lisa</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=28">Customizations (Themes / Templates)</category>
			<dc:creator>cowanservices</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10822</guid>
		</item>
		<item>
			<title>Code encryption</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10821&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 23:06:23 GMT</pubDate>
			<description>I want to know if version 6 or 7 is not encrypted. 
I bought version 5 to use in a client site and it gives me a lot of headache because its very hard to some modification, and others are implossible to do. 
If you guys are willing to continue with encrypted code, any suggestion to problems with...</description>
			<content:encoded><![CDATA[<div>I want to know if version 6 or 7 is not encrypted.<br />
I bought version 5 to use in a client site and it gives me a lot of headache because its very hard to some modification, and others are implossible to do.<br />
If you guys are willing to continue with encrypted code, any suggestion to problems with customization?</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=22">General</category>
			<dc:creator>Lobosque</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10821</guid>
		</item>
		<item>
			<title>support for php 5.3 and Zend</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10818&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 12:37:59 GMT</pubDate>
			<description><![CDATA[Have you all given up on supporting Zend with PHP 5.3 until Zend gets their act together? 
 
There was a thread opened on this, but it seems that it was closed.  
 
If so, no biggie, I'm using IonCube. But I was just wondering.... 
 
Thanks in advance.]]></description>
			<content:encoded><![CDATA[<div>Have you all given up on supporting Zend with PHP 5.3 until Zend gets their act together?<br />
<br />
There was a thread opened on this, but it seems that it was closed. <br />
<br />
If so, no biggie, I'm using IonCube. But I was just wondering....<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=8">General Support</category>
			<dc:creator>locomot1f</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10818</guid>
		</item>
		<item>
			<title>Legend Placement</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10808&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 18:48:21 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I need help in placing the legend right next to the big calendar.  
 
I inserted the code "<?php require("calendar/plugins/legend.php"); ?>" at the bottom of the page and the legend appear in the footer area.  
 
Please help. 
 
Thanks.]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I need help in placing the legend right next to the big calendar. <br />
<br />
I inserted the code &quot;&lt;?php require(&quot;calendar/plugins/legend.php&quot;); ?&gt;&quot; at the bottom of the page and the legend appear in the footer area. <br />
<br />
Please help.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=28">Customizations (Themes / Templates)</category>
			<dc:creator>sYpram</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10808</guid>
		</item>
		<item>
			<title>Version 6.4.1 Released</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10807&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 16:52:26 GMT</pubDate>
			<description>*F* = New Feature | *C* = Changed Feature | *B* = Bugfix  
 
*C* Changed the date selection of single events to include an end date instead of the number of days. 
*B* Fixed an issue with the sorting of List Mode when category sorting was being used. 
*B* Fixed an issue with Blog Mode reporting an...</description>
			<content:encoded><![CDATA[<div><b>F</b> = New Feature | <b>C</b> = Changed Feature | <b>B</b> = Bugfix <br />
<br />
<b>C</b> Changed the date selection of single events to include an end date instead of the number of days.<br />
<b>B</b> Fixed an issue with the sorting of List Mode when category sorting was being used.<br />
<b>B</b> Fixed an issue with Blog Mode reporting an error in certain configurations. <br />
<br />
Don't forget to follow us on Twitter and Facebook to be kept up-to-date of any changes and ongoing development.<br />
<br />
<a href="http://twitter.com/easyphpcalendar" target="_blank">http://twitter.com/easyphpcalendar</a><br />
<br />
<a href="http://www.facebook.com/pages/Easy-PHP-Calendar/145356915490948" target="_blank">http://www.facebook.com/pages/Easy-P...45356915490948</a></div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=7">New Releases</category>
			<dc:creator>Brian</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10807</guid>
		</item>
		<item>
			<title>Integrate into existing calendar</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10806&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 14:12:24 GMT</pubDate>
			<description><![CDATA[Hi, 
I am working on a project where the company already has a "calendar" but it just a list of information from the database. They would like to update by setting up their calendar to work like a tradition calendar. I believe your software will be perfect, but from what I have read on the this...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am working on a project where the company already has a &quot;calendar&quot; but it just a list of information from the database. They would like to update by setting up their calendar to work like a tradition calendar. I believe your software will be perfect, but from what I have read on the this forum when you setup the DB a table will be created for events.<br />
<br />
Is there a way to assign a existing table to work or do they have to use the EasyPHP Calendar backend?<br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=22">General</category>
			<dc:creator>Naz</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10806</guid>
		</item>
		<item>
			<title>Website Intergration</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10805&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 13:59:14 GMT</pubDate>
			<description><![CDATA[Hi, 
I read the Integration with existing site (http://www.easyphpcalendar.com/forums/showthread.php?t=3917) thread and has a quick question, I believe the answer was in that thread just looking for clarification.  
 
I want to move the "demoTOC.php" out of the default folder "Calendar" into my...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I read the <a href="http://www.easyphpcalendar.com/forums/showthread.php?t=3917" target="_blank">Integration with existing site</a> thread and has a quick question, I believe the answer was in that thread just looking for clarification. <br />
<br />
I want to move the &quot;demoTOC.php&quot; out of the default folder &quot;Calendar&quot; into my root directory. To do this all I have to do is update the requires on that php page like so &quot;require(&quot;calendar/calendar.php&quot;);&quot; ? <br />
<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=22">General</category>
			<dc:creator>Naz</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10805</guid>
		</item>
		<item>
			<title>file browsing for event links</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10797&amp;goto=newpost</link>
			<pubDate>Thu, 02 Sep 2010 00:27:15 GMT</pubDate>
			<description><![CDATA[Hey Forum & Devs, 
 
First off let me say that ephpcal is excellent! I demo'ed it, I bought it. 
 
I am using it in a joomla site with the module and it works great. 
 
My question is is there a way to have file browsing when linking in events? In  other words, I have a folder and subfolders of pdf...]]></description>
			<content:encoded><![CDATA[<div>Hey Forum &amp; Devs,<br />
<br />
First off let me say that ephpcal is excellent! I demo'ed it, I bought it.<br />
<br />
I am using it in a joomla site with the module and it works great.<br />
<br />
My question is is there a way to have file browsing when linking in events? In  other words, I have a folder and subfolders of pdf files that my users want to link to in events.  OK. No problem using absolute URLs that must be typed into the link dialog. My issue is that the the pdfs are buried in the directory tree. <br />
<br />
Ex. siteroot/images/pdfs/folder/subfolder/filename.pdf<br />
<br />
I know I can set the root folder in the config, but I am wondering if there could be an easier way using a file browser to choose the file and have the link created o the fly for insertion into an event.<br />
<br />
I think I will post a request for this feature in that section as well but I thought I would start here to see if anyone has a brighter idea.<br />
<br />
TIA<br />
<br />
Joel AKA Metalshaper</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=8">General Support</category>
			<dc:creator>metalshaper</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10797</guid>
		</item>
		<item>
			<title>Getting CSS for list mode in header</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10794&amp;goto=newpost</link>
			<pubDate>Wed, 01 Sep 2010 01:27:17 GMT</pubDate>
			<description>I am using list mode, but am having a validation problem due to an additional style element being added to the body. 
 
I fixed this by cutting out the style block from the template file (templates/modern.php) and moved it to a separate CSS file and added it to the head section of the page. 
 
My...</description>
			<content:encoded><![CDATA[<div>I am using list mode, but am having a validation problem due to an additional style element being added to the body.<br />
<br />
I fixed this by cutting out the style block from the template file (templates/modern.php) and moved it to a separate CSS file and added it to the head section of the page.<br />
<br />
My question is, is there an official way to do this?  I looked at the documentation, but could not  find the answer.  I suspect this is all taking place in the functions/listings.php file, but is encrypted.<br />
<br />
I am currently integrating 6.4.0.<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=28">Customizations (Themes / Templates)</category>
			<dc:creator>FrankD</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10794</guid>
		</item>
		<item>
			<title>Can not login on a Mac Firefox/Safari</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10783&amp;goto=newpost</link>
			<pubDate>Mon, 30 Aug 2010 18:36:28 GMT</pubDate>
			<description>I installed the calendar last night via the install wizard.  I can login to the event manager on a PC just fine, when I try to login on a mac, the page does not seem to be attempting to login.  The page refreshes but still lands on the login page.  No error messages are displayed.  Any help would...</description>
			<content:encoded><![CDATA[<div>I installed the calendar last night via the install wizard.  I can login to the event manager on a PC just fine, when I try to login on a mac, the page does not seem to be attempting to login.  The page refreshes but still lands on the login page.  No error messages are displayed.  Any help would be much appreciated.<br />
<br />
the URL is <a href="http://omahavipers.com/calendar/calendar/events/index.php" target="_blank">http://omahavipers.com/calendar/cale...ents/index.php</a></div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=8">General Support</category>
			<dc:creator>webedge</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10783</guid>
		</item>
		<item>
			<title><![CDATA[Won't get License Key]]></title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10750&amp;goto=newpost</link>
			<pubDate>Sat, 28 Aug 2010 03:22:05 GMT</pubDate>
			<description>I had to move my website to a new account and easy PHP calendar got wiped out and had to be reinstalled.  I got to the License SetUp and I put in the Order Number whether the Automatically attempt to obtain a license key box is checked or not it goes back to the login page.  I put in a ticket.  Is...</description>
			<content:encoded><![CDATA[<div>I had to move my website to a new account and easy PHP calendar got wiped out and had to be reinstalled.  I got to the License SetUp and I put in the Order Number whether the Automatically attempt to obtain a license key box is checked or not it goes back to the login page.  I put in a ticket.  Is there something I am missing.<br />
 <br />
Thanks.<br />
Lawcislo</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=27">Installation / Upgrade Questions</category>
			<dc:creator>lawcislo</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10750</guid>
		</item>
		<item>
			<title>Do I Upload Ioncube or ALL Files As Binary?</title>
			<link>http://www.EasyPHPCalendar.com/forums/showthread.php?t=10743&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 15:46:53 GMT</pubDate>
			<description><![CDATA[Hey, 
 
My client and I have had no real issues with the calendar script before. Now we changed servers and when he uploaded the files I get the dreaded corrupt file error. So I figured it's due to the ioncube files not being uploaded as binary. 
 
But I re-uploaded those files binary and still...]]></description>
			<content:encoded><![CDATA[<div>Hey,<br />
<br />
My client and I have had no real issues with the calendar script before. Now we changed servers and when he uploaded the files I get the dreaded corrupt file error. So I figured it's due to the ioncube files not being uploaded as binary.<br />
<br />
But I re-uploaded those files binary and still have that issue.<br />
<br />
Do all calendar files get uploaded binary or just ioncube? I am certain I used binary mode so I am a bit confused.<br />
<br />
Thank you.<br />
<br />
Ps. The error:<br />
<br />
&quot;The encoded file <b>/...../html/calendar-2/events/index.php</b> is corrupt.&quot;</div>

]]></content:encoded>
			<category domain="http://www.EasyPHPCalendar.com/forums/forumdisplay.php?f=8">General Support</category>
			<dc:creator>jbh1977</dc:creator>
			<guid isPermaLink="true">http://www.EasyPHPCalendar.com/forums/showthread.php?t=10743</guid>
		</item>
	</channel>
</rss>
