Coder Social home page Coder Social logo

rudyj / narutobrowsermmorpg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oyatsumi/narutobrowsermmorpg

0.0 2.0 0.0 214.72 MB

An open source complete naruto PHP/Javascript/CSS/HTML/SQL based online MMORPG, it works.

Home Page: http://narutorpg.orgfree.com/index.php

License: MIT License

PHP 99.90% CSS 0.10%

narutobrowsermmorpg's Introduction

Naruto Browser Mmorpg

A fully functional open source naruto PHP/Javascript/CSS/HTML/SQL based online browser MMO RPG.

Facebook official group: https://www.facebook.com/groups/957796797569032/

Attention! Don't try to host this game on your machine because it may induce various errors on the php interpreter, instead, use an online host such as the one provided within this document. In order to put the game working you may follow the instructions below:

  1. Upload all the files within "src" to the host of your preference. -> You can also create an account here and do it: http://www.freewebhostingarea.com/

  2. Upload the .sql on the database (sql) folder from your phpMyAdmin on the "import" option, then, the database will be created and populated. -> Change the database name "databaseName" (on the .sql file) according to your preferences and the name of your mySQL table.

  3. Change the config.php file within the "src" folder to your mysql connection parameters, don't change the prefix variable.

  4. Open your domain in your browser and login with:

    -> Account: Oyatsumi -> Pass.: 123456

Ps.: The game is in portuguese most of the time, sorry about that. You may change or do whatever you want. This code is under the MIT license. Please provide credits.

Ps2.: You may access "admin.php" to alter some stuff of the game, but beware, some images are linked to them such as the "monsters cards".

Ps3.: To play without an admin account ("authlevel == 1"), remove this piece of code from index.php:

// Close game.
if ($controlrow["gameopen"] == 0) { 
if ($userrow["authlevel"] != 1){
display("Foi encontrado um bug no jogo. O mesmo estará fechado até o lançamento da próxima versão. Por favor volte mais tarde e desculpe o transtorno.","Fechado"); die();
}
}

If you create a new account, the account is created as a normal player account, not an admin account, and the game won't run unless you remove the piece of code above.

You may, instead, alter the "gameopen" column on dk_control table from 0 to 1 to open the game.

Ps4.: You may change the theme of the game to whatever you want to and keep using the engine. You can also use the psds and the already done graphics as you wish (included here).

By Oyatsumi ( Érick Oliveira Rodrigues ).

For test purposes you may access: http://narutorpg.orgfree.com/index.php

And login with:

->Oyatsumi

->123456

Attention! If someone is logged on the account already you won't be able to login. Sorry about that. Also, here is a link with a video demonstration: https://www.youtube.com/watch?v=dKdVN4uJirU

Recently, someone just broke the online demo, so for now what works is the video.

Here's a link with a series of psds used on the game, in case that could help > https://drive.google.com/file/d/0BxJH7y8eF0sjcmNsVGtNbFlNZkU/edit?usp=sharing

narutobrowsermmorpg's People

Contributors

oyatsumi avatar

Watchers

 avatar  avatar

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.