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
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
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
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
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
Thank you
It works, thank you very much
Maybe someone can update the
Maybe someone can update the original script...
Maybe
Maybe someone can send any fixes to the admin at xndevel@gmail.com
I will
I've started the topic - I will send the modified script))
Thanks again
var ver... should change date?
var ver="2011-11-30";
to
var ver="2015-03-10";
Before update at Tobwithu's script page.
mail.ru, что только у меня
mail.ru, что только у меня перестал работать?
работает
works fine
Работает скрипт.
Simnet, спасибо, вроде
Simnet, спасибо, вроде разобрался. У мейла на днях обновился интерфейс, я нажал кнопку "обновить" и перестал работать скрипт. Вернул интерфейс на старый и скрипт заработал.
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
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
Still...
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";
}
Thank you bro!
Спасибо брат!
Thanks
Спасибо. Работает!!!
Please share someone a new
Please share someone a new working script for mail.ru
still workable
The above provided script is still workable for new interface
the mail.ru script stopped working again
Hi guys, can anyone check what's wrong?