<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Expired Links Notifier</title>
	<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/</link>
	<description>IndexU Mods, News, Tips and Addon</description>
	<pubDate>Thu, 17 May 2012 18:02:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: admin</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-496</link>
		<author>admin</author>
		<pubDate>Wed, 09 Jul 2008 16:16:07 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-496</guid>
		<description>Yes, it is because of the extra space.
I've fixed the above code.

Thanks</description>
		<content:encoded><![CDATA[<p>Yes, it is because of the extra space.<br />
I&#8217;ve fixed the above code.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wessel</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-450</link>
		<author>wessel</author>
		<pubDate>Tue, 06 May 2008 08:23:10 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-450</guid>
		<description>maybe it is the spaces you added, we need to remove those spaces?
in   and  I mean?</description>
		<content:encoded><![CDATA[<p>maybe it is the spaces you added, we need to remove those spaces?<br />
in   and  I mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wessel</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-449</link>
		<author>wessel</author>
		<pubDate>Tue, 06 May 2008 08:20:34 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-449</guid>
		<description>Hi,

The code in the email:
You can renew/upgrade your link at the following url :
/upgrade.php?pflag=retrieve&#038;id=

is shown in the email that is recieved by the customer as code, and not as an URL. 
Could you please check and see what is wrong in this code?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The code in the email:<br />
You can renew/upgrade your link at the following url :<br />
/upgrade.php?pflag=retrieve&#038;id=</p>
<p>is shown in the email that is recieved by the customer as code, and not as an URL.<br />
Could you please check and see what is wrong in this code?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-214</link>
		<author>admin</author>
		<pubDate>Wed, 28 Nov 2007 18:47:18 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-214</guid>
		<description>For non registered users, simply upgrade it again with the same package will automatically renew the listing.
For registered members, they can use the same ways as above or from members area (/cp) and go to "MyListing" page to renew their listing.

To make things easy, we can simply include link for renewal/upgrade in the notification email directly to the upgrade script.
Mail Example :

[php]
################################################
Hi &lt;%$contact_name%&gt;,

Your link at &lt;%$site_url%&gt; will be expired in &lt;%$remaining_day%&gt; days.
Link ID : &lt;%$link_id%&gt;
URL : &lt;%$url%&gt;
Link Type : &lt;%$link_type%&gt;
Once your link expired, it will automatically switched to BASIC LISTING.

You can renew/upgrade your link at the following url :
&lt;%$site_url%&gt;/upgrade.php?pflag=retrieve&#038;id=&lt;%$link_id%&gt;

Regards,

&lt;%$site_name%&gt; Team
################################################
[/php]</description>
		<content:encoded><![CDATA[<p>For non registered users, simply upgrade it again with the same package will automatically renew the listing.<br />
For registered members, they can use the same ways as above or from members area (/cp) and go to "MyListing" page to renew their listing.</p>
<p>To make things easy, we can simply include link for renewal/upgrade in the notification email directly to the upgrade script.<br />
Mail Example :</p>
<div class="syntax_hilite">
<div id="php-1">
Content visible to member only. Please <a href='http://www.indexudirectory.com/register.php'>register</a> or <a href='http://www.indexudirectory.com/login.php?f=1&#038;b=%2Fblog%2Findexu-tips%2Fexpired-links-notifier%2Ffeed%2F'>login</a> first.
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-211</link>
		<author>admin</author>
		<pubDate>Wed, 28 Nov 2007 18:35:43 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-211</guid>
		<description>The command for cron should be same with the one that you use for google sitemap (refer to the readme.txt file that included in IndexU distribution file)

So it should be like this :
GET http://www.domain.com/expired-links-notifier-suspended.php &gt; /dev/null

Please notes that expired-links-notifier-suspended.php is used for IndexU with basic listing with period mods, while
expired-links-notifier.php is for the default IndexU. You can not use them both at the same time.</description>
		<content:encoded><![CDATA[<p>The command for cron should be same with the one that you use for google sitemap (refer to the readme.txt file that included in IndexU distribution file)</p>
<p>So it should be like this :<br />
GET <a href="http://www.domain.com/expired-links-notifier-suspended.php" rel="nofollow">http://www.domain.com/expired-links-notifier-suspended.php</a> > /dev/null</p>
<p>Please notes that expired-links-notifier-suspended.php is used for IndexU with basic listing with period mods, while<br />
expired-links-notifier.php is for the default IndexU. You can not use them both at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-205</link>
		<author>mike</author>
		<pubDate>Mon, 26 Nov 2007 18:25:45 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-205</guid>
		<description>It says its going to expire but how do they renew it exactly? We don't have a renewal page just and upgrade a listing page, please explain I'm interested in this!</description>
		<content:encoded><![CDATA[<p>It says its going to expire but how do they renew it exactly? We don't have a renewal page just and upgrade a listing page, please explain I'm interested in this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wessel</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-188</link>
		<author>wessel</author>
		<pubDate>Mon, 05 Nov 2007 12:45:06 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-188</guid>
		<description>I guess the line for the cronjob is:
http://www.mysitename.com/expired-links-notifier-suspended.php

and

http://www.mysitename.com/expired-links-notifier.php

is this right?

Thanks,
Wessel</description>
		<content:encoded><![CDATA[<p>I guess the line for the cronjob is:<br />
<a href="http://www.mysitename.com/expired-links-notifier-suspended.php" rel="nofollow">http://www.mysitename.com/expired-links-notifier-suspended.php</a></p>
<p>and</p>
<p><a href="http://www.mysitename.com/expired-links-notifier.php" rel="nofollow">http://www.mysitename.com/expired-links-notifier.php</a></p>
<p>is this right?</p>
<p>Thanks,<br />
Wessel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wessel</title>
		<link>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-187</link>
		<author>wessel</author>
		<pubDate>Mon, 05 Nov 2007 09:19:20 +0000</pubDate>
		<guid>http://www.indexudirectory.com/blog/indexu-tips/expired-links-notifier/#comment-187</guid>
		<description>Hello support,

Could you please provide the exact line of code I need to enter for the cronjob on my server?
I need to fill in a line of code in the field  [Command to run:]

Thanks!

Wessel</description>
		<content:encoded><![CDATA[<p>Hello support,</p>
<p>Could you please provide the exact line of code I need to enter for the cronjob on my server?<br />
I need to fill in a line of code in the field  [Command to run:]</p>
<p>Thanks!</p>
<p>Wessel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

