I have problem in game panel

MohNzer

New Member
Jan 2, 2017
9
0
13
Hello R4P3

when i uploat game panel to my website for example : myteam.com/ts

i see
QueryError: 110 Connection timed out

but if i uploat it to my vps in www folder it's work how i can fix that i need to enable it in my website not vps thx

https://ibb.co/bXhoWQ
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Hello R4P3

when i uploat game panel to my website for example : myteam.com/ts

i see
QueryError: 110 Connection timed out

but if i uploat it to my vps in www folder it's work how i can fix that i need to enable it in my website not vps thx

https://ibb.co/bXhoWQ
Check if ports and address is correct and check if firewall is blocking it. No other idea sadly
 

MohNzer

New Member
Jan 2, 2017
9
0
13
can you paste your config?
Code:
    $TS3_IP = ' VPS IP '; //here ts3 server ip , Alert !!! Dont put 'localhost' , put the real IP ! :)| Also you can put with port , Example : '0.0.0.0.0:9988' ^-^

    $RandomFunc = rand(1,1000); // Dont Touch that :p

    $config['teamspeak']['ip'] = 'VPS IP';      //SERVER IP , u can put localhost if u are in the same VPS

    $config['teamspeak']['queryport'] = '10011';   //Query Port , Default (10011)

    $config['teamspeak']['serverport'] = '9987';      //SERVER PORT , Default (9987)

    $config['teamspeak']['loginname'] = 'serveradmin'; //Query UserName

    $config['teamspeak']['loginpass'] = 'XXXX';      // Query Password       

    $config['teamspeak']['displayname'] ="Far";    // Bot Nickanme , Dont Delete [$RandomFunc] !!
  
    $SID_GROUP_GAME = array(386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414) //Groups Sort ID
 
Last edited by a moderator:
Mar 20, 2016
39
4
43
Code:
    $TS3_IP = ' VPS IP '; //here ts3 server ip , Alert !!! Dont put 'localhost' , put the real IP ! :)| Also you can put with port , Example : '0.0.0.0.0:9988' ^-^

    $RandomFunc = rand(1,1000); // Dont Touch that :p

    $config['teamspeak']['ip'] = 'VPS IP';      //SERVER IP , u can put localhost if u are in the same VPS

    $config['teamspeak']['queryport'] = '10011';   //Query Port , Default (10011)

    $config['teamspeak']['serverport'] = '9987';      //SERVER PORT , Default (9987)

    $config['teamspeak']['loginname'] = 'serveradmin'; //Query UserName

    $config['teamspeak']['loginpass'] = 'XXXX';      // Query Password      

    $config['teamspeak']['displayname'] ="Far";    // Bot Nickanme , Dont Delete [$RandomFunc] !!
 
    $SID_GROUP_GAME = array(386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414) //Groups Sort ID

OK CAN YOU PASTE DEFAULT CONFIG ?
 
Top