Keeping track of your series/episodes
Keeping track of your series/episodes
Ey all..
Got a bit borred because of the snow here in belgium so threw together a site to keep track of my series and eps. Its build around jquery so the loading times should be as little as possible. The data is pulled twice per day from thetvdb, it has ical support for the upcoming epsides so you can easily import it into gmail, outlook or any other ical supporting email program. There's already a limited api (rss and xml) and probably will add new stuff later on.
If interesed you can register at http://www.tvchecker.net and let me know what you guys think about it.
Thanks!
19/01/2011
You can now ignore a serie so missing episodes aren't downloaded
20/01/2011
Its now possible to give ratings to episodes
16/04/2012
Added some screenshots :
IMAGE: Main screen
IMAGE: Series detail
IMAGE: Acquired/Ignored episodes + Detail + Rate
IMAGE: Time wasted
IMAGE: Series you might like
IMAGE: Top series
IMAGE: Calendar view
Got a bit borred because of the snow here in belgium so threw together a site to keep track of my series and eps. Its build around jquery so the loading times should be as little as possible. The data is pulled twice per day from thetvdb, it has ical support for the upcoming epsides so you can easily import it into gmail, outlook or any other ical supporting email program. There's already a limited api (rss and xml) and probably will add new stuff later on.
If interesed you can register at http://www.tvchecker.net and let me know what you guys think about it.
Thanks!
19/01/2011
You can now ignore a serie so missing episodes aren't downloaded
20/01/2011
Its now possible to give ratings to episodes
16/04/2012
Added some screenshots :
IMAGE: Main screen
IMAGE: Series detail
IMAGE: Acquired/Ignored episodes + Detail + Rate
IMAGE: Time wasted
IMAGE: Series you might like
IMAGE: Top series
IMAGE: Calendar view
Last edited by fvboegeld on April 16th, 2012, 12:40 pm, edited 3 times in total.
Re: Keeping track of your series/episodes
Looks quite good, nice job
One thing however: After I registered you sent me my username and chosen password (in raw form). This tells me you do not have a hash/salt on the password and that it is stored unencrypted in raw form. I usually stop using any site which has this.
One thing however: After I registered you sent me my username and chosen password (in raw form). This tells me you do not have a hash/salt on the password and that it is stored unencrypted in raw form. I usually stop using any site which has this.
The Business Sim - My online business simulation game under development
Re: Keeping track of your series/episodes
The mail is send right after you click on 'registered', but the passwords are definatly stored as md5 hashes in the database.webtoad wrote: Looks quite good, nice job
One thing however: After I registered you sent me my username and chosen password (in raw form). This tells me you do not have a hash/salt on the password and that it is stored unencrypted in raw form. I usually stop using any site which has this.
What happens is as follows
-> you click on register
-> username and pass that you entered are send to the server as a POST action
-> md5(password) is stored in the database
-> mail is send with the info i got from the POST
This is a screenshot of the database structure (users) : http://www.mediafire.com/i/?qqkmio81hh3ac3v
Hope this clears up a bit.
Re: Keeping track of your series/episodes
Updated the site a bit
See first post
See first post
Last edited by fvboegeld on January 20th, 2011, 3:14 pm, edited 1 time in total.
Re: Keeping track of your series/episodes
Are there people who are using the site? Got any feedback? Suggestions? Remarks (pos and neg)
Thanks
Thanks
Re: Keeping track of your series/episodes
really noone?
oh well...
oh well...
-
- Newbie
- Posts: 37
- Joined: June 5th, 2009, 12:37 pm
Re: Keeping track of your series/episodes
I tried to login and got
Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() [datetimezone.--construct]: Unknown or bad timezone ('GMT')' in /home/ricafort/public_html/eps/config.inc.php:139 Stack trace: #0 /home/ricafort/public_html/eps/config.inc.php(139): DateTimeZone->__construct(''GMT'') #1 /home/ricafort/public_html/eps/header.inc.php(3): require('/home/ricafort/...') #2 /home/ricafort/public_html/eps/display_settings.php(2): require('/home/ricafort/...') #3 {main} thrown in /home/ricafort/public_html/eps/config.inc.php on line 139
Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() [datetimezone.--construct]: Unknown or bad timezone ('GMT')' in /home/ricafort/public_html/eps/config.inc.php:139 Stack trace: #0 /home/ricafort/public_html/eps/config.inc.php(139): DateTimeZone->__construct(''GMT'') #1 /home/ricafort/public_html/eps/header.inc.php(3): require('/home/ricafort/...') #2 /home/ricafort/public_html/eps/display_settings.php(2): require('/home/ricafort/...') #3 {main} thrown in /home/ricafort/public_html/eps/config.inc.php on line 139
Re: Keeping track of your series/episodes
Thanks! Should be fixed now.
Re: Keeping track of your series/episodes
can you elaborate a bit more on what your site does? i mean, is it a sickbeard alternative? or more like a library/catalogue?
Re: Keeping track of your series/episodes
Its simular to sickbear but somehow different. You can best compare this to myepisodes.com.boiler wrote: can you elaborate a bit more on what your site does? i mean, is it a sickbeard alternative? or more like a library/catalogue?
- Easy to track upcoming episodes
- See what episodes you're missing
- Episode info
- There's a tool that uses the api to search for missing episodes on nzbmatrix or nzbs.org
- Ical support (easy import this in outlook and google)
- RSS support
- XML
- Calendar overview
- Time wasted
- Easy to ignore episodes or even entire shows
- Build on jquery (ajax)
- ...
It doesn't have the most fancy layout and all the bells and whistles but it works and i'm using it to keep track of my series and episodes on a daily base.. The site was made as some sort of project...
Thanks!
Re: Keeping track of your series/episodes
Any suggestions of things i could add to the site?
Thanks!
Thanks!
Re: Keeping track of your series/episodes
Site is now online for more than a year... any remarks (positive aswell as negative ones) ?
Thanks!
Thanks!
Re: Keeping track of your series/episodes
Added some screens
Re: Keeping track of your series/episodes
very nice, thanks for the site, now all we need is to somehow make sabnzbd rss look just like this...keep it up