deviantART loggin script

Hi,

My config

WMN 2.9.2
firefox 9.0.1
windows xp sp3

Auto Login Script

I'm used to use WMN as an auto-login add-on too for some sites that I don't need to be notified the messages count.

Here is a sample I use for addons.mozilla.org:

/**********************************************************
MozAddon
**********************************************************/
var name="MozAddon";
var ver="2012.01.24";

function init(){
this.loginData=["https://addons.mozilla.org/fr/firefox/users/login","data[Login][email]","data[Login][password]"];
this.dataURL="https://addons.mozilla.org/fr/firefox";
this.mailURL="https://addons.mozilla.org/fr/developers/addons";
}

function getCount(aData){
return 0;
}

When I click MozAddon in WMN menu, it opens new tab in addons.mozilla.org where I'm already logged. WMN did the login job. This works perfectly with wmn 2.9.2 now. Because it didn't work anymore with the 2.9 and firefox 9.0.1.

Anyway, I tried to do the same for deviantART:

/**********************************************************
deviantART Perso
**********************************************************/
var name="deviantART";
var ver="2012.01.24.d";

function init(){
this.loginData=["https://www.deviantart.com/users/login","username","password"];
this.dataURL="http://www.deviantart.com/";
this.mailURL="http://www.deviantart.com/";
}

function getCount(aData){
return 0;
}

The script return 0 mail (it's ok) but it seems it fails to login to the site.

The script provided in the script repository doesn't work anymore. So help for writing a working script will be appreciated. My skills are too limited in JS.

up

up

To: fred_gaou, info about "UP"

You can visit website and learn more about "UP"
http://pixar.wikia.com/Up

If you think that I look up wrong place?
Please explain in different angle, not just two letters.
Me (CFBancroft), RpD and Tobwithu might "busy" something else.

Why don't you send private e-mail to Tobwithu?
He will check e-mail... when he can,
THAT IF, you provide user and password, so that way, he can access your e-mail and help you!
UNLESS you create "test_wmn"@dom.com for tobwithu.

Thanks, CFBancroft