Large

Rapidshare Links Checker

By hosts Last update Jan 2, 2012 — Installed 1,494,818 times.

Sharingmatrix.com Code Bug

in
Subscribe to Sharingmatrix.com Code Bug 3 posts, 2 voices



GothicDeath Scriptwright
FirefoxWindows

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

 
slicer User
FirefoxWindows

I can't run. Please help...

 
GothicDeath Scriptwright
FirefoxWindows

Fixed it:

replace this line:
sharingmatrix_com[2]='Error'; // file_is_dead

With:
sharingmatrix_com[2]='The file has been deleted'; // file_is_dead

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel