(07-24-2018 01:35 AM)MovieManiac Wrote: [ -> ]The entries have been added to my hosts file but it's still requesting online activation unfortunately.
__________________________________________________________________
Please show your hosts file pertaining to wondershare filmora.
here's a screenshot of my hosts file
__________________________________________________________________
And your help > "offline activation" screenshot please.
here's my offline activation screenshot...
and the login request I get when trying to use the custom effects.
__________________________________________________________________
Wow that took long enough!
So it is NOT filmora but the resource packs/effects.
As I said before I have not experienced this and cannot duplicate it so I am not sure what is going on other than as I also said I feel there is possibly another host we are not blocking but since I can’t duplicate the error I have no way to trace the host responsible.
__________________________________________________________________
OK I found some new hosts to block that perhaps will help the resource packs/effects issue.
Make the following batch file and run it:
Magic Button :
Create a new text document and name it as Filmora Host Modifier test.bat (don’t leave the .txt in the name) and save it.
Open it with notepad and copy/paste the following to it and save it.
Code:
attrib -r %WINDIR%\system32\drivers\etc\hosts
@ECHO OFF
IF "%OS%"=="Windows_NT" (
SET HOSTFILE=%windir%\system32\drivers\etc\hosts
) ELSE (
SET HOSTFILE=%windir%\hosts
)
ECHO.>> %HOSTFILE%
ECHO #>> %HOSTFILE%
ECHO # added below lines on %date% to block wondershare filmora by ratzazz via bestblackhatforum.com>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.150>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.151>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.18>> %HOSTFILE%
ECHO 0.0.0.0 23.64.75.237>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.153>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.154>> %HOSTFILE%
ECHO 0.0.0.0 70.39.189.178>> %HOSTFILE%
ECHO 0.0.0.0 cbs.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 e11550.g.akamaiedge.net>> %HOSTFILE%
ECHO 0.0.0.0 platform.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 support.wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 was.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com.edgekey.net>> %HOSTFILE%
ECHO 0.0.0.0 www.wondershare.net>> %HOSTFILE%
ECHO #>> %HOSTFILE%
attrib +r %WINDIR%\system32\drivers\etc\hosts
IPCONFIG -flushdns
CLS
ECHO.
ECHO.
ECHO all sites to be blocked have been added to your hosts file
ECHO.
ECHO Courtesy of ratzazz via bestblackhatforum.com
ECHO.
PAUSE
Double left click on the file to run it.
Try whatever you did before that gave you the login errors and see if this fixed it.
Reminds me of the command prompt line days when we had to use the "copy con" command to create a batch file. :)
(07-30-2018 12:21 PM)ratzazz Wrote: [ -> ]__________________________________________________________________
OK I found some new hosts to block that perhaps will help the resource packs/effects issue.
Make the following batch file and run it:
Magic Button :
Create a new text document and name it as Filmora Host Modifier test.bat (don’t leave the .txt in the name) and save it.
Open it with notepad and copy/paste the following to it and save it.
Code:
attrib -r %WINDIR%\system32\drivers\etc\hosts
@ECHO OFF
IF "%OS%"=="Windows_NT" (
SET HOSTFILE=%windir%\system32\drivers\etc\hosts
) ELSE (
SET HOSTFILE=%windir%\hosts
)
ECHO.>> %HOSTFILE%
ECHO #>> %HOSTFILE%
ECHO # added below lines on %date% to block wondershare filmora by ratzazz via bestblackhatforum.com>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.150>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.151>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.18>> %HOSTFILE%
ECHO 0.0.0.0 23.64.75.237>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.153>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.154>> %HOSTFILE%
ECHO 0.0.0.0 70.39.189.178>> %HOSTFILE%
ECHO 0.0.0.0 cbs.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 e11550.g.akamaiedge.net>> %HOSTFILE%
ECHO 0.0.0.0 platform.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 support.wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 was.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com.edgekey.net>> %HOSTFILE%
ECHO 0.0.0.0 www.wondershare.net>> %HOSTFILE%
ECHO #>> %HOSTFILE%
attrib +r %WINDIR%\system32\drivers\etc\hosts
IPCONFIG -flushdns
CLS
ECHO.
ECHO.
ECHO all sites to be blocked have been added to your hosts file
ECHO.
ECHO Courtesy of ratzazz via bestblackhatforum.com
ECHO.
PAUSE
Double left click on the file to run it.
Try whatever you did before that gave you the login errors and see if this fixed it.
(07-30-2018 12:21 PM)ratzazz Wrote: [ -> ]__________________________________________________________________
OK I found some new hosts to block that perhaps will help the resource packs/effects issue.
Make the following batch file and run it:
Magic Button :
Create a new text document and name it as Filmora Host Modifier test.bat (don’t leave the .txt in the name) and save it.
Open it with notepad and copy/paste the following to it and save it.
Code:
attrib -r %WINDIR%\system32\drivers\etc\hosts
@ECHO OFF
IF "%OS%"=="Windows_NT" (
SET HOSTFILE=%windir%\system32\drivers\etc\hosts
) ELSE (
SET HOSTFILE=%windir%\hosts
)
ECHO.>> %HOSTFILE%
ECHO #>> %HOSTFILE%
ECHO # added below lines on %date% to block wondershare filmora by ratzazz via bestblackhatforum.com>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.150>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.151>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.18>> %HOSTFILE%
ECHO 0.0.0.0 23.64.75.237>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.153>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.154>> %HOSTFILE%
ECHO 0.0.0.0 70.39.189.178>> %HOSTFILE%
ECHO 0.0.0.0 cbs.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 e11550.g.akamaiedge.net>> %HOSTFILE%
ECHO 0.0.0.0 platform.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 support.wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 was.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com.edgekey.net>> %HOSTFILE%
ECHO 0.0.0.0 www.wondershare.net>> %HOSTFILE%
ECHO #>> %HOSTFILE%
attrib +r %WINDIR%\system32\drivers\etc\hosts
IPCONFIG -flushdns
CLS
ECHO.
ECHO.
ECHO all sites to be blocked have been added to your hosts file
ECHO.
ECHO Courtesy of ratzazz via bestblackhatforum.com
ECHO.
PAUSE
Double left click on the file to run it.
Try whatever you did before that gave you the login errors and see if this fixed it.
Enjoy,
RA
.
I try this one and to disable in firewall and in the end turn off internet and try to use effect pack but i get "refresh your connection to use effects" so they have some very good protection on this effects...But thanks for trying rep added!!
(07-30-2018 12:21 PM)ratzazz Wrote: [ -> ]__________________________________________________________________
OK I found some new hosts to block that perhaps will help the resource packs/effects issue.
Make the following batch file and run it:
Magic Button :
Create a new text document and name it as Filmora Host Modifier test.bat (don’t leave the .txt in the name) and save it.
Open it with notepad and copy/paste the following to it and save it.
Code:
attrib -r %WINDIR%\system32\drivers\etc\hosts
@ECHO OFF
IF "%OS%"=="Windows_NT" (
SET HOSTFILE=%windir%\system32\drivers\etc\hosts
) ELSE (
SET HOSTFILE=%windir%\hosts
)
ECHO.>> %HOSTFILE%
ECHO #>> %HOSTFILE%
ECHO # added below lines on %date% to block wondershare filmora by ratzazz via bestblackhatforum.com>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.150>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.151>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.18>> %HOSTFILE%
ECHO 0.0.0.0 23.64.75.237>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.153>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.154>> %HOSTFILE%
ECHO 0.0.0.0 70.39.189.178>> %HOSTFILE%
ECHO 0.0.0.0 cbs.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 e11550.g.akamaiedge.net>> %HOSTFILE%
ECHO 0.0.0.0 platform.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 support.wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 was.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com.edgekey.net>> %HOSTFILE%
ECHO 0.0.0.0 www.wondershare.net>> %HOSTFILE%
ECHO #>> %HOSTFILE%
attrib +r %WINDIR%\system32\drivers\etc\hosts
IPCONFIG -flushdns
CLS
ECHO.
ECHO.
ECHO all sites to be blocked have been added to your hosts file
ECHO.
ECHO Courtesy of ratzazz via bestblackhatforum.com
ECHO.
PAUSE
Double left click on the file to run it.
Try whatever you did before that gave you the login errors and see if this fixed it.
Enjoy,
RA
I try this one and to disable in firewall and in the end turn off internet and try to use effect pack but i get "refresh your connection to use effects" so they have some very good protection on this effects...But thanks for trying rep added!!
__________________________________________________________________
OK I found some more hosts to block that perhaps will help the resource packs/effects issue.
If you don't mind let’s try again.
Make the following batch file and run it:
Magic Button :
Create a new text document and name it as Filmora Host Modifier test2.bat (don’t leave the .txt in the name) and save it.
Open it with notepad and copy/paste the following to it and save it.
Code:
attrib -r %WINDIR%\system32\drivers\etc\hosts
@ECHO OFF
IF "%OS%"=="Windows_NT" (
SET HOSTFILE=%windir%\system32\drivers\etc\hosts
) ELSE (
SET HOSTFILE=%windir%\hosts
)
ECHO.>> %HOSTFILE%
ECHO #>> %HOSTFILE%
ECHO # added below lines on %date% to block wondershare filmora by ratzazz via bestblackhatforum.com>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.144>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.145>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.148>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.149>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.150>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.151>> %HOSTFILE%
ECHO 0.0.0.0 203.130.48.18>> %HOSTFILE%
ECHO 0.0.0.0 23.64.75.237>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.153>> %HOSTFILE%
ECHO 0.0.0.0 63.159.217.154>> %HOSTFILE%
ECHO 0.0.0.0 70.39.189.178>> %HOSTFILE%
ECHO 0.0.0.0 cbs.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 e11550.g.akamaiedge.net>> %HOSTFILE%
ECHO 0.0.0.0 platform.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 support.wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 was.wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com.edgekey.net>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.com>> %HOSTFILE%
ECHO 0.0.0.0 wondershare.net>> %HOSTFILE%
ECHO 0.0.0.0 www.wondershare.net>> %HOSTFILE%
ECHO #>> %HOSTFILE%
attrib +r %WINDIR%\system32\drivers\etc\hosts
IPCONFIG -flushdns
CLS
ECHO.
ECHO.
ECHO all sites to be blocked have been added to your hosts file
ECHO.
ECHO Courtesy of ratzazz via bestblackhatforum.com
ECHO.
PAUSE
Double left click on the file to run it.
Try whatever you did before that gave you the login errors and see if this fixed it.