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.


Messages - nika-model

Pages: [1]
1
Development / Re: TITLE UPDATE
« on: December 10, 2013, 12:47:10 pm »
STOP.
I haven't Problem with another Fields.
ONLY TITLE is my problem. My scripts run well.

ONLY TITLE 

Date was example....

2
Development / Re: TITLE UPDATE
« on: December 09, 2013, 06:06:50 pm »
 This is a problem. Original Title you can update. But TITLE is a Name for your "Movie Tree" (left side tree). Then you need to know first right title of yours movie and then you can edit with script other fields. Field TITLE can't you updated. This was my problem. I can do Custom Field too. I did it for unformated date. Onetime is Oct 15, 2013 second time is Friday Oct 15, 2013 ... For Year I need only 4 digits from end and unformated date i save to Custom Field.

Field TITLE
for XML      'title'
for AField   '1'

is for nothing. You can't there write data with script. :(


3
Development / Re: TITLE UPDATE
« on: December 09, 2013, 03:48:58 pm »
This is the same what I wrote.

variable

newname := 'New Name Movie';


procedure....

Add..

I can update all others fields, but only TITLE I can't.
example:

       desc := TextBetween(HTML, '<p class="para-class t-para">', '</p>', False, iEndPos);
       LogMessage('-------> ParseMovie - Popis : ' + desc);   
       AddFieldValue(mfDescription, desc);   

This works.



4
Development / TITLE UPDATE
« on: December 09, 2013, 02:52:17 pm »
Hi all,
i want speak about theme "TITLE UPDATE".

Example:
Push Button PLUS(New Item), Set Name ("Test Name Title") and Apply Changes.

Now I have script who take from field URL. Then from this URL extrac Site Name, Movie Name, Release, TITLE.....
When I used

mfTitle := 1;

AddFieldValueXML('title', 'New Name');
or
AddFieldValue(mfTitle, 'New Name');

nothing happen. Title (Name of Movie) is still  ("Test Name Title").
How can I update this Field.

5
Development / Other Adult plugins
« on: August 16, 2012, 02:25:55 pm »
Hi,
I'd like to write some other ADULT plugins, because Adult Empire plugins is not enough. I think that more covers and info are in http://www.adultdvdmarketplace.com/ or http://www.adultdvdemart.com.
I need only help or introduction for create this script. I did repair script import from txt file, this was very simple. But I don't  understand logic for create web plugin. I don't understand DLL - how, why..? I can separate info from web, but not automatically.
Thanks

Pages: [1]
anything