N
N
Newn2018-03-21 11:38:28
WordPress
Newn, 2018-03-21 11:38:28

Sms/ email verification wp?

Is it possible to organize a way to verify certain actions on the site via sms / mail on wp? For example, I have a contact form cf7. before sending data from it, you need to receive a confirmation code that will come either via SMS or to your mail. Maybe there is a plugin?
ps After trying a few from the wp library and not getting the desired result, I decided to ask here.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
E, 2018-03-21
@aylo

Of course it is possible by hand. Too specific task

I
Ilya, 2013-12-10
@iNikNik

This is how
deobfuscation itself is simple, by the way.
1. First, we replace eval with an assignment to a variable and get a partially deobfuscated code (as @omun did as a result ) .
2. Further there in the code there is the same repeating combination:
s = String.fromCharCode(...); // as a result, the set of characters required to get the text of the function is output
(![] + [])[+[]][([![]] + {})...(); // get the text of the function from s and immediately execute it. We remove () and we can get the function code directly

D
Dmitry, 2013-12-10
@omun

@Iliander @maxaon it seems to me that we were used for personal gain

D
Dmitry, 2013-12-10
@omun

Approach 1 . Some inner function refused to give up.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question