Forums | Chat | News | Contact Us | Register | PSU Social |
PSU: Hail!
Forums | Chat | News | Contact Us | Register | PSU Social |
Home | Forum | Chat | Wiki | Social | AGN | PS2 Stats |
|
|
|
Thread Tools | Search this Thread | Display Modes |
2012-07-18, 08:52 AM | [Ignore Me] #1 | ||
First Lieutenant
|
Sorry if this has been posted could not find it in search.
Many of us have seen the hex-clicking mini-PS2 game here: http://ps2hq.com/map/ Any idea about the countdown clock here?: http://ps2hq.com/ Just curious if it has been discussed or commented on or is affiliated with PS2 officially in anyway? Thanks Last edited by VaderShake; 2012-07-18 at 08:53 AM. |
||
|
2012-07-18, 09:01 AM | [Ignore Me] #2 | ||
Private
|
This is in the source code of the "countdown page" :
Code:
//Planetside 2 beta date, calculated using precision quantum mechanic prediction (aka a pseudo random number generator) //Add +1 to account for the Higby Boson effect var days = Math.floor(Math.random() * 30) + 1; var hours = Math.floor(Math.random() * 23) + 1; var mins = Math.floor(Math.random() * 59) + 1; time = moment(); time.add('days', days); time.add('hours', hours); time.add('minutes', mins); createCookie('ps2-date', time.unix(), 999); |
||
|
2012-07-18, 09:59 AM | [Ignore Me] #4 | |||
Private
|
It is simply an amateur trolling u guys. |
|||
|
2012-07-18, 10:06 AM | [Ignore Me] #5 | |||
First Lieutenant
|
Thanks.. |
|||
|
|
Bookmarks |
|
|