Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: patrick65
« on: February 26, 2016, 08:08:51 am »

OK WORKS!

Thanks :)
Posted by: Ivek23
« on: February 25, 2016, 04:18:56 pm »

Already made, but the script IMDB Movie Info continues to download the comment

Open the script with Notepad program, find Plot_summary code and do as in the example below, and will not transfer information to comment.

Code: [Select]
//~Plot_summary~
If Pos('<div class="plot_summary minPlotHeightWithPoster">', HTML) > 0 then begin
EndPos := Pos('<div class="plot_summary minPlotHeightWithPoster">', HTML);
curPos := PosFrom('<div class="summary_text" itemprop="description">', HTML, EndPos);
EndPos := PosFrom('</div>', HTML, curPos);
TmpStr0 := RemoveTags(Trim(Copy(HTML, curPos, endPos - curPos)), false);
debug_pos1:=Pos('See ',TmpStr0);
if debug_pos1 >0 then TmpStr0 := Copy(TmpStr0,0,debug_pos1-1);
//   if TmpStr0 <> '' then AddFieldValueXML('comment', TmpStr0);
end;
Posted by: patrick65
« on: February 25, 2016, 10:28:27 am »

Already made, but the script IMDB Movie Info continues to download the comment
Posted by: Ivek23
« on: February 24, 2016, 04:44:11 pm »

I use the description box for the plot, but not by imdb but MyMovies in Italian. So do not interest me's comments imdb

Simple, description box should not be marked in the settings and will not transfer information to comment.
Posted by: patrick65
« on: February 24, 2016, 03:36:22 pm »

I use the description box for the plot, but not by imdb but MyMovies in Italian. So do not interest me's comments imdb
Posted by: Ivek23
« on: February 23, 2016, 01:06:03 pm »

Basically I want to disable the download of the comments

Which box do you use it?
Posted by: patrick65
« on: February 23, 2016, 10:49:14 am »

Basically I want to disable the download of the comments
Posted by: Ivek23
« on: February 17, 2016, 12:22:57 pm »

Hello,
how can I not download any comments? The attribute comments do not find it to be disabled.

Can you be more clear what you actually mean by that question, because I do not have any clear information which would like to have the transfer. That for which you ask, can not be found on IMDB pages.
Posted by: patrick65
« on: February 17, 2016, 10:27:20 am »

Hello,
how can I not download any comments? The attribute comments do not find it to be disabled.
anything