Search found 39 matches

by bugmenot666
Wed May 22, 2013 11:45 am
Forum: General Support & Discussions
Topic: Extracting data from Scopus
Replies: 0
Views: 1637

Extracting data from Scopus

Hi, Can iMacro extract data (export data) from the Flash based Scopus Result Analyzer? Example: http://www.scopus.com/term/analyzer.url?sid=823A358BB158DB0440FC92159D2AD5C7.WXhD7YyTQ6A7Pvk9AlA%3a780&origin=resultslist&src=s&s=TITLE-ABS-KEY-AUTH%28Energy+AND+Biomass%29&sort=plf-f&...
by bugmenot666
Thu Oct 25, 2012 3:47 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract text inside quotation marks?
Replies: 2
Views: 2777

Re: Extract text inside quotation marks?

Can someone help? This forum appears to be absolutely flooded with spam and I am afraid this request is being lost.
by bugmenot666
Tue Oct 23, 2012 3:24 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract text inside quotation marks?
Replies: 2
Views: 2777

Extract text inside quotation marks?

So I am trying to extract the text inside of the completed items, such as those found here: http://my.lotro.com/home/character/1178744/146085512914104318/activitylog/ i am currently using this TAG POS=1 TYPE=TD ATTR=CLASS:details EXTRACT=TXT SAVEAS TYPE=EXTRACT FOLDER=* FILE=Completionlist.csv Which...
by bugmenot666
Tue Sep 04, 2012 3:33 pm
Forum: iMacros for Firefox
Topic: Firefox 15.0 Frame causes TypeError
Replies: 8
Views: 8131

Re: Firefox 15.0 Frame causes TypeError

Also an issue for a few computers we are using. Sorry - didn't make an account just to post this update. iMacro has been an amazing tool and I've never had the need to create an account to raise any bugs/issues till today! D:
by bugmenot666
Thu Aug 23, 2012 11:30 am
Forum: iMacros for Firefox
Topic: Setting random WAIT
Replies: 26
Views: 35577

Re: Setting random WAIT

Wait for a random time (1 to 10 seconds) after a page is loaded:

Code: Select all

SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + 1); randomNumber;")
URL GOTO=http://www.iopus.com
' waits 1 to 10 seconds
WAIT SECONDS={{!VAR1}}
source: http://wiki.imacros.net/EVAL#Random_wait
by bugmenot666
Thu Jun 14, 2012 9:08 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4585565

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

iMacro is one of the most FRUSTRATING pieces of software I've ever attempted to use. I don't like the fact that iMacro will just "stop" working when it tries to click something that isn't loaded yet. It just hangs there. No way to re-try/attempt the last line, nothing. Please, ADD AN OPTIO...
by bugmenot666
Mon Sep 26, 2011 9:38 am
Forum: iMacros for Firefox
Topic: Firefox about:config Scripts
Replies: 1
Views: 1487

Firefox about:config Scripts

Firefox about:config Scripts
it's your risk !

default settings user.js

src: http://www.fileuploadx.de/661303
by bugmenot666
Wed Sep 21, 2011 1:22 pm
Forum: General Support & Discussions
Topic: Read and Write in a CSV file
Replies: 3
Views: 3842

Re: Read and Write in a CSV file

OK i have a list with X proxys here a axample from the list.... 78.78.78.87:8080,NULL 78.78.78.87:8080,NULL My macro checkt the proxys use the proxys. Now i will put back the information over the proxy back to the csv list. 0 for bad and 1 for good.... 78.78.78.87:8080,0 78.78.78.87:8080,1 Now i can...
by bugmenot666
Wed Sep 21, 2011 9:29 am
Forum: General Support & Discussions
Topic: Read and Write in a CSV file
Replies: 3
Views: 3842

Read and Write in a CSV file

Hi Peoples, i use imacro with a csv list of proxys. Give there a method that can be translated as a csv file behind the proxy used by one state can. Does not works!. 127.0.0.1:8080,0 <- BAD 127.0.0.2:8080,1 <-GOOD And the same in the file. That is no longer used at the next run through the proxy. Th...
by bugmenot666
Fri Aug 19, 2011 1:55 pm
Forum: General Support & Discussions
Topic: Please create better command for timeout error #802
Replies: 15
Views: 13964

Re: Please create better command for timeout error #802

Bumping this for a solution.
Why can a error like this is still not fixed?

I searched the whole forum and not a single answer from the mods acknowledges this error, weird!
by bugmenot666
Mon Jul 04, 2011 9:26 pm
Forum: iMacros for Firefox
Topic: CLICK doesn't work anymore
Replies: 4
Views: 3218

Re: CLICK doesn't work anymore

Do you mean this was working fine with a previous version of iMacros, or do you think it is due to underlying changes on FB? Facebook looks the same since it was working but I suppose its because they changed something not sure TAG POS=1 TYPE=IMG ATTR=CLASS:uiProfilePhoto<SP>UIImageBlock_Image<SP>U...
by bugmenot666
Thu Jun 30, 2011 12:00 am
Forum: iMacros for Firefox
Topic: CLICK doesn't work anymore
Replies: 4
Views: 3218

Re: CLICK doesn't work anymore

VERSION BUILD=7200328 RECORDER=FX TAB T=1 URL GOTO=http://www.facebook.com/?sk=inbox WAIT SECONDS=1 CLICK X=222 Y=126 TAG POS=1 TYPE=SPAN ATTR=TXT:Actions TAG POS=1 TYPE=SPAN ATTR=TXT:Delete<SP>Messages... TAG POS=1 TYPE=SPAN ATTR=TXT:Delete<SP>All TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:delete&&...
by bugmenot666
Thu Jun 23, 2011 9:53 am
Forum: iMacros for Firefox
Topic: CLICK doesn't work anymore
Replies: 4
Views: 3218

CLICK doesn't work anymore

I use CLICK X=222 Y=126
there's a dynamic picture there that changes every time
when I run the macro it just creates a blue box around the picture but doesn't click it