Official Everybody Edits Forums

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.

#1 2016-01-31 00:32:37

some woman
Member
From: 4th dimension
Joined: 2015-02-15
Posts: 9,289

minimal.everybodyedits.com can not load worlds if the url is manually

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

#2 2016-01-31 01:42:04

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: minimal.everybodyedits.com can not load worlds if the url is manually

Ah, I forgot a file.

It's fixed.


Discord: jawp#5123

Offline

#3 2016-02-07 02:36:29

Hexagon
Member
Joined: 2015-04-22
Posts: 1,213

Re: minimal.everybodyedits.com can not load worlds if the url is manually

I'm not able to access that url, as it just goes to the lobby.

Offline

#4 2016-02-07 02:36:33, last edited by some woman (2016-02-07 02:37:51)

some woman
Member
From: 4th dimension
Joined: 2015-02-15
Posts: 9,289

Re: minimal.everybodyedits.com can not load worlds if the url is manually

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

#5 2016-02-07 02:38:30, last edited by mrjawapa (2016-02-07 02:39:50)

mrjawapa
Corn Man 🌽
From: Ohio, USA
Joined: 2015-02-15
Posts: 5,840
Website

Re: minimal.everybodyedits.com can not load worlds if the url is manually

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

mrjawapa1454809110580948

Board footer

Powered by FluxBB

[ Started around 1740401205.4199 - Generated in 0.045 seconds, 12 queries executed - Memory usage: 1.38 MiB (Peak: 1.48 MiB) ]