Skip to content

Commit 436f0b4

Browse files
authored
some stuff
1 parent 4da3432 commit 436f0b4

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

other/sidebar.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
></a>
132132
<a href="/games/" onclick="sidebarMain();" target="_parent"
133133
data-title="Boxhead 2 play"
134-
data-text=""
134+
data-text="Currently broken. Nothing I can do about this at the moment. Sorry."
135135
data-isflash="1"
136136
data-framesrc="boxhead-2-play.swf"
137137
data-isbigfile="0"
@@ -572,10 +572,10 @@
572572
></a>
573573
<a href="/games/" onclick="sidebarMain();" target="_parent"
574574
data-title="Learn to Fly 2"
575-
data-text=""
575+
data-text="Note - Some people have been experiencing a large glitch in this game which essentially prevents it from being played. If it works for you then congrats, but if it doesn't, there's nothing I can do currently. Sorry about that."
576576
data-isflash="1"
577577
data-framesrc="learn-to-fly-2.swf"
578-
data-isbigfile="0"
578+
data-isbigfile="1"
579579
></a>
580580
<a href="/games/" onclick="sidebarMain();" target="_parent"
581581
data-title="Line Rider"
@@ -685,7 +685,7 @@
685685
></a>
686686
<a href="/games/" onclick="sidebarMain();" target="_parent"
687687
data-title="Penguin Diner"
688-
data-text=""
688+
data-text="Currently broken and unplayable :( Nothing I can do about it at the moment."
689689
data-isflash="1"
690690
data-framesrc="penguin-diner.swf"
691691
data-isbigfile="0"

stuff/problem/index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,18 @@
1515
<h3 id="title">Report a Problem</h3>
1616
<br>
1717
<p id="text">Use this to tell us about an issue that should be fixed. If you have a suggestion for an edit or a game request, please use the <a href="/stuff/submit/">Submit Something</a> form. Thanks.</p>
18-
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdGv7qygkkJlBy7taV76GlygeC0WP8Ogp7ComV_e8T8V9fdMg/viewform?embedded=true" width="640" height="900" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
18+
<p>A few notes:</p>
19+
<br>
20+
<p>Please don't just say "the games don't work". This doesn't really give me any info about the problem, so I won't be able to fix it.</p>
21+
<br>
22+
<p>If there is a graphical/audio glitch in one of the games, I am unable to fix this since I don't own the games on this site. If you do find an issue however, please do submit it, and I'll just add a note so that other people know about it.</p>
23+
<br>
24+
<p>If you are having an issue with a game loading, there are two things you should try first:</p>
25+
<p>1: close all your open tabs/apps on your computer, and then go to the page again</p>
26+
<p>2: if that still does not work, give it about 60 seconds to load. If the game is not flash, sometimes the server for the game will take a while to respond if it hasn't had any requests in a while.</p>
27+
<p>If neither of those work, then feel free to fill out the form. Please include as much info as you can, this will make it a lot easier for me to fix it.</p>
28+
<br>
29+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdGv7qygkkJlBy7taV76GlygeC0WP8Ogp7ComV_e8T8V9fdMg/viewform?embedded=true" width="640" height="1100" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
1930
</div>
2031
</div>
2132
<script id="scriptBody" src="/javascript/bodyScript.js"></script>

0 commit comments

Comments
 (0)