Search found 29 matches

by ocwil
Mon Jan 11, 2010 2:06 pm
Forum: iMacros for Firefox
Topic: Cannot get iMacros to click on ads on page
Replies: 5
Views: 10717

Re: Cannot get iMacros to click on ads on page

you can klik it
use the x/y position klicking modus
by ocwil
Sun Nov 01, 2009 3:53 pm
Forum: iMacros for Firefox
Topic: Stop the computer when the macro is finished
Replies: 9
Views: 7622

Re: Stop the computer when the macro is finished

this depents if you scripted it with C or c# there is a command for shutdown
but in imacros it self there isn't
by ocwil
Sun Nov 01, 2009 3:32 pm
Forum: General Support & Discussions
Topic: Running macros via command line. I CANT FIND A WAY!!
Replies: 2
Views: 2331

Re: Running macros via command line. I CANT FIND A WAY!!

you can bookmark your macro in firefox
then you can give the bookmark a keyword
so when you type in the keyword you start up the macro
by ocwil
Sat Oct 31, 2009 1:44 pm
Forum: How-To's and Examples for Firefox / JavaScript Scripting
Topic: JS command for new tab
Replies: 3
Views: 68031

Re: JS command for new tab

shouldnt this be at top of page?
since it now just waters down the list...
OR
will you tell ppl about this when they ask
by ocwil
Sat Oct 31, 2009 1:41 pm
Forum: iMacros for Firefox
Topic: How to schedule a iOpus to run at specific time/interval
Replies: 5
Views: 3764

Re: How to schedule a iOpus to run at specific time/interval

you will need 2 instances of firefox
1 for the 12.00 macro
1 for the 12.05 macro

and then you can use windows sheduler to let them start at the right time.
http://wiki.imacros.net/Automation#Schedule_Tasks
by ocwil
Sat Oct 31, 2009 1:39 pm
Forum: Data Extraction and Web Screen Scraping
Topic: TAG CONTENT can't start with a quote
Replies: 7
Views: 4166

Re: TAG CONTENT can't start with a quote

if there is a <> code for " that might work
but there isnt a code for... i think
it works for <sp> and <br>
by ocwil
Sat Oct 31, 2009 1:29 am
Forum: iMacros for Firefox
Topic: Mafia Wars Hitlist amount value input...
Replies: 22
Views: 13033

Re: Mafia Wars Hitlist amount value input...

hello i made you a script but the prompt is missing because i dont know wher to put it in it depents on your prefrences you can add this line in imacros part for prompt: PROMPT Hit<sp>amount? !VAR2 1000000 and some commands you have to fill in your self the are marked like this ((...)) hope you can ...
by ocwil
Sat Oct 31, 2009 1:10 am
Forum: General Support & Discussions
Topic: IRCheck
Replies: 27
Views: 14611

Re: IRCheck

can you post your solution
i might be able to learn something from it
and others to

gr ocwil
by ocwil
Thu Oct 29, 2009 11:06 pm
Forum: iMacros for Firefox
Topic: Mafia Wars Hitlist amount value input...
Replies: 22
Views: 13033

Re: Mafia Wars Hitlist amount value input...

VERSION BUILD=6240709 RECORDER=FX SET !TIMEOUT 180 TAB T=1 SET !ERRORIGNORE YES PROMPT Hit<sp>amount? !VAR2 1000000 URL GOTO=http://apps.facebook.com/inthemafia/remote/html_server.php?xw_controller=stats&xw_action=view&user=849755651 TAG POS=1 TYPE=A ATTR=TXT:Add<SP>to<SP>Hitlist TAG POS=1 ...
by ocwil
Thu Oct 29, 2009 11:25 am
Forum: General Support & Discussions
Topic: ADD command
Replies: 2
Views: 1986

Re: ADD command

because of this i had to make a complete js with 1 extract and 1 set to exchange 1 var to js do the math and change it back important is the difference in code length... :? here is the final code(JS): var iret = iimPlay("CODE:VERSION BUILD=6240709 RECORDER=FX\n PROMPT Injurie<sp>time?<br>inj(ti...
by ocwil
Wed Oct 28, 2009 10:21 pm
Forum: General Support & Discussions
Topic: IRCheck
Replies: 27
Views: 14611

Re: IRCheck

yhe wait for his reply
i dont know what more to do
by ocwil
Wed Oct 28, 2009 9:45 pm
Forum: How-To's and Examples for Firefox / JavaScript Scripting
Topic: JS command for new tab
Replies: 3
Views: 68031

JS command for new tab

hello use this js command if you need a new tab in FF since ff has scrambled up tab counter this comes in really handy //this will open a empty tab and center to it so its like in imacros: tab open tab= (the new tab) url goto=url in JS: gBrowser.selectedTab = gBrowser.addTab("url"); this w...
by ocwil
Wed Oct 28, 2009 9:39 pm
Forum: General Support & Discussions
Topic: IRCheck
Replies: 27
Views: 14611

Re: IRCheck

this is not a problem with imacros i think since it submits but
some how twitter send back an error
might be bot protection
you could make a smaller loop
that goes to the page for each update message but i dont know if that would work
by ocwil
Wed Oct 28, 2009 9:35 pm
Forum: General Support & Discussions
Topic: IRCheck
Replies: 27
Views: 14611

Re: IRCheck

hmm
i now have been possible to recreate your error
and it's a mistery to me to
as it seem when i push the button manualy nit goes to
"%/status/update"
and when i use it in a loop
it just skips it
and works just once in a while
by ocwil
Wed Oct 28, 2009 7:59 pm
Forum: General Support & Discussions
Topic: IRCheck
Replies: 27
Views: 14611

Re: IRCheck

did you login?
because when you login you get to the page where de input is
and the update button
at that page you do the
tag content={{VAR}}
tag submit

thats what i ment