mail.ru stopped working

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?

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's picture

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's picture

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's picture

It works, thank you very much

max41479's picture

Maybe someone can update the original script...

Maybe someone can send any fixes to the admin at xndevel@gmail.com

Egorro's picture

I've started the topic - I will send the modified script))

Thanks again

CFBancroft's picture

var ver="2011-11-30";

to

var ver="2015-03-10";

Before update at Tobwithu's script page.

mail.ru, что только у меня перестал работать?

works fine

Работает скрипт.

Simnet, спасибо, вроде разобрался. У мейла на днях обновился интерфейс, я нажал кнопку "обновить" и перестал работать скрипт. Вернул интерфейс на старый и скрипт заработал.

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

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

Yes, I read his post, google-translated.
Still... the script should be updated perhaps.

у меня с новым интерфейсом работает этот скрипт :

/**********************************************************

    @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";

}

 

Спасибо брат!

all_reg's picture

Спасибо. Работает!!!

Hobbix2's picture

Please share someone a new working script for mail.ru

The above provided script is still workable for new interface

Hi guys, can anyone check what's wrong?