| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
UPDATES
Forum: VBCleanUP
Last Post: mental
07-16-2026, 04:39 AM
» Replies: 6
» Views: 15,208
|
Updates
Forum: W.A.R. Links Checker Premium
Last Post: mental
07-12-2026, 05:19 AM
» Replies: 61
» Views: 8,830
|
Filedot.to
Forum: W.A.R. Links Checker Premium
Last Post: mental
07-12-2026, 05:10 AM
» Replies: 8
» Views: 1,769
|
Updates
Forum: PS Image Moderation Tool
Last Post: mental
06-12-2026, 11:58 PM
» Replies: 4
» Views: 719
|
Turbobit.net
Forum: W.A.R. Links Checker Premium
Last Post: JimE
04-13-2026, 08:48 AM
» Replies: 5
» Views: 284
|
Add host ?
Forum: W.A.R. Links Checker Premium
Last Post: ryzen124
02-04-2026, 06:49 AM
» Replies: 3
» Views: 443
|
gofile
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
12-17-2025, 06:54 AM
» Replies: 3
» Views: 800
|
Mediafire
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
11-15-2025, 09:05 AM
» Replies: 2
» Views: 494
|
transfer .it
Forum: W.A.R. Links Checker Premium
Last Post: mental
11-02-2025, 09:01 PM
» Replies: 2
» Views: 463
|
vikingfile,fireload,uploa...
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
10-30-2025, 01:31 PM
» Replies: 2
» Views: 552
|
|
|
He's here, finally! {A problem btwn v1.6.6.9 and 1.6.7.0} |
|
Posted by: Azazello - 03-23-2024, 04:20 PM - Forum: W.A.R. Links Checker Premium
- Replies (4)
|
 |
Hello mental! Aza from GF, finally signing onto your site ; although I've been a stalker for {yikes!} 10 years!
First-up, I've been using your script for nearly {can we believe it} 10 years, and it is fabulous. Before that, I was using other file-checker scripts-- you remember those fast&furious days; when finally yours became the de facto script to go to.
Thank you very much for all the contributions you've made to other and this script, and maintaining it thru-out all this time.
Okay... this problem certainly must be simple: something happened between v1.6.6.9 and v1.6.7.0 where the newest doesn't run: no status appears on a page, and no options/config menu appears in the script managers.
I looked at the diff of the versions and I don't see anything out of whack (but I'm not a developer), but I'm sure you'll catch what's missing/in error quickly.
I used this link as a test page: http://usa.x10host.com/mybb/showthread.php?tid=547
I'm using--
Firefox 115ESR with Tampermonkey 5.1.0
and
rotyam1's version of Firefox {yes, I'm a bad boy, enough of that, let's move on!} with Greasemonkey 3.11
|
|
|
| Gofile again |
|
Posted by: Bzh4ever - 03-19-2024, 08:57 PM - Forum: W.A.R. Links Checker Premium
- Replies (8)
|
 |
Hello,
new release API's Gofile
I test this code and it seems to be OK
Code: function gofileBulkCheck()
{
var arr = this.links[0].split("\r\n");
var arrlen = arr.length;
var token;
GM_xmlhttpRequest
(
{
method: 'POST',
url: 'https://api.gofile.io/accounts',
headers: {
'User-agent': 'Mozilla/4.0 [en] (Windows NT 6.0; U)',
},
onload: function(result)
{
var resp = JSON.parse(result.responseText);
token = resp.data.token;
while(arrlen--)
{
postRequest(arr[arrlen], token);
}
}
}
);
function postRequest(gofileLink,token)
{
var linkId = gofileLink.match(/gofile\.io\/d\/(\w+)/)[1];
GM_xmlhttpRequest
(
{
method: "GET",
url: 'https://api.gofile.io/contents/' + linkId + '?wt=4fd6sg89d7s6',
headers: {
'User-agent': 'Mozilla/4.0 [en] (Windows NT 6.0; U)',
'Authorization': 'Bearer ' + token,
},
onload: function (result)
{
var res = JSON.parse(result.responseText);
if (res.status!=="ok" || res.status=='error-notFound' || res.data.totalSize=="0" || res.data.createTime==null)
{
DisplayTheCheckedLinks([gofileLink], 'adead_link');
return;
}
else
{
DisplayTheCheckedLinks([gofileLink], 'alive_link');
return;
}
}
}
);
}
Link Alive:
https://gofile.io/d/ivAERd
Folder empty:
https://gofile.io/d/22n4sO
https://gofile.io/d/OqzfLj
Link Dead:
https://gofile.io/d/useLGB
https://gofile.io/d/udnsAs
Undefined:
https://gofile.io/d/MJjFB
Best regards
Bzh
|
|
|
| Updates |
|
Posted by: mental - 02-01-2024, 12:54 AM - Forum: W.A.R. Links Checker Premium
- Replies (61)
|
 |
W.A.R Links Checker Premium
version 1666
January 31, 2024
added f ilestore.me
W.A.R. Links Checker Premium
version 1665
January 30, 2024
fixed gofile.io by Bzh4ever
|
|
|
Breaks Forvo site |
|
Posted by: Exuary - 01-25-2024, 06:04 PM - Forum: W.A.R. Links Checker Premium
- Replies (2)
|
 |
Hello,
Firstly, thanks for this fantastic script. I've been testing it over these past days and it's incredible. It quickly becomes a must-have tool on the Internet.
However, when trying to submit a new word to the database of Forvo, the script breaks this action, making it impossible. I'm dealing with this by turning it off, but obviously, it's a little uncomfortable turning it on and off every time. I've read about creating your own rules, maybe this can solve the problem but I've no idea how that works and iirc it's better to report the problem...
I'm attaching some pictures to put some visual help.
This is how the process should be:
![[Image: correct.png]](https://i.postimg.cc/WpZVgtr4/correct.png)
This is how it goes when the script is activated:
![[Image: incorrect.png]](https://i.postimg.cc/hvYQkvDv/incorrect.png)
As you can see, the second box doesn't show correctly and the list of options cannot be seen.
Of course, I've tried other scripts/addons to be the cause. It isn't the case.
|
|
|
|