Now an update for the script. Urls were changed a bit and there's a POST/GET check. 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 ...
Search found 15 matches
- 2008-10-30 20:29:48
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
- 2006-10-08 08:42:02
- Forum: Ant Movie Catalog > Comments
- Topic: Request: Way to link scripts together (batchmode)
- Replies: 5
- Views: 2938
- 2006-10-07 15:32:40
- Forum: Ant Movie Catalog > Comments
- Topic: Request: Way to link scripts together (batchmode)
- Replies: 5
- Views: 2938
i posted my last request also here...it was fine at that time 
viewtopic.php?t=2743
but, what about my request

viewtopic.php?t=2743
but, what about my request

- 2006-10-07 15:06:42
- Forum: Ant Movie Catalog > Comments
- Topic: Request: Way to link scripts together (batchmode)
- Replies: 5
- Views: 2938
Request: Way to link scripts together (batchmode)
Hi,
could you please add a possibility to link scripts, eg. first start script ofdb, then script xy, then script za.
I tried to make a big script like imdb-ofdb, but i failed.
Nik0
could you please add a possibility to link scripts, eg. first start script ofdb, then script xy, then script za.
I tried to make a big script like imdb-ofdb, but i failed.

Nik0
- 2006-02-20 16:53:34
- Forum: Ant Movie Catalog > Help
- Topic: How to set an empty value with setField?
- Replies: 2
- Views: 1247
- 2006-02-20 11:17:58
- Forum: Ant Movie Catalog > Help
- Topic: How to set an empty value with setField?
- Replies: 2
- Views: 1247
How to set an empty value with setField?
Hi,
i tried to clean my comments fields with the command
SetField(fieldComments, '');
but the new value was not stored in the database.
SetField(fieldComments, 'aaa'); would work, but this is not what i want to have.
What's the clue?
i tried to clean my comments fields with the command
SetField(fieldComments, '');
but the new value was not stored in the database.
SetField(fieldComments, 'aaa'); would work, but this is not what i want to have.
What's the clue?

- 2005-12-10 14:16:57
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
- 2005-12-10 14:16:19
- Forum: Ant Movie Catalog > Bug reports
- Topic: Request HTTP Referer
- Replies: 3
- Views: 2539
- 2005-11-30 18:42:34
- Forum: Ant Movie Catalog > Bug reports
- Topic: Request HTTP Referer
- Replies: 3
- Views: 2539
Request HTTP Referer
Hi,
there is now a referer check at my default picture download site.
viewtopic.php?t=537&highlight=
Could you please add a possiblility to change the http referer field with the function "GetPicture"?
Bye
Nik0
there is now a referer check at my default picture download site.
viewtopic.php?t=537&highlight=
Could you please add a possiblility to change the http referer field with the function "GetPicture"?
Bye
Nik0
- 2004-12-19 18:23:59
- Forum: Ant Movie Catalog > Comments
- Topic: Version 3.5 - Final version released
- Replies: 243
- Views: 84832
Filmposter-archiv.de Script
Hi,
i get an error like "Script Error: Filmposterarchiv at Position xy (round close expected)". Can you please tell me what's wrong with my script and where the mistake is?
Bye
Nik0
i get an error like "Script Error: Filmposterarchiv at Position xy (round close expected)". Can you please tell me what's wrong with my script and where the mistake is?
Bye
Nik0
- 2003-04-19 08:47:48
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
- 2003-03-19 15:05:00
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
I found a bug:
please change
I have updated the upper post
please change
Code: Select all
// Picture
LineNr := FindLine('<IMG SRC="../p_', Page, 0);
- 2003-03-15 15:05:00
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
- 2003-03-15 11:59:32
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
- 2003-03-15 11:24:48
- Forum: Ant Movie Catalog > Scripts
- Topic: [Release] Script for filmposter-archiv.de
- Replies: 15
- Views: 5401
[Release] Script for filmposter-archiv.de
Hi,
i changed the script for imdb a bit and made it compatible to filmposter-archiv.de.
It only imports the filmposters.
Perhaps somebody needs it :wink:
// GETINFO SCRIPTING
// Bild von Filmposterarchiv.de
program filmposterarchiv;
var
MovieName: string;
const
fp_Server = 'http://www ...
i changed the script for imdb a bit and made it compatible to filmposter-archiv.de.
It only imports the filmposters.
Perhaps somebody needs it :wink:
// GETINFO SCRIPTING
// Bild von Filmposterarchiv.de
program filmposterarchiv;
var
MovieName: string;
const
fp_Server = 'http://www ...