mail.ru stopped working
Forums:
Hello
From today morning X-notifier refuses to check mail.ru for new messages, is there any way to check the script for it and repair it if needed?
Hello
From today morning X-notifier refuses to check mail.ru for new messages, is there any way to check the script for it and repair it if needed?
RpD
Sat, 03/07/2015 - 21:41
Permalink
mail.ru
First, you can try the troubleshooting steps here...
http://xnotifier.tobwithu.com/dp/node/4
Then you can try contacting the author of the custom script...
butekx@mail.ru
Egorro
Sun, 03/08/2015 - 02:52
Permalink
Thanks for the answer
It was working yesterday and stopped working today in both browsers (FF and CF). I've tried FAQ suggestions, with clean profile and Xnotifier only mail isn't checking, tried to create log - it saves the empty file (0 bytes size).
Wrote to the author, will be waiting for his response
max41479
Mon, 03/09/2015 - 09:03
Permalink
I just fixed this by
I just fixed this by replacing e.mail.ru to auth.mail.ru in the custom script and reinstalling it.
Here is corrected version: http://pastebin.com/5bvj92Zv
Egorro
Mon, 03/09/2015 - 14:21
Permalink
Thank you
It works, thank you very much
max41479
Mon, 03/09/2015 - 18:50
Permalink
Maybe someone can update the
Maybe someone can update the original script...
RpD
Mon, 03/09/2015 - 22:47
Permalink
Maybe
Maybe someone can send any fixes to the admin at xndevel@gmail.com
Egorro
Tue, 03/10/2015 - 03:12
Permalink
I will
I've started the topic - I will send the modified script))
Thanks again
CFBancroft
Tue, 03/10/2015 - 08:51
Permalink
var ver... should change date?
var ver="2011-11-30";
to
var ver="2015-03-10";
Before update at Tobwithu's script page.
svislav
Sat, 07/06/2019 - 00:29
Permalink
mail.ru, что только у меня
mail.ru, что только у меня перестал работать?
Simnet
Mon, 07/08/2019 - 18:51
Permalink
работает
works fine
Работает скрипт.
svislav
Tue, 07/09/2019 - 03:09
Permalink
Simnet, спасибо, вроде
Simnet, спасибо, вроде разобрался. У мейла на днях обновился интерфейс, я нажал кнопку "обновить" и перестал работать скрипт. Вернул интерфейс на старый и скрипт заработал.
RpD
Tue, 07/09/2019 - 10:40
Permalink
Custom script
you can try contacting the author of the custom script...
butekx@mail.ru
Google Translate:
Вы можете попробовать связаться с автором пользовательского скрипта ...
butekx@mail.ru
Vy mozhete poprobovat' svyazat'sya s avtorom pol'zovatel'skogo skripta ... butekx@mail.ru
Simnet
Tue, 07/16/2019 - 17:55
Permalink
solved
RDP thanks for your interest and assistance. The above problem was connected with a new interface automatically applied to a new accounts. The user switched the old interface and x-notifier works again
RpD
Tue, 07/16/2019 - 22:52
Permalink
Still...
Yes, I read his post, google-translated.
Still... the script should be updated perhaps.
pangasiys
Sat, 09/21/2019 - 00:28
Permalink
у меня с новым интерфейсом
у меня с новым интерфейсом работает этот скрипт :
/**********************************************************
@MAIL.RU
**********************************************************/
var name="Mail.RU";
var ver="2019-09-19";
var hostString="mail.ru";
function init() {
var ar=this.user.split("@");
if(!ar[1])ar[1]="mail.ru";
this.dataURL="https://e.mail.ru/inbox/?rf=e.mail.ru&afterReload=1";
this.loginData=["https://auth.mail.ru/cgi-bin/auth",,"Password","Login="+encodeURIComponent(ar[0])+"&Domain="+encodeURIComponent(ar[1])];
this.viewURL="https://e.mail.ru/inbox/?rf=e.mail.ru&afterReload=1";
this.cookieDomain="mail.ru";
}
function getCount(aData) {
var fnd = aData.match(/g_mail_events.+?(\d+)<\/i>/);
return fnd?(fnd[1]?fnd[1]:0):-1;
}
function getIconURL(){
return "http://img.imgsmail.ru/r/ru/favicon.ico?1";
}
Simnet
Thu, 12/12/2019 - 23:35
Permalink
Thank you bro!
Спасибо брат!
all_reg
Thu, 04/30/2020 - 16:55
Permalink
Thanks
Спасибо. Работает!!!
Hobbix2
Fri, 01/24/2020 - 23:25
Permalink
Please share someone a new
Please share someone a new working script for mail.ru
Simnet
Mon, 02/03/2020 - 16:00
Permalink
still workable
The above provided script is still workable for new interface
Simnet
Tue, 01/30/2024 - 06:53
Permalink
the mail.ru script stopped working again
Hi guys, can anyone check what's wrong?