-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this codeRequest() return bad_token :/
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine for me, which number are you trying to register?
You can try my program WART if this doesn't work for you
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can i use MissVenom also? :))
I come from germany and try to register an germany mobilenumber, here the request ...
PHP Warning: file_get_contents(magic.dat): failed to open stream: No such file or directory in /var/www/vhosts/token.php on line 32
Array
(
[cc] => 49
[in] => 1766434xxxx
[to] => 491766434xxxx
[lg] => de
[lc] => DE
[method] => sms
[mcc] => 262
[mnc] => 001
[token] => %2FJjXn0YjT3YqYdiQgG8LcY53SVc%3D
[id] => %da9%a3%ee%5ekk%0d2u%bf%ef%95%60%18%90%af%d8%07%09
)
stdClass Object
(
[status] => fail
[reason] => bad_token
)
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, WART is a great program, it works fine 👍
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry when i write here but can you tell me how I can make the emoji's visibility? I always get an
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Emoji are just Unicode characters, that's why they show up as unknown characters. You need to replace them with images.
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And how do I get this "0038_20E3" ? Do I have to escaping the string with htmlentities?
3170332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you stop overusing punctuation like this?!?!?!?! It hurts my brain :)
You can replace it using regex. Take a look here:
https://github.com/venomous0x/WhatsAPI/blob/master/src/php/whatsapp.php#L1239