PDA

View Full Version : Problem with myepisodes.com?


statto
11-06-2007, 21:31
I've not been able to access this for the last couple of days. Anyone know of any problems?

smst
12-06-2007, 09:07
I can't access it either. Glad they waited for the season to be (almost) over before failing. I've become reliant on their RSS feed!

Illyria
12-06-2007, 09:10
I hope it comes back, I'm lost without it!

smst
12-06-2007, 09:19
...but having said that, I do have a working RSS feed! It's just the website that's broken. Try a URL like this:

http://www.myepisodes.com/rss.php?feed=WHEN&uid=USERNAME&pwdmd5=PASSWORDHASH

...where WHEN is one of yesterday, today or tomorrow; USERNAME is your MyEpisodes.com login name; PASSWORDHASH is the hex MD5 digest of your password. You can generate that online, for example here:

http://webnet77.com/cgi-bin/helpers/md5.pl

...but if you have a way of doing it locally that would be more secure. For example, if you have Python installed then at a command prompt:

python -c "import md5, sys; print md5.md5(sys.argv[1]).hexdigest()" MYPASSWORD

Illyria
12-06-2007, 09:27
Thank you smst, that will help until the site comes back. :thumbs:

smst
12-06-2007, 09:44
And now I seem to have access to the website again.

Illyria
12-06-2007, 09:54
Works for me too. Great!

statto
12-06-2007, 11:59
:clap: