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:
How many words are in this question?:

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


Topic Summary

Posted by: Ivek23
« on: March 28, 2013, 05:54:15 pm »

Thanks for the reply Ivek23!

Welcome.

Here is the url address:

http://www.freeones.com/
Posted by: dday
« on: March 28, 2013, 03:13:11 pm »

Thanks for the reply Ivek23!

Strange enough it's a good thing to hear that I'm not alone... I'll hold and see if anyone knows more on the subject.
Posted by: Ivek23
« on: March 28, 2013, 12:56:12 pm »

I looked a little script and your web page, but I can not figure out what could be wrong. Strangely it already is, it does not even pass the url address. You will need to wait for someone who mastered the ADE style script writing.
Posted by: dday
« on: March 27, 2013, 08:03:36 pm »

Ok, so no replies so far...  :-\

I try to be more specific, as I understand checking all of the script looking for a vague mistake eats more time then it deserves.

The script compiles normally, and when run it returns a nice box of possible matches, if more then 1. Selecting a name on the list does bring the script to the right url, and html is being read.

If we take the AKA field as an example, the script does detect if the model has more then one name, and nicely cuts them from the html. For testing purposes the names get written to the logfile. The script then should also write this data to the database.

The script looks like:
Code: [Select]
AddFieldValue(pfAltNames   ,Nomealt);
LogMessage('Alt Name: '+Nomealt);

So the readout at the logfile shows the name, but the database doesn't update. The only thing i can fink of is that somehow the script needs something else to be granted write permission to the database, but I can't find any clues when I try to read some of the other scripts out there.

I hope this clarifies my issue, and someone is willing to shed some light on the case.....  :)
Posted by: dday
« on: March 22, 2013, 12:57:37 pm »

I reworked the IAFD script to get people information from the Freeones website. As the adult industry uses a lot of AKA's sometimes it makes sense to check the names on a different source. I'm new to both PVD as scripting and right now my script does seem to find the data on the website (writes it to the log) but it doesn't store things in the database. As I didn't write this script from scratch it's hard to find out exactly what's going on... ???

I tried to keep it simple for now, just trying to add name, aka's, and birth date to the database, but this can be expanded later on.

Could someone with a little more experience on scripting check out my script and show me what i missed?

thanks!

[attachment deleted by admin]