Schema();
$TitleField = $Schema->GetFieldByMappedName("Title");
if ($TitleField === NULL)
{
$Name = "(No title field mapped)";
$Title = "";
}
else
{
# format information for display
$Name = defaulthtmlentities(
StdLib::NeatlyTruncateString($Resource->Get($TitleField), 65),
ENT_QUOTES, $G_SysConfig->DefaultCharacterSet(), FALSE);
$Title = defaulthtmlentities(
$Resource->Get($TitleField),
ENT_QUOTES, $G_SysConfig->DefaultCharacterSet(), FALSE);
}
$CheckDate = ($Resource->GetCheckDate() == "N/A") ?
$Resource->GetCheckDate() : date("M jS, Y \a\\t g:i A", strtotime($Resource->GetCheckDate()));
?>
Id(); ?> |
|
|
 |
GetAssociatedResource();
$Field = $InvalidUrl->GetAssociatedField();
$Schema = new MetadataSchema();
$TitleField = $Schema->GetFieldByMappedName("Title");
# get the resource name and RFC anchor name
$Name = defaulthtmlentities(StdLib::NeatlyTruncateString($Resource->Get($TitleField), 22), ENT_QUOTES, $G_SysConfig->DefaultCharacterSet(), FALSE);
$Title = defaulthtmlentities($Resource->Get($TitleField), ENT_QUOTES, $G_SysConfig->DefaultCharacterSet(), FALSE);
$Url = defaulthtmlentities($InvalidUrl->Url, ENT_QUOTES, $G_SysConfig->DefaultCharacterSet(), FALSE);
# basic url href sanitization (mainly to reject javascript)
$UrlHref = "#";
if (preg_match("/^(mailto|ftps?|https?):\/\//", $InvalidUrl->Url))
{
$UrlHref = $InvalidUrl->Url;
}
?>
Id(); ?> |
|
65) { ?>
|
 |
URL Checker Developer Page
Settings and Information
Last Resource Checked |
Next Check |
URL Timeout |
Threshold |
|
|
|
|
Enqueued Resources |
Invalid URLs |
Invalid, Hidden URLs |
Possibly Invalid URLs |
|
|
|
|
URLs Checked Per Call |
Checked Resources |
URL Checker Version |
|
|
|
HTTP Status Information
Next Resources to be Checked
Next URLs to be Checked
Queue Check Tasks Now