Gang67
|Jump out gang, we jump out those vehicles|
- May 5, 2017
- 303
- 54
I have tried to switch the emulator and swfs but it hasn't worked. It loads fully then just disconnects then starts loading again, it logs a critical error into the emu log. Please help.
<?php include_once ("forcevote.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
<html xmlns="
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>RP - Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="
<meta name="csrf-token" content="a68e16da32"/>
<!--<script type="text/javascript" src="
<link rel="stylesheet" href="
<script src="
<script src="
<script src="
<script src="
<link rel="stylesheet" type="text/css" href="
<script src="
<link href='
<style>
body {
font-family: 'Ubuntu', sans-serif;
width:960px;
overflow: hidden;
width: 100%;
height: 100%;
}
p{
color:#525252;
font-size:12px;
}
.skillbar {
position:relative;
display:block;
margin-bottom:15px;
width:70%;
background:#eee;
height:30px;
border-radius:3px;
overflow:hidden;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title {
position:absolute;
top:0;
left:0;
width:80px;
font-weight:bold;
font-size:13px;
color:#ffffff;
background:#6adcfa;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-title span {
display:block;
background:rgba(0, 0, 0, 0.1);
padding:0 20px;
height:30px;
line-height:30px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.client-overlay {
z-index: 99999;
position: absolute;
top: 5px;
left: 5px;
overflow: auto;
min-width: 250px;
pointer-events:none;
}
#client {
z-index: -1;
pointer-events: auto;
}
.skillbar-bar {
height:30px;
width:0px;
background:#6adcfa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.skill-bar-percent {
position:absolute;
right:10px;
top:0;
font-size:11px;
height:35px;
line-height:35px;
color:#ffffff;
color:rgba(0, 0, 0, 0.4);
}
</style>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "Nath";
var habboId = 2;
var facebookUser = false;
var habboReqPath = "";
var habboStaticFilePath = "
var habboImagerUrl = "
var habboPartner = "";
var habboDefaultClientPopupUrl = "
window.name = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";
HabboClient.maximizeWindow = true;
}
</script>
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<noscript>
<meta http-equiv="refresh" content="0;url=/me/nojs" />
</noscript>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
<meta name="google" content="notranslate" />
<link rel="stylesheet" href="
<script src="
<script type="text/javascript">
var BaseUrl = "
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "
"url.prefix" : "
"client.reload.url" : "
"client.fatal.error.url" : "
"client.connection.failed.url" : "
"logout.url" : "
"logout.disconnect.url" : "
"external.variables.txt" : "
"external.texts.txt" : "
"external.figurepartlist.txt" : "
"productdata.load.url" : "
"furnidata.load.url" : "
"sso.ticket" : "{sso}",
"processlog.enabled" : "1",
"account_id" : "2",
"client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...",
"flash.client.url" : "
"user.hash" : "df2cd7104536553afde9f7d66133d578eccb4606",
"has.identity" : "1",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "false",
"country_code" : ""
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF("
</script>
</head>
<body>
<?php
$k = mysql_fetch_assoc(mysql_query("SELECT * FROM rp_stats WHERE id = '" . $_SESSION['user']['id'] . "'"));
?>
<div class="client-overlay">
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="curhealth" data-percent="<?php echo (($k['curhealth'] >= 100) ? '100' : $k['curhealth']); ?>%">
<div class="skillbar-title" style="background: #fa6e6e;"><span>Health</span></div>
<div id="health" class="skillbar-bar" style="background: rgb(250, 110, 110);"></div>
<div class="skill-bar-percent" id="curhealth-stat"><?php echo $k['curhealth']; ?>/<?php echo $k['maxhealth']; ?></div>
</div></td> <!-- End Health Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="energy" data-percent="<?php echo $k['energy']; ?>%">
<div class="skillbar-title" style="background: #88cd2a;"><span>Energy</span></div>
<div class="skillbar-bar" style="background: rgb(136, 205, 42);"></div>
<div class="skill-bar-percent" id="energy-stat"><?php echo $k['energy']; ?>/100</div>
</div></td> <!-- End Energy Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hunger" data-percent="<?php echo $k['hunger']; ?>%">
<div class="skillbar-title" style="background: #f7a53b;"><span>Hunger</span></div>
<div class="skillbar-bar" style="background: rgb(247, 165, 59);"></div>
<div class="skill-bar-percent" id="hunger-stat"><?php echo $k['hunger']; ?>/100</div>
</div></td> <!-- End Hunger Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hygiene" data-percent="<?php echo $k['hygiene']; ?>%">
<div class="skillbar-title" style="background: #6adcfa;"><span>Hygiene</span></div>
<div class="skillbar-bar" style="background: rgb(106, 220, 250);"></div>
<div class="skill-bar-percent" id="hygiene-stat"><?php echo $k['hygiene']; ?>/100</div>
</div></td> <!-- End Hygiene Bar -->
</div></div>
<div id="client" class="flashclient" style="width:100%;min-height:100%;height:100%;"></div>
<div id="client-ui" style="position: absolute; top: 0; z-index: -5;">
<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 red">
<h2 class="newtitle">Please update your Flash Player to the latest version.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="
If you're on an iPad, iPhone or an Android device, you can get <a href="#">SkyRP for iOS</a> on the App Store or <a href="#" target="_blank">AnxRP for Android</a> on Google Play.</p>
<p><a href="
</div>
</div>
</div>
</script>
<!-- JS -->
<script src="
<script type="text/javascript">
function updateBars()
{
jQuery('.skillbar').each(function(){
jQuery(this).find('.skillbar-bar').animate({
width:jQuery(this).attr('data-percent')
},6000);
});
}
jQuery(document).ready(function(){
updateBars();
});
jQuery("#health").animate({
width: "70%"
}, 10000 );
setInterval( function() {
$.get("{url}/userstats", function(data, status){
var userstats = jQuery.parseJSON( data );
jQuery( '#curhealth' ).attr( 'data-percent', ( ( userstats.curhealth / userstats.maxhealth ) * 100 ) + '%' );
jQuery( '#curhealth-stat' ).text( userstats.curhealth + "/" + userstats.maxhealth );
jQuery( '#energy' ).attr( 'data-percent', userstats.energy + '%' );
jQuery( '#energy-stat' ).text( userstats.energy + "/100" );
jQuery( '#hunger' ).attr( 'data-percent', userstats.hunger + '%' );
jQuery( '#hunger-stat' ).text( userstats.hunger + "/100" );
jQuery( '#hygiene' ).attr( 'data-percent', userstats.hygiene + '%' );
jQuery( '#hygiene-stat' ).text( userstats.hygiene + "/100" );
updateBars();
});
}, 10000 );
</script>
</body>
</html>
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
You must be registered for see links
"><html xmlns="
You must be registered for see links
" xml:lang="en" lang="en" xmlnsg="
You must be registered for see links
" xmlns:fb="
You must be registered for see links
"><head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>RP - Client</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="
You must be registered for see links
" type="image/vnd.microsoft.icon" /><meta name="csrf-token" content="a68e16da32"/>
<!--<script type="text/javascript" src="
You must be registered for see links
"></script>--><link rel="stylesheet" href="
You must be registered for see links
" type="text/css" /><script src="
You must be registered for see links
" type="text/javascript"></script><script src="
You must be registered for see links
" type="text/javascript"></script><script src="
You must be registered for see links
" type="text/javascript"></script><script src="
You must be registered for see links
" type="text/javascript"></script><link rel="stylesheet" type="text/css" href="
You must be registered for see links
"><script src="
You must be registered for see links
"></script><link href='
You must be registered for see links
' rel='stylesheet' type='text/css'><style>
body {
font-family: 'Ubuntu', sans-serif;
width:960px;
overflow: hidden;
width: 100%;
height: 100%;
}
p{
color:#525252;
font-size:12px;
}
.skillbar {
position:relative;
display:block;
margin-bottom:15px;
width:70%;
background:#eee;
height:30px;
border-radius:3px;
overflow:hidden;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title {
position:absolute;
top:0;
left:0;
width:80px;
font-weight:bold;
font-size:13px;
color:#ffffff;
background:#6adcfa;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-title span {
display:block;
background:rgba(0, 0, 0, 0.1);
padding:0 20px;
height:30px;
line-height:30px;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.client-overlay {
z-index: 99999;
position: absolute;
top: 5px;
left: 5px;
overflow: auto;
min-width: 250px;
pointer-events:none;
}
#client {
z-index: -1;
pointer-events: auto;
}
.skillbar-bar {
height:30px;
width:0px;
background:#6adcfa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.skill-bar-percent {
position:absolute;
right:10px;
top:0;
font-size:11px;
height:35px;
line-height:35px;
color:#ffffff;
color:rgba(0, 0, 0, 0.4);
}
</style>
<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "Nath";
var habboId = 2;
var facebookUser = false;
var habboReqPath = "";
var habboStaticFilePath = "
You must be registered for see links
";var habboImagerUrl = "
You must be registered for see links
";var habboPartner = "";
var habboDefaultClientPopupUrl = "
You must be registered for see links
";window.name = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";
if (typeof HabboClient != "undefined") {
HabboClient.windowName = "13574bb849eaa68aba57af6b14a5477d5cbffc9c";
HabboClient.maximizeWindow = true;
}
</script>
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<noscript>
<meta http-equiv="refresh" content="0;url=/me/nojs" />
</noscript>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache, no-store" />
<meta name="google" content="notranslate" />
<link rel="stylesheet" href="
You must be registered for see links
" type="text/css" /><script src="
You must be registered for see links
" type="text/javascript"></script><script type="text/javascript">
var BaseUrl = "
You must be registered for see links
";var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "
You must be registered for see links
","url.prefix" : "
You must be registered for see links
","client.reload.url" : "
You must be registered for see links
","client.fatal.error.url" : "
You must be registered for see links
","client.connection.failed.url" : "
You must be registered for see links
","logout.url" : "
You must be registered for see links
","logout.disconnect.url" : "
You must be registered for see links
","external.variables.txt" : "
You must be registered for see links
","external.texts.txt" : "
You must be registered for see links
","external.figurepartlist.txt" : "
You must be registered for see links
","productdata.load.url" : "
You must be registered for see links
","furnidata.load.url" : "
You must be registered for see links
","sso.ticket" : "{sso}",
"processlog.enabled" : "1",
"account_id" : "2",
"client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...",
"flash.client.url" : "
You must be registered for see links
","user.hash" : "df2cd7104536553afde9f7d66133d578eccb4606",
"has.identity" : "1",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "false",
"country_code" : ""
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF("
You must be registered for see links
", "client", "100%", "100%", "10.0.0", "
You must be registered for see links
", flashvars, params, null);</script>
</head>
<body>
<?php
$k = mysql_fetch_assoc(mysql_query("SELECT * FROM rp_stats WHERE id = '" . $_SESSION['user']['id'] . "'"));
?>
<div class="client-overlay">
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="curhealth" data-percent="<?php echo (($k['curhealth'] >= 100) ? '100' : $k['curhealth']); ?>%">
<div class="skillbar-title" style="background: #fa6e6e;"><span>Health</span></div>
<div id="health" class="skillbar-bar" style="background: rgb(250, 110, 110);"></div>
<div class="skill-bar-percent" id="curhealth-stat"><?php echo $k['curhealth']; ?>/<?php echo $k['maxhealth']; ?></div>
</div></td> <!-- End Health Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="energy" data-percent="<?php echo $k['energy']; ?>%">
<div class="skillbar-title" style="background: #88cd2a;"><span>Energy</span></div>
<div class="skillbar-bar" style="background: rgb(136, 205, 42);"></div>
<div class="skill-bar-percent" id="energy-stat"><?php echo $k['energy']; ?>/100</div>
</div></td> <!-- End Energy Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hunger" data-percent="<?php echo $k['hunger']; ?>%">
<div class="skillbar-title" style="background: #f7a53b;"><span>Hunger</span></div>
<div class="skillbar-bar" style="background: rgb(247, 165, 59);"></div>
<div class="skill-bar-percent" id="hunger-stat"><?php echo $k['hunger']; ?>/100</div>
</div></td> <!-- End Hunger Bar -->
<td style="padding-right: 30px; padding-top:5px;"><div class="skillbar clearfix " id="hygiene" data-percent="<?php echo $k['hygiene']; ?>%">
<div class="skillbar-title" style="background: #6adcfa;"><span>Hygiene</span></div>
<div class="skillbar-bar" style="background: rgb(106, 220, 250);"></div>
<div class="skill-bar-percent" id="hygiene-stat"><?php echo $k['hygiene']; ?>/100</div>
</div></td> <!-- End Hygiene Bar -->
</div></div>
<div id="client" class="flashclient" style="width:100%;min-height:100%;height:100%;"></div>
<div id="client-ui" style="position: absolute; top: 0; z-index: -5;">
<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 red">
<h2 class="newtitle">Please update your Flash Player to the latest version.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="
You must be registered for see links
">Install flash player</a>. More instructions for installation can be found here: <a href="
You must be registered for see links
">More information</a>If you're on an iPad, iPhone or an Android device, you can get <a href="#">SkyRP for iOS</a> on the App Store or <a href="#" target="_blank">AnxRP for Android</a> on Google Play.</p>
<p><a href="
You must be registered for see links
"><img src="
You must be registered for see links
" alt="Get Adobe Flash player" /></a></p></div>
</div>
</div>
</script>
<!-- JS -->
<script src="
You must be registered for see links
"></script><script type="text/javascript">
function updateBars()
{
jQuery('.skillbar').each(function(){
jQuery(this).find('.skillbar-bar').animate({
width:jQuery(this).attr('data-percent')
},6000);
});
}
jQuery(document).ready(function(){
updateBars();
});
jQuery("#health").animate({
width: "70%"
}, 10000 );
setInterval( function() {
$.get("{url}/userstats", function(data, status){
var userstats = jQuery.parseJSON( data );
jQuery( '#curhealth' ).attr( 'data-percent', ( ( userstats.curhealth / userstats.maxhealth ) * 100 ) + '%' );
jQuery( '#curhealth-stat' ).text( userstats.curhealth + "/" + userstats.maxhealth );
jQuery( '#energy' ).attr( 'data-percent', userstats.energy + '%' );
jQuery( '#energy-stat' ).text( userstats.energy + "/100" );
jQuery( '#hunger' ).attr( 'data-percent', userstats.hunger + '%' );
jQuery( '#hunger-stat' ).text( userstats.hunger + "/100" );
jQuery( '#hygiene' ).attr( 'data-percent', userstats.hygiene + '%' );
jQuery( '#hygiene-stat' ).text( userstats.hygiene + "/100" );
updateBars();
});
}, 10000 );
</script>
</body>
</html>
productdata.load.url=
external.override.variables.txt=
external.texts.txt=
flash.client.url=
external.variables.txt=
external.override.texts.txt=
furnidata.load.url=
external.figurepartlist.txt=
You must be registered for see links
external.override.variables.txt=
You must be registered for see links
external.texts.txt=
You must be registered for see links
flash.client.url=
You must be registered for see links
external.variables.txt=
You must be registered for see links
external.override.texts.txt=
You must be registered for see links
furnidata.load.url=
You must be registered for see links
external.figurepartlist.txt=
You must be registered for see links
## Azure Emulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=1234
db.name=rp
db.type=MySQL
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=3000
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=30000
mus.tcp.port=30001
mus.tcp.allowedaddr=149
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Developer Settings
Debug=false
## Language System
system.lang=english
## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000
## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=1234
db.name=rp
db.type=MySQL
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=3000
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
game.tcp.port.proxy=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=30000
mus.tcp.port=30001
mus.tcp.allowedaddr=149
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Developer Settings
Debug=false
## Language System
system.lang=english
## Console Clear Timer
console.clear.enabled=false
console.clear.time=60000
## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT