venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

whatapp block me after 10 message ! #757

Open amregbaly opened 10 years ago

amregbaly commented 10 years ago

Hello ! i developing script for Institute i send a message every 5 mins .. after the 10 message the number get block !!! just 10 messages .. iam not a spammer .. no one block my number i guess .. any solutions !?

nandorossetti commented 10 years ago

Me too!

lahmacuns commented 10 years ago

Exactly! 16 message send block!

mgp25 commented 10 years ago

Still not a solution for WhatsApp blocking phone numbers, the problem is the user for doing wrong things with the API, and abusing the system.

nandorossetti commented 10 years ago

@mgp25 tell me one free service please

amregbaly commented 10 years ago

@mgp25 do you consider 10 messages is spam and abusing the system iam sure there is problem in api

@whatapp11 check you email please

mgp25 commented 10 years ago

@NandoRosado here in spain: fonyou

Just search in google, virtual phone number services.

@amregbaly Is not the amount of messages sent, because today i was testing a script with myself and i sent over 1 thousand messages in about 2 minutes. The API is working perfectly @shirioko has done a nice work with this API, also is the way you use the API.

Remember that if you use WhatsAPI you cant use it at the same time in you mobile phone.

Also, if you are not using the latest WhatsAPI, download the new one, and try the tests files. If any error, post the debug here, i we will try to solve your problem.

blueslmj commented 10 years ago

@mgp25 Hi, could you tell us how to send over 1 thousand messages in about 2 minutes without blocked? thanks a lot!

mgp25 commented 10 years ago

@blueslmj First of all i send that amount of messages to myself, that means that i have already the number saved in the address book, both contacts are synced.

WhatsApp can determine if you are using their service improperly , for example by sending only one message to different contacts that you do not have and they neither. Is just an example. Anyway if you have problems, post your script and debug here, so we will see where is the problem and how could be solved.

So, if you are doing it right, in the tests folder, you can find how to do that. There are many examples.

shirioko commented 10 years ago

Removed comments about @whatapp11 This is an issue tracker, not an advertising board

amregbaly commented 10 years ago

@mgp25 i belive @shirioko made great work but without any support .. check here you will find many ppl have same issue without any help

thats my code i put 50 number just 50 and whatapp blocked me after 14 message ! is 50 is spam number !! you said you sent 2000 !


<?php
header('Content-Type: text/html; charset=utf-8');
require 'whatsprot.class.php';

$config = array(
    'id' => 'kBjIWhwbuFvX5gFSACLzdP11yTs=',
    'fromNumber' => '95555555555',
    'nick' => "955555555555",
    'waPassword' => "WDdZ0YmX3n35FE4OsIY7ioEEkvs="
);
$startTime = time();

$numbers = array(
   '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',
  '0000000000',

 );

    $wa = new WhatsProt($config['fromNumber'], $config['fromNumber'], $config['nick'], false);
    $wa->connect();
    $wa->loginWithPassword($config['waPassword']);
    $wa->sendActiveStatus();

foreach($numbers as $key => $val)
{
    if((( $key + 1 ) % 5) == 0)
    {
        if ((time() - $startTime) < 60)
        {
            echo "\n------------------------------------- {$key} msg sent ---------------------------------------------\n";
            sleep(60 - (time() - $startTime));
            $startTime = time();
        }
    }

    $wa->sendActiveStatus();
    $wa->sendMessage($val, "test message" . time());
    $wa->pollMessage();
    $wa->sendActiveStatus();

}
mgp25 commented 10 years ago

@amregbaly First of all, dont show us your password and identity... edit your comment please.

You didnt get what i told before. I sent 2000 messages to myself, not to different numbers, when you are sending messages to many people is considered spam.

Try with one number and one message.

Here is quote from WhatsApp FAQ: """ However, specific actions such as the following may eventually result in your account becoming deactivated.

"""

amregbaly commented 10 years ago

@mgp25 so what i need to send messages to different ppls ? no spam no ads is there any solution other mr @whatapp11 solution ?

CodersBrothers commented 10 years ago

@mgp25 "Using an automated system or an unauthorized / unofficial client application to send messages through WhatsApp." LOL!

If your whatsapp accounts speak only with one number and send 1 millon messages in one day of spam, nothings happens, if you speak with 20 and sends 10 messages of some good text, will be block.

mgp25 commented 10 years ago

@CodersBrothers If you want to not get blocked, send messages to people that have added you into their contact list, and use the API the way the real mobile client works, then you wont get blocked. Its really simple.

is there other way to avoid being blocked by whatsapp, maybe, but you have to know how whatsapp (client-server) works and everything in general

CodersBrothers commented 10 years ago

I only speak with users that added me. I speak sending always a link (Its a service to recover password). Waiting like a writting, pause... and send. And always blocks me.

mgp25 commented 10 years ago

@CodersBrothers #800

manet800 commented 10 years ago

Hey! We did exactly what is listed here and still after 14 messages blocked sim Is there an update on the subject?

mgp25 commented 10 years ago

@manet800 #800

mrssam commented 9 years ago

is any way to send 1000 in 5 mins i have contacts in mysql database please any one can help

mgp25 commented 9 years ago

@mrssam We dont support that kind of activity, it goes against the EULA. We dont support spamming.

https://github.com/mgp25/WhatsAPI-Official

momenimohammad23 commented 9 years ago

@mgp25 hi I need to a document to use this API :( may you help me plz

creolyte commented 9 years ago

P/S: I do not know that when using WhatsAPI you could not use in your phone.

Hence, when I was testing the WhatsAPI , then I went to open my mobile Whasapp and it prompt me to re-verify my existence and I did, to check my messages. After that I went to the API to try send 1 message again but my connection appeared to be blocked!!! Is this a permanent block of using WhatsAPI? I need to use other number to try now?? zzz Please help...

hpatel4u commented 9 years ago

You can not use the same number in mobile and in API at the same time, your number may be blocked by whatsapp. share your API log which helps to know exact status.

creolyte commented 9 years ago

Thank you for your reply hpatel4u. Where can I find my logs? Do you mean the error returned by the codes? By the way, I got this error below earlier: </>failure</> </>not-authorized> </>failure</>

and I read the FAQ section that you are permanently blocked if I get this. By the way, how to switch back to mobile Whatsapp (without getting blocked again) because I need to check my messages. Or the best option is get a new number for development purposes? Thanks.

hpatel4u commented 9 years ago

Yes your number blocked by Whatsapp. On Jun 3, 2015 5:59 PM, "creolyte" notifications@github.com wrote:

Thank you for your reply hpatel4u. Where can I find my logs? Do you mean the error returned by the codes? By the way, I got this error below earlier: </>failure</> </>not-authorized> </>failure</>

and I read the FAQ section that you are permanently blocked if I get this. By the way, how to switch back to mobile Whatsapp (without getting blocked again) because I need to check my messages. Or the best option is get a new number for development purposes? Thanks.

— Reply to this email directly or view it on GitHub https://github.com/venomous0x/WhatsAPI/issues/757#issuecomment-108365164 .

creolyte commented 9 years ago

Means game over? I need get a new sim card with a new number for development again everytime got blocked?

mgp25 commented 9 years ago

@creolyte @hpatel4u or maybe using an outdated API because this one is outdated, use Chat-API instead

creolyte commented 9 years ago

Hi guys, thanks for the replies. Yup I'm using Chat-API. All I did was:

1) Request code and successfully got the password 2) Then I register ($w->codeRegister( $code );) 3) I went back to my mobile to check my whatsapp chat and it prompt me to re-verify and I did. 4) After checking my personal message, I went back to development trying to do anything but was blocked. 5) Tried re-verify by getting new code and password from API still can't work (still blocked).

Hope this help future people after reading this. 1) Is there any way to unblock? 2) Once connected to API means I can't check my personal message on mobile phone? (Because once I did that and I instantly got blocked lol?)

hpatel4u commented 9 years ago

@creolyte you can not logged in to two different place at the same time and do not try to request code more then two or three time in a day. Whatsapp tracing this also very well.

@mgp25 I am using the API which was working fine before 10days and now the blockage ration is very high. if you want i can share you the code you can review on your time and suggest at your time.

FYI, i just changed the token, version etc from Chat-API but there is no success.

creolyte commented 9 years ago

@hpatel4u There is no logout function from the mobile whatsapp :(

But thanks I'll keep in mind and try update any new findings here for future developers benefits.

mgp25 commented 9 years ago

Working every nice on my side.

By the way, im not answering anymore in the repository as its outdated an inactive

Regards

AndantioKorah commented 9 years ago

so if i use phone number A (example) for whatsapi, then, i must dont use phone number A in my phone?. So how about when i got my CodeRequest and Password from WART and then whatsapp request for verify my account in phone. I should verify it or not? please help me, i'm beginner at this thing.

creolyte commented 9 years ago

Yes you can and you will able to access to whatsapp from your mobile again. But what happened to me is that after that i went back to connect to whatsapi again, it blocked me. Maybe is because i request too many times in a day? All the best.

-------- Original message -------- From: AndantioKorah notifications@github.com Date: 08/06/2015 5:34 pm (GMT+08:00) To: venomous0x/WhatsAPI WhatsAPI@noreply.github.com Cc: creolyte creolyte@gmail.com Subject: Re: [WhatsAPI] whatapp block me after 10 message ! (#757)

so if i use phone number A (example) for whatsapi, then, i must dont use phone number A in my phone?. So how about when i got my CodeRequest and Password from WART and then whatsapp request for verify my account in phone. I should verify it or not?

please help me, i'm beginner at this thing.

— Reply to this email directly or view it on GitHub.

AndantioKorah commented 9 years ago

done, i made it. I try send to my phone and work and again send to my friend's whatsapp and it work again. But when i try again send message to my number, it doesn't work anymore . Anybody know why? How about if i delete my whatsapp app in phone, it will work?

foratech commented 9 years ago

I found a solution for one whatsapp number to be able to send out to multiple recipient to avoid being blocked!! email me to know the answer.. azizi@foratechsolution.com, I wont post the answer here..

mgp25 commented 9 years ago

Do NOT trust @foratech is a scammer. FAKE

Check only trusted sources:https://github.com/WHAnonymous/Chat-API

foratech commented 9 years ago

lol.. I'm using the same API, I'm not scamming.. I'm using the same API but applying different algo to avoid the number being block that all... depends if you believe me or not.. anyone can email me to see the demo website I made.. using that API. one number will be able to send out to 100 different recipient without being blocked..

AndantioKorah commented 9 years ago

how about to send file attachment? can i send it or not? please answer ASAP. please

Harshaddarji commented 8 years ago

From Last four days my bumber getting blocked over Whatsapp.

Is Any one facing sam issue recently ?

any update?

janemarisca commented 8 years ago

i want to try it, where can i find the code? thank you

assegaf commented 8 years ago

@foratech is fake scammer, I have implemented WA20 protocol, which is based on Android Whatsapp 2.16.xxx, and 2.12.5xx version, everything is fine, if you are using user agent that version and still using WA16 protocol, not sure but random block even not doing abusing system even a little,