Giter Site home page Giter Site logo

bonziworld's Introduction

BonziWORLD

This project has been discontinued due to my time being taken up by other responsibilities. Thanks for all the laughs and memes along the way.

This project was unarchived in order to document security issues. However, barely anyone used issues for that purpose are more often created irrelevant complaints. To be clear, I no longer have anything to do with any actively hosted instance of BonziWORLD or any of the community. Do not bug me about anything related to BonziWORLD, I have nothing to do with it and no longer want anything to do with it.

All the source code for the server and client is publically available here. If you want to run your own BonziWORLD, by all means go ahead. Do whatever you'd like with this code. Just try to put me somewhere in the credits.

Dependencies

  • Node.js and npm
  • Ruby
  • Sass
  • Git
  • Cordova (Optional)

Setup

In a terminal/command prompt, navigate to where you'd like BonziWORLD to be placed and run the following:

git clone https://github.com/joseph14078/BonziWORLD
cd BonziWORLD

Client

cd src
npm install
grunt build_www
cd ..

Server

cd server
npm install
node index.js

After this, BonziWORLD will be accessible on port 3000. (http://localhost:3000/)

Disclaimer

I'm not responsible if you screw up anything with your computer while setting this up. I have no idea how you would, but someone will find a way. I also will not provide support for installing dependencies. If you have everything installed properly, the above commands will work.

License

MIT

bonziworld's People

Contributors

hackfront-ita avatar heyjoeway avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bonziworld's Issues

Server-side Crash

It seems a server-side, user trigger-able crash has been discovered. The stack trace is as follows:

{  
   "trace":[  
      {  
         "column":24,
         "file":"./meat.js",
         "function":"User.talk",
         "line":390,
         "method":"talk",
         "native":false
      },
      {  
         "column":13,
         "file":"events.js",
         "function":"Socket.emit",
         "line":182,
         "method":"emit",
         "native":false
      },
      {  
         "column":12,
         "file":"./node_modules/socket.io/lib/socket.js",
         "function":null,
         "line":503,
         "method":null,
         "native":false
      },
      {  
         "column":11,
         "file":"internal/process/next_tick.js",
         "function":"process.internalTickCallback",
         "line":70,
         "method":"internalTickCallback",
         "native":false
      }
   ],
   "stack":[  
      "TypeError: Cannot read property 'text' of undefined",
      "    at User.talk (./meat.js:390:24)",
      "    at Socket.emit (events.js:182:13)",
      "    at ./node_modules/socket.io/lib/socket.js:503:12",
      "    at process.internalTickCallback (internal/process/next_tick.js:70:11)"
   ],
   "level":"error",
   "message":"uncaughtException: Cannot read property 'text' of undefined"
}

This was first reported at #8 and possibly #7. The official server will be taken offline until a bugfix is created.

Socket.io flood issue

Script kiddies can flood servers using javascript that spawn multiple socket.io bots to annoy users.

hex soundcloud memecrew dead

memecrew on bonziworld there is only way you click soundcloud channel and it says we can't find user
That is Hex
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.