40.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

Closed
 
07-29-2018, 11:29 AM
Post: #21
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
(07-29-2018 10:42 AM)MovieManiac Wrote:  
(07-29-2018 07:46 AM)ratzazz Wrote:  
(07-29-2018 04:50 AM)MovieManiac Wrote:  
(07-24-2018 03:44 PM)ratzazz Wrote:  
(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.

I'm not sure what to tell you.

Enjoy,
RA Cool

.
.
~ ~ ~ ~ ~ ~ BBHF IS THE BEST! ~ ~ ~ ~ ~ ~
.
07-29-2018, 03:26 PM
Post: #22
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
ok thanks for trying
07-30-2018, 11:40 AM
Post: #23
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
(07-29-2018 10:42 AM)MovieManiac Wrote:  
(07-29-2018 07:46 AM)ratzazz Wrote:  
(07-29-2018 04:50 AM)MovieManiac Wrote:  
(07-24-2018 03:44 PM)ratzazz Wrote:  
(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.

Enjoy,
RA Cool

.



here's my offline activation screenshot...

and the login request I get when trying to use the custom effects.


the same issue of mine it needs to login my account to activate it even using a Filmora Effects.
07-30-2018, 12:21 PM (This post was last modified: 07-30-2018 12:25 PM by ratzazz.)
Post: #24
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
__________________________________________________________________

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 Cool

.
.
~ ~ ~ ~ ~ ~ BBHF IS THE BEST! ~ ~ ~ ~ ~ ~
.
07-30-2018, 02:41 PM
Post: #25
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
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.

Enjoy,
RA Cool

.
15.gif
08-01-2018, 03:20 PM
Post: #26
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
(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 Cool

.

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!!
08-02-2018, 12:35 AM (This post was last modified: 08-02-2018 12:36 AM by ratzazz.)
Post: #27
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
(08-01-2018 03:20 PM)nightquest Wrote:  
(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!!
__________________________________________________________________

WOW!

I'm trying to figure out why it does that for you guys but mine is not bothered and does not ask me.

Enjoy,
RA Cool

.
.
~ ~ ~ ~ ~ ~ BBHF IS THE BEST! ~ ~ ~ ~ ~ ~
.
08-02-2018, 02:55 AM
Post: #28
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
Amazing share! Thank you very much both of you ratzazz and ѕ¢σяρισ. Max reps+++++
08-02-2018, 04:42 AM
Post: #29
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
__________________________________________________________________

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.

Please let me know what you find.

Enjoy,
RA Cool

.
.
~ ~ ~ ~ ~ ~ BBHF IS THE BEST! ~ ~ ~ ~ ~ ~
.
08-02-2018, 03:34 PM (This post was last modified: 08-02-2018 03:35 PM by nightquest.)
Post: #30
RE: [GET] Wondershare Filmora v8.7.1.4 Video Editor + Keys
I try it again but no luck here is ss after trying to put effect "galaxy pack" in timeline to edit:

https://prnt.sc/kdnqc7

I even try to create account and login to see if it changes something but here is ss:

https://prnt.sc/kdnq50

ratzass are you sure you use paid effects in filmora or just those free?
30.gif
Closed
 




65.gif