NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
666havok666
Posts: 2
Joined: Wed Jan 28, 2015 4:43 pm

NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Post by 666havok666 » Wed Jan 28, 2015 5:07 pm

I hope there is a easy way to write this script.This is what i am trying to accomplish,i need a easy way to add different numbers in sequence to the end of a url starting from 1000 to 1 billion.I know i will have to break up into lots of around 50,000 for each macro but i really could do with easier way to write this.
It is for a gaming site,this is what i mean. :roll:

URL GOTO=http://www.mocospace.com/sw/1000
URL GOTO=http://www.mocospace.com/sw/1001
URL GOTO=http://www.mocospace.com/sw/1002
URL GOTO=http://www.mocospace.com/sw/1003
URL GOTO=http://www.mocospace.com/sw/1004
URL GOTO=http://www.mocospace.com/sw/1005


so on and so on,i need from 1000 to 1 billion @ the end of each url.
Please email me butcherberlin@yandex.com , if you know how this can be accomplished or can do thanks. :wink:
Airmanbzh
Posts: 12
Joined: Wed May 23, 2012 2:20 pm

Re: NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Post by Airmanbzh » Thu Jan 29, 2015 8:50 am

Hi,

Before I give you an answer : do you realize that it will take you 277778 hours (11574 days) to reach 1 billion ?

(If you acces to each URL in 1 second)
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Post by chivracq » Thu Jan 29, 2015 10:01 am

Airmanbzh wrote:Hi,

Before I give you an answer : do you realize that it will take you 277778 hours (11574 days) to reach 1 billion ?

(If you acces to each URL in 1 second)
Ah-ah-ah...! Good point...! (Boah..., can be done in just a bit less than 32 years...!) :shock: :lol:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
666havok666
Posts: 2
Joined: Wed Jan 28, 2015 4:43 pm

Re: NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Post by 666havok666 » Sun Feb 01, 2015 2:20 pm

i have all the links now ,i used generator and made 100,000 @ a time
yes that is quite a long time to load them all :/ i wonder i theres a way to edit script to group say 1000 @ a time,or easy way 34 years bit 2 long lol :?
Cobra99
Posts: 64
Joined: Thu Dec 25, 2014 12:17 am

Re: NEED HELP WITH A SCRIPT IM TRYING TO MAKE

Post by Cobra99 » Fri Feb 06, 2015 3:51 am

make a .csv file with that URL and let imacros to open urls from that file
VERSION BUILD=8820413 RECORDER=FX, WIN7 64-bit SK, Pale Moon 25.8.1(x86)
FCIM here http://forum.imacros.net/viewtopic.php?f=20&t=3331
Post Reply