Search found 135 matches

by ABNormal
2008-04-06 09:22:54
Forum: Ant Movie Catalog > Mods
Topic: problems with babylon (altavista) & google translate
Replies: 4
Views: 8361

Either go change in the RCData using a resource editor, but I am not sure that it would work, or recompiling the program after having made the change in the code.

YEAAH! i used an HexEditor replacing that header and it works again with all online translators!

procedure
I looked for: Mozilla into ...
by ABNormal
2008-03-31 13:27:02
Forum: Ant Movie Catalog > Mods
Topic: problems with babylon (altavista) & google translate
Replies: 4
Views: 8361

1st of all
sorry! i wrote in a wrong area!

2nd: that agent (Mozilla/5.0 (compatible; Ant Movie Catalog using Indy Library)) brings to that error. damn.
any way to change that agent inside AMC?
by ABNormal
2008-03-31 06:33:33
Forum: Ant Movie Catalog > Mods
Topic: problems with babylon (altavista) & google translate
Replies: 4
Views: 8361

problems with babylon (altavista) & google translate

something has been changed in that sites, but they refuse to reply to my scripts with a translation, while when i see that translation through my browser i have no problems...

altavista gave me this answer:

We're sorry we've encountered an error with your request.
If you think this is a bug we ...
by ABNormal
2008-01-04 11:02:56
Forum: Ant Movie Catalog > Help
Topic: sort lists
Replies: 3
Views: 1716

thanks Antoine....
my 3 neurons are suggesting me to organize that file putting the field-that-orders-database as first voice in each record, then try to use that function.... or doing an all-manual selection, as you suggests.

ah! other question: why, if i do this:
- for n=1 to 10000 do begin ...
by ABNormal
2008-01-02 22:40:15
Forum: Ant Movie Catalog > Help
Topic: sort lists
Replies: 3
Views: 1716

sort lists

if i load a xml (with a .LoadFromFile option), is there a way to sort it for a field (country or category....)?
i saw a procedure SortList into StringUtils7552.pas file, but i haven't understood how it works and if it can be useful for my needs.
nowaday i create with a program the xml file, then i ...
by ABNormal
2007-11-18 23:16:35
Forum: Ant Movie Catalog > Scripts
Topic: [REL ITA] Asian World (Infos, Pic, & Link to subtitle fi
Replies: 4
Views: 2548

you're right
i did it.
by ABNormal
2007-11-18 18:44:39
Forum: Ant Movie Catalog > Scripts
Topic: [REL ITA] Asian World (Infos, Pic, & Link to subtitle fi
Replies: 4
Views: 2548

upgrade of the script:

(***************************************************

Ant Movie Catalog importation script
www.antp.be/software/moviecatalog/

[Infos]
Authors=original script by L. Francisco
Title=AsianWorld
Description=Get movie info from www.AsianWorld.it
Site=http://www.asianworld.it ...
by ABNormal
2007-11-16 08:55:59
Forum: Ant Movie Catalog > Help
Topic: "if file exists" option...
Replies: 3
Views: 1677

the purpose of my question is to obtain that information not as an error (that stop scripts) but as a variable (in case of "404error" do this and this...).
it should be useful sometimes (a lot of times, for me).

thx
ABN
by ABNormal
2007-11-12 00:01:20
Forum: Ant Movie Catalog > Help
Topic: "if file exists" option...
Replies: 3
Views: 1677

"if file exists" option...

hello antoine,
is there a way to let scripts control if a file exists?
i'ld like to obtain something like:

link:='http://www.****.html';
if link exists then getpage(link);
or,better
if file_exists(link)=result then getpage(link);

does exists a function like this (or is it possible to create it ...
by ABNormal
2007-01-14 12:35:22
Forum: Ant Movie Catalog > Help
Topic: Export "some" movies from a list into a new list ?
Replies: 3
Views: 1594

export them in csv
then import them into new list from that csv file
i think it's the right way

ABN
by ABNormal
2007-01-10 21:36:42
Forum: Ant Movie Catalog > Help
Topic: reading time
Replies: 3
Views: 1603

thx
sorry, where have i to change that time setting?

about showmessage i'ld need something like a text like
"found... i'm doing xxxx"
or "changing this info" while that operations are done.

maybe it's a dateil but hsould be useful above all doing problematic tests (we are not perfect programmers ...
by ABNormal
2007-01-10 14:56:33
Forum: Ant Movie Catalog > Help
Topic: reading time
Replies: 3
Views: 1603

reading time

is there a way to enlarge time in reading files?
i have a site to be read that is very slow and so "Read Timeout" appears 98%times.

thank you
ABN

PS: Showmessage write a popup window that stop the running of script.
is there a showmessage-like instruction that writes without stopping program?
by ABNormal
2006-12-26 00:20:17
Forum: Ant Movie Catalog > Help
Topic: encrypted html
Replies: 1
Views: 1132

encrypted html

here i am again with another problem
i have to read a web page but its source is encrypted.
is it possible (and how) not to read the "source code" but the "simple text" that is created (what is shown on video).

i've tried to save in a file that page and:
if i save it as HTML, the saved file is a ...
by ABNormal
2006-11-18 12:10:13
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

FOUND!!!!!!!!!!
in fielddescription there was the ASX link plus #13 #10 and THIS created that errors!
so now i've changed script into
cou.Text := GetPage(textbefore(getfield(fielddescription),'.asx','')+'.asx')
and it works!

sorry if i've disturbed you so much
thank you very very much for your ...
by ABNormal
2006-11-18 11:34:54
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

mystery goes on....
if i put this
cou := TStringList.Create;
cou.Text := GetPage(getfield(fielddescription));
where fieldDescription is:
http://www.ivoriantv.net/IvorianTV2-Cinema.asx
it gives me that errors..
if i write
cou := TStringList.Create;
cou.Text := GetPage('http://www.ivoriantv ...
by ABNormal
2006-11-15 14:58:31
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

You try to download from a mms:// URL ? :??:
AMC has a HTTP client, but that's all. It is not a streaming client, it is normal that it cannot download such things. Same for FTP or other protocols: it will just not work.

NO Antoine.
The script i made open some .asx (so text files) and shoud read ...
by ABNormal
2006-11-14 08:47:47
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

on the 1st PC that strange error (that reproduce the 1st line of that .asx file) doesnt permit to download the source text.
the strangest thing is that, going deep in my problem, that this .asx file is taken reading another .asx file!
so inside some .asx are written the calls to other links (some ...
by ABNormal
2006-11-13 09:05:46
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

that is the error that appear on one of my 2 PCs.
in the other one (same existing page) the error is:
Image
and, of course, here it doesnt download the source text.

for the 1st PC i'll answer during this morning.
thank you
by ABNormal
2006-11-10 08:01:45
Forum: Ant Movie Catalog > Help
Topic: problems with a getpage()
Replies: 8
Views: 3423

problems with a getpage()

i've created a script .
this script should read from internet some page like this one:
http://www.vilaluz.com/vivo.asx
whose source is
<ASX Version = "3.0">
<Entry> <Ref href = " http://200.59.35.151:8080" /> </Entry>
</ASX>

well, i dont know why, this script does one of these two problems:
1 ...
by ABNormal
2006-10-11 16:16:13
Forum: Ant Movie Catalog > Help
Topic: webpage not found.....
Replies: 2
Views: 1450

thank you, very very much