Posts: 114
Threads: 7
Joined: Jun 2006
Reputation:
0
good day. hope everyone is feelin a little bit more at ease after that rough episode of a morning we had.
anywho...aside from the The Hip, I have a number of other favorite bands, one of them being the Dave Matthews Band. They recently started a spring tour and one or some of their fan forums organize and run this set list game every tour where anyone who wants to play picks 18 or so song or however many they think the band is going to play that night and for every song you guess correctly thats played you get 2 points. more importantly than just picking songs correctly, if you correctly guess in which order the songs are played you earn 6 total points per song then..standings are kept and so on
anyway without getting too in depth. i find its a fun way to follow the tour and even count down to the shows you may be attending. ive always wondered if something like that could ever fly around these parts. Is there any way we could ever organize a game like that here on the base? would any of you be interested in a game like that first of all?
just wondering because i seem to treat these two bands very simmilarly, they both have a good rotation of songs on a nightly basis. both fan bases are very passionate about their band. not only that, it serves as a fun way to count down to the shows you will be attending.
anyway lemme know what you think?
Posts: 3,175
Threads: 692
Joined: Jun 2002
Reputation:
0
I have thought of that idea before. I will host the code or integrate the code into the site. Problem is I do not have the time to write something like this. Doing this manually would take way too much man power.
I 100% support your idea.
I need 2 Kingston Tickets, please help.
Posts: 8,614
Threads: 451
Joined: Sep 2002
Reputation:
0
Great idea. Can you get the code that they use on the DMB site for us? And if Lance can't get it hosted, I will.
Can you post a link to the site and I'll dig into it?
Posts: 3,175
Threads: 692
Joined: Jun 2002
Reputation:
0
nhaste Wrote:chris Wrote:Great idea. Can you get the code that they use on the DMB site for us? And if Lance can't get it hosted, I will.
Can you post a link to the site and I'll dig into it?
I'm guessing this is it:
<!-- m --><a class="postlink" href="http://antsmarching.org/setlistgame/">http://antsmarching.org/setlistgame/</a><!-- m -->
or
<!-- m --><a class="postlink" href="http://www.dmbgame.com/">http://www.dmbgame.com/</a><!-- m -->
I need 2 Kingston Tickets, please help.
Posts: 114
Threads: 7
Joined: Jun 2006
Reputation:
0
i personally dont play that one, but alot of people on ants play both. preference is pretty divided. both are essentially the same with the exception of a few small details in the rulebook.
Posts: 1,553
Threads: 386
Joined: May 2005
Reputation:
0
Seeing the recent popularity of the nightly setlist parties where we follow along with the setlist as it is unfolding in real-time, I believe this idea would be a great attraction for the hipbase.
Here is some code that I have altered to fit the format of the Tragically Hip setlist predictor game. If anyone has a better understanding of altering this code into something usable, and would be willing to create the necessary infrastructure to support this event, that would be outstanding. Copy the code, Paste, and Preview in your HTML editor.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=UTF-8">
<title>Setlist Predictor - Questions</title>
<link rel="stylesheet" type="text/css"
href="includes/main.css">
</head>
<body>
<div id="nav"> <span style="text-align: left;">
<a href="contests.zhtml">Home</a> |
<a href="users/rules.html" target="_blank">Rules</a>
|
<a href="scores.zhtml">Top Scores</a> |
<a href="contests.xhtml">Leave Playzone</a> |
</span> <span style="position: relative; left: 80px;">
Welcome! <a href="player.zhtml">Skroeker</a> ·
<a href="inviteFriends.zhtml">Invite Your Friends</a>
</span>
<p class="version">Version 1.1</p>
</div>
<div id="message">
</div>
<div id="content">
<p>Contest [<span style=""> The Tragically Hip 2009
Tour
Regular Season
·
<a href="contests.zhtml">∧</a> </span>]
· Game [<span style=""> 05/26/09: Vic Theatre: Chicago,
Illinois ·
<a href="events.zhtml?contestId=2">∧</a> </span>]
· Questions </p>
<p class="note" style=""> Prediction deadline:
05/26/2009 19:00:00
<span style="color: red;">Passed!</span> ·
Expected close: 05/26/2009 22:00:00
</p>
<table class="bordered">
<tbody>
<tr>
<th width="60%"> Question
</th>
<th> Rule ¹
</th>
<th> My Prediction ² ³
</th>
</tr>
<tr>
<td> Which song will the band open the concert with?
</td>
<td> Base points: 10
</td>
<td> I predict </td>
</tr>
<tr>
<td> Which song will be played acoustically?
</td>
<td> Base points: 10
</td>
<td> I predict </td>
</tr>
<tr>
<td> How many songs from Day For Night will be performed?
</td>
<td> Base points: 10 | Offset allowed: (+1.0, -1.0) Offset
points: 5
</td>
<td> I predict </td>
</tr>
<tr>
<td> Which will be the last song played before the encore?
</td>
<td> Base points: 10
</td>
<td> I predict </td>
</tr>
<tr>
<td> Which will be the last song played at the concert?
</td>
<td> Base points: 10
</td>
<td> I predict </td>
</tr>
</tbody>
</table>
<p class="legend"> ¹ You get base score if you predict
correctly. Offset allowed means your prediction with certain offset
will still score.<br>
² You click links in this column to submit or re-sumbit your prediction.<br>
³ If you want to create Contests and post Games and Questions, click <a
href="users/holder.html" target="_blank">here</a>.
</p>
</div>
</body>
</html>
Posts: 8,614
Threads: 451
Joined: Sep 2002
Reputation:
0
I just posted this code online: <!-- m --><a class="postlink" href="http://www.hipfans.com/setlist.html">http://www.hipfans.com/setlist.html</a><!-- m -->
I don't have time to work on it right now, and there is a lot more code missing, but it looks interesting.
Where did you get this from?