| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 2,220
» Latest member: salisy
» Forum threads: 339
» Forum posts: 2,090
Full Statistics
|
| Latest Threads |
UPDATES
Forum: VBCleanUP
Last Post: mental
07-16-2026, 04:39 AM
» Replies: 6
» Views: 15,210
|
Updates
Forum: W.A.R. Links Checker Premium
Last Post: mental
07-12-2026, 05:19 AM
» Replies: 61
» Views: 8,832
|
Filedot.to
Forum: W.A.R. Links Checker Premium
Last Post: mental
07-12-2026, 05:10 AM
» Replies: 8
» Views: 1,777
|
Updates
Forum: PS Image Moderation Tool
Last Post: mental
06-12-2026, 11:58 PM
» Replies: 4
» Views: 730
|
Turbobit.net
Forum: W.A.R. Links Checker Premium
Last Post: JimE
04-13-2026, 08:48 AM
» Replies: 5
» Views: 294
|
Add host ?
Forum: W.A.R. Links Checker Premium
Last Post: ryzen124
02-04-2026, 06:49 AM
» Replies: 3
» Views: 447
|
gofile
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
12-17-2025, 06:54 AM
» Replies: 3
» Views: 809
|
Mediafire
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
11-15-2025, 09:05 AM
» Replies: 2
» Views: 498
|
transfer .it
Forum: W.A.R. Links Checker Premium
Last Post: mental
11-02-2025, 09:01 PM
» Replies: 2
» Views: 468
|
vikingfile,fireload,uploa...
Forum: W.A.R. Links Checker Premium
Last Post: fonzie
10-30-2025, 01:31 PM
» Replies: 2
» Views: 555
|
|
|
| safelinking.net |
|
Posted by: James425 - 10-15-2018, 10:37 AM - Forum: W.A.R. Links Checker Premium
- Replies (2)
|
 |
Good Day Sir,
I'm not sure if you can do safelinking, But I'm going to ask
If you go to this one, It is dead right from the start
Code: http://safelinking.net/jNiP2b8
If you go to this one, It say "NOT YET CHECKED" But the page is still good to put the code in
Code: http://safelinking.net/PX5hj4H
Thank you Sir - If you need anymore info Please let me know
James
|
|
|
| oload.stream |
|
Posted by: NavyRet - 10-13-2018, 06:07 AM - Forum: W.A.R. Links Checker Premium
- Replies (1)
|
 |
Would it be possible to add oload.stream? I have some users who are posting links using that form of openload.
Thanks. Here's a link
Code: https://oload.stream/f/USlOct2oPp4/Never.Goin.Back.2018.HDRip.XViD-ETRG.avi
|
|
|
| http://freshfile.pl |
|
Posted by: BorutaDiabel - 07-25-2018, 02:40 PM - Forum: W.A.R. Links Checker Premium
- Replies (1)
|
 |
Hello
Could you add this http://freshfile.pl host to WAR
Thank for your work.
Ok link
Code: http://freshfile.pl/dl/RvbWcV6t2LN7yYo0/MacGyver.2017.S02E10.PL.WEBRip.XviD-FmX.avi
http://freshfile.pl/dl/YDECAXnMNy1Vs0q3/MacGyver.2016.S02E10.War.Room.and.Ship.PL.480p.AMZN.WEB-DL.x264-666.mkv
dead link
Code: http://freshfile.pl/dl/225n85ym78ZWgQ0T/MacGyver.2016.S02E01.DIY.or.DIE.PL.480p.AMZN.WEB-DL.x264-666.mkv
http://freshfile.pl/dl/1VqzCs4YLQ7R7mWX/MacGyver.2016.S02E02.Muscle.Car.and.Paper.Clips.PL.480p.AMZN.WEB-DL.x264-666.mkv
|
|
|
| A few bugs |
|
Posted by: Patatra - 06-30-2018, 01:39 PM - Forum: W.A.R. Links Checker Premium
- Replies (4)
|
 |
Hi,
I modified W.A.R. Links Checker Premium and found a problem with up-4ever.com. It became up-4.net :
https://www.up-4.net/rybqkdwc4jh5
https://www.up-4.net/rybqkdwc4jh4
in if (GM_getValue("Check_dash_4ever_dot_com_links", false)) the up is missing. I modify it that way :
Code: if (GM_getValue("Check_up_dash_4ever_dot_com_links", false))
{
addFileHost(
"(?:up-4ever\\.com\/\\w+)|(?:up-4\\.net\/\\w+)",
'name="method_free"',
'File Not Found',
'optional1--',
'optional2',
"//a[contains(@href,'up-4ever.com') or contains(@href,'www.up-4.net')]"
);
}
I add a few things too and I give them here just in case you want to add them :
Code: //Ajout 2giga.link :
if (GM_getValue("Check_2giga_dot_link_links", false))
{
addFileHost(
"2giga\\.link\/\\w+",
'id="downloadb"',
'File not found',
'optional--',
'optional2--',
"//a[contains(@href,'2giga.link')]"
);
}
//Ajout sora.io :
if (GM_getValue("Check_sora_dot_io_links", false))
{
addFileHost(
"sora\\.io\/\\w+",
'</html>',
'',
'optional--',
'optional2--',
"//a[contains(@href,'sora.io')]"
);
}
//Ajout de mon-partage.fr :
if (GM_getValue("Check_mon_dash_partage_dot_fr_links", false))
{
addFileHost(
"mon-partage\\.fr\/\\w+",
'Télécharger|id="bouton_download"',
'Ce fichier n\'existe pas ou plus',
'optional--',
'optional2--',
"//a[contains(@href,'mon-partage.fr')]"
);
}
Finally I add this line too : // @exclude https://www.sous-titres.eu/*
Without W.A.R. Links Checker Premium
![[Image: Capture.jpg]](https://preview.ibb.co/mzYMZy/Capture.jpg)
With W.A.R. Links Checker Premium
![[Image: Capture.jpg]](https://preview.ibb.co/bsngZy/Capture.jpg)
I hope that can help. Thanks a lot for your script ! 
Have a nice day,
Patatra
-----------
French
|
|
|
|