Scripts that need to be fixed / Scripts à corriger
awesome!!!bad4u wrote:It will work again if you change 'h2' to 'h3' in script linevij wrote:can somebody fix the "imp-awards" script???Code: Select all
Value := TextBetween(PageText, '<h2 class=r>', '</a>');
thanks for the quick reply
Petit soucis sur le script cinemotions Version 0.9.2 du 24/1
Bonjour , j'ai téléchargé la Version 0.9.2 du 24/10/2008 sur http://update.antp.be/amc/scripts/
Mais il y a des problèmes sur la recupération du synopsis , de la vignette et de la compagnie.
Voici les modifications que j'ai faites sur le script :
// Stoque l'image si necessaire
Ligne 266 :
a remplacer par :
--------------------------------------------------------------------------------
// Prend la compagnie
Ligne 361 :
a remplacer par :
--------------------------------------------------------------------------------
// Prend la compagnie
Ligne 363 :
a remplacer par :
---------------------------------------------------------------------------------
// Prend le synopsis
Ligne 485 :
a remplacer par :
a+
Mais il y a des problèmes sur la recupération du synopsis , de la vignette et de la compagnie.
Voici les modifications que j'ai faites sur le script :
// Stoque l'image si necessaire
Ligne 266 :
Code: Select all
temp := MonFindInfo('/affiches/1.html"><IMG SRC="','" border=0',Line,0);
Code: Select all
temp := MonFindInfo('/affiches/1.html"><IMG SRC="','" border="0"',Line,0);
// Prend la compagnie
Ligne 361 :
Code: Select all
While (Pos('<font class=link6>',Temp) > 0) do
Code: Select all
While (Pos('<font class="link6">',Temp) > 0) do
// Prend la compagnie
Ligne 363 :
Code: Select all
Prod := Prod+', '+MonFindInfo('<font class=link6>','</font>',temp,0);
Code: Select all
Prod := Prod+', '+MonFindInfo('<font class="link6">','</font>',temp,0);
// Prend le synopsis
Ligne 485 :
Code: Select all
temp := MonFindInfo('<font class=link6>','</font>',temp,0);
Code: Select all
temp := MonFindInfo('<font class="link6">','</font>',temp,0);
a+
CinEmotions (FR)_0.9.3
Aucun Problème
Je viens de vous l'envoyer par mail
a+
Je viens de vous l'envoyer par mail
a+
OFDb - IMDb - mod v1.4.0
Hello @all
I am sorry to say, but the marvellous OFDb - IMDb - mod (DE) script, last modified by "bad4u", does not work properly since a few days.
I get two boxes with Error "http/1.1 404 not found" and some of the informations are not collected.
Could please somebody try to fix this or post some code. I tried also to work around, but could not manage it.
Maybe it is due to the new german version of IMDb ?
Thanx a lot in advance!!
I am sorry to say, but the marvellous OFDb - IMDb - mod (DE) script, last modified by "bad4u", does not work properly since a few days.
I get two boxes with Error "http/1.1 404 not found" and some of the informations are not collected.
Could please somebody try to fix this or post some code. I tried also to work around, but could not manage it.
Maybe it is due to the new german version of IMDb ?
Thanx a lot in advance!!
You need to changeVasniak wrote:The script in Filmaffinity do not get the country name any more. A flag show in the page but a black one in the catalog.
Code: Select all
Item := TextBetween (Line, 'alt="', '" border');
Code: Select all
Item := TextBetween (Line, 'title="', '" border');
For large pictures change linedandiona wrote:moviegoods doenst work my pc anymore after i have reinstalled the program... script is working and seems fetching the picture but it doesnt appear on picture field...
Code: Select all
MovieAddress := 'http://www.moviegoods.com/Assets/product_images/1000/'+GetStringFromHTML(Page, '<INPUT TYPE="HIDDEN" NAME="DSP_IMAGE" VALUE="', 'UE="', '">');
Code: Select all
MovieAddress := 'http://www.moviegoods.com/Assets/product_images/1020/'+GetStringFromHTML(Page, '<INPUT TYPE="HIDDEN" NAME="DSP_IMAGE" VALUE="', 'UE="', '">');
pb scripts SOS
hello a tous! un big thanx à tous ceux qui se démenent à nous faire des scripts.
il y a un tout p'tit problème pour le nouveau script de Cinémotions: il prend plus ni le genre, ni l'année, ni le pays et ni la durée.
il y a un tout p'tit problème pour le nouveau script de Cinémotions: il prend plus ni le genre, ni l'année, ni le pays et ni la durée.
[REQ] [BG] kino.gbg.bg script not working anymore
Send private message Please, I need help. When I add a new film and I use F6 to import information from www.kino.gbg.bg,the script is not working. When I manually search the movies from the site, it is working.
Greetings from Todor
Greetings from Todor
Re: [REQ] [BG] kino.gbg.bg script not working anymore
Hi. Open the scripting window, mark the kino.gbg.bg script blue and click "Editor". Now change line 46trex wrote:When I add a new film and I use F6 to import information from www.kino.gbg.bg,the script is not working. When I manually search the movies from the site, it is working.
Code: Select all
if pos('<b>ÒÚÐÑÅÍÅ</b>', Page.Text) = 0 then
Code: Select all
if pos('<span class="black10">', Page.Text) = 0 then
Re: [REQ] [BG] kino.gbg.bg script not working anymore
Thanks, man for the help, now it is working, but it has one problem still, now all the information is not shown with Cyrillic characters (Bulgarian language is with encoding Windows-1251), but it is shown with strange symbols. If you can help me also with that will be great. you're the man bad4ubad4u wrote:Hi. Open the scripting window, mark the kino.gbg.bg script blue and click "Editor". Now change line 46trex wrote:When I add a new film and I use F6 to import information from www.kino.gbg.bg,the script is not working. When I manually search the movies from the site, it is working.toCode: Select all
if pos('<b>ÒÚÐÑÅÍÅ</b>', Page.Text) = 0 then
The code on first line above might be different, as I cannot copy/paste that symbols here. Now run the script, it should show a results window again and let you choose the movies. If movie import still fails, let me know. Unfortunately I cannot test this here, as website uses UTF-8 encoded symbols that I cannot copy/paste into the script (on my localized windows version).Code: Select all
if pos('<span class="black10">', Page.Text) = 0 then