Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - oenghus

Pages: [1]
1
Scripts and Templates / IAFD People
« on: November 14, 2013, 04:25:33 am »
There is a problem loading the image for some people and I think it's where the image URL contains spaces. The URL for the person is:

http://www.iafd.com/person.rme/perfid=alishaadams/gender=f/alisha-adams.htm

The current procedure in the script I use is:

procedure ParsePhoto(PhotoURL : String);
begin
   LogMessage('PARSING PHOTO...' + PhotoURL);
   PhotoURL:=HTMLToText (PhotoURL);
   AddImageURL(4,PhotoURL);
   
end;


PVD log:

PARSING PHOTO...http://www.iafd.com/graphics/headshots/alishaadams_f_alisha adams aalluredotcom hs.jpg
Url di download: Foto
GET: http://www.iafd.com/graphics/headshots/alishaadams_f_alisha adams aalluredotcom hs.jpg
HTTP/1.1 400 Bad Request


I tried replacing spaces in PhotoURL with %20 before AddImageURL but it didn't make any difference.

Does anyone have any ideas how to fix this ?

Thx
Oenghus


2
Support / Multiple people with same name
« on: August 29, 2012, 02:00:34 am »
I have a problem where I have a number of people who appear twice. The duplicates have the same name and each have movies associated. I don't want to remove the duplicates as they will no longer be associated with the movies.

Is it possible to select the duplicate people and merge them into a single entry or is there another way to merge them ?

Thanks

oenghus

3
Scripts and Templates / AdultDVDEmpire script
« on: June 05, 2012, 05:27:10 pm »
It looks like they have changed the whole search method as it returns the URL http://www.adultdvdempire.com/DVD/Search and no results.


Pages: [1]