Greenix Posted September 30, 2016 Share Posted September 30, 2016 We don't use this software for hosting so fraud is not and issue and is blocking everything. Looking all over and need to disable fraud check completely. Thanks in advance for your help 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 30, 2016 Share Posted September 30, 2016 when you say "disable it completely" do you mean that you tried to disable it but is still work or you need to know how to disable it? 0 Quote Link to comment Share on other sites More sharing options...
Greenix Posted September 30, 2016 Author Share Posted September 30, 2016 I couldn't find any settings to disable it at all. Just this one setting: Skip Fraud Check for Existing. But I need to know where/how to disable it completely. thanks!! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 30, 2016 Share Posted September 30, 2016 do you have any of the fraud checking modules enabled already? Go to Admin -> Setup -> Fraud Protection, select each of these modules and untick the "Enable" checkbox if already enabled - - - Updated - - - or you can use ActionHooks to disable/skip Fraud Check completely from being running if you have it enabled, the following code will do it create new .php file inside /includes/hooks/ directory and put these code inside it: <?php add_hook("RunFraudCheck", 1, function($vars){ return true; }); 0 Quote Link to comment Share on other sites More sharing options...
Greenix Posted September 30, 2016 Author Share Posted September 30, 2016 That's where it was - I knew those settings where in there somewhere!! To obvious for me I suppose If I disable the Maxmind ( which was enabled) without making code edits, should that do the trick you think? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 30, 2016 Share Posted September 30, 2016 That's where it was - I knew those settings where in there somewhere!! To obvious for me I suppose If I disable the Maxmind ( which was enabled) without making code edits, should that do the trick you think? yes it should 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.