Google Translation:
Warning:Log-in to the website is closed. Do not log-out, clear cookies or change browers if you wish to continue visiting.
Google Translation:
Warning:Log-in to the website is closed. Do not log-out, clear cookies or change browers if you wish to continue visiting.
we still unable to visit the tracker even changing the browser
For the love of god how can you login after you reinstalled windows? isn't there any workaround to login? Am I the only one in the world who cannot login because of that message? tried with vpn without success. maybe to import in chrome something from someone that is able to login properly? no way of login forever? I would really appreciate an response!
You might have a chance to login but first, someone who is already logged in should tell you what are the cookies used by the tracker. If the cookies are simple like "username:YourUsername" and "Password:YourPassword (which might be encrypted)", then you can simply create them and login without any problem. Otherwise, I think it is not possible!
Check out my UNLIMITED GiveAways and win invites for FREE:
Unlimited FunFile Invites GiveAway
Unlimited ICETorrent Invites GiveAway
This is all I got: https://imgur.com/4jjHFOk
I believe someone with more advance skills and knowledge would know how chrome cookies work and why login worked yesterday with my old 2 years window and now with the new windows some information was lost/deleted from my computer. If I could create that information in my pc I believe it would work but I don't know what to create/add in my pc so that totheglory would identify me as a user that is logged "forever".
Obviously this is the path to the google's cookies C:\Users\***\AppData\Local\Google\Chrome\User Data\Default and obviously this is where my knowledge stops.
Again I believe that this trick/workaround is possible but only for someone with skills and necessary knowledge.
As you can read here: Chinese trackers to lay low for a while, TTG is one of the sites that have disabled their login page. As it seems, you'll need to wait until they enable it again. There's no danger for your account until then.
@jimmy7 I understand that I have to wait and there is no danger to my account, but I am thinking about this cookie that could solve the issue in the future and in other cases/sites.
@TJoKeR You are saying for a screenshot like this: https://imgur.com/hicP6NE?
With those information populated correctly the login should be possible?
Aren't those information private and specific/different for each user?
Or from what part of the site should the screenshot be made?
@manutd
Install this addon https://addons.mozilla.org/en-US/fir...quick-manager/, you can find similar ones on other browsers. Open the addon, navigate to the website, you see something like this https://imgur.com/a/sHKYQhx. Here the first one is your userid and the second is your password encoded by md5. If the tracker save these cookies then it is pretty simple to add them back. You know your ID, your password can be easily encoded using any online websites.
Check out my UNLIMITED GiveAways and win invites for FREE:
Unlimited FunFile Invites GiveAway
Unlimited ICETorrent Invites GiveAway
Ok so let's take chrome because I have used it all my life, moziila not.
I have EditThisCookie addon and there I have the export options and I get something like this:
[
{
"domain": ".totheglory.im",
"expirationDate": some_random_numbers,
"hostOnly": false,
"httpOnly": true,
"name": "__cfduid",
"path": "/",
"sameSite": "unspecified",
"secure": true,
"session": false,
"storeId": "0",
"value": "some_random_numbers_and_letters",
"id": 1
},
{
"domain": "totheglory.im",
"hostOnly": true,
"httpOnly": false,
"name": "PHPSESSID",
"path": "/",
"sameSite": "unspecified",
"secure": false,
"session": true,
"storeId": "0",
"value": "some_random_numbers_and_letters",
"id": 2
}
]
where I have replaced the numbers and letters with "some_random_numbers" because I don't know if this is private information because again I dont't know how cookies work and I would like to learn.
So my username is "value": xxxxxxxxxxxxxxxxxxx? above "id": 1
and my password is "value": xxxxxxxxxxxxxxxxxxxx? above "id": 2
AND these numbers and letters are generated with this md5 generator:
https://md5calc.com/hash/md5/my+username
https://md5calc.com/hash/md5/my+password
And after I replace both "value" fields I just IMPORT to TTG site using EditThisCookie??
I'm I correct? it's that simple? I'm I wrong and far away for getting this trick to work?