Search found 2 matches

by SpeedCore
2007-09-07 06:16:41
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 5409

Ahh i didn't notice the date of nik0's post :lol: Well, i have some sporadic problems with that script. it can't handle id's with less than 4 digits and has some problems with some movies (don't know exactly, why...) Could someone help me find a solution? f.e. American Pie II won't work for me ...
by SpeedCore
2007-09-06 08:59:12
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 5409

This source did't work for me... dunno why :D here is the source edited by me:


program filmposterarchiv;
var
MovieName: string;

const
fp_Server = 'http://www.filmposter-archiv.de/';

function FindLine(Pattern: string; List: TStringList; StartAt: Integer): Integer;
var
i: Integer;
begin ...