Webmastersite.net
Register Log In

Suspended Links vs. Suspect Links
Suspended Links included in Suspect Link reports?

Comments on Suspended Links vs. Suspect Links

scanreg
Experienced

Usergroup: Customer
Joined: May 23, 2006

Total Topics: 16
Total Comments: 51
scanreg
Posted Jun 19, 2006 - 9:09 AM:

After you run a Reciprocal Check, you get a list of Suspect Links.

If I decide to suspend some of those links and then run the Recip Link Checker again, are the now suspended links included in the Suspect Links Report?

Reason is that I might want to send email reminders to just the "Suspect" group but send a different email to the "Suspended" group.

Many thanks smiling face
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Jun 20, 2006 - 1:00 PM:

Logically I don't think they should, but it looks like they do. Changing that now.
      $thislink->suspended = 1;
$thislink->hide = 1;
$thislink->update('suspended,hide');
->
      $thislink->suspended = 1;
$thislink->hide = 1;
$thislink->suspect = 0; // no longer a suspect once suspended
$thislink->update('suspended,hide,suspect');
in admin/linkchecks.php
scanreg
Experienced

Usergroup: Customer
Joined: May 23, 2006

Total Topics: 16
Total Comments: 51
scanreg
Posted Jun 20, 2006 - 1:18 PM:

Thanks Paul - I'll give it a try smiling face
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.