Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
07-08-2017, 01:57 AM
Post: #1
|
|||
|
|||
Null this file for a WP theme
hey there can any experts help null this file? Its for the WP Jannah theme, thanks!
http://www100.zippyshare.com/v/XEDpr1ee/file.html framework-validation.php |
|||
07-08-2017, 02:40 AM
Post: #2
|
|||
|
|||
RE: Null this file for a WP theme
You need the file were the function is called. This is just the function and need the other one to null it correctly.
By the way the "Theme checking" at line 201 is awesome. LOL |
|||
07-08-2017, 03:00 AM
Post: #3
|
|||
|
|||
RE: Null this file for a WP theme
(07-08-2017 02:40 AM)sup3rman Wrote: You need the file were the function is called. This is just the function and need the other one to null it correctly. lol sorry I'm new to this.. here is the whole theme, if you can help null it would be much appreciated! http://www13.zippyshare.com/v/URslHfp2/file.html |
|||
07-08-2017, 07:39 AM
Post: #4
|
|||
|
|||
RE: Null this file for a WP theme
this was not a very hard nulling,
just look for the validation function, find it, use its name to search in all the theme files where its called, just put "/* */" to stop the script from calling it and jumping into the code where it returns true. easy peasy here is the nulled version nulled by me http://www119.zippyshare.com/v/d8KNojxc/file.html |
|||