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 2015-06-03 19:55:52, last edited by matrixzk (2015-06-05 21:10:41)

matrixzk
Member
Joined: 2015-03-21
Posts: 13

My remake of EE Website!

Yeah so i made hacked version of EE my remake of  EE website. It doesn't change the actual game, only the style of page. It's pretty simple, I've done it in 5 mins. So, if you want to see it, do this:
1. open new file in your notepad or whatever it's called on your computer (I am from poland, so idk)

2. Now copy this:
---------------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
  <head>
    <title>
      Hacked Everybodyedits!
    </title>
    <meta charset="UTF-8">
    <meta name="description" content="Hi. Everybodyedits was hacked by Matrixzk, gwahahahaha!!!">
    <meta name="keywords" content="Everybody Edits, EE, Everyone Edits, sandbox, online game, real time, Matrixzk, ultratag">
    <link rel="stylesheet" type="text/css" href="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody%20Edits%20Website/css/style.css">
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <link rel="shortcut icon" href="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0">
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
    <script type="text/javascript">
    google.load("feeds", "1");
    google.setOnLoadCallback(showFeed);

    function showFeed() {
      var feed = new google.feeds.Feed("http://blog.everybodyedits.com/feed/");
        feed.setNumEntries(1);
      feed.load(function(result) {
        if (!result.error) {
              var container = document.getElementById("BlogFeed");
          for (var i = 0; i < result.feed.entries.length; i++) {
            var entry = result.feed.entries;
            var li = document.createElement("div");
            li.innerHTML = "<h1>" + entry.title + "</h1>";
            content = entry.content.replace(new RegExp('<br.*$'), '');
            li.innerHTML += "<p>" + entry.contentSnippet + "</p>";
            container.appendChild(li);
          }
        }
        document.getElementById("more").addEventListener("click", function() {
          document.getElementById("BlogFeed").innerHTML = "<h1>" + entry.title + "</h1><p>" + entry.content.replace(new RegExp('<br.*$'), '') + "</p>";
          document.getElementById("less").className = "visible";
          document.getElementById("more").className = "hidden";
        });
        document.getElementById("less").addEventListener("click", function() {
          document.getElementById("BlogFeed").innerHTML = "<h1>" + entry.title + "</h1><p>" + entry.contentSnippet + "</p>";
          document.getElementById("less").className = "hidden";
          document.getElementById("more").className = "visible";
        });
      });
    }
    </script>
    <script type="text/javascript">
            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))
                   }
            var ee_inviteid = unescape( "")
            var ee_quickinviteid= unescape("")
            var iseecom = true;
            var affiliate = location.search.replace("?a=","")

            function setPath(title, path){
                    if(window.history && window.history.pushState){
                        window.history.pushState({}, title, path);
                    }
                }
        </script>
  </head>
 
  <body id="background">
    <!--// ICONS //-->
    <ul id="navigation">
      <li><a href="https://www.facebook.com/Matrixzk" target="_blank" class="fa fa-facebook" title="My Facebook"></a></li>
      <!--<li><a href="" class="fa fa-twitter" title="I don't have Twitter!"></a></li>-->
      <li><a href="https://www.youtube.com/channel/UCtzxeJLukjiD0lMtkCbHbcw" target="_blank" class="fa fa-youtube-play" title="My YouTube"></a></li>
      <!--<li><a href="https://scratch.mit.edu/users/matrixzk/" class="fa fa-android"></a></li>-->
      <li><a href="https://scratch.mit.edu/users/matrixzk/" class="fa fa-user"></a></li>
    </ul>
   
    <!--// MAIN //-->
    <section id="main">
      <div id="darken"></div>
      <div class="container">
        <div class="images">
          <img src="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0" height="75px">
        </div>
        <br>
        <object id="ee" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="850px" height="500px">
          <param name="movie" value="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="direct" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="always" />
                    <param name="allowFullScreen" value="true" />
                    <param name="allowFullScreenInteractive" value="true" />
          <embed src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf" width="850px" height="500px" quality="high" bgcolor="#000000" allowFullScreen="true" allowFullScreenInteractive="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="direct">
        </object>
        <button id="lightoff" class="visible">Halleluja!</button>
        <br>
      </div>
    </section>
   
    <!--// INTRO //-->
    <section id="intro" class="light padded">
      <div class="container">
        <h1>
          What is Hacked EE?
        </h1>
        <p>
            Only Matrixzk knows, sorry. It's hard to explain...
        </p>
      </div>
    </section>
   
    <!--// BETA //-->
    <section id="beta" class="light padded zigzag-light">
      <div class="container">
        <h1>
          My Website
        </h1>
        <p>
           I don't have my website(yet), but you can see my programs (projects) here:

        </p>
        <p>
           <form action="https://scratch.mit.edu/users/matrixzk/">
           <input type="submit" value="Click!">
           </form>
      </div>
    </section>
   
    <!--// BETA //-->
    <section id="beta" class="light padded zigzag-light">
      <div class="container">
        <h1>
          Matrixzk is now a Beta member!
        </h1>
        <p>
           Weee! I am so happy!
        </p>
        <div class="images">
          <img src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody Edits Website/images/beta-smiles.png"><img src="http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/Everybody Edits Website/images/beta-blocks.png">
        </div>
      </div>
    </section>
   
    <!--// PARENTS //-->
    <section id="parents" class="dark padded zigzag-dark">
      <div class="container">
        <h1>
          Matrixzk
        </h1>
        <p>
          Da real BO$$, he posess more power than the Illuminati.
        </p>
        <div class="images">
          <img src="https://cdn2.scratch.mit.edu/get_image/user/4986722_60x60.png?v=1427564519.0">
        </div>
      </div>
    </section>
   
    <script>
      $(document).ready(function(){
        $("#lightoff").click(function(){
          $("#main").toggleClass("darken");
        });
      });
    </script>
   
    <script>
      var images = ['1.png', '2.png', '3.png', '4.png', '5.png', '6.png', '7.png'];
      $('#main').css({'background-image': 'http://wallpoper.com/images/00/38/60/46 … 386046.jpg'});
    </script>
    <script>
      $(document).ready(function(){
        $("#lightoff").click(function(){
          $("#darken").toggleClass("lightsoff");
        });
      });
    </script>
  </body>
</html>
----------------------------------------------------------------------------------------------------------------

3. click >file and choose >save as...
4. name it 'index.html', and choose all files instead of txt.
5. When saved, click on file with right mouse button and choose open with... and choose google chrome/firefox/explorer/etc.
6. And that's it! Hope you enjoyed!
:cool:

Offline

#2 2015-06-03 20:13:14

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: My remake of EE Website!

Learn to pastebin things.

Offline

#3 2015-06-03 20:28:43

matrixzk
Member
Joined: 2015-03-21
Posts: 13

Re: My remake of EE Website!

XD

Offline

#4 2015-06-03 22:37:52

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,835

Re: My remake of EE Website!

"Hacked" may be the wrong word, and is a slightly alarming thread title.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

Wooted by: (2)

#5 2015-06-03 22:47:06

ZeldaXD
EE Homeboy
From: Cyprus
Joined: 2015-02-15
Posts: 1,539
Website

Re: My remake of EE Website!

Hidden text

gLjTZE1.png

Offline

Wooted by: (2)

#6 2015-06-03 23:06:29

Jabatheblob1
Member
Joined: 2015-03-01
Posts: 856

Re: My remake of EE Website!

Bg doesn't work


If you would like me to make a bot for you, go here.

Offline

#7 2015-06-04 04:20:21

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

Re: My remake of EE Website!

Darn, I was hoping this had a mod hack //forums.everybodyedits.com/img/smilies/sad


Discord: jawp#5123

Offline

Wooted by:

#8 2015-06-05 21:16:54

matrixzk
Member
Joined: 2015-03-21
Posts: 13

Re: My remake of EE Website!

JaWapa wrote:

Darn, I was hoping this had a mod hack //forums.everybodyedits.com/img/smilies/sad

Heh, i am sorry, JaWapa XD

Offline

#9 2015-06-28 04:16:47

Blox
Member
Joined: 2015-02-17
Posts: 11

Re: My remake of EE Website!

Here's my version:
everybodyeditsblox.free.bg
All I changed so far is Blog feed.
I will change also some other text with promise it'll look better


I am NOT here. I am not where you think I am, I am not where you can be, I am somewhere in the somewhere of the world.
Wait a second! Does this have sense?

Offline

Blox1435461407516815

Board footer

Powered by FluxBB

[ Started around 1714225147.8728 - Generated in 0.092 seconds, 10 queries executed - Memory usage: 1.5 MiB (Peak: 1.66 MiB) ]