BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Scripts
 Problems witth #TAKEPOSTERFANART#

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
dagdaesp Posted - 04 Sep 2015 : 00:37:05
I'm doing a new script. I have a problem when I try to use #TAKEPOSTERFANART# and the website has more than 15 images to import . The script is locked.

Can anyone give me a solution?

thank you
4   L A T E S T    R E P L I E S    (Newest First)
dagdaesp Posted - 04 Sep 2015 : 12:01:26
thank you
JDommi Posted - 04 Sep 2015 : 11:11:04
It's difficult to check the code without debugging it.
But if up to 20 pics everything works okay it seems to be a problem of the website. I would try to debug this part of script to find the concrete error line.

some remarks to your code:
The #14# commands are useless as they do nothing in this code.
#PUT#=0#16# is not needed.
#32# changed to #00# as this variable should always be 0 in every script.
changed #COMPUTEVAR# to -1 to use the comparison #IF# #33#==#00# that id used in most scripts.

#POSTER#

#STARTREADWEB#
  #PUT#=20#33#
  #PUT#=0#00#

:scenasgevivod 
  #FINDLINE#="sceneThumbnail"#11##ONERROR#=*STOP*		//does the same as your code
  #FIND#="http://pic.aebn.net/#01##ONERROR#=*STOP*	//does the same as your code
  #FIND#=g?s#02##ONERROR#=*OK*
  #COMPUTECURSOR#=+1		//why this command? it's not needed.
  #PUTCURSOR#=#02#
  #TAKEWORD#=#16#,#01#,#02#
  #TAKEPOSTERFANART#=#16#
  #COMPUTEVAR#=#33#-1
  #IF# #33#==#00#
    #GOTO#=fintheater
  #ENDIF#
  #GOTO#=scenasgevivod 

:fintheater 

#ENDPOSTER#

dagdaesp Posted - 04 Sep 2015 : 03:09:52
i wanna add all images.
that is not stuck in a loop. that is waiting to add image

the script is done for me. When I finished the script I want to give it to anyone to use it.
i write the code.

#POSTER#

#STARTREADWEB#
#PUT#=19#33#
#PUT#=0#32#
#PUT#=0#14#

:scenasgevivod

#FINDLINE#="sceneThumbnail"#11##ONERROR#=*OK*
#IF# #11#==#00#
#GOTO#=fintheater
#ENDIF#
#FIND#="http://pic.aebn.net/#01##ONERROR#=*OK*
#IF# #01#==#00#
#GOTO#=scenasgevivod
#ENDIF#
#FIND#=g?s#02##ONERROR#=*OK*
#COMPUTECURSOR#=+1
#PUTCURSOR#=#02#
#TAKEWORD#=#16#,#01#,#02#
#TAKEPOSTERFANART#=#16##ONERROR#=*OK*
#PUT#=0#16#
#COMPUTEVAR#=#32#+1
#COMPUTEVAR#=#14#+1
#IF# #32#>>#33#
#GOTO#=fintheater
#ENDIF#
#GOTO#=scenasgevivod


:fintheater


#ENDPOSTER#

this work good but if #PUT#=40#33# the script no finish.
the webpage have 120 pictures.
thank you

JDommi Posted - 04 Sep 2015 : 01:07:01
Do you wanna add all images or only one?
From which website do you wanna grab the pics?
What do you mean with "The script is locked"? Does it stuck in a loop?

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.07 sec. Powered By: Snitz Forums 2000 Version 3.4.07