WebmasterSite.net: PHP scripts to enable your creativity
WSN Links PHP Directory Software
PHP Scripts Webmaster Links Support Forums

Register | Forgot Password

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

Version: 3.3.19
printPrint


Suspended Links vs. Suspect Links
scanreg
Member

Usergroup: Customer
Joined: May 23, 2006
Total Topics: 15
Total Posts: 49
Posted 06/19/06 - 05:09 AM:
quote post
#1
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
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 57
Total Posts: 6316
Posted 06/20/06 - 09:00 AM:
quote post
#2
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

Edited by Paul on 06/20/06 - 09:04 AM

"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founder of Red Hat
scanreg
Member

Usergroup: Customer
Joined: May 23, 2006
Total Topics: 15
Total Posts: 49
Posted 06/20/06 - 09:18 AM:
quote post
#3
Thanks Paul - I'll give it a try smiling face
Search thread for
Download thread as


You don't have permission to post.

Please login or register.

   
 
© 2008 Paul Knierim. All rights reserved.