Search found 10 matches

by luckybigpack
2003-01-20 15:08:18
Forum: Ant Movie Catalog > Templates
Topic: New Template
Replies: 211
Views: 101372

What about that idea of getting an extra page for the details of each movie? I like your script pretty much, but when I want to open it with my movies (530) I have to wait like 20 min. Or could you at least put the images on an extra page? they're about 50 MB.
by luckybigpack
2003-01-13 07:55:14
Forum: Ant Movie Catalog > Templates
Topic: sort function for template
Replies: 3
Views: 2489

sort function for template

Hi!
I have a question concerning the Templates. I used Willspo's Template and it was great with the sorting and the search function, but it took about 15 min to load over the internet... :(
Now I'm using another Template which doesn't have these features... Is there a possibility to include at ...
by luckybigpack
2003-01-11 15:18:31
Forum: Ant Movie Catalog > Scripts
Topic: Deutsche Scripte
Replies: 7
Views: 3319

Es sollte eigentlich wieder funzen...wenn nicht, dann schaut einfach malviewtopic.php?t=162 dort vorbei. das script könnt ihr einfach markieren, kopieren, und im AMC wieder einfügen...
by luckybigpack
2003-01-03 02:13:08
Forum: Ant Movie Catalog > Scripts
Topic: Deutsche Scripte
Replies: 7
Views: 3319

Es gibt ein Script, das die Deutschen Infos runterlädt. Entweder das OFDB oder IMDB/OFDB. Wenn Du aber die Poster dazu haben willst, musst Du selber das Script ändern. Eine Version vom geänderten IMDB/OFDB findest Du hier weiter unten...
by luckybigpack
2002-12-28 17:30:43
Forum: Ant Movie Catalog > Scripts
Topic: New German Script (for www.darktown.com)
Replies: 1
Views: 2159

New German Script (for www.darktown.com)

As I had lots of time I tried my second script for importing covers @ darktown.com...it is a batch script and it is working! :D But I still have few problems:
first, the code:
program batch;
var
MovieName: string;

procedure AddMoviesTitles();
var
Value, Value2, Value3: string;
Line, moviename2 ...
by luckybigpack
2002-12-23 16:41:37
Forum: Ant Movie Catalog > Scripts
Topic: BETA FIX - Imdb Large Pics
Replies: 15
Views: 5787

Same thing for several other movies like Aliens 1-4 or MiB1+2 and so on...but I tried it with my whole Database (500 Movies) and maybe 20 got a wrong picture. The right movie but the collections pictures.
by luckybigpack
2002-12-22 11:58:01
Forum: Ant Movie Catalog > Scripts
Topic: problems with charakters
Replies: 18
Views: 6781

Thans for helping me, but I gave up... :( Maybe someday someone who knows what he's doing writes a script for importing HiQuality Pictures. That will be my Christmas! ;)
by luckybigpack
2002-12-21 18:32:23
Forum: Ant Movie Catalog > Scripts
Topic: problems with charakters
Replies: 18
Views: 6781

yes, for matrix you're right. but try it with the four feathers. it won't work.
by luckybigpack
2002-12-21 11:32:36
Forum: Ant Movie Catalog > Scripts
Topic: problems with charakters
Replies: 18
Views: 6781

Yes, I know that this is the real URL, but I don't know how to get that number after apnum...I also tried that link:
http://www.allposters.com/GetThumb.asp?txtSearch= + Movietitle
but on that site I didn't get a link for the Poster. There is just a link to another site which contains the Poster...
by luckybigpack
2002-12-21 00:17:10
Forum: Ant Movie Catalog > Scripts
Topic: problems with charakters
Replies: 18
Views: 6781

[quote="Anonymous"]
LineNr := FindLine('<a href="GetThumb.asp?c=c&search=', Page, LineNr);
Line := Page.GetString(LineNr);
//showMessage(Line);
StartPos := pos('<a href="GetThumb.', Line)+9;
endp := pos('search=', Line)+12 ;
if StartPos > 0 then
begin
Startpos := Startpos ;
MovieAddress ...