Search found 58 matches

by Thermal Ions
2007-07-22 07:23:05
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Good of you to post solution too, for benefit of others :)

Cheers.
by Thermal Ions
2007-07-18 13:25:37
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Which is strange as the database IS being accessed as the movie details are all appearing. This php and sql rookie (or is that overrating myself) wonders if it's throwing an error there due to some unsupported function not compatible with the php or sql version the webserver is running. Cheers.........
by Thermal Ions
2007-07-10 13:59:29
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

No need to re-import all movies again :) When you are exporting from AMC, make sure to have the movies you have added or updated selected first, then chose export to SQL. On this export screen there is a tick box to "Update instead of Insert", tick this and make sure that down the bottom &...
by Thermal Ions
2007-06-17 09:52:32
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

@Caveman Are you hosting it on your local PC, or thru a hosting site on the web, if so which one? A couple of things to check: - Do you have the server name correct? Depending upon the setup it may have to be "localhost". - Does your webhost add a prefix to the username and database name y...
by Thermal Ions
2007-05-04 16:02:41
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

OK, who's playing funny buggers with me - the questions I just finished answering have disappeared now :cry:
by Thermal Ions
2007-05-04 15:58:23
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

1. Number of thumbnails in the cover_view.tpl file add in some extra table cells so you end up with 6 movies instead of 4: # --- RESULTS MOVIES -------------------------- <div class='movies IMGVIEW curvy1 num_$SHOWING_TOTAL'> <div class="bl"><div class="br"><div class="tl&q...
by Thermal Ions
2007-04-28 07:45:33
Forum: Ant Movie Catalog > Comments
Topic: AMC 3.5.1 - "official" version released
Replies: 55
Views: 33500

I'm only using 3.5.0 however I've found that dragging from IE to AMC only seems to work for images that appear on a webpage in a simple manner and also are not links. e.g. On Google's website (http://www.google.com.au/) the google image has a URL http://www.google.com.au/intl/en_au/images/logo.gif a...
by Thermal Ions
2007-04-28 07:16:22
Forum: Ant Movie Catalog > Scripts
Topic: Movie Title not unique
Replies: 4
Views: 1208

Yes, that can be annoying, especially with some very common movie titles. But... Technically, yes, the script could be written to also display the producer, director, or writer. For most scripts this would mean however that the script would have to actually grab the contents of every possible matchi...
by Thermal Ions
2007-04-17 09:10:09
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

My actors are stored in AMC as follows:
Bryce Dallas Howard (as Ivy Walker), Joaquin Phoenix (as Lucius Hunt)
These import and display in PK's db fine, but not sure off hand whether it supports other configurations.

Cheers.......Thermal
Thermal's Movie & TV Series db
by Thermal Ions
2007-04-13 16:50:33
Forum: Ant Movie Catalog > Scripts
Topic: IMDB
Replies: 63
Views: 16782

Been at it again - fiddling with antp's IMDB script. :shaking: I found that a spoiler warning sometimes appears in the Trivia list, and presently isn't dealt with very cleanly. To tidy it up insert, the following line: Value := StringReplace(Value, '>>> WARNING: Here Be Spoilers <<<', #13#10 + '>>> ...
by Thermal Ions
2007-04-10 17:10:04
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

The autoimport function works for me on my local webserver, however it fails for me on 110mb.com - something to do with the server's (virtual) directory structures I guess. The only other thing I can suggest is that you check the setting for it in the mdb_config.inc file $this->config['options']['au...
by Thermal Ions
2007-04-10 16:55:35
Forum: Ant Movie Catalog > Scripts
Topic: [EN] OFLC script for Australia
Replies: 1
Views: 845

[EN] OFLC script for Australia

For all those other Aussies out there - there are some aren't there :??: I've put together a script to query the OFLC - Office of Film and Literature Classification's online database. So now you can finally ditch the MPAA's ratings from IMDB and instead have the one's that actually apply to your mov...
by Thermal Ions
2007-04-10 11:30:18
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Looks good Kazgor :) That LIFO process is very snazzy too.

@JP
You need to import the sql file into your mysql database on your server. Are you running your server locally or hosting it somewhere on the web? How you go about it will depend upon what sql admin program / script you are using.
by Thermal Ions
2007-04-09 22:43:37
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

ps.. im hoping to post my mod some time soon, rather than people try to hack in all the code thats been posted recently. :) HeHeHe.....Then I can have the fun of ripping out the changes to hack into mine :hihi: I've hacked so much of mine now, It's going to be really fun remembering all the changes...
by Thermal Ions
2007-04-09 15:53:19
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Yes, I've got the comments field working, even with your nice little bullets instead of dashes. I forgot about your post back in the version 2 thread, and actually worked out what needed to be changed / added myself after being unable to find it in this thread. I progressed a little further by trimm...
by Thermal Ions
2007-04-08 16:27:51
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Thermal.. ta for popping in here and helping out.. you been doing a good job :) Thanks Kazgor. It's been fun actually, and given me some impetus to play around and learn a few things while helping out. ;) 1. use a 600pixel width image with filmstrip logo on the left & right side of the image wi...
by Thermal Ions
2007-04-06 12:29:01
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

I've done a bit of playing around and unfortunately can't get the "movie strip" border you want by just using css. It is acheivable by resorting to using a table as was done in PK's version 2 template (as used by http://kazgor.awardspace.com/index.php ). In index.php, replace: <body style=...
by Thermal Ions
2007-04-05 10:35:49
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 259602

Image border can be changed by adjusting the "\templates\default\style.css" file /*---------------------------------------------------------------------------------- /* MovieDB Movie List /*---------------------------------------------------------------------------------- */ #mdb .movies A...
by Thermal Ions
2007-04-01 17:52:14
Forum: Ant Movie Catalog > Scripts
Topic: IMDB
Replies: 63
Views: 16782

Been testing out the script a little and came across problem of blank lines in beginning of Comments field, and IMDB TRIVIA heading not being correct (left over text from the actors list is inserted) if Comments field is blank. Blank lines seems to be fixed by making a change at the end of the Comme...
by Thermal Ions
2007-04-01 02:07:48
Forum: Ant Movie Catalog > Scripts
Topic: IMDB
Replies: 63
Views: 16782

Thanks for your work on this Antoine
Image