Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
11-21-2017, 05:20 AM
Post: #31
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
nice share,+rep
line 680 replace this if(self::get('isPaid') and& self::get($key)){ for this if(wfConfig::set('isPaid', '1') and& self::get($key)){ work fine... |
|||
11-21-2017, 09:40 PM
Post: #32
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included | |||
11-21-2017, 09:44 PM
Post: #33
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
Thanks, very good. +rep
|
|||
11-30-2017, 09:24 PM
(This post was last modified: 11-30-2017 09:34 PM by BlackbirdRider.)
Post: #34
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
(11-21-2017 05:20 AM)gundodghf Wrote: nice share,+rep This is what line 680 should look like -> BUT REPLACE "and" with ampersand sign (press shift and 7) to get ampersand sign ---> there must be 2 ampersands and not be like "and&" This forum auto changes the one ampersand into the word "and" it must be like: and&&and (but remove both the words "and" - there must be no "and" before or after the 2 ampersand signs) Code: if(wfConfig::set('isPaid', '1') and& self::get($key)){ This made my free Version 6.3.21 Premium. Thank you!!! Rep added. |
|||
12-21-2017, 02:35 AM
(This post was last modified: 09-10-2019 05:07 AM by BOROMBOMBERO.)
Post: #35
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included | |||
12-21-2017, 07:37 AM
Post: #36
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
I have version 6.3.22
I changed the line 680 and getting this error Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected 'and' in /home/XXXXXXXXX/public_html/wp-content/plugins/wordfence/lib/wfConfig.php on line 680 Please help me. Thanks |
|||
12-21-2017, 09:55 AM
Post: #37
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
If you actually read the last couple of posts carefully, you'll be able to figure out what have you done wrong.
|
|||
12-21-2017, 03:08 PM
Post: #38
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
Thanks
fixed it and working great now |
|||
12-21-2017, 06:52 PM
Post: #39
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
update to latest one thanks
|
|||
12-21-2017, 07:03 PM
Post: #40
|
|||
|
|||
RE: [Get]Wordfence 6.3.14 nulled. Steps on how to null is also included
(07-22-2017 08:01 PM)basabz Wrote:(07-22-2017 07:55 PM)DragonsRider Wrote: Great share. I was looking for this. Max reps added. |
|||