Hi! I'm new to Second Age, but I already like it here.
I was looking up some way to speed up clicking on all the vote site links, because I knew if it was going to take that long I'd only do one or two of them a day or none at all. So here is what I came up with:
1. Download the iMacro addon for Firefox at https://addons.mozilla.org/en-US/firefox/addon/3863 (I read that there was an IE version of this addon as well).
2. Copy and paste the following macro and save it in a file like VoteForT2A.iim or similar. Save it in the iMacro macros folder, which is by default under Documents>iMacro>Macros.
Code: Select all
VERSION BUILD=6111213 RECORDER=FX
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://uosecondage.com/
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.gamesites200.com/ultimaonline/vote.gif
TAB T=2
PROMPT CAPTCHA !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.gamesites200.com/ultimaonline/in.php?id=1173 ATTR=ID:recaptcha_response_field CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:gs200_voteform ATTR=VALUE:Type<SP>the<SP>two<SP>words<SP>above<SP>and<SP>Click<SP>here<SP>to<SP>vote<SP>for<SP>Second<SP>Age
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.xtremetop100.com/votenew.jpg
TAB T=2
PROMPT CAPTCHA !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.xtremetop100.com/in.php ATTR=NAME:strverify CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.xtremetop100.com/in.php ATTR=NAME:submit&&VALUE:Vote<SP>for<SP>Second<SP>Age<SP>-<SP>Ultima<SP>Online
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://joinuo.com/images/Buttons/JoinUO88x51blackred.gif
TAB T=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:aspnetForm ATTR=VALUE:Vote
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.gtop100.com/images/nvotebutton.jpg
TAB T=2
PROMPT CAPTCHA !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:http://www.gtop100.com/in.php ATTR=ID:code CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.gtop100.com/in.php ATTR=NAME:submit&&VALUE:Vote<SP>for<SP>Second<SP>Age
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.mmorpgtoplist.com/vote.jpg
TAB T=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.mmorpgtoplist.com/in.php ATTR=NAME:submit&&VALUE:Vote<SP>for<SP>Ultima<SP>Online<SP>-<SP>The<SP>Second<SP>Age
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.jagtoplist.com/images/vbtn88x55.jpg
TAB T=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.jagtoplist.com/in.php ATTR=NAME:submit&&VALUE:Vote<SP>for<SP>Ultima<SP>Online<SP>-<SP>The<SP>Second<SP>Age
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://uosecondage.com/images/mpogtop88x31.jpg
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://uosecondage.com/images/vote.jpg
TAB T=2
TAG POS=1 TYPE=B ATTR=TXT:ENTER<SP>&<SP>VOTE
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://top-game-sites.com/button.php?u=derrick
TAB T=2
TAG POS=1 TYPE=A ATTR=TXT:Enter<SP>and<SP>Vote!
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://www.topfreegameservers.com/images/vote.jpg
TAB T=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.topfreegameservers.com/in.php ATTR=NAME:submit&&VALUE:Vote<SP>for<SP>Second<SP>Age<SP>-<SP>Ultima<SP>Online
TAB T=2
TAB CLOSE
TAB T=1
TAG POS=1 TYPE=IMG ATTR=SRC:http://e-items.com/button.php?u=Derrick
TAB T=2
TAG POS=1 TYPE=A ATTR=TXT:Enter<SP>and<SP>vote
TAB T=2
TAB CLOSE
TAB T=1
4. iMacro will click on links for you. You will have to fill out responses to the captchas that a few of the sites have, but it takes about 20 seconds to vote once a day on every site.
iMacro is highly rated on the official Firefox addon pages and you can look at the macro code that I have posted so I hope people aren't deterred by the 2 minutes it takes to set this up.