Search found 15 matches

by Nik0
2008-10-30 20:29:48
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

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 result :=...
by Nik0
2006-10-08 08:42:02
Forum: Ant Movie Catalog > Comments
Topic: Request: Way to link scripts together (batchmode)
Replies: 5
Views: 2653

okay, next time i'll post in the "Comments"-area

meanwhile, could you please move this thread to wherever you want it to be and give my little idea a second try?
It would really be a cool thing to just enter the name of the movie, push F6 and all three scripts will be processed.
by Nik0
2006-10-07 15:32:40
Forum: Ant Movie Catalog > Comments
Topic: Request: Way to link scripts together (batchmode)
Replies: 5
Views: 2653

i posted my last request also here...it was fine at that time :wink:
viewtopic.php?t=2743

but, what about my request :??:
by Nik0
2006-10-07 15:06:42
Forum: Ant Movie Catalog > Comments
Topic: Request: Way to link scripts together (batchmode)
Replies: 5
Views: 2653

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
by Nik0
2006-02-20 16:53:34
Forum: Ant Movie Catalog > Help
Topic: How to set an empty value with setField?
Replies: 2
Views: 1120

Ah, thanks! Perfect solution as usual. :)
by Nik0
2006-02-20 11:17:58
Forum: Ant Movie Catalog > Help
Topic: How to set an empty value with setField?
Replies: 2
Views: 1120

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? :D
by Nik0
2005-12-10 14:16:57
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

Here is an update for the script. They added a referer blocking method. The script only works with amc version >= 3.5.1.0 beta 1 (or further amc versions). program filmposterarchiv; var MovieName: string; const fp_Server = 'http://www.filmposter-archiv.de/'; function FindLine(Pattern: string; List: ...
by Nik0
2005-12-10 14:16:19
Forum: Ant Movie Catalog > Bug reports
Topic: Request HTTP Referer
Replies: 3
Views: 2339

Thanks, it's all well done!

Here is the updated script:
viewtopic.php?p=18408#18408
by Nik0
2005-11-30 18:42:34
Forum: Ant Movie Catalog > Bug reports
Topic: Request HTTP Referer
Replies: 3
Views: 2339

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
by Nik0
2004-12-19 18:23:59
Forum: Ant Movie Catalog > Comments
Topic: Version 3.5 - Final version released
Replies: 243
Views: 70472

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
by Nik0
2003-04-19 08:47:48
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

site is down :(
by Nik0
2003-03-19 15:05:00
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

I found a bug:

please change

Code: Select all

  // Picture
  LineNr := FindLine('<IMG SRC="../p_', Page, 0);
I have updated the upper post
by Nik0
2003-03-15 15:05:00
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

thanks!
by Nik0
2003-03-15 11:59:32
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

hmm, perhaps it was the ) in the copyright note

try the updated text
by Nik0
2003-03-15 11:24:48
Forum: Ant Movie Catalog > Scripts
Topic: [Release] Script for filmposter-archiv.de
Replies: 15
Views: 4941

[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.filmposter-arc...