Quantcast
Channel: RaGEZONE - MMO Development Forums
Viewing all 30437 articles
Browse latest View live

[Help] Mercury client.php help

$
0
0
Hello,I need someone who made my client.php works with Mercury..Here is the Client.phpIf someone can help please give me the client.php if it can work...
Code:

<?PHP#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|
#|                                                                        #|
#|          GabCMS - Website und Content Management System              #|
#|        Copyright © 2012-2015 - Gabodd Alle Rechte vorbehalten.        #|
#|                                                                                                                                                  #|
#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|#|


        include("./config.php");
        $pagename = "Client";
       
if(!isset($_SESSION['username']))
        {
                Redirect("".$url."/index");
        }
       
$sql = $bdd->query("SELECT * FROM gabcms_client WHERE id = '1'");
$client = $sql->fetch(PDO::FETCH_ASSOC);
$sql2 = $bdd->query("SELECT * FROM gabcms_config WHERE id = '1'");
$cof = $sql2->fetch(PDO::FETCH_ASSOC);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR...nsitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />


<title><?PHP echo $sitename;?> &raquo; <?PHP echo $pagename;?></title>


<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?PHP echo $user['username'];?>";
var habboReqPath = "<?PHP echo $url;?>";
var habboStaticFilePath = "<?PHP echo $imagepath;?>";
var habboImagerUrl = "http://www.habbo.com...abbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?PHP echo $url;?>/client";
window.name = "habboMain";
if (typeof HabboClient!= "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>




<link rel="shortcut icon" href="<?PHP echo $imagepath;?>favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?PHP echo $imagepath;?>static/js/libs2.js" type="text/javascript"></script>
<script src="<?PHP echo $imagepath;?>static/js/visual.js" type="text/javascript"></script>
<script src="<?PHP echo $imagepath;?>static/js/libs.js" type="text/javascript"></script>
<script src="<?PHP echo $imagepath;?>static/js/common.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="<?PHP echo $imagepath;?>styles/client/css/style.css">
<script src="<?PHP echo $imagepath;?>js/tooltip.js" type="text/javascript"></script>


<script src="<?PHP echo $imagepath;?>static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/habboflashclient.css" type="text/css" />
<script src="<?PHP echo $imagepath;?>static/js/habboflashclient.js" type="text/javascript"></script>


<meta name="description" content="<?PHP echo $description;?>" />
<meta name="keywords" content="<?PHP echo $keyword;?>" />


<!--[if IE 8]>
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?PHP echo $imagepath;?>v2/styles/ie6.css" type="text/css" />
<script src="<?PHP echo $imagepath;?>static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>


<style type="text/css">
body { behavior: url(http://www.habbo.co.uk/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="<?PHP echo $build;?> >> <?PHP echo $version ;?>" />
</head>


<?PHP if($cof['etat_client'] == '1' || $cof['etat_client'] == '3' && $cof['si3_debut'] < $nowtime && $cof['si3_fin'] < $nowtime) { ?>
<body id="client" class="flashclient">
 <div id="tooltip"></div>
<script type="text/javascript">
var habboDefaultClientPopupUrl = "<?PHP echo $url;?>/client";
</script>
<script type="text/javascript">




    <?php
    function hexparse($int){
    return "3".$int;
    }
    $ipbit = explode(".", $client['ip']);
    $cd = chr(92).chr(120);
    $crypt0 = "";
    $bit0 = str_split($ipbit[0]);
    foreach($bit0 as $number0){
    $crypt0.= $cd.hexparse($number0);
    }
    $crypt1 = "";
    $bit1 = str_split($ipbit[1]);
    foreach($bit1 as $number1){
    $crypt1.= $cd.hexparse($number1);
    }
    $crypt2 = "";
    $bit2 = str_split($ipbit[2]);
    foreach($bit2 as $number2){
    $crypt2.= $cd.hexparse($number2);
    }
    $crypt3 = "";
    $bit3 = str_split($ipbit[3]);
    foreach($bit3 as $number3){
    $crypt3.= $cd.hexparse($number3);
    }
    $point = $cd."2E";
    $ipfinale = $crypt0.$point.$crypt1.$point.$crypt2.$point.$crypt3;
    ?>
    var _CALLINFOS=["<?php echo $ipfinale; ?>"];




FlashExternalInterface.loginLogEnabled = true;
 
FlashExternalInterface.logLoginStep("web.view.start");
 
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain": "1",
"client.notify.cross.domain": "0",
"connection.info.host": _CALLINFOS[0],
"connection.info.port": "<?PHP echo $client['port'];?>",
"site.url": "<?PHP echo $url;?>",
"url.prefix": "<?PHP echo $url;?>",
"client.reload.url": "<?PHP echo $client['erreur_page'];?>",
"client.fatal.error.url": "<?PHP echo $client['erreur_page'];?>",
"client.connection.failed.url": "<?PHP echo $client['erreur_page'];?>",
"external.hash": "",
"external.variables.txt": "<?PHP echo $client['variable'];?>",
"external.texts.txt": "<?PHP echo $client['texte'];?>",
"use.sso.ticket": "1",
"sso.ticket": "<?PHP echo TicketRefresh($user['username']);?>",
"processlog.enabled": "0",
"account_id": "0",
"client.starting": "<?PHP echo $client['loading_texte'];?>",
"flash.client.url": "<?PHP echo $client['version'];?>",
"hotelview.banner.url" : "<?PHP echo $url;?>/game/gamedata/rs4.php",
"user.hash": "",
"has.identity": "0",
"flash.client.origin": "popup"
 };
    var params = {
        "base": "<?PHP echo $client['version'];?>",
        "allowScriptAccess": "always",
        "menu": "false"               
    };
 
        if (!(HabbletLoader.needsFlashKbWorkaround())) {
            params["wmode"] = "opaque";
        }
 
    FlashExternalInterface.signoutUrl = "<?PHP echo $url;?>/logout";
 
    var clientUrl = "<?PHP echo $client['swf'];?>";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/126/web-gallery/flash/expressInstall.swf", flashvars, params);
 
    window.onbeforeunload = unloading;
    function unloading() {
        var clientObject;
        if (navigator.appName.indexOf("Microsoft")!= -1) {
            clientObject = window["flash-container"];
        } else {
            clientObject = document["flash-container"];
        }
        try {
            clientObject.unloading();
        } catch (e) {}
    }
</script>
<div id="overlay"></div>


        <script type="text/javascript">


    Event.observe(document, "dom:loaded", function() {


        if (typeof Embed!= "undefined") {


            Embed.decorateNaviLinks();


            Embed.decorateLogoLink();
        }
    });
</script>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Installer Adode Flash Player</h2>
<div class="box-content">
<p>Pour installer Flash Player: <a href="http://get.adobe.com/flashplayer/">Clique ICI</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>


<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/45_0061af58e257a7c6b931c91f771b4483/2/web-gallery/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
<div style="display: none">


<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);


</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>




</body>
<?PHP } elseif($cof['etat_client'] == '2' || $cof['etat_client'] == '3' && $cof['si3_debut'] <= $nowtime && $cof['si3_fin'] >= $nowtime) {?>
<body id="popup" class="process-template client_error">
<div id="tooltip"></div>
<div id="container">
    <div id="content">
            <div id="process-content" class="centered-client-error">
                      <div id="column1" class="column">
                                           
                                <div class="habblet-container ">               
                                                <div class="cbb clearfix v3_darkblue_glow ">
       
                                                        <h2 class="title">Fermé
                                                        </h2>
                                                <script type="text/javascript">
    if (typeof HabboClient!= "undefined") {
        HabboClient.forceReload = true;
    }
</script>


<div class="box-content">
    <div class="info-client_error-text">
      <p>Oops, l'hôtel a été fermé par un fondateur de <?PHP echo $sitename; ?>. Actuellement, tu peux disposer du service client pour être au courant des nouveautés ou alors de voir si un article a été poster.</p>
      <p>Clique <a onclick="openOrFocusHabbo(this); return false;" target="client" href="<?PHP echo $url;?>/service_client/">ici</a> pour continuer. Nous sommes désolés de ce désagrément.</p>
    </div>
    <div class="retry-enter-hotel">
    <div class="hotel-open">
        <a id="enter-hotel-open-image" class="open" href="<?PHP echo $url;?>/service_client/" target="client" onclick="HabboClient.openOrFocus(this); return false;">
        <div class="hotel-open-image-splash"></div>
        <div class="hotel-image hotel-open-image"></div>
        </a>
        <div class="hotel-open-button-content">
          <a class="open" href="<?PHP echo $url;?>/moi" target="client" onclick="HabboClient.openOrFocus(this); return false;">REVENIR SUR LE SITE</a>
            <span class="open"></span>
        </div>
    </div>
    </div>
</div>       
                                        </div>
                                </div>
                                <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                       


</div>
<script type="text/javascript">
HabboView.run();
</script>
<div id="column2" class="column">
</div>
<!--[if lt IE 7]>
<script type="text/javascript">
Pngfix.doPngImageFix();
</script>
<![endif]-->
                </div>
    </div>
</div>


</body>
<?PHP } ?>
</html>

Thanks...:(:

[Help] mob's size

$
0
0
can i edit mob's size whitout opening the pk file?

Ddtank 5.9 error fight

$
0
0
Hi Pls DDTAnk 5.9 FIGHT ERROR 01:16:47,028 - [5] - ERROR - Fighting.Server.Games.GameMgr - Create battle game error:System.NullReferenceException: Object reference not set to an instance of an object.
at (Object )
at Game.Logic.Phy.Object.Player..ctor(IGamePlayer player, Int32 id, BaseGame game, Int32 team, Int32 maxBlood)
at Game.Logic.PVPGame..ctor(Int32 id, Int32 roomId, List`1 red, List`1 blue, Map map, eRoomType roomType, eGameType gameType, Int32 timeType)
at (Int32 , List`1 , ProxyRoom , List`1 , ProxyRoom , Map , eRoomType , eGameType , Int32 )
at A..(Int32 , List`1 , ProxyRoom , List`1 , ProxyRoom , Map , eRoomType , eGameType , Int32 )
at Fighting.Server.Games.GameMgr.StartBattleGame(List`1 red, ProxyRoom roomRed, List`1 blue, ProxyRoom roomBlue, Int32 mapIndex, eRoomType roomType, eGameType gameType, Int32 timeType)
01:16:47,082 - [5] - ERROR - Fighting.Server.Rooms.ProxyRoomMgr - Room Mgr Thread Error:
System.NullReferenceException: Object reference not set to an instance of an object.
at (Object )
at Fighting.Server.Rooms.ProxyRoomMgr.(ProxyRoom , ProxyRoom )
at Fighting.Server.Rooms.ProxyRoomMgr.(Int64 )
at Fighting.Server.Rooms.ProxyRoomMgr.()

New Website By Stalker

$
0
0
New website for point blank




Database used on the site




MySQL




DOWNLOAD
https://mega.co.nz/#!nwABSKrZ!ALTyuEpm_YKacWJLW72MLDyqrYAe0T8gOLP4-1bWVYc

Download alternative:
http://zonedev.orgfree.com/index.php?/topic/28-new-website-v30/#entry135

Credits

STALKER

ZoneDev
http://zonedev.orgfree.com/


Legendary character after create

$
0
0
Hello,
I have question how to change Legendary character after create - I want normal character after create. Please help ;)

Shinra kalonline server files

$
0
0
Does anyone still got "Shinra Kal Server files"? :scared:I would be really glad if somebody could reupload please,
Thanks in advance !

p.s iam looking for the config folder of shinra "srv" files,i would pay for it,
greetz !

Turn OFF random respawn after relogin

$
0
0
Hello,

How to turn OFF Random respawn after relogin - I want that character appeared at the nearest spawn.
Please help.

[HELP] Dont Create a WZ_GameServer

$
0
0
I have this error do all the steps and do not create that file and I can not open servers , anyone know how to fix it ?I have a vps ..

Thank you

open TW map and bid TW?

How make required hold breath to good sniper shot

$
0
0
Hello,
how make required hold breath (SHIFT) to good sniper shot - now sniper can good shot without press Shift (hold breath).

Please help,

[help] statspoints per reset. not keep stats

$
0
0
how to make every reset from website will give you 200 stats points per reset.

1st reset 200 stats points
2nd reset 400 stats points
3rd reset 600 stats points
4th reset 800 stats points
5th reset 1000 stats points

i didnt find any guide for this. or didnt know the the word to search it.

[Help] Issue with challengequest

$
0
0
So I decided I wanted to add challengequest to test it, and the gamemode itself loads fine,but the npc's don't appear. THis is what appears in the mlog:

Quote:

ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'rifleman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
ERROR : cannot found actordef:'knifeman3'
If anyone could give me some assistance on this i'd greatly appreciate it :)

How i Fix This Error Please

$
0
0
This Error With SMC But my Account Correct

tera complete server

$
0
0
does anyone know how to set up a complete functional tera server please pm me you will be compensated

Can't Join Server

$
0
0
So got Hamachi to work and everything, and everything is set up, but when I open my launcher and I see the server (Apollo, KeRn, etc.) it says low next to it but when I press join nothing happens and I was wondering of anyone knew the answer this problem?

A Java Coding Tutor

$
0
0
Hello guys, I am Gabriel and Im 17 years old this year. I live in Malaysia with timezone GMT+8. I am on a 3 months holiday and Im very interested and would like to learn Java Coding. I know that I could learn myself through Internet Tutorials etc. but I really have no idea where to start.

Anyone would like to accept me as their students, and teach me regarding Java Coding, kindly PM me :D:

[Guide] How to install Xampp on pc

REQUEST: Eligium / Magic World Online 2

$
0
0
Someone has Eligium (Magic World Online 2 in some countries) server files ?

[Help] Questions about RevCMS vulnerabilities scan

$
0
0
I did a scan of my Lewislol 3,2 edit of revcms and this is what i got listed under "SQL Injection"
My question is; is this possible exploits? And how do i fix theese?

in class.forms.php
Code:

$result = mysql_query("SELECT title, id FROM cms_news WHERE id != '" . $engine->secure($_GET['id']) . "' ORDER BY id DESC");
in news.php
Code:

mysql_query("INSERT INTO site_news_comments (article, userid, comment, posted_on, author) VALUES ('".htmlentities($_GET['id'])."', '".$_SESSION['userid']."', '".filter($comment)."', '".$posted_on."', '" . $_SESSION['user']['username']. "');");
also in news.php
Code:

$getComments = mysql_query("SELECT * FROM site_news_comments WHERE article = '".htmlentities($_GET['id'])."' ORDER by id DESC");

[Request] Private emulator

$
0
0
Hey, you can provide me some information private emulator selling to buy it, if it is the best method License, Greetings :P:
Viewing all 30437 articles
Browse latest View live