I live way out in the pacific near Guam, UTC +10. Same timezone as Sydney (Australia), but I'm in the Northern hemisphere. I still don't quite understand the significance of your location, but does mine have any use?
English
-
I used to live in Guam, small world.
-
Hahah, I'm actually on Saipan, but I saw Guam because I think people are more likely to know where it is.
-
Yes! You should play well off of the Australians. If a large group of them activate the site at midnight and you do as well you will make a mirror of their signals at the top and bottom of the image. If you could follow the instructions in the thread linked above it would be helpful. But save this test as the html script you run to properly execute tomorrow's code. Save the text in the spoiler as some html and then use that instead of the script he provided. [spoiler] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="selenium.base" href="http://alphalupi.bungie.net/" /> <title>AlphaLupi</title> </head> <body> <table cellpadding="1" cellspacing="1" border="1"> <thead> <tr><td rowspan="1" colspan="3">AlphaLupi</td></tr> </thead><tbody> <tr> <td>label</td> <td>start</td> <td></td> </tr> <tr> <td>open</td> <td>http://alphalupi.bungie.net/</td> <td></td> </tr> <tr> <td>pause</td> <td>2000</td> <td></td> </tr> <tr> <td>click</td> <td>//div[@id='row0']/img[2]</td> <td></td> </tr> <tr> <td>click</td> <td>//div[@id='row2']/img[2]</td> <td></td> </tr> <tr> <td>click</td> <td>//div[@id='row3']/img[2]</td> <td></td> </tr> <tr> <td>pause</td> <td>60000</td> <td></td> </tr> <tr> <td>goto</td> <td>start</td> <td></td> </tr> </tbody></table> </body> </html> [/spoiler]
-
I'm happy to help, and could run the automated thing until about 10 or 11 PM my time (4 or 5 AM PST). But I'm a little confused about what I need to do. I see the step by step thing on the thread you linked, that's fine, I'll do it. But the code you pasted here, I don't understand what to do with it...
-
He has updated the instructions and put a link to the current code you should run. Just check back with that thread for a step by step.
-
Will do, thanks :)