Italian Subtitles Retrive Handling (3 Viewers)

slope

Portal Member
March 23, 2009
26
1
Home Country
Italy Italy
I found the error!
The login page used in code to login to SMF doesn't exist anymore!
Here, in REMOSITORY.CS:
Code:
            loginUri = m_sBaseUrl + "index.php";
            reqString = "option=com_smf&action=login2&user=" + m_sUserName + "&passwrd=" + m_sPassword;
They join the SMF login to the joomla login of the whole site.

Here, a corrent workin login request:
h**p://www.italiansubs.net/index.php?username=*****&passwd=*****&remember=yes&Submit=Login&option=com_user&task=login&silent=true
This work. I tried it myself.

Actually, the real query string is this:
h**p://www.italiansubs.net/index.php?username=*****&passwd=*****&remember=yes&Submit=Login&option=com_user&task=login&silent=true&return=aHR0cDovL3d3dy5pdGFsaWFuc3Vicy5uZXQv&f984ac0a082955437387285a1b9102f5=1
but, onestly, I don't understand the meaning of the last two parameters.
By the way, even without them, the login works.

I hope the autors will correct soon! Can't live without!
And thank you all for the great job!

Thanks for the analysis.
We need a patch like in the first post. Maybe gabe01...

Help, gabe01!
Slope
 

slope

Portal Member
March 23, 2009
26
1
Home Country
Italy Italy
A friend of my write this c# app for downloading subs from itasa.
It's little raw right now but works good, like update of a whole directory.
subtitledown - Project Hosting on Google Code

you can download the source and make a patch for your plugin if you want.

Thanks for the app. Unfortunately i don't know how does it makes..
The code already exists in the plugin. Someone should change it in the section of login to italiansubs...

thanks
slope
 

Users who are viewing this thread

Top Bottom