|
Ok, guys I have modified the sharingmatrix.com code and got it 1/2 way working again. But all the links are showing up dead even when they are alive. I have been over the code and the site several times and don't see why they are not showing alive, when they are still working.
This is what I have:
if(Check_sharingmatrix_dot_com_links){
var sharingmatrix_com= new Array(6) //http://sharingmatrix.com/file/448591/80.part01.rar
sharingmatrix_com[0]='(?:www.|)sharingmatrix\.com\/file\/'; //name and search string in link to get description
sharingmatrix_com[1]='File Download'; // file_is_alive
sharingmatrix_com[2]='Error'; // file_is_dead
sharingmatrix_com[3]='optional--'; // no download slots or temporarily unavailable or servererror
sharingmatrix_com[4]="//a[contains(@href,'sharingmatrix.com') and contains(@href,'file')]";
sharingmatrix_com[5]='optional--';
sharingmatrix_com[6]='File size: (\\d.*?)'; // size
|