vdeku / anarchintosh-projects

Automatically exported from code.google.com/p/anarchintosh-projects
0 stars 0 forks source link

Megaupload Platinum Account Fail - logging in as Free Account ONLY #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have tried clean installs of XBMC and Icefilms addon on 2 separate systems 
and get the same results
2. Platinum Account login works fine through Megaupload site, Megamanager and 
Icefilms website
3. Have tried logging into Megaupload website before launching XBMC and I still 
get the Free account through the Icefilms addon.

What is the expected output? What do you see instead?
I see "login successful" but I get the free account 25 second wait before 
buffering.

What version of the product are you using? On what operating system?
"Icefilms 1.0.6" & "XBMC 10.1" on Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by xdirtyfa...@gmail.com on 23 May 2011 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by chocol...@cpan.org on 4 Jun 2011 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by chocol...@cpan.org on 5 Jun 2011 at 6:17

GoogleCodeExporter commented 9 years ago
Same issue here

Original comment by keith...@gmail.com on 8 Aug 2011 at 4:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Is there currently any way to login with MU on the plugin? If not, I'm willing 
to submit a patch to change that

Original comment by ParkerKuivila on 18 Aug 2011 at 9:19

GoogleCodeExporter commented 9 years ago
I have the same issue, if anyone wants I can give you a free one month voucher 
to fix this. 

Original comment by webster....@gmail.com on 2 Oct 2011 at 6:58

GoogleCodeExporter commented 9 years ago
This issue is fixed email me at mimesis7803@gmail.com and I will email the 
developers an udpated megaresources.py to correct this issue. Albeit my version 
is a quick and dirty hack the gist of it is that there needs to be another 
function to check flashvars.status for platinum instead of just premium or 
free. 

Original comment by mimesis7...@gmail.com on 3 Oct 2011 at 7:06

GoogleCodeExporter commented 9 years ago
I have this issue aswell

Original comment by Andrew.E...@gmail.com on 6 Oct 2011 at 2:48

GoogleCodeExporter commented 9 years ago
I'm having this problem too, have to wait the 25 sec even though my account is 
platinum and the login is successful... please let me know if there is anything 
needed like a debug log or something...

Original comment by gapa...@gmail.com on 18 Oct 2011 at 4:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yep.  Same problem here on my Apple TV 2.  Very frustrating.  Any help would be 
MUCH appreciated!

Thx!

Loqutis

Original comment by 4Practic...@gmail.com on 19 Oct 2011 at 11:28

GoogleCodeExporter commented 9 years ago
Need help same issue here just buy my platinum after using premium account so 
that's why I buy platinum and doesn't work and I just buy it for xmbc. Puts me 
free account and have to wait 25 sec.
Tks for your time.

Original comment by arqel...@gmail.com on 13 Nov 2011 at 8:13

GoogleCodeExporter commented 9 years ago
How do I get it my premium account into apple tv?

Original comment by bman...@gmail.com on 15 Nov 2011 at 4:58

GoogleCodeExporter commented 9 years ago
Need help want for my platinum account to work with xbmc!!! On Icefilms.

Original comment by arqel...@gmail.com on 26 Nov 2011 at 4:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Have there been any updates on this issue?  My premium account still registers 
as a free account through xbmc.

Original comment by BradAPet...@gmail.com on 27 Nov 2011 at 10:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
My premium account does work but not my platinum need help I'm willing to give 
a free Boucher for one month for this matter. Tks.

Original comment by arqel...@gmail.com on 28 Nov 2011 at 4:52

GoogleCodeExporter commented 9 years ago
The problem is that the verification process looks for the word "Premium" on 
the resulting page after login. I applied an ugly fix to my script and works 
just fine for me, all  you have to do is text edit the 
"/plugins/video/Icefilm/mega/megaroutines.py" script and find the two places 
where the comparation is done, then replace the word "Premium" by "Platinum", 
that will do the trick...

This is just a quick and dirty fix, the script needs to be properly fixed to do 
both comparations but I havent had the time to do it myself and send it to the 
developers, it should be quite easy for them to do it also...

Original comment by gapa...@gmail.com on 28 Nov 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Gapa...@gmail.com tks for the info work quite well I had have half a month 
looking for an answer tks so much I promise a voucher If you want it tell me 
how to give it to you tks sooooooo much.

Original comment by arqel...@gmail.com on 1 Dec 2011 at 6:24

GoogleCodeExporter commented 9 years ago
I believe that they are replacing megaroutines.py with something else which is 
why this still haven't been fixed. I am not sure though. I did the fix myself 
and it works great.

I have attached it but use at your own risk

Original comment by keith...@gmail.com on 1 Dec 2011 at 6:32

Attachments:

GoogleCodeExporter commented 9 years ago
Megaupload changed their website a couple of days ago and the megaroutines.py 
was updated to support this change (new version is 1.0.18) but AGAIN they 
forgot about us Platinum users :-(

The solution is pretty much the same but the word used to check if an account 
is premium is "stars_3" (as a 3 star icon is shown next to your username) and 
for platinum accounts the word is crown (crown icon instead). So for a quick 
and dirty fix just replace "stars_3" by "crown".

For more permanent solution, this time I properly fixed the script to perform 
the extra checks necessary to add platinum account support, nothing really 
complicate but it does require a little modification to the default.py script. 
If you want full support for all kind of accounts you can replace your scripts 
with the attached ones, when you start watching a movie the message does let 
you know if you are using a free, premium or platinum account...

It would be really awesome if the developers can incorporate these scripts 
instead and maybe release it as a new version? changes are really minimal and 
that way moving forward we don't have to manually fix this every time a new 
version of the plugin gets released... anyone knows how to request this?

Original comment by gapa...@gmail.com on 10 Dec 2011 at 7:03

Attachments:

GoogleCodeExporter commented 9 years ago
Great! Thanks :D

Original comment by keith...@gmail.com on 10 Dec 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Thanks so much for the fix, just tried it and works like a charm.

Original comment by gusto...@gmail.com on 10 Dec 2011 at 7:34

GoogleCodeExporter commented 9 years ago
Could you please describe where this is located?

Original comment by TristanC...@gmail.com on 18 Dec 2011 at 12:55

GoogleCodeExporter commented 9 years ago
could some one please help me find where this script is located to edit?  Thanks

Original comment by TristanC...@gmail.com on 18 Dec 2011 at 12:57

GoogleCodeExporter commented 9 years ago
Work perfect.  Thanks

Original comment by sterng...@gmail.com on 20 Dec 2011 at 6:26

GoogleCodeExporter commented 9 years ago
Can someone please tell me how to install this script please ?

Original comment by bulk...@gmail.com on 21 Dec 2011 at 2:59

GoogleCodeExporter commented 9 years ago
Anyone wondering how to install this follow along.

SSH Into your apple tv, then navigate your way to 
/private/var/mobile/Library/Preferences/XBMC/addons/plugin.video.icefilms

When here overwrite your default.py file (SFTP) and make sure to keep a back-up 
before your replace, just in case. 

Then in the same directory navigate to /mega and replace the megaroutines.py

Then reboot, and test it out.

Hope this helps you out guys, also this is the directory that contains all the 
python code that makes icefilms work, so take a whirl at coding your own 
features :) 

Original comment by hackgame...@gmail.com on 31 Dec 2011 at 3:54

GoogleCodeExporter commented 9 years ago
The fix was added to the plugin in v1.0.19 so if you are unable to login with 
your platinum account then you are probably using an old version of it, just 
upgrade to the latest (v1.0.20 as of right now).

This defect can be closed...

Original comment by gapa...@gmail.com on 2 Jan 2012 at 3:28