Directory Statistics
Active Directories:
Pending Directories:
Rejected Directories:

Categories:
Unique Outgoing Hits:
539
38
606

75
24193

Pagerank Statistics
PR 7
   
1 site(s)
PR 6
   
4 site(s)
PR 5
   
7 site(s)
PR 4
   
32 site(s)
PR 3
   
55 site(s)
PR 2
   
47 site(s)
PR 1
   
26 site(s)
PR 0
   
367 site(s)

Regional Directories

Niche Directories

Expired Links Notifier

 Wednesday, September 26th, 2007
Mods Compatibility
IndexU 5.4.X
IndexU Deluxe
??

This simple mods will sent email notification to user and admin (can be disabled) when a link is about to expired and after it expired. You can download the file here (you’ll need to login first).

Unzip it and upload it in your indexu top folder, and set daily cron job to the notifier script.

You might want to adjust some variables to suits your need.

  • $mod_eln[”days_sent”] : days setting when notification sent (14, 7, 3 mean the notification will be sent 14 days, 7 days, 3 days before expired and 0 mean when a link expired)
  • $mod_eln[”notify_admin”] : send notification to admin (1 = yes, 0 = no)
  • $mod_eln[”subject_warning”] : mail subject when a link is about to expired
  • $mod_eln[”body_warning”] : mail message when a link is about to expired
  • $mod_eln[”subject_expired”] : mail subject when a link is expired
  • $mod_eln[”body_expired”] : mail message when a link is expired

I hope this simple mods will be useful for you.

8 Responses to “Expired Links Notifier”



  1. wessel Says:

    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

  2. wessel Says:

    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

  3. mike Says:

    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!

  4. admin Says:

    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 > /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.

  5. admin Says:

    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 :

    Content visible to member only. Please register or login first.

  6. wessel Says:

    Hi,

    The code in the email:
    You can renew/upgrade your link at the following url :
    /upgrade.php?pflag=retrieve&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

  7. wessel Says:

    maybe it is the spaces you added, we need to remove those spaces?
    in and I mean?

  8. admin Says:

    Yes, it is because of the extra space.
    I've fixed the above code.

    Thanks

Leave a Reply