Jump to content

facebook login +


voidale
 Share

Recommended Posts

Maybe I've missed or cannot see it in this thread, but can you post the exact error returned ?

I have managed to run the script with out the error now but it won't paste user + pass

maybe i have to add global some where? or $aRtn will be good for use for any part of the script?

when the IE opens i have i to enter Proxy User + Pass

this part now i use the $aRtn[3] and 4 but it won't paste it

no errors i use controlsettext

it's weird it's like autoit is bugged or something >.<

p.s every part of the script works when you use only that part, when you combine all of them to 1 big script it won't

Edited by voidale
Link to comment
Share on other sites

Really depends if its declaration is within a function or not (its scope)

How did you fix your error?, for future reference.

within a function how can i make $aRtn work for the whole script? the whole script based on that

how did i fix the error? I think it was a space in the txt file so there it was 2 lines but I'm not sure it's fixed

if like you said it works for within a function so the rest of script that rally on $aRtn wasn't executed

so the only way to know if it's fixed or not make $aRtn global function if it's possible? it's my first time using arrays i learned alot but still can't make it work checked the whole help file or forums ;s

Edited by voidale
Link to comment
Share on other sites

Global $aRtn[6]

won't work makes the others $aRtn not to work

any ideas?

can i make at the begining of the script

to make something like

$aRtn[2] = $user

so it will keep the string inside $user? and i will be able use it freely any time in the script? maybe in .ini, txt? i have never did something like this it's possible?

Edited by voidale
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...