Search found 4 matches

by Dash
2008-02-08 14:46:11
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 234296

Seems to be working fine... Big thanks for the quick fix... :)
by Dash
2008-02-08 03:15:00
Forum: Ant Movie Catalog > Scripts
Topic: Scripts that need to be fixed / Scripts à corriger
Replies: 501
Views: 234296

Hi everyone,

OFDb - IMDb - mod v.1.3.1 doesn't work anymore...

The first thing is, that it doesn't get the movie pages correctly anymore, I could fix this by changing Line 101 from

if Multi = false then MovieAddress := copy(Line, 1, pos('">', Line) - 1);
to
if Multi = false then MovieAddress ...
by Dash
2005-11-26 20:17:07
Forum: Ant Movie Catalog > Scripts
Topic: Need help with PostPage
Replies: 3
Views: 1338

[edit]
Just took a closer look at downloaded page. It works correctly. It seems, it's just a bug with the ShowMessage function.

Thanks again.
[/edit]






Thanks for the quick answer. It almost did the trick.

If I use

C:\wget>wget "http://www.invdeo.de/home.jsp?affid=1&smcmd=dvdlist_search ...
by Dash
2005-11-26 18:22:26
Forum: Ant Movie Catalog > Scripts
Topic: Need help with PostPage
Replies: 3
Views: 1338

Need help with PostPage

Hi everybody,

first: I am pretty new to scripting, but learned a lot by looking at other scripts so far.

What I am currently trying to do, ist getting the search result page from here: http://www.invdeo.de/

After finding this line


<form method=post action="http://www.invdeo.de/home.jsp?affid=1 ...