Imacros help..Who help i'll pay 5$ paypal

Status
Not open for further replies.

nemoku

BANNED
Joined
Dec 3, 2009
Messages
50
Reaction score
0
I have done this script:

Code:
VERSION BUILD=6240709 RECORDER=FX
TAB T=1
URL GOTO=http://www.google.lt/
URL GOTO=videogaga.lt
TAG POS=1 TYPE=A ATTR=TXT:Registracija
TAG POS=1 TYPE=INPUT:TEXT ATTR=* CONTENT=randomasasdasd
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=* CONTENT=lolol
SET !ENCRYPTION NO
TAG POS=2 TYPE=INPUT:PASSWORD ATTR=* CONTENT=lolol
TAG POS=2 TYPE=INPUT:TEXT ATTR=* [email protected]
TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
TAG POS=1 TYPE=SPAN ATTR=TXT:Video
TAG POS=1 TYPE=DIV ATTR=CLASS:Dekor3gp_dekor
TAG POS=5 TYPE=DIV ATTR=CLASS:rate_full<SP>Clickable<SP>rate_hl
TAG POS=1 TYPE=A ATTR=TXT:I?eiti
TAG POS=1 TYPE=INPUT:TEXT ATTR=* CONTENT= - Need to be random (login)
TAG POS=2 TYPE=INPUT:TEXT ATTR=* CONTENT= - Need to be random to (email)
TAG POS=5 TYPE=DIV ATTR=CLASS:rate_full<SP>Clickable<SP>rate_hl - need to be cordinate to click.
How to do it? IF i get quick help i'll pay 5$..
 
Please, am really need help..
 
No one is helping because there is no question? We are not mind readers, you didnt even say what you needed it to do. And frankly $5 isnt really very much money for someone to fix code for you.
 
Read, am just said what i need..

TAG POS=1 TYPE=INPUT:TEXT ATTR=* CONTENT= - Need to be random (login)
TAG POS=2 TYPE=INPUT:TEXT ATTR=* CONTENT= - Need to be random to (email)
TAG POS=5 TYPE=DIV ATTR=CLASS:rate_full<SP>Clickable<SP>rate_hl - need to be cordinate to click.

Look after -
 
it can't be login. imacros just doesnt have that capability. it can only pull from a spreadsheet. only thing i can think of is to randomize your spreadsheet then run the macro.
 
Thank's but dno how to set the cordinate :/

RuntimeError: element DIV specified by CLASS:rate_full<SP>Clickable<SP>rate_hl{{x872}},{{y754} was not found, line 17


Code:
VERSION BUILD=6240709 RECORDER=FX
SET !TIMEOUT 100
TAB T=1
URL GOTO=http://www6.videogaga.lt/dk?dm.id=videosAll
TAG POS=1 TYPE=A ATTR=TXT:Registracija
TAG POS=1 TYPE=INPUT:TEXT ATTR=* CONTENT={{login}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD ATTR=* CONTENT={{password}}
SET !ENCRYPTION NO
TAG POS=2 TYPE=INPUT:PASSWORD ATTR=* CONTENT={{password}}
TAG POS=2 TYPE=INPUT:TEXT ATTR=* CONTENT={{email}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
TAG POS=1 TYPE=BUTTON ATTR=TXT:Toliau
TAG POS=1 TYPE=SPAN ATTR=TXT:Video
TAG POS=1 TYPE=DIV ATTR=CLASS:Dekor3gp_dekor
WAIT SECONDS=1
TAG POS=5 TYPE=DIV ATTR=CLASS:rate_full<SP>Clickable<SP>rate_hl{{x872}},{{y754}

it's need to click

1zl8vno.png



Dno how.. But it's need to click on image..

gaga_full.gif
 
are you using the FF plugin or the scripting edition? .. If your using the scrpting edition use DC mode..
 
Click record, then click 'Click Mode' (4 buttons below record) and then click on the 3rd option: Use XY position....

Should come out in the code as: CLICK X=432 Y=34

MAKE SURE TO MAXIMIZE THE BROWSER FIRST FOR CONSISTANCY!
 
That page is setup using nothing but javascript, and so Imacros is having a hard time reading it. The only way you will be able to do it is by using the x/y positioning, or if you have the scripting version installed you can use the Direct Screen Technology.

Sorry man thats the only way I see it being possible.

There are a couple tricks I know to help you randomize your login though. PM me if you need me to explain.
 
Last edited:
hey buddy, sorry I would like to help you with your randomized account creator but the imacros browser I'm using is only showing a blank page.
 
No, randomized account i't already creating.. Just wont click rate.. :/
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top