Return to Unfiction unforum
 a.r.g.b.b 
FAQ FAQ   Search Search 
 
Welcome!
New users, PLEASE read these forum guidelines. New posters, SEARCH before posting and read these rules before posting your killer new campaign. New players may also wish to peruse the ARG Player Tutorial.

All users must abide by the Terms of Service.
Website Restoration Project
This archiving project is a collaboration between Unfiction and Sean Stacey (SpaceBass), Brian Enigma (BrianEnigma), and Laura E. Hall (lehall) with
the Center for Immersive Arts.
Announcements
This is a static snapshot of the
Unfiction forums, as of
July 23, 2017.
This site is intended as an archive to chronicle the history of Alternate Reality Games.
 
The time now is Thu Nov 14, 2024 6:54 pm
All times are UTC - 4 (DST in action)
View posts in this forum since last visit
View unanswered posts in this forum
Calendar
 Forum index » Archive » Archive: General » ARG: Test Subjects Needed
[TRAILHEAD] Testsubjectsneeded.com
Moderators: thebruce
View previous topicView next topic
Page 89 of 156 [2328 Posts]   Goto page: Previous 1, 2, 3, ..., 87, 88, 89, 90, 91, ..., 154, 155, 156  Next
Author Message
user1353
Decorated

Joined: 12 Feb 2011
Posts: 234

if you're in you're in already,
I tried reopening the page and the thing won't open..

PostPosted: Thu Jun 30, 2011 3:22 pm
 View user's profile
 Back to top 
OneEyedGod
Decorated


Joined: 23 Apr 2009
Posts: 238
Location: Germany

I can see the video now.

PostPosted: Thu Jun 30, 2011 3:24 pm
 View user's profile
 Back to top 
user1353
Decorated

Joined: 12 Feb 2011
Posts: 234

lol I heard "in the machine"
with kevin flynn's voice XD

PostPosted: Thu Jun 30, 2011 3:24 pm
 View user's profile
 Back to top 
freyathedark
Unfettered


Joined: 04 May 2011
Posts: 353
Location: Iowa, USA

Websites are up, but super slow.

Beelzebub, what number????
_________________
Now playing: Marble Hornets Season II, MLAndersen0, TestSubjectsNeeded

PostPosted: Thu Jun 30, 2011 3:25 pm
 View user's profile AIM Address
 Back to top 
Cross_
Decorated


Joined: 15 Jan 2006
Posts: 283
Location: San Diego

Empty flickr set:
http://www.flickr.com/photos/64549237@N08/

Photos to be submitted to feildopSPLATmissionicefly.com

PostPosted: Thu Jun 30, 2011 3:25 pm
Last edited by Cross_ on Thu Jun 30, 2011 3:26 pm; edited 1 time in total
 View user's profile
 Back to top 
courtney415
Boot

Joined: 08 Jan 2005
Posts: 23

FWIW the non-displaying pics to the side each have a url that leads to a blank city page i.e.
http://www.missionicefly.com/rescue/imgs/locstates/0/losangeles.png for LA when you select all it displays city name maybe more will be forth coming on these pages ....

PostPosted: Thu Jun 30, 2011 3:26 pm
 View user's profile
 Back to top 
Sunny Eclipse
Veteran


Joined: 28 Jul 2010
Posts: 71

Audio

I couldn't tell where the audio started and ended looping so i recorded near 3 minutes of it....guess there are clues within somewhere

PostPosted: Thu Jun 30, 2011 3:26 pm
 View user's profile
 Back to top 
Jane Smith
Unfettered


Joined: 13 Nov 2010
Posts: 503
Location: Cloud 9

http://www.missionicefly.com/swfs/media/0.flv


So far... seems just jumbled till signal is filled
_________________
Y O U A R E W A S T I N G Y O U R L I F E I T S J U S T T I C T A C S

PostPosted: Thu Jun 30, 2011 3:27 pm
Last edited by Jane Smith on Thu Jun 30, 2011 3:29 pm; edited 1 time in total
 View user's profile
 Back to top 
Beezlbub
Decorated


Joined: 23 Jun 2011
Posts: 188

sorry i guess not, i figured there was since cellphones where needed, or a number to text, guess i was just getting ahead ;p

PostPosted: Thu Jun 30, 2011 3:27 pm
 View user's profile
 Back to top 
GeraldBarnacle
Decorated


Joined: 09 Dec 2010
Posts: 273
Location: Sheffield, UK

Processing...
_________________
Moving digital form into real space...
Currently Playing TSN - Mission Icefly
I'm looking for an EOLC poster. Please PM me if you can help.


PostPosted: Thu Jun 30, 2011 3:28 pm
 View user's profile
 Back to top 
Paul_Atreides
Veteran

Joined: 16 Jun 2011
Posts: 138
Location: Southern Mississippi

here's the source code, there's an option for the cities to be listed as completed about halfway down

Quote:
<DOCTYPE>

<html>
<head>
<title>Mission Icefly</title>
<style>
body
{
background-color:Black;
margin:0;
padding:0;
color:#666666;
font-family:Arial;
font-size:11px;
}

a
{
color:#666666;
}
a img
{
border:0;
}

#main
{
background:url(imgs/background.jpg) no-repeat;
width:990px;
padding: 30px 15px 0 0;
}

.locationBox
{
width:192px;
height:274px;

}
#LOCS1
{
padding-top:40px;
}
#LOCS2
{
padding-top:40px;
}
table, td, tr
{
vertical-align:top;
text-align:left;
}
#hexDiv
{
height:150px;
}
#hex
{
font-weight:bold;
}

#hexDiv2
{
text-align:left;
width:645px;
float:left;
}
#msgDiv
{
float:right;
text-align:center;
}
#dynamicContent
{
width:957px;

}
.ownerTD
{
width:200px;
}
#FindersDiv
{
width:760px;
text-align:center;
}
#upperDisplay
{
height:420px;
}
</style>
<script></script>
<script></script>
<script></script>

<script>
</Globals>
</script>
<script>
var HANDLER_URL = homeUrl + "locationhandler.ashx";
var STATUS_IMAGE_DIR = "imgs/locstates/";
var STATE_CHECK_INTERVAL = 30000;
var DEBUGGING = false;

var UNAVAILABLE = 0;
var AVAILABLE = 1;
var IN_PROGRESS = 2;
var COMPLETE = 3;
var FAILED = 4;
var STAND_BY = 5;

var m_jsReady = false;
var m_initializing = true;
var m_completecount = 0;
var locnames = new Array();


function GetStatusCode(str)
{
switch (str)
{
case "UNAVAILABLE":
return UNAVAILABLE;

case "AVAILABLE":
return AVAILABLE;

case "IN_PROGRESS":
return IN_PROGRESS;

case "COMPLETE":
return COMPLETE;

case "FAILED":
return FAILED;

case "STAND_BY":
return STAND_BY;

default:
return UNAVAILABLE;
}
}


function Debug(msg)
{
if (DEBUGGING)
{
alert(msg);
}
}


function Log_Loaded(xml, textstatus)
{
Debug("Log_Loaded():\n" + xml);
}


function Log(msg)
{
var data = { plain: "log" };
var callback = Log_Loaded;

SendRequest(data, callback);
}


function UpdateLocationState()
{

}


function BuildLocationDisplay(xml)
{
// m_completecount must be refreshed after each call //
m_completecount = 0;

var columns = 3;
var counter = 0;

var tgt1 = $("#LOCS1");
var tgt2 = $("#LOCS2");
var html1 = "<table>";
var html2 = "<table>";
var i = 0;

$("loc", xml).each(function ()
{
try {

var locid = $(this).attr("Name");
var status = GetStatusCode($(this).attr("Status"));
var imgsrc = STATUS_IMAGE_DIR + status + "/" + $(this).attr("Name") + ".png";

if (i < Cool
{



// keep track of these location names so that we may dupicate them in the finder list. //
locnames.push(locid);

html1 += "<tr>";

if (status == AVAILABLE || status == COMPLETE || status == IN_PROGRESS)
{
html1 += "<td><a>\</a></td>";

if (status == COMPLETE)
{
m_completecount++;
}
} else
{
html1 += "<td>\</td>";
}

html1 += "</tr>";


}
else
{

// keep track of these location names so that we may dupicate them in the finder list. //
locnames.push(locid);

html2 += "<tr>";

if (status == AVAILABLE || status == COMPLETE || status == IN_PROGRESS)
{
html2 += "<td><a>\</a></td>";

if (status == COMPLETE)
{
m_completecount++;
}
} else
{
html2 += "<td>\</td>";
}

html2 += "</tr>";


}
i++;

} catch (err)
{
Debug("BuildLocationDisplay() ERROR: \n" + err.toString());
}
});

html1 += "</table>";
html2 += "</table>";



SendToActionScript(m_completecount);
// console.log("SendtoAScompleteCount");
tgt1.html(html1);
tgt2.html(html2);

BuildFindersDisplay(xml);
}


function BuildFindersDisplay(xml)
{
// Build table //
var tgt = $("#FindersDiv");
var html = "";
var html2 = "";

html += "
<table>"

for (var i = 1; i </span> 2)
{
thisMovie("pentagons").SendToActionscript(value);
}
else
{
thisMovie("pentagons").SendToActionscript(value);
thisMovie("static").SendToActionscript(value);
}
} catch (err)
{
Debug("SendToActionScript(): " + err.toString());
}

}

}


function sendToJavaScript(value) {
//console.log("RecievedFromAS");
var data = { plain: "hexs", array: value };
var callback = hexChecked;
//console.log(data);
SendRequest(data, callback);

}

function setFF(value) {
//console.log("RecievedFromAS");
var data = { ffinder: value};
var callback = FFset;
//console.log(data);
SendRequest(data, callback);

}

function FFset(text, textstatus) {

}

function hexChecked(text, textstatus) {
//console.log("Sendtoas");
SendToActionScript(text);
}

$(document).ready(function () { Init(); });
</script>
</head>
<body>

<div>
<div>
<table>
<tr>
<BEGIN>

<td>
<div>
<DYNAMIC>
</div>
</td>
<END>
<td>
<div>
<script>
</a>
</script>

<noscript>
</noscript>
</div>
</td>
<BEGIN>
<td>
<div>
<DYNAMIC>
</div>
</td>

<END>
</tr>
</table>
</div>


<div>
<div>
<script>
</a>
</script>
<noscript>
</noscript>
</div>

</div>
<div>
<div>

</div>
<div>

</div>
</div>
<div>
<div>

IN THE FIELD:
</div>
<div>
<dynamic>
</div>
<div>
PHOTOS: <a>View</a>&nbsp|&nbsp<a>Submit</a>

<br><br>
<a>Follow us on Twitter</a>
<br><br>
#MissionIcefly
</div>
</div>
</div>

<script></script>

</body>
</html>


PostPosted: Thu Jun 30, 2011 3:28 pm
 View user's profile
 Back to top 
Beezlbub
Decorated


Joined: 23 Jun 2011
Posts: 188

http://www.missionicefly.com/rescue/pdf/orlando.pdf

PostPosted: Thu Jun 30, 2011 3:30 pm
 View user's profile
 Back to top 
Beezlbub
Decorated


Joined: 23 Jun 2011
Posts: 188

http://www.missionicefly.com/rescue/pdf/newyork.pdf

PostPosted: Thu Jun 30, 2011 3:30 pm
 View user's profile
 Back to top 
Beezlbub
Decorated


Joined: 23 Jun 2011
Posts: 188

THERE YOU GO GOGOGOGOGOGOGOGOOGOGGOOG I JUST GOT IT FROM THE SITE

PostPosted: Thu Jun 30, 2011 3:30 pm
 View user's profile
 Back to top 
user1353
Decorated

Joined: 12 Feb 2011
Posts: 234

refresh!

PostPosted: Thu Jun 30, 2011 3:31 pm
 View user's profile
 Back to top 
Display posts from previous:   Sort by:   
Page 89 of 156 [2328 Posts]   Goto page: Previous 1, 2, 3, ..., 87, 88, 89, 90, 91, ..., 154, 155, 156  Next
View previous topicView next topic
 Forum index » Archive » Archive: General » ARG: Test Subjects Needed
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum



Powered by phpBB © 2001, 2005 phpBB Group