Giter VIP home page Giter VIP logo

cloudrealms-1's People

Contributors

roncodes avatar

Watchers

 avatar  avatar

Forkers

demonspitfir

cloudrealms-1's Issues

Still have yet to be able to even see this in action Lol...

. / /////////////////////////////////////////////////////////////////////////////////// $mode=$_GET[mode]; session_start(); if(!isset($_SESSION['is_logged_in'])) { Header('location: login.php'); } else { include('classes/mmorpg.class.php'); $mmorpg = new MMORPG(); $location = $_GET[location]; // grabs current location include('includes/connect.php'); // connects game to database include('includes/load_player_data.php'); // grabs all player and character data into easy vars include('interface/header.php'); // loads scripts and interface include('chat.php'); // handles chat server include('includes/post_handler.php'); //handles all post to game index include('includes/location_handler.php'); // handles the games locations and towns, and loads towns and locations data // include('includes/sounds.php'); // handles game sounds include('interface/notifications.php'); // displays in-game notifications if($mode!='battle'){ include('interface/user_box.php'); // displays players info box char data and user data } if($mode=='battle'){ include('interface/battle.php'); // displays battle mode } else { include('interface/game_canvas.php'); // displays game canvas } include('includes/battle_handler.php'); // handles engaged battles and maybe more if($mode=='battle'){ include('interface/user_box.php'); // displays players info box char data and user data } include('interface/toolbox.php'); // loads global chat and game tools icons include('interface/windows.php'); // handles all windows include('interface/events_handler.php'); // handles all windows include('includes/quest_handler.php'); //handles quest functions and active quest conditions include('includes/close_db.php'); // works to close all database connections include('interface/footer.php'); // end scripts } ?>

I have been keeping up with CR for quite some time now and have still had absolutely no luck in getting it to actually come up lol, I get this error now.. Everything is set up the right way, DB, Permissions.. everything.. I am starting to think that this just does not work at all.

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.