Search found 12 matches

by azer
2009-07-19 22:56:02
Forum: Ant Movie Catalog > Scripts
Topic: [REL] MovieGoods updated
Replies: 1
Views: 1117

[REL] MovieGoods updated

Since they completely changed their layout I updated the script and added som extra functionality for batch processing.

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=KaraGarga, Miss Kitty, Azer
Title ...
by azer
2008-09-08 19:57:00
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 358293

I have corrected my code:

Code:
#mdb .curvy1 .bl { background: url('images/corner.php?cn=bl&d=8&ic=B8AD91&oc=d8cbaa') 0 100% no-repeat; background-color: #b8ad91; }
#mdb .curvy1 .br { background: url('images/corner.php?cn=br&d=8&ic=B8AD91&oc=d8cbaa') 100% 100% no-repeat; }
#mdb .curvy1 .tl ...
by azer
2008-09-04 14:52:57
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 358293

@Axelv
if you still get black corners you could try to insert ini_set("display_errors", 1);
error_reporting(E_ALL);

Excuse me AZER, I'm newbe in php. Where I must insert that code in corner.php exactly??

Sorry for my english

as i said after the comments in corner.php
that would be before ...
by azer
2008-08-28 18:42:00
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 358293

@Axelv
You can try to narrow the error down by running the link for the corner image directly
try http://insertyoursitehere.com/templates/default/images/corner.php?cn=bl&d=50&ic=88806B&oc=d8cbaa
and you'll get a big version of the bottom left corner.
If you get a 500 error your version of php ...
by azer
2008-08-28 18:20:36
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 358293

There is a bug in resize.php, if you have your images named by movie number.
If you rearrange the movie numbers or you change one of the pictures and if the image has previously been cached the wrong image will show up on the page.

This is because the script only crates a unique hashed name out of ...
by azer
2008-08-22 18:42:33
Forum: Ant Movie Catalog > Templates
Topic: PK's MovieDB Release.V3.0 (Dynamic PHP View)
Replies: 564
Views: 358293

I had some trouble with images showing red x'es so I made some fixes to resize.php

change:
// Check the file exists, if not use the default
if (file_exists($_GET['img']) == FALSE) {
$_GET['img'] = $default_img;
}

to:
// Check the file exists, if not use the default
if ((file_exists($_GET['img ...
by azer
2008-06-18 21:43:53
Forum: Ant Movie Catalog > Scripts
Topic: IMDB script, dont ask me which film to choose
Replies: 2
Views: 1294

On the right side in the scripting menu, double click on "BatchMode" a new window opens and you can choose if the script is supposed to ask every time, if it should pick the first movie available or if it should use the imdb link from the url field.
And if you remove the tick beside "show ressult ...
by azer
2008-06-17 22:58:44
Forum: Ant Movie Catalog > Scripts
Topic: IMDB script does not get full summary...??
Replies: 18
Views: 4879

Many thanks for your quick response.
But since it didn't provide me with the extra spoiler synopsis I made a hack myself.
if ((TextBetween(Value, '<a class="tn15more inline" href="synopsis">', '</a>')) = 'full synopsis (warning! may contain spoilers)') and ((TextBefore(Value, '<a class="tn15more ...
by azer
2008-06-17 18:04:43
Forum: Ant Movie Catalog > Scripts
Topic: IMDB script does not get full summary...??
Replies: 18
Views: 4879

I think the new spioler tag broke something in your script, I only get "full synopsis (warning! may contain spoilers)" when I try to retrieve the description even with "descriptionselection" set to 2 for this http://imdb.com/title/tt0808532
And it would be nice if the script could skip the ...
by azer
2008-01-14 18:02:15
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [BETA] Amazon[.com|.co.uk|.de|.ca|.fr|.co.jp]
Replies: 14
Views: 16526

I was using the one from www.antp.be/temp/scripts/. This one works nicely.
by azer
2008-01-11 22:15:24
Forum: Ant Movie Catalog > Scripts
Topic: [REL] [EN] [BETA] Amazon[.com|.co.uk|.de|.ca|.fr|.co.jp]
Replies: 14
Views: 16526

Verry nice script :D
But I found a bug, try searching for "Logan's Run" without the qoutes and select choice number 2 or "Robo Vampire" and choice 2 or 3.
It seems like it's the problem with dvds without covers. But the script shuffles the order of the two first dvds around it seems. But the funny ...
by azer
2007-04-14 15:20:41
Forum: Ant Movie Catalog > Scripts
Topic: [REL] AVIList - Import Multiple AVI files into AMC
Replies: 13
Views: 13051

Download doesn't seem to be working :(
I'm looking forward to testing it.