"Your account is suspended and is not permitted to send Tweets. Learn more"

Auf Twitter war ich heute zum ersten Mal. Ich habe mich registriert und ein paar tweets geschrieben. Dann habe ich diese meldung bekommen:

Your account is suspended and is not permitted to send Tweets. Learn more

Ich habe nichts schlimmes gemacht. Maximale Followerannzahl waren ca 12 und insgesamt 20 Tweets habe ich geschrieben. Warum hat mich Twitter blockiert?

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Profile picture for user Guest
Permanenter Link

Your account has been suspended

This account, @mustermann12, was suspended for sending multiple unsolicited mentions to other users.

The mention and @reply features are intended to make communication between people on Twitter easier, and posting messages to several users in an unsolicited or egregious manner is considered an abuse of its use. Plus, it bothers other users! For more information about these features and proper use, please visit our @Replies and Mentions help page.

You will need to change your behavior to continue using Twitter. Repeat violations of the Twitter Rules may result in the permanent suspension of your account.

To continue using this account, please confirm below:
I confirm that I will discontinue abuse of the mention or reply feature, as well as any other behaviors that are prohibited by the Twitter Rules. I understand that my account may be permanently suspended if I continue using Twitter in a way that violates the Twitter Rules.
Complete the captcha below:

Suche

Neueste Kommentare

  • 4 weeks 1 day ago
    Transaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)

     Edit "/etc/my.cnf" ( under [mysqld] ):

    transaction_isolation="READ-COMMITTED"

    Restart MariaDB / MySQL:

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 2 months 1 week ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 2 months 1 week ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 2 months 1 week ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 2 months 1 week ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?