Search found 60 matches

by mjs7231
2014-06-12 14:47:29
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

Thanks Cage! I lost that a long time ago. I put it up on BitBucket here: https://bitbucket.org/mjs7231/pks-movie ... e/overview
by mjs7231
2010-07-29 00:58:10
Forum: Ant Movie Catalog > Templates
Topic: Any Interest in a Python Django App for PKsMovieDatabase?
Replies: 0
Views: 2158

Any Interest in a Python Django App for PKsMovieDatabase?

I no longer write PHP code, and haven't done so in about 3 years as you can tell from the lack of updates in the PHP version of PKsMovieDB. I am just curious how much interest there would be in a Python version of this app for Django? This would obviously need to be a new branch, starting form scrat...
by mjs7231
2009-10-28 17:48:21
Forum: Ant Movie Catalog > Templates
Topic: Modification of PK's MovieDB [UPDATE 2009-06-04]
Replies: 116
Views: 71107

Awesome Alex, looks nice. I really like the addition of the lightboxes for image previews and especially the actor list. Glad someone was able to take the reigns and keep this project officially moving forward. Any chance you fixed these issues? http://securityvulns.com/Tdocument50.html I haven't to...
by mjs7231
2009-05-23 05:05:30
Forum: Ant Movie Catalog > Scripts
Topic: Hashing Files for Auto-Importing
Replies: 5
Views: 2511

Yea, It'll obviously need some method to extend to any service someone is using and thats where it gets complicated. However, it might be able to be simple if you consider all the other sites an addition.. For example: Table 1 has columns: hash, movie_index, votes Table 2 has columns: movie_index, t...
by mjs7231
2009-05-22 03:19:49
Forum: Ant Movie Catalog > Scripts
Topic: Hashing Files for Auto-Importing
Replies: 5
Views: 2511

Hashing large files does take some time, but I bet you can get away without hashing the entire file, and perhaps only the first few megabytes. We're not going for data integrity, just a quick and easy method to say this file relates to this row in the database. A database would need to be hosted som...
by mjs7231
2009-05-12 21:30:52
Forum: Ant Movie Catalog > Scripts
Topic: Hashing Files for Auto-Importing
Replies: 5
Views: 2511

Hashing Files for Auto-Importing

The issue I have been pondering in my head more and more lately is the pain the butt it is to actually get your movie collection into something like ANT, XBMC, or BOXEE. Everyone has a different method to try to auto parse the file names to know what the correct IMDB site to goto is. I question the ...
by mjs7231
2009-05-12 21:28:24
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

You guys are crazy

As you noticed I stopped development on this several years ago. Its awesome to come back every now and then and see what has been happening. I actually stopped programming in PHP abot a year ago and have been focusing on Python development. It's much better IMHO. So you won't see any updates on this...
by mjs7231
2007-06-22 04:11:23
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

My little modification: http://cconradd.dvd.pl/ grin What do you think? grin I LOVE IT! :) ------------------------ An Update: I haven't forgotten about ya'll, just trying to focus on my GRE studies. :) My Website is down. I didn't do this very smoothly, but I am moving everything to a new server. ...
by mjs7231
2007-02-09 17:47:15
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

I mean that is a bad idea. When i do this, than all url´s convertet also. Once you have the information in a database, its easy to fix. Maybe its worth writing a 3 or 4 line script to do this for you. You should be able to execute the below query to fix the values using SQLYog, or PHPMyAdmin.. *** ...
by mjs7231
2007-02-01 14:41:33
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

very professional looking Thanks. :) What I'd like to be able to have the script do is to read the width of the browser window, and based upon that dynamically display an appropriate number of covers across (e.g. <=800 - 4 across, 1024 - 6 across, >=1280 - 8 across). An easier method might be to pl...
by mjs7231
2007-01-30 14:19:31
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

if you can do it great, but no worries if you can't.
Hehe,

Don't worry worry about touching any sensitive spots Kazdor. I can take it. I will surly get these out within the week. Having a list helps, so thanks. :)

- Mike
by mjs7231
2007-01-27 04:37:06
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

Thanks kazgor, The border around images will be in 3.4. I haven't found a decent PHP4 server to test this script on, and I just have been too lazy to do so.. :D I'm still working on client work with my nights, when I actually feel like touching a PC after 8 hours of it at work, so releases are sprea...
by mjs7231
2007-01-24 20:10:50
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

Thanks Thermal 3.4 is pretty much done, I just never packaged it up yet. There are quite a few bug fixes you may want to wait for. --------- For everyone else.. After 3.4 is released, I may start work on 4.0. I know I said version 3 would probably be my last big release. This whole template idea wor...
by mjs7231
2007-01-24 20:03:52
Forum: Ant Movie Catalog > Templates
Topic: shadowmovie SQL/PHP
Replies: 2
Views: 2724

Much better than I ever did on my first PHP program. :)
- Mike
by mjs7231
2007-01-17 15:33:08
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

I'll look up the exact version numbers tonight. I know I am running PHP5 on both servers, not sure about the MySQL versions.
by mjs7231
2007-01-17 15:30:55
Forum: Ant Movie Catalog > Help
Topic: Import from SQL to AMC
Replies: 3
Views: 1556

For anyone else wanting to do this. I believe both applications below can export a MySQL database to CSV.

SQLYog: http://www.webyog.com/en/
PHPmyAdmin: http://www.phpmyadmin.net/home_page/index.php
by mjs7231
2007-01-17 15:20:51
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

Sorry guys, I didn't get to fix the site last night. I have a client project with a tight deadline I need to focus on until early Feb. I should get the main site working shortly, but until then.. here is the release directory. Development Demo: http://pkwebstudio.com/apps/moviedb/mdb3.php Download F...
by mjs7231
2007-01-12 03:21:44
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

Thanks MJS thats a nice debugging function. I've done the debug in both area's mentioned and attached a copy of the file, could you pls havea loook and see if it makes sense, to me it looks like its working in those two functions so it could be somewhere later on that its failing. http://www.mytemp...
by mjs7231
2007-01-11 14:16:53
Forum: Ant Movie Catalog > Templates
Topic: Images for V3.0.3 thumbs not focusing for me.
Replies: 3
Views: 3463

Do you happen to know what version of ImageGD you are running on that server? It might have something to do what that.
by mjs7231
2007-01-11 01:06:48
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 244153

I'll takie a deeper look at this tonight.. --- Here is a VERY handy function for debugging. Just place it someplace in the global scope (not in a class). Call it when you want to visually see the contents of anything. :) #---------------------------------------------------------- # FUNCTION: print_r...