WhatsApp uses some sort of customized XMPP server, named internally as FunXMPP, which is basically some extended proprietary version. Much like XMPP, WhatsApp uses JID (jabber id) and password to successfully login to the service. The password is hashed and happened to be an MD5’d, reversed-version of the mobile’s IMEI (International Mobile Equipment Identity) or equivalent unique ID, stored in servers upon account creation and used transparently everytime the client connects the server.
So you need ONLY IMEI and MOBILE NUMBER ..
You can download Script from here: https://github.com/venomous0x/
WhatsAPI [Current Down because of Legal Actions from WhatsApp]
Old Revision:
http://goo.gl/FjpVO
Mirrors:
http://d-h.st/8XT
https://anonfiles.com/
file/64c9322fc...0c66a9d9d7986a
http://www.sendspace.com/file/1gr7pj
Just change in /tests/whatsapp.php
PHP Code:
So you need ONLY IMEI and MOBILE NUMBER ..
You can download Script from here: https://github.com/venomous0x/
WhatsAPI [Current Down because of Legal Actions from WhatsApp]
Old Revision:
http://goo.gl/FjpVO
Mirrors:
http://d-h.st/8XT
https://anonfiles.com/
file/64c9322fc...0c66a9d9d7986a
http://www.sendspace.com/file/1gr7pj
Just change in /tests/whatsapp.php
PHP Code:
$nickname = "WhatsAPI Test" ;PHP Code:
$sender = "491234567890" ; // Mobile number with country code (but without + or 00)
$imei = "000000000000000" ; // MAC Address for iOS IMEI for other platform (Android
If you get errors change the path to real
Path like C:/src/php/
whatsprot.class.php
require "../src/php/whatsprot.class.php" ;PHP Code:
If you use XAMPP change in php.ini
; extension = php_openssl . dllCode:
extension = php_openssl . dll
To start go to PHP Folder and enter: (in
tests)
php -s "Mobile number with country code" "Message"
0 comments:
Click Here To add Comment
Blogger Widgets