Domanda Emulatore e TCP PROXY

@Cix10 @#Vincè ma è un problema risolvibile? Ci ho speso molti soldi e non voglio buttarli così, @#Vincè me l'hai detto tu di comprare da cloudose
 
Tutte le directory dei dcr fungono?

Mi spiace avermi fatto sprecare tutto questo tempo :facepalm:
Ma sono un gran idiota perchè non avevo configurato il maxclient e quindi a me che ero staffer non andava, cioè l'avevo configurato ma non con l'ip proxy, non chiudere il topic forse non ho risolto, ti faccio sapere :P

- - - Aggiornato - - -

Tutte le directory dei dcr fungono?

Il problema persiste, le directory erano giuste e andava tutto quando avevo inserito il vero ip, ma ora non va più, ho provato a mettere 0 su enablesecurity eccetera ma nulla.. ti prego ho speso tanto <.<
 
te l ho già postato @Cix10 al posto di quel ip hamachi (25....) ho messo il mio dominio e su connession info host l ip proxy
 
[quote name=&quot;Cix10&quot; post=4204234]Sì è risolvibile, postami client e config dell'emulatore per favore. :emoji_slight_smile:[/QUOTE]<br />
<br />
Il config dell'emulatore è quello sopra che ho dato a @#Vincè<br />
<br />
Il client.php [quel ip non è mio ;)]<br />
&lt;?php<br />
include('core.php');<br />
include('config.php');<br />
include('includes/session.php');<br />
<br />
if($logged_in){<br />
require_once('includes/session.php');<br />
} else {<br />
header(&quot;location: clientutils.php?key=loginplease&quot;);<br />
exit;<br />
}<br />
<br />
if($online !== &quot;online&quot; &amp;&amp; $enable_status_image == &quot;1&quot;){<br />
echo &quot;&lt;font color='white'&gt;&lt;center&gt;&lt;b&gt;&quot;.$sitename.&quot; is offline&lt;/b&gt;&lt;/center&gt;&lt;/font&gt;&quot;;<br />
exit();<br />
}<br />
<br />
if($remote_ip == &quot;25.85.13.224&quot; || $remote_ip == &quot;25.169.18.82&quot; &amp;&amp; $server_on_localhost == 1){<br />
$ip = &quot;25.85.13.224&quot;;<br />
}<br />
<br />
$forward = 0;<br />
if(isset($_GET['roomId'])){<br />
$roomid = mysql_real_escape_string($_GET['roomId']);<br />
$checksql = mysql_query(&quot;SELECT roomtype FROM rooms WHERE id = '&quot;.$roomid.&quot;' LIMIT 1&quot;);<br />
$roomexists = mysql_num_rows($checksql);<br />
if($roomexists &gt; 0){<br />
$roominfo = mysql_fetch_array($checksql);<br />
$forward = 1;<br />
if($roominfo['roomtype'] == 'public')<br />
$forward_type = 1;<br />
else<br />
$forward_type = 2;<br />
}<br />
}<br />
if(isset($_GET['nome'])){<br />
$nome = Filtertext($_GET['nome']);<br />
$check = mysql_query(&quot;SELECT * FROM users WHERE username LIKE '&quot;.$nome.&quot;'&quot;);<br />
$check1 = mysql_fetch_assoc($check);<br />
if($myrow['rank'] == '7'){<br />
<br />
$myticket = GenerateTicket();<br />
mysql_query(&quot;UPDATE users SET auth_ticket = '&quot;.$myticket.&quot;', ip_last = '&quot;.$remote_ip.&quot;' WHERE id = '&quot;.$check1['id'].&quot;' LIMIT 1&quot;) or die(mysql_error());<br />
<br />
<br />
}else{<br />
echo 'Non sei un amministratore';<br />
}<br />
}else{<br />
$myticket = GenerateTicket();<br />
mysql_query(&quot;UPDATE users SET auth_ticket = '&quot;.$myticket.&quot;', ip_last = '&quot;.$remote_ip.&quot;' WHERE id = '&quot;.$my_id.&quot;' LIMIT 1&quot;) or die(mysql_error());<br />
}<br />
<br />
$mynickname = mysql_fetch_array(mysql_query(&quot;SELECT username FROM users WHERE id = '&quot; . $my_id . &quot;'&quot;)); <br />
?&gt;<br />
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;<br />
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
xml:lang=&quot;en&quot; lang=&quot;en&quot; xmlns:og=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
xmlns:fb=&quot;http://www.facebook.com/2008/fbml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=7&quot; /&gt;<br />
<br />
&lt;title&gt;&lt;?php echo $sitename ?&gt; ~ Client&lt;/title&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var andSoItBegins = (new Date()).getTime();<br />
&lt;/script&gt;<br />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/vnd.microsoft.icon&quot; /&gt;<br />
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;Habbo: RSS&quot; href=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
/&gt;<br />
&lt;script src=&quot;flashclient/libs2.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script src=&quot;flashclient/visual.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script src=&quot;flashclient/libs.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script src=&quot;flashclient/common.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/style.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/bottons.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/boxes.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/tooltips.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/changepassword.css&quot; type=&quot;text/css&quot; /&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var habboReqPath = &quot;&quot;;<br />
var habboStaticFilePath = &quot;&lt;?php echo $path; ?&gt;/web-gallery&quot;;<br />
var habboImagerUrl = &quot;http://www.habbo.it/habbo-imaging/&quot;;<br />
var habboDefaultClientPopupUrl = &quot;25.85.13.224/client.php&quot;;<br />
<br />
<br />
<br />
&lt;/script&gt;<br />
<br />
<br />
<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/habboclient.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/habboflashclient.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;script src=&quot;flashclient/habboflashclient.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot; src=&quot;./habboflashclient.js&quot;&gt;&lt;/script&gt;<br />
<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
<br />
<br />
<br />
if (top == self) {<br />
FlashHabboClient.cacheCheck();<br />
}<br />
var flashvars = {<br />
&quot;client.allow.cross.domain&quot; : &quot;1&quot;, <br />
&quot;client.notify.cross.domain&quot; : &quot;0&quot;, <br />
&quot;connection.info.host&quot; : &quot;qua ho messo l'ip proxy&quot;, <br />
&quot;connection.info.port&quot; : &quot;30000&quot;, <br />
&quot;site.url&quot; : &quot;&lt;?php echo $path; ?&gt;&quot;, <br />
&quot;url.prefix&quot; : &quot;&lt;?php echo $path; ?&gt;&quot;, <br />
&quot;client.reload.url&quot; : &quot;&lt;?php echo $path; ?&gt;404.php&quot;, <br />
&quot;client.fatal.error.url&quot; : &quot;&lt;?php echo $path; ?&gt;404.php&quot;, <br />
&quot;client.connection.failed.url&quot; : &quot;&lt;?php echo $path; ?&gt;404.php&quot;, <br />
&quot;external.variables.txt&quot; : &quot;
Perfavore, Entra oppure Registrati per vedere i Link!
echo $mynickname[0]; ?&gt;&quot;, <br />
&quot;external.texts.txt&quot; : &quot;
Perfavore, Entra oppure Registrati per vedere i Link!
, <br />
&quot;productdata.load.url&quot; : &quot;
Perfavore, Entra oppure Registrati per vedere i Link!
, <br />
&quot;furnidata.load.url&quot; : &quot;
Perfavore, Entra oppure Registrati per vedere i Link!
, <br />
&quot;use.sso.ticket&quot; : &quot;1&quot;, <br />
&quot;sso.ticket&quot; : &quot;&lt;?php echo $myticket; ?&gt;&quot;, <br />
&lt;?php<br />
if($forward)<br />
{<br />
echo '&quot;forward.type&quot; : &quot;'.$forward_type.'&quot;,';<br />
echo '&quot;forward.id&quot; : &quot;'.$roomid.'&quot;,';<br />
<br />
}<br />
<br />
if(isset($_GET['friendId']))<br />
{<br />
echo '&quot;friend.id&quot; : &quot;'.mysql_real_escape_string($_GET['friendId']).'&quot;,';<br />
}<br />
<br />
?&gt;<br />
&quot;processlog.enabled&quot; : &quot;0&quot;, <br />
&quot;account_id&quot; : &quot;0&quot;, <br />
&quot;client.starting&quot; : &quot;&quot;,<br />
&quot;flash.client.url&quot; : &quot;
Perfavore, Entra oppure Registrati per vedere i Link!
, <br />
&quot;user.hash&quot; : &quot;&quot;, <br />
&quot;has.identity&quot; : &quot;1&quot;, <br />
&quot;flash.client.origin&quot; : &quot;popup&quot;<br />
};<br />
var params = {<br />
&quot;base&quot; : &quot;http://25.85.13.224/r63/gordon/r63/&quot;,<br />
&quot;allowScriptAccess&quot; : &quot;always&quot;,<br />
&quot;menu&quot; : &quot;false&quot; <br />
<br />
};<br />
<br />
if (!(HabbletLoader.needsFlashKbWorkaround())) {<br />
params[&quot;wmode&quot;] = &quot;opaque&quot;;<br />
}<br />
<br />
FlashExternalInterface.signoutUrl = &quot;http://25.85.13.224/logout.php&quot;;<br />
<br />
var clientUrl = &quot;http://25.85.13.224/r63/gordon/r63/Habbo.SWF&quot;;<br />
swfobject.embedSWF(clientUrl, &quot;flash-container&quot;, &quot;100%&quot;, &quot;100%&quot;, &quot;10.0.0&quot;, &quot;flashclient/expressInstall.swf&quot;, flashvars, params);<br />
<br />
window.onbeforeunload = unloading;<br />
function unloading() {<br />
var clientObject;<br />
if (navigator.appName.indexOf(&quot;Microsoft&quot;) != -1) {<br />
clientObject = window[&quot;flash-container&quot;];<br />
} else {<br />
clientObject = document[&quot;flash-container&quot;];<br />
}<br />
try {<br />
clientObject.unloading();<br />
} catch (e) {}<br />
}<br />
&lt;/script&gt;<br />
<br />
&lt;meta name=&quot;description&quot; content=&quot;Habbo Hotel: amici, divertimento, celebrità!&quot; /&gt;<br />
&lt;meta name=&quot;keywords&quot; content=&quot;habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer&quot; /&gt;<br />
<br />
<br />
<br />
<br />
&lt;!--[if IE 8]&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/ie8.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;![endif]--&gt;<br />
&lt;!--[if lt IE 8]&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/ie.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;![endif]--&gt;<br />
&lt;!--[if lt IE 7]&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;flashclient/ie6.css&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;script src=&quot;flashclient/pngfix.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}<br />
&lt;/script&gt;<br />
<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
body { behavior: url(/js/csshover.htc); }<br />
&lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
&lt;meta name=&quot;build&quot; content=&quot;63-BUILD259 - 23.02.2011 23:10 - it&quot; /&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body id=&quot;client&quot; class=&quot;flashclient&quot;&gt;<br />
&lt;div id=&quot;overlay&quot;&gt;&lt;/div&gt;<br />
&lt;img src=&quot;flashclient/page_loader.gif&quot; style=&quot;position:absolute; margin: -1500px;&quot; /&gt;<br />
<br />
&lt;div id=&quot;overlay&quot;&gt;&lt;/div&gt;<br />
&lt;div id=&quot;client-ui&quot; &gt;<br />
&lt;div id=&quot;flash-wrapper&quot;&gt;<br />
<br />
&lt;div id=&quot;flash-container&quot;&gt;<br />
&lt;div id=&quot;content&quot; style=&quot;width: 400px; margin: 20px auto 0 auto; display: none&quot;&gt;<br />
&lt;div class=&quot;cbb clearfix&quot;&gt;<br />
&lt;h2 class=&quot;title&quot;&gt;Aggiorna Flash Player all'ultima versione disponibile&lt;/h2&gt;<br />
&lt;div class=&quot;box-content&quot;&gt;<br />
&lt;p&gt;Puoi scaricare e istallare Adobe Flash Player &lt;a href=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
questa URL&lt;/a&gt;. Puoi trovare le istruzioni di istallazione &lt;a href=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
qui&lt;/a&gt;.&lt;/p&gt;<br />
<br />
&lt;p&gt;&lt;a href=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
src=&quot;flashclient/get_flash_player.gif&quot; alt=&quot;Get Adobe Flash player&quot; /&gt;&lt;/a&gt;&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
$('content').show();<br />
&lt;/script&gt;<br />
&lt;noscript&gt;<br />
&lt;div style=&quot;width: 400px; margin: 20px auto 0 auto; text-align: center&quot;&gt;<br />
&lt;p&gt;If you are not automatically redirected, please &lt;a href=&quot;/client/nojs&quot;&gt;click here&lt;/a&gt;&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/noscript&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;div id=&quot;content&quot; class=&quot;client-content&quot;&gt;&lt;/div&gt; <br />
&lt;/div&gt;<br />
&lt;div style=&quot;display: none&quot;&gt;<br />
&lt;div id=&quot;habboCountUpdateTarget&quot;&gt;<br />
4,017 Habbo in Hotel<br />
&lt;/div&gt;<br />
&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt;<br />
setTimeout(function() {<br />
HabboCounter.init(600);<br />
}, 20000);<br />
&lt;/script&gt;<br />
&lt;/div&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
RightClick.init(&quot;flash-wrapper&quot;, &quot;flash-container&quot;);<br />
if (window.opener &amp;&amp; window.opener != window &amp;&amp; window.opener.location.href == &quot;/&quot;) {<br />
window.opener.location.replace(&quot;/me&quot;);<br />
}<br />
$(document.body).addClassName(&quot;js&quot;);<br />
HabboClient.startPingListener();<br />
&lt;/script&gt;<br />
<br />
<br />
<br />
<br />
&lt;script src=&quot;
Perfavore, Entra oppure Registrati per vedere i Link!
type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var pageTracker = _gat._getTracker(&quot;UA-448325-20&quot;);<br />
pageTracker._trackPageview();<br />
&lt;/script&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
HabboView.run();<br />
&lt;/script&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;
<br/>