tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.05k stars 2.23k forks source link

new update/ today ... block number if send 30-70 msg #63

Closed mofakfree closed 5 years ago

mofakfree commented 11 years ago

The block numbers after sending about 20- 70 different number !!!!! What are your experiences and your knowledge?About this update

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

abbas224252 commented 11 years ago

how can i send request for limit

lahmacuns commented 11 years ago

is there anyone got a solution for this problem? I am still being banned after 17th message. I'll be very glad if anycone have the solution

lahmacuns commented 11 years ago

@kingk110 does everybody have the problem of getting banned after 17th message? I just wonder do the users over the yowsup have this issue as well.

lahmacuns commented 11 years ago

@Kingkong1 @adasmalakar how many messages you can sen? did you solve the problem?

brittson commented 11 years ago

@lahmacuns No Bro... Stuck with 17

ruriimasu commented 11 years ago

quick question. when you guys were banned on the 17th msg, how many were non-whatsapp numbers?

Akuka commented 11 years ago

When i try it, all the numbers have Whatsapp (I write code that check if someone have whatsapp or not, before i send him message..) בתאריך 20 בינו 2013 17:21, מאת "ruriimasu" notifications@github.com:

quick question. when you guys were banned on the 17th msg, how many were non-whatsapp numbers?

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12471957.

picaporte commented 11 years ago

humanized message.

while(true) {

. //send $this->Message( $number ,$txt );

$tmpsleep=rand(10, 20);

sleep($tmpsleep);

$this->_count_msg=$this->_count_msg+1;

if ($this->_count_msg>=5) { $this->_count_msg=0; sleep(rand(30, 35)); } . . .

ruriimasu commented 11 years ago

@Akuka do you mind to share your codes to validate the numbers and a guide on how to implement them in a webserver? Thx

lahmacuns commented 11 years ago

@picaporte how many message did you send this way?

brittson commented 11 years ago

seems like they are blocking for 5 msgs now :(

kingk110 commented 11 years ago

did anybody try with a registered version of whatsapp before I try and loose my registered account ?

timespace7 commented 11 years ago

I have tried different ways to send messages but all are blocked when messages are sent to different account : (I have checked that all the number I sent messages to are valid whatsapp number) case i: send one message to different account with interval 0.5s -> blocked after 9th messages case ii: send one message to different account with interval 60s -> blocked after 24th messages case iii: send 100 messages to one account with no time delay -> not blocked

Hope someone can test whether sending messages to different account(> 50 accounts) in official whatsapp client will cause blocked.

(@mofakfree said that he tried to send > 700 message at 20 During twenty minutes using official Whatsapp client and not blocked)

brittson commented 11 years ago

I tried sending at 10 s gap and blocked at 5th msg. I think if your numbers dont have any contacts then it will get block

On Tue, Jan 22, 2013 at 12:25 PM, Timespace7 notifications@github.comwrote:

I have tried different ways to send messages but all are blocked when messages are sent to different account : (I have checked that all the number I sent messages to are valid whatsapp number) case i: send messages to different account with interval 0.5s -> blocked after 9th messages case ii: send messages to different account with interval 60s -> blocked after 24th messages case iii: send messages to one account with no time delay -> not blocked

Hope someone can test whether sending messages to different account(> 50 accounts) in official whatsapp client will cause blocked.

(@mofakfree https://github.com/mofakfree said that he tried to send > 700 message at 20 During twenty minutes using official Whatsapp client and not blocked)

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12532755.

CODeRUS commented 11 years ago

did anyone tried to send_typing beffore sending message?

brittson commented 11 years ago

No, did you done that?

On Tue, Jan 22, 2013 at 12:35 PM, CODeRUS notifications@github.com wrote:

did anyone tried to send_typing beffore sending message?

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12532976.

CODeRUS commented 11 years ago

no, i dont want to block my account or sending spam. i'm working on Broadcast implementation for wazapp client and need safe way.

brittson commented 11 years ago

Ok @coderus, did you successfully achieved broadcasting msgs ?

On Tue, Jan 22, 2013 at 12:38 PM, CODeRUS notifications@github.com wrote:

no, i dont want to block my account or sending spam. i'm working on Broadcast implementation for wazapp client and need safe way.

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12533017.

CODeRUS commented 11 years ago

i'm not released this feature yet, until you guys have blocking accounts :)

brittson commented 11 years ago

Man what made you think that we are spamming . infact with 5 msgs from yowsup

On Tue, Jan 22, 2013 at 1:00 PM, CODeRUS notifications@github.com wrote:

i'm not released this feature yet, until you guys have blocking accounts :)

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12533417.

CODeRUS commented 11 years ago

I'm just kidding. I have only one my best phone number and dont want ot miss it for whatsapp while testing this thiing :)

brittson commented 11 years ago

I tried with a paid account of whatsapp , even it blocks with 13 msgs ...

CODeRUS commented 11 years ago

try with sending typing before sending message content

brittson commented 11 years ago

how to do that , please tell :)

On Tue, Jan 22, 2013 at 1:13 PM, CODeRUS notifications@github.com wrote:

try with sending typing before sending message content

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12533726.

CODeRUS commented 11 years ago

its all yowsup methods

typing_send(str jid) message_send(str jid,str content)

do typing_send before sending message.

brittson commented 11 years ago

ok thanks , did you tested it successfully ? :)

On Tue, Jan 22, 2013 at 1:29 PM, CODeRUS notifications@github.com wrote:

its all yowsup methods

typing_send(str jid) message_send(str jid,str content)

do typing_send before sending message.

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12534073.

CODeRUS commented 11 years ago

as i said before i dont want to test if my account will be blocked until you wont test it first :)

kingk110 commented 11 years ago

I tired with a paid account and get blocked after 25 msg how you are unblocking your numbers guys ??

CODeRUS commented 11 years ago

write to WhatsApp support, maybe? :D

kingk110 commented 11 years ago

before they were facing such problems from us it took them 1 month to reply. what about now??!!!!?!!!?! fu\ them I am trying a new idea if anyone can help but i am facing unauthorized message but when i use the same password in yowsup it is working

Akuka commented 11 years ago

My blocked accounts release themself after 2 months

"kingk110" notifications@github.com:

I tired with a paid account and get blocked after 25 msg how you are unblocking your numbers guys ??

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

brittson commented 11 years ago

Working means, how many msg you can send? On Jan 22, 2013 1:59 PM, "kingk110" notifications@github.com wrote:

before they were facing such problems from us it took them 1 month to reply. what about now??!!!!?!!!?! fu\ them I am trying a new idea if anyone can help but i am facing unauthorized message but when i use the same password in yowsup it is working

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12534802.

kingk110 commented 11 years ago

me too @Akuka @adasmalakar send 15 with each password anyone know .net that can help me to find the error i am sure it is a small error i use to disconnect and connect after 15 msgs that are sent any idea ?

brittson commented 11 years ago

Hi i used the same method you said from .net but its not working for numbers registered with yowsup.

On Tue, Jan 22, 2013 at 2:03 PM, kingk110 notifications@github.com wrote:

me too @Akuka https://github.com/Akuka @adasmalakar https://github.com/adasmalakar send 15 with each password anyone now .net that can help me to find the error i am sure it is a small error i use to disconnect and connect after 15 msgs that are sent any idea ?

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12534907.

kingk110 commented 11 years ago

u must decode the password of yowsup and use it

brittson commented 11 years ago

how to decode? please give me the code ,,, is password generated from pw: is usable or need to decode it??

On Tue, Jan 22, 2013 at 3:32 PM, kingk110 notifications@github.com wrote:

u must decode the password of yowsup and uses it

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12537585.

Akuka commented 11 years ago

@adasmalakar i dont understand your problem... write here your pw and i will write you the code after decode...

brittson commented 11 years ago

xwkgOFy11iJf1lGLr1j2vThs1ZU= On Tue, Jan 22, 2013 at 11:55 PM, Akuka notifications@github.com wrote:

@adasmalakar https://github.com/adasmalakar i dont understand your problem... write here your pw and i will write you the code after decode...

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12558468.

Akuka commented 11 years ago

@adasmalakar Ok, this principle is not related to that this post but still ... I can get you the encrypted password, but I think about it, it probably will not help you .. Because the code you use to connect to Whatsapp try to encrypt this password again (and probably he will try to encrypt it according to the old encryption, which is why it does not work for you) Which code are you using? Which version of this code? Can you find a function that does encryptPassword? Apparently she was not updated, and works by the old encryption. You need to change it so that you encrypt with base64_decode, you can send me the code and I will help you if you need to. That is, in the end, your client password to send to Whatsapp is: base64_decode("xwkgOFy11iJf1lGLr1j2vThs1ZU=")

brittson commented 11 years ago

I am using v2 to register On Jan 23, 2013 3:56 AM, "Akuka" notifications@github.com wrote:

@adasmalakar https://github.com/adasmalakar Ok, this principle is not related to that this post but still ... I can get you the encrypted password, but I think about it, it probably will not help you .. Because the code you use to connect to Whatsapp try to encrypt this password again (and probably he will try to encrypt it according to the old encryption, which is why it does not work for you) Which code are you using? Which version of this code? Can you find a function that does encryptPassword? Apparently she was not updated, and works by the old encryption. You need to change it so that you encrypt with base64_decode, you can send me the code and I will help you if you need to. That is, in the end, your client password to send to Whatsapp is: base64_decode("xwkgOFy11iJf1lGLr1j2vThs1ZU=")

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12570375.

Akuka commented 11 years ago

But from what I gather your problem is in the connection, not during the registration process, no?

brittson commented 11 years ago

Anyway I think I have the problem of getting block, don't know whether relate or not On Jan 23, 2013 4:04 AM, "Akuka" notifications@github.com wrote:

But from what I gather your problem is in the connection, not during the registration process, no?

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12570816.

bjdudu commented 11 years ago

Hey, guys, I have an idea, this may solve this problem. Create a group, then send messages. Sorry, I never use whatsapp groups, just an idea, not tested

alejandro-amo commented 11 years ago

@CODeRUS if you need more accounts to "wreck" them doing tests, I can give you some. I have several google voice accounts which can be used to register whatsapp accounts as the google voice numbers can receive SMS and whatsapp accepts them as mobile numbers. my project whatsappvoyeur.com is only designed to "listen", so we dont break our account, we can lend you the other ones

CODeRUS commented 11 years ago

@alist3r i have no contacts database, i can only suggest what to try.

my current broadcast function is: send_typing message_send wait for one second after each 5 messages

can you try this?

alejandro-amo commented 11 years ago

Neither I have such (ethically valid) user base. I mean, numbers which I can use msgs to, w/o annoying them I feel a strong temptation to paste a list of hundreds of valid (but unknown) whatsapp user numbers LOL

CODeRUS commented 11 years ago

i mean same. i have only few contacts in whatsapp list.

alejandro-amo commented 11 years ago

f*ck.

Guys, If you wanna yowsup to surpass this limitation, you HAVE to trust and lend a useful user database to developers/collaborators, here. I provide accounts. more than you can wreck.

let's work together, or stop complaining until that to happen

TIC TAC TIC TAC...

shirioko commented 11 years ago

@CODeRUS not sure if it's necessary (haven't tested it yet) but I also send message_paused in my .NET application after sending the message to remove the "Typing..." status.

brittson commented 11 years ago

but doing these keep your number safe from blockage??

On Wed, Jan 23, 2013 at 3:19 PM, Max Kovaljov notifications@github.comwrote:

@CODeRUS https://github.com/CODeRUS not sure if it's necessary (haven't tested it yet) but I also send message_paused in my .NET application after sending the message to remove the "Typing..." status.

— Reply to this email directly or view it on GitHubhttps://github.com/tgalal/yowsup/issues/63#issuecomment-12588323.