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: Ivek23
« on: January 23, 2012, 02:46:05 pm »

To have photo modify this to the original iafd_people script:

Code: [Select]
//Foto
curPos :=Pos('src="/graphics/headshots',HTML);


The corrected version:
iafd_people

from v. 0..1.1 the v. 0.0.1.2

iafd_people(pra15)
from v. 0.1.1.2  the  v. 0.1.1.3

The corrected version attached.

[attachment deleted by admin]
Posted by: pra15
« on: January 23, 2012, 09:17:34 am »

To have photo modify this to the original iafd_people script:

Code: [Select]
//Foto
curPos :=Pos('src="/graphics/headshots',HTML);
Posted by: Ivek23
« on: January 22, 2012, 12:58:46 pm »

Hello,
SOPA block downloading infos with script iafd_people !
You must deactivate all part in the script related to search photo and change in parse page : result := prfinished and not prdownload
The info are good but no photo!

This does not need to change:
Quote
parse page : result := prfinished and not prdownload
This change is only here:
Instead, this piece of code

Code: [Select]
PhotoURL := BASE_URL + Copy(HTML,curPos + 6, EndPos - curPos - 7);replaced with this piece of code
Code: [Select]
PhotoURL := BASE_URL + Copy(HTML,curPos + 6, EndPos - curPos - 28);The amendment shall also do so in
Quote
Preferences > Plugins > IAFD,COM > Overwrite fields to control how these items are to be updated.
where Photo field is not confirmed, as shown in the attached pictures and script is working properly.

They also corrected script attached.

[attachment deleted by admin]
Posted by: pra15
« on: January 21, 2012, 11:10:11 am »

Hello,
SOPA block downloading infos with script iafd_people !
You must deactivate all part in the script related to search photo and change in parse page : result := prfinished and not prdownload
The info are good but no photo!