Search found 36 matches

by SorenC
Sun Dec 06, 2009 8:42 pm
Forum: iMacros for Firefox
Topic: Failure to fill in email + pass from CSV file.
Replies: 1
Views: 1442

Failure to fill in email + pass from CSV file.

Hey all. I've encountered a problem. The previous made macro looks like this ( with a little tweaking): VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES CMDLINE !DATASOURCE users1.csv SET !DATASOURCE_COLUMNS 2 SET !LOOP 174 SET !DATASOURCE_LINE {{!LOOP}} SET !ERRORIGNORE YES URL ...
by SorenC
Fri Dec 04, 2009 4:05 pm
Forum: iMacros for Firefox
Topic: Problem getting text from CSV file.
Replies: 1
Views: 1327

Problem getting text from CSV file.

Hey All. I have a very annoying problem. I have created a macro, that should be able to login to a facebook account and then it should also update the status. BUT. It dosnt seem to work. When it copies the text from the csv file it shows up like this: Old soldiers never die. Young ones do. <!-- BODY...
by SorenC
Mon Nov 23, 2009 2:57 pm
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

Re: A small Question. (maybe major).

So this would make it so that it would take: 1st run: http://www.google.com 2nd run: http://www.hotmail.com. etc? 1 : http://www.hotmail.com. 2 : http://www.google.com 3 : http://www.hotmail.com. 4 : http://www.google.com 5 : http://www.hotmail.com. 6 : http://www.google.com 7 : http://www.hotmail....
by SorenC
Mon Nov 23, 2009 2:35 pm
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

Re: A small Question. (maybe major).

ABooth wrote:
SorenC wrote:And what would i have to put into my macro, as for the url is has to go to?. what would be the {{ ? }} ?

Code: Select all

URL GOTO={{destinationUrl}}
So this would make it so that it would take:

1st run: www.google.com
2nd run: www.hotmail.com.

etc?
by SorenC
Fri Nov 20, 2009 7:44 pm
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

Re: A small Question. (maybe major).

Would that work with 2 links?. Like this: 1st row goes to http://www.google.com 2nd row goes to http://www.hotmail.com 3rd row goes to http://www.google.com etc etc ?. Only by setting the array that way var urlCollection = new Array ( 'http://www.google.com' ,'http://www.hotmail.com' ,'http://www.g...
by SorenC
Thu Nov 19, 2009 10:42 pm
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

Re: A small Question. (maybe major).

A short note on your current solution: The macro uses the !LOOP variable, but is not played in loop mode. The !LOOP value is just used in DATASOURCE_LINE. So you can directly use {{csvRow}} to fill DATASOURCE_LINE: Macro: VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES SET !DAT...
by SorenC
Thu Nov 19, 2009 8:42 am
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

Re: A small Question. (maybe major).

A short note on your current solution: The macro uses the !LOOP variable, but is not played in loop mode. The !LOOP value is just used in DATASOURCE_LINE. So you can directly use {{csvRow}} to fill DATASOURCE_LINE: Macro: VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES SET !DAT...
by SorenC
Thu Nov 19, 2009 8:26 am
Forum: iMacros for Firefox
Topic: Firefox hangs and uses 50% CPU on exit
Replies: 15
Views: 12752

Re: Firefox hangs and uses 50% CPU on exit

I'm running firefox + Imacros (latest version) on both of my servers along with my home desktop and laptop.

I havent been able to reproduce the same error/hangtime that some other users has been experiencing.

Would be good to see, if IOpus could reproduce the hangtime.
by SorenC
Thu Nov 19, 2009 7:56 am
Forum: iMacros for Firefox
Topic: A small Question. (maybe major).
Replies: 11
Views: 7495

A small Question. (maybe major).

Hey people. :) Once again i come to you in need of assistance. This time, its to make my current makro even more efficient. Here is the current makro: VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES CMDLINE !DATASOURCE users.csv SET !DATASOURCE_COLUMNS 2 SET !LOOP {{csvRow}} SET...
by SorenC
Thu Nov 19, 2009 7:50 am
Forum: iMacros for Firefox
Topic: Help with a simple macro please
Replies: 2
Views: 1756

Re: Help with a simple macro please

Hey there, I've been trying to put together a little macro but can't figure out how to do it. The task I want it to do is really basic, however, I'm not very experienced with imacros :-( Basically all I want to do is have it open up a bunch of links in new tabs, here's what I came up with but it do...
by SorenC
Mon Nov 16, 2009 5:54 pm
Forum: iMacros for Firefox
Topic: Help for Random Wait Time.
Replies: 23
Views: 14783

Re: Help for Random Wait Time.

It seems to be working fine at the moment. :)

So once again thank you very much for your help :D
by SorenC
Mon Nov 16, 2009 5:43 pm
Forum: iMacros for Firefox
Topic: Help for Random Wait Time.
Replies: 23
Views: 14783

Re: Help for Random Wait Time.

Okey guys. A new problem has been discovered. This is my macro: VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES CMDLINE !DATASOURCE users.csv SET !DATASOURCE_COLUMNS 2 SET !LOOP 5 SET !DATASOURCE_LINE {{!LOOP}} URL GOTO=http://www.facebook.com/ TAG POS=1 TYPE=A ATTR=TXT:English...
by SorenC
Sat Nov 14, 2009 1:06 pm
Forum: iMacros for Firefox
Topic: Firefox hangs and uses 50% CPU on exit
Replies: 15
Views: 12752

Re: Firefox hangs and uses 50% CPU on exit

A little suggestion, that i think would work. When most people close down FireFox, they use the red X in the top right corner. Which does not exactly close FireFox down right away. Instead use: File >> Exit That will in most cases, close FireFox and stop anything running in it. It has worked for me ...
by SorenC
Sat Nov 14, 2009 12:43 pm
Forum: iMacros for Firefox
Topic: Help for Random Wait Time.
Replies: 23
Views: 14783

Re: Help for Random Wait Time.

Okey guys. A new problem has been discovered. This is my macro: VERSION BUILD=6240709 RECORDER=FX TAB T=1 CLEAR SET !ERRORIGNORE YES CMDLINE !DATASOURCE users.csv SET !DATASOURCE_COLUMNS 2 SET !LOOP 5 SET !DATASOURCE_LINE {{!LOOP}} URL GOTO=http://www.facebook.com/ TAG POS=1 TYPE=A ATTR=TXT:English<...
by SorenC
Fri Nov 13, 2009 5:05 pm
Forum: iMacros for Firefox
Topic: Help for Random Wait Time.
Replies: 23
Views: 14783

Re: Help for Random Wait Time.

Hey guys. :) Thanx for your assistance. Now i have another problem. It seems like the randomWait.js only runs once. It goes through the macro and then stops after executing the macro. But i need it to run X number of times. I know there is some looping code for JS, that i need to use. But how do i ...