Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
typed in
http://minimal.everybodyedits.com/games/PWL17t1R6bbUI (the first tutorial) gives you "File Not Found" if you try to access it from a browser, but it works perfectly if you access it from inside of the game
10 years and still awkward. Keep it up, baby!
Offline
still not fixed
instead of displaying "file not found", now it just takes you to the lobby
edit: i was the one who requested for the topic to be unlocked in the first place, why would you do this to me hexagon ;_;
10 years and still awkward. Keep it up, baby!
Offline
Ugh...
@EE Staff - add this code to the /games/not-found.html file.
EDIT: Part of this code should already be in the <head>.
<script>
var ee_inviteid = unescape( "");
var ee_quickinviteid= unescape("");
var iseecom = true;
var affiliate = location.search.replace("?a=","");
function setPath(title, path) {
if (window.history) {
if (location.pathname + location.search == path) {
if (window.history.replaceState) {
window.history.replaceState({}, title, path);
}
} else if (window.history.pushState) {
window.history.pushState({}, title, path);
}
}
document.title = title;
}
var roomname_url = "games/"
if(location.href.lastIndexOf(roomname_url) > -1){
var ee_roomname = unescape(location.href.substring(location.href.lastIndexOf(roomname_url)+roomname_url.length))
}
</script>
Discord: jawp#5123
Offline
[ Started around 1740401205.4199 - Generated in 0.045 seconds, 12 queries executed - Memory usage: 1.38 MiB (Peak: 1.48 MiB) ]