📜 ⬆️ ⬇️

Russian analogue suicidemachine.org

my friend's article

"Inspired by" the struggle for the purity of the mind and the life of the moddr.net team, he decided to start writing the Russian-language equivalent of the Web 2.0 site Suicide Machine for the ( everyone's favorite ) vk0ntakte site.
Details under the cut, and for particularly curious: unVKontakte .

I warn you!

')
At the time of this writing, the site is still in development, and, therefore, possible flaws - "bugs". I will correct as soon as possible with the detection of such.

What makes this site?

This site deletes all your personal data from the VKontakte page, such as:

  1. Avatar
  2. Friends
  3. Private messages
  4. Inscriptions on the wall
  5. A photo
  6. Video
  7. Audio
  8. Photo and video tags
  9. Learning data
  10. Personal data ( name, surname, date of birth, interests, etc. )

Management of actions is carried out on the side of the user ( javascrip t) through a special script that I had to write for this. The rest ( i.e. requests to the VKontakte site ) are taken over by the server part ( api.php ).

What does javascript do?

The client part first of all tries to enter the site using the data you entered, and then adds to the queue all the events requiring execution. Then, events are launched in random order (as far as possible), and, based on the number of events and the relationship of completed requests to all existing ones, the status of the progressbar is updated.

What does api.php do?

The PHP part sends requests to the server ( with cookies ), parses them with regular expressions and sends back (to the client ) new tasks that need to be added to the queue.

Rating

Well, in order not to be boring - I organized a small rating (something like http://suicidemachine.org/#contact )

After that - the files themselves with the API and work with the database .
Here, in principle, and everything that happens inside and outside the site.

Looking forward to feedback, thanks.

unVKontakte

Source: https://habr.com/ru/post/80485/


All Articles