blob: c5a99f9f19fd7408fbc9f94c9eb959c5fbf4cd9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!doctype html>
<html>
<head>
<title>SCANNERJAMMER</title>
<link href="/css/chat.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" />
<meta property="og:title" content="ScannerJammer"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://scannerjammer.com:17769/"/>
<meta property="og:image" content="http://scannerjammer.com/static/img/plant.gif"/>
<meta property="og:site_name" content="ScannerJammer"/>
<meta property="og:description" content="Youtube video chat"/>
<meta property="fb:admins" content="100001923956223,1709246"/>
<meta name="description" content="Youtube video chat" />
<body>
<div id="lunacy">
NOTE: SCANNERJAMMER ONLY WORKS IN FIREFOX AND CHROME. DO NOT TRY THIS WITH INTERNET EXPLORER
</div>
<section id="bg">
<img src="http://scannerjammer.com/static/img/scanjambg2.jpg" />
</section>
<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section>
<section id="flower"><img src="http://scannerjammer.com/static/img/flower-red.gif" height="400" /></section>
<section id="curtain"></section>
<section id="login">
<img src="http://scannerjammer.com/static/img/scanjam-flipping.gif" width="100%" /><br />
<label>username:</label> <input type="text" id="login-username" maxlength="25" /><br />
<label>password:</label> <input type="password" id="login-password" maxlength="32" /><br />
<label> </label> <div id="button-shim"><button id="login-go">ROCKET</button></div><br />
<a href="/register">need an account?</a>
</section>
<section id="logo">
<img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="347" height="44" id="scanjam" />
<div id="likebutton">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fscannerjammer.com%3A17769%2F&layout=button_count&show_faces=false&width=90&action=like&font&colorscheme=dark&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe>
</div>
</section>
<section id="likereport"></section>
<section id="instructions">
<span><b>INSTRUCTIONS:</b><br/>
Paste youtube urls into the chat and they will be added to the playlist.<br/>
You can also paste gifs and images.<br/></span>
</section>
<section id="player">
<div id="ytplayer"></div>
<div id="ytplayer2"></div>
<nav>
<button id="prev"><<</button>
<button id="pause">||</button>
<button id="next">>></button>
<button id="scan">SCAN</button>
</nav>
</section>
<section id="playlistbg"></section>
<section id="playlist">
<img src="http://scannerjammer.com/static/img/playlist-banner.gif" width="200" height="60" />
<ul id="queue"></ul>
</section>
<section id="chatbg"></section>
<section id="chat"></section>
<section id="lastlogbg"></section>
<section id="lastlogbox">
<h4>VIEW PROFILES</h4>
<ul id="lastlog"></ul>
</section>
<section id="form">
<input type="text" id="chat-message" maxlength="512" />
<button id="chat-send">SEND</button>
</section>
<section id="msg"></section>
<section id="plea">
please enable javascript
</section>
<section id="loading">
loading . . .
</section>
<section id="logout">logout</section>
</body>
<script type="text/javascript">document.getElementById("plea").style.display="none"</script>
<script type="text/javascript">if (navigator.userAgent.indexOf("MSIE") !== -1) { document.getElementById("lunacy").style.display="block" }</script>
<script type="text/javascript">roomName = "%%ROOM%%"</script>
<script type="text/javascript" src="http://scannerjammer.com/js/jquery.js"></script>
<script type="text/javascript" src="http://scannerjammer.com/js/jquery.md5.js"></script>
<script type="text/javascript" src="http://scannerjammer.com/js/swfobject.js"></script>
<script type="text/javascript" src="http://scannerjammer.com:17769/js/main.js"></script>
</html>
|