I know you dont have the time for these things, but something like this would satisfy you?admin wrote:Sorry, but not possible. Simply not enough time.
It strips off all links from beta page, and makes no other changes:
Code: Select all
$url=readurl("http://www.xyplorer.com/xyfc/viewtopic.php?f=1&t=4&sd=d",1,0,2);
$url= replace($url, '"./', '"http://www.xyplorer.com/xyfc/');
$url=regexreplace($url, '</?a(|\s+[^>]+)>', '');
$url=replace($url, 'No-Install Package', '<a href="xys:http://www.xyplorer.com/download/xyplorer_11.60_beta_noinstall.zip"> No-Install Package</a>');
$check=html("$url","85%","85%");
IF($check Like "http://www.xyplorer.com/download*"){
status "download";
}
ELSE{
status "Script closed";
}
XYplorer Beta Club