How to change the date of a message in a contact. How to edit (change) sent messages on VKontakte


Why is the time in VK wrong?

Users of the social network Vkontakte often complain about problems with time and time zone. This is most often reflected when sending private messages. Sometimes the site shows the incorrect time of the last visit by a network user. What is the reason for this and can this issue be resolved?

Why does VKontakte time get lost?

  1. The social network has its own user support service, but when asked about such problems, they have only one answer: the time on the device used to log into the account is incorrectly set, or there is a virus in the system.
  2. Technical support specialists point out an error when setting up the belts and if you fix it, the issue will resolve itself. This answer is more plausible, but is not the only way out.

Often incorrect indication of time on the network is due to a change in time zone. If the time shows an hour back or forward, then the reason is the change of time zones in ten regions of Russia several years ago. To fix the problem, you need to update the operating system to the latest version and change the time zone to the current one. You can use automatic configuration or manually specify the desired parameter.

VKontakte: Sending personal messages using the VK service retroactively.

Published February 25, 2015

Good afternoon. Let's look at two ways to send a personal message to VKontakte retroactively.

Moreover, the first method is a mandatory addition to the second method. If you don’t succeed with the first method, you will definitely succeed with the second. If you are not a programmer, don't worry. You don't have to be one to get it right. Believe me, everything has already been done for you a long time ago.

However, the question arises: why and who needs this? Everything is very simple. Situations in life are different. For example, someone is waiting for an important document from you, and you forgot to send it... This article will help you correct this kind of situation.

But if VKontakte is a secure network, then how is this possible? Yes, it is true that hacking a VKontakte account is difficult. But no one is talking about hacking. We are talking about a small life hack, provided you have full access to two VK accounts.

Method #1. Changing the time zone on the server.

Before we get started, let's create two VKontakte accounts. We need full access to them. You also need to get access to the API.

After we have created two accounts, we log in. The application authorization process consists of 3 steps (https://vk.com/dev/auth_mobile): 1. Opening a browser window to authenticate the user on the VKontakte website. 2. User permission to access their data. 3. Transferring the access_token key to the application to access the API.

To authorize, you need to send a request to the address https://oauth.vk.com/token, passing the following mandatory GET parameters: grant_type, client_id, client_secret, username, password.

Example request: https://oauth.vk.com/token?grant_type=password&client_ >

We received a token. Great. Next, we need to order a high-quality and bulletproof VPS on CentOS. I think everyone can cope with this.

Now we need to change the time on our server. Setting up the server itself is described here: https://habrahabr.ru/post/246223/

Don't forget about VKontakte server data: • ip: 87.240.182.185 • browser: Mozilla/5.0 (vkShare; +https://vk.com/dev/Share) • host: srv185-182-240-87.vk.com • port: 36035

The time change can be found here:

Once we have changed the time on the server, we can start sending messages via message.send(). The fact is that the documentation for the message object of the “date” field says the following: the message object returns the “date” field - the date the message was sent in unixtime format. (https://vk.com/dev/message) Therefore, we simply send the message with a different unixtime. The main thing here is that the VKontakte server “recognizes” your VPS as its own. CentOS allows you to do this. It's all very simple, isn't it?

Method #2. Send messages as a forwarded message.

If the first method didn’t work for you, don’t worry. It is still needed for the second method. And so, we have a configured VPS server. We go to the social network VKontakte. We create a correspondence in the usual way between two accounts. Now our task is to access these messages and change their unixtime.

Let's get started. In order to receive private messages, we can use this source code: https://github.com/coldmind/vk-dialogue-export.py/blob/master/vk-dialogue-export.py

But, if it looks too complicated for you, you can try to do it only using the VK API : https://vk.com/dev/messages.getHistory

Everything is simple here. The most important thing for us is that we must correctly access the “date” field of the message object:

We take this source code as a basis: https://github.com/mrDoctorWho/VK-Exporter/blob/master/exporter.py

From it we need to take the following:

getMessageHistory(self, count, u > """ Gets messages history """ values ​​= <"count": count, "user_id": uid, "rev": rev, "start": start> return self.method( "messages.getHistory", values)

Or we just use php:

This is simple, since there are a lot of such methods on the Internet. We received a file where data about unixtime is stored. We change them to your date. And we return it back to the server in the same way as in the first case, only in the form of forwarding. In this case, success is guaranteed.

I would like to note that I did not write all the source codes, but only the most important and necessary ones. Everything else is very easy to write. As a result, as you can see, sending personal messages retroactively to VKontakte is very simple. Thanks to all.

Hello, friends! Today I will show you how to fake VKontakte correspondence

and on other social networks. I am sure that the majority do not know how to do this and believe the fake screenshots they receive from bad friends and other “good” guys. In this easy way, you can fake not only correspondence, but also other page data displayed by an Internet browser.

Where can you come across such tricks? The screen falsification method is used by people who are trying to exaggerate their income or some other statistics. For example, screenshots of site income. Therefore, by learning how this is done, you will be better informed and prepared for a possible divorce.

The method described below does not violate any laws. In this way, you do not change the site code, but only what you see in your browser. But lies, blackmail and other gray matters are quite punishable, and you can get really serious punishment for this

To fake correspondence, you don’t need a hacker’s brain or Photoshop skills. Also, you do not need to install additional programs. All you need is any internet browser and an internet connection. We will change messages and other data by viewing and changing the source code of the page.

In my case, the forgery of correspondence will take place on the VKontakte social network, using the Opera browser. You can do the same on Odnoklassniki, Facebook, mail.ru, Twitter, etc.

How to change the time in VK?

The wrong time in VK on your phone can be corrected as follows:

  1. On your phone, go to Settings.
  2. In the “Date and time” sub-item, change the time zone settings.
  3. Not sure if this is correct? Check through the search engine by entering “time in (name of city or region)” and the system will display current information.
  4. When setting up, you must uncheck the “Update automatically” checkbox, otherwise the time will be lost the next time you start the system.

When using a computer, you can change the time settings in the system according to the instructions:

  • On the taskbar, right-click on the time.

  • Select Set Date and Time.
  • Set your time zone.

If the problem persists, then it makes sense to activate an antivirus program and check the system for malicious files. You can also scan it with a special program by downloading it from the link - vk-gate.cezurity.com/install.php.

How to change the time in VK through the social network settings:

  • Log in to your profile.
  • Click "My Settings".
  • Find the setting you want.
  • Select the appropriate belt and confirm the action.

After these steps, the problem regarding the incorrect time in the presented social network should disappear. If nothing has changed, contact technical support.

Source

How to delete or hide your date of birth

Go to your page and click the “Edit” button located under the avatar (see).

Here we find the block “Date of Birth”. In the input fields, please provide current information.

There is a drop-down menu just below. The following options are available there:

  • Show date of birth
  • Show only month and day
  • Don't show date of birth

If you do not want other users to see this information, select the latter option.

In case you want to hide your age, select "Show month and day only". This way, your birth year will not be shown and you will hide your real age (see).

Correct time setting on VKontakte

When communicating, viewing news, publishing posts, and in many other cases on the VKontakte social network, real time is used. However, sometimes the value displayed on the website does not correspond to the real one at all, causing certain difficulties. Next we will try to tell you how you can fix this problem by correctly setting the time on different platforms.

Editing differences in the mobile version

Currently, social network specialists have provided the ability to edit messages in the full and mobile versions of the site. Please note that functional solutions for this function have not yet been developed for smartphone applications on Windows Phone, Android, iOS.

Many users are interested in the question of how to set the time in VK? Incorrectly set time causes a lot of inconvenience to account owners. In this article we will look at why the settings fail and how to fix it.

Setting VK time

Regardless of the version of the site used, problems over time are in one way or another always associated with incorrect system settings that require appropriate adjustment. The social network itself does not provide anything like this either on a computer or on a phone.

Method 1: Windows Time Settings

Problems with displaying the VKontakte time when using a computer are the rarest occurrence, since in this case the clock is only partially connected to the Internet. However, if you still encounter this, try opening the “Date and Time” settings, changing the “Time Zone” and, if possible, enabling automatic settings over the Internet. All required actions, as well as solutions to related problems, were described in more detail in a separate article on the website.

Method 2: Time Settings on Android

On the Android platform, system settings have a much greater impact on the official VKontakte application, even to the point of errors occurring during installation, opening or updating. Of course, date and time settings are also no exception and therefore require correct settings.

    Expand the “Settings” application and in the “System” block, click on the “Date and time” line. The exact location of the item may vary depending on the version of Android and the installed shell.

If at the time of time differences between the VK and the phone, the “Network Date and Time” and “Network Time Zone” options are enabled in this section, try disconnecting and rebooting the smartphone. However, in the opposite situation, enabling these functions can help.

How to “kill” an iPhone using a watch?

Members of the Reddit.com discovered a curious vulnerability in Apple devices with 64-bit processors (iPhone 5S and newer models). If you set the date on the gadget to January 1, 1970 and the time until 3 am, after rebooting the device will turn into a “brick”, DFU mode .

What is remarkable about this date? It is with this that the so-called UNIX era begins, which is also called computer time. From midnight on the 1st day of 1970 to the present moment, UNIX time is counted in seconds without breaking down into days, months or years. The “capriciousness” of Apple technology can be explained simply: if you set, for example, 2 a.m. in the UTC +3 (Moscow time), the UNIX counter will go into the negative.

There are several ways to protect yourself from this security breach. Owners of gadgets with jailbreak are recommended to download the BrickingDate , which blocks the ability to set a “death” date. Other iPhone owners should simply update their gadgets to iOS 9.3.1, after which only dates from January 1, 2001 will be available.

On the phone

It makes sense to start today’s instructions with methods for a mobile device, since they are the ones that most often cause time outages on the VKontakte social network.

Android

If you are using an Android mobile device, then to change the time in VK you will need to change the time on the device itself. To do this, you will need to perform several sequential steps:

    Open the settings section on your mobile device. Go to the very bottom of the page to find the “ System ” item. Once you find it, click directly on it.
  • A new page with several items will open in front of you. You will need to click on the “ Date and time ” column.
  • If you want to activate network time on your device, then you will need to click on the line “ Network date and time ”. Of course, you can edit the time manually, but if you set the network time, the time in VK will definitely be displayed correctly.
  • Once you have completed this, a small window with three items will appear in the center of the screen. Select the “ Use network time ” option.
  • Ready! Once you do this, manual time adjustment will become unavailable and your device will be set to the network time. Thanks to this, the time on the VKontakte social network should be displayed correctly.

    iPhone

    It is important to note that setting the time on an iPhone is very similar to that on an Android device. On a mobile phone with the iOS operating system, it is also possible to set the network time, or resort to manually setting the time. But still, I recommend setting the time zone correctly and activating the network time, then there will be problems with the time in social media. The VKontakte network should not arise. To do this, follow these steps:

      Open settings on your device. Find the “ Basic ” section and click on it.
  • You will see a page with various settings for your gadget. Find the “ Date and Time ” column and click on it once.
  • On the next page you will need to select the time zone that suits you. To begin this setup, click on the “ Time Zone ” line.
    Select the setting option you need on the page, and then click on the white dot, which is located on the right side of the “ Automatic ” line.
  • This completes the time setting. If you have completed all the steps above correctly, your device will display the network time according to the time zone you have set. I’ll say it again that you don’t have to enable automatic time adjustment, but edit it manually. But, in my opinion, it is better to do it as presented in the instructions above.

The year is displayed incorrectly - what is the reason?

By trying to change time, an iPhone user may find that he is living in the 28th year of the Heisei Era .

This means that it is not the Gregorian calendar (which we all use), but the Japanese one . Setting the correct calendar is easy: you need to return to the “Basic” section of the settings, then go to the “Language and Text” subsection (located not far from “Date and Time”).

In the “Calendar” menu, you should prefer the Gregorian chronology to the Japanese and Buddhist ones . Then the time settings will display your usual year.

On the computer

We've sorted out the mobile version. Let's move on to the VKontakte social network for a personal computer. In such a situation, you also need to resort to the time settings of the device itself.

That is, you will need to correctly set the time on your personal computer. Most likely, this will solve the problem with the wrong time on the social network. To set the time on your PC, you need to perform the following steps:

  1. If you have a Windows operating system, the time and date you selected will be displayed at the bottom right of the screen. Left-click on a given time.
  2. Once you do this, a window with a calendar and clock will appear in front of you. And at the very bottom of this window there will be a line “ Changing date and time settings" It is on this line that you will need to click with the left mouse button.

  3. After completing the steps above, a window will open to set the date and time. We will need the column " Change date and time" When you see it, click on it with the left mouse button.

  4. You will be redirected to a new page with date and time settings. You will need to find a large clock on the page, and under it you will notice a special line for entering numbers. Enter the correct time in this line, and then left-click on “OK”.

  5. That's all. With just a few simple steps, you were able to change the time on your personal computer. Since we no longer need the time settings window, close it. To do this, just click LMB on the cross icon. Now, you need to restart your computer. Once it turns on again, you can go to VKontakte and check whether the time is now set correctly.

To summarize today's instructions, we can note that the wrong time on social media. The VKontakte network is quite a rare phenomenon. But still, this can happen. In any case, after reading these instructions, you now know how to change the time in VK. The main thing is to choose the appropriate method specifically for your device.

Source

How time is displayed in contact. How to change the date of your last visit to VKontakte

Today, social networks are very popular, and almost every modern person has his own personal page, for example, Vkontakte. In this case, it may be necessary to change the real date of the last visit to your page. The date of your last visit to a social network can be easily changed in simple ways.

Ways to change the date.

— You can change the date using a simple and accessible program QIP 2012, which can be found on the Internet and downloaded. Next, you need to connect it to the VKontakte system. After this, you need to enter a new VKonakte account through the menu. In addition, you also need to enter your username and password. When everything is done, you need to select the item that allows you to become invisible to all users.

— You can also make all the clock settings on your computer. You just need to enter the desired date and time. Then the correct time will be displayed on the social network. It is recommended to do this before entering your VKontakte page.

- In addition, before leaving, you can simply delete your page. After that, when you need to log in, you can easily restore it. This method should be used very rarely to avoid problems with the system in the future.

Just go to his page. In the upper right corner, to the right of the person’s name, the time of the last visit will be written, for example: “came in today at 8:51.”

If it says
“Online,”
it means that this person is on VKontakte right now or was there just recently. The accuracy of this information is 5 minutes. That is, it may turn out that a person has been offline for 5 minutes, but you still see that he seems to be online. Previously (until the end of April 2017) this time was approximately 15 minutes.

If nothing is indicated there, there is no time (and the words “Online”

no either), read on:

Is it possible to hide the date and time when you logged into VK?

Could it be that a person hid the date and time of his visit to VKontakte, and then how can one find out when he visited? How to hide my time when I logged into VK? In fact, the time when you were last online (online) cannot be hidden. If someone told you that you can do this and continue using the site as usual, then he is simply lying. There is no such official possibility. Until April 2021, it was possible to remain invisible in some applications, then this option was removed completely. All that remains is Login (read more below).

The last login time disappears on its own if you haven’t logged in for a long time (more than three months). It is believed that after this time it no longer matters when exactly the person was online - it was too long ago. That’s why you don’t see this time for some people: they simply haven’t been online for a long time, and the date (time) of their visit has disappeared. They themselves did not hide anything. But the time will appear again the next time the person comes in. Or maybe the person could not restore access and has not used the old page for a long time, having opened a new page instead.

If the page doesn’t say when a person visited, it means he was there a long time ago. How to find out for sure? On his page, click on the “Write a message”

(if he has a personal message open for you) - VK will show the date when he was last on the site. It is better to do this in the full version of VK.

Sometimes the last online time is not displayed simply because VK is undergoing some technical work or is simply glitchy. This does not happen for everyone, but for that part of the people who are affected by these problems. Then, when everything is fixed, the time of the last login appears again.

How to use VK offline? The VKontakte administration reports that they have never made it possible to hide online status. You can only follow new events in VK, while remaining offline, through (are there new messages, likes, who is online, etc.). As soon as you go to the VKontakte website, you will appear on the network again, and your friends will be able to see it on your page. However, for many this is enough. Try it, it's convenient and safe.

Invisibility in mobile applications like Kate Mobile and similar ones no longer works. In addition, among such applications there are many fraudulent ones that do nothing and simply steal your passwords. So be careful. The most reliable login method is , which has been around for many years and has almost two million users worldwide.

There is another auxiliary way to hide the time of the last login to VK - you can log in, do something, and delete your page before leaving. It is not permanently deleted immediately, so you can restore it the next time you log in. But it is not recommended to do this constantly, because you risk losing access. And of course, people who look at your page will see that it has been deleted.

Try Login

Through the Login site (site) you can find out what is happening on your VKontakte and remain invisible until you go to the site. This also works for Odnoklassniki and Mail.ru. You can log in to any website with one click, it’s very convenient.

Everyone knows that the social network VKontakte collects, stores and uses your data for its own purposes (advertising, statistics, etc.). But most users can follow you, even if you don’t post new photos, don’t write new posts, your status on VK is always updated and anyone can see you online or when you went online.

After updating VKontakte in 2021, there are only 2 ways out of this situation:

  1. Activate
  2. Try to hide the time of your last visit to VKontakte

In order to hide the last time you visited VKontakte, you need to use one of the most popular applications - kate mobile.

  • Download the application;
  • Open it and go in;
  • Look for three vertical dots in the upper right corner;
  • Click on it;
  • “Settings” will open in front of you;
  • Click on "Online";
  • Select "Online Settings";
  • And click on “Be offline if possible.”

You can also do it from your computer by downloading this program to your PC. Now you won’t have to wonder how to hide the time of your last visit to VKontakte on your phone, how to hide the time of your last visit to VKontakte on your computer, and how to remove the time of your last visit to VKontakte.

But, if you want to hide all information about yourself, then we will help you with this.

Social networks are a kind of surveillance of your life. Each user can monitor your actions using photos and videos; if you want to limit access to your page, you should follow these steps:

  • Friend list
    . If you have a lot of them, for example, more than a hundred, then you better divide them into several categories. This will help you and your friends customize what content each specific person can see.
  • Options.
    Open "My Settings" -> "Privacy" tab. Here you can choose what content will be hidden from public view (basically, you can hide anything from messages and photos to groups and notes).
  • Photos.
    When you upload photos to VK, you can tag where the photo was taken. Using these tags, the social network makes a map of your travels. We recommend that you restrict access to the specified card.
  • Link.
    Using a special link located on the “Privacy” tab, you can check how other people see your profile
  • Black list.
    Your profile photo is always public. The only way to hide it from a specific user is to ban them completely. You can do this from the Blacklist tab.
  • Friend requests.
    When you decline a friend's request, that person becomes your follower - he/she can still see all your public posts

erfa.ru

Rating
( 2 ratings, average 4.5 out of 5 )
Did you like the article? Share with friends: