Website

02/01/2017 12:27 TheCab#1
How can I make this Online?
I already open my 7 programs (.exe) then still Offline

I put my Ip in "allg_svr_ip"
and I dont know what to put here "allg_svr_channel"

[Only registered and activated users can see links. Click Here To Register...]

Please help me I'am using Aurea Website Thanks
02/01/2017 12:59 JiiGaa#2
You have to change the Worldserver Port in xinc_config.php
02/01/2017 13:15 TheCab#3
Quote:
Originally Posted by JiiGaa View Post
You have to change the Worldserver Port in xinc_config.php
can you tell me how can I know my Worldserver port? i really forgot that one
02/01/2017 16:14 flyffdev#4
or maybe check your cacheserver.ini use the port in there

you can see the ports at MsgHdr.h (_Network foldeR)
02/01/2017 22:39 khemomo#5
still nothing I cant still make the Status online even though I've change the port 5400 to my current cache port :3

This is what I've Change


I dont know what is the use of "9987 , 10011"


there is no World Port in im config :3 please help me thanks
02/01/2017 23:01 Michi#6
Quote:
Originally Posted by khemomo View Post
still nothing I cant still make the Status online even though I've change the port 5400 to my current cache port :3

This is what I've Change


I dont know what is the use of "9987 , 10011"


there is no World Port in im config :3 please help me thanks
9987 = default Port Udp
10011 = Default serverquery port TCP

You need to find out your server channel port.
Search in your taskmanager the pid ID and then use your cmd consol to find out your port.
02/02/2017 09:19 flyffdev#7
go to xinc_functions.php

and check the funcion of


Code:
	function checkServerState($port, $ip = '127.0.0.1') {
		if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} 
		else {return '<span class="red">Offline</span>';}

Change the IP and DONE ^_^
02/02/2017 11:26 Michi#8
Quote:
Originally Posted by flyffdev View Post
go to xinc_functions.php

and check the funcion of


Code:
	function checkServerState($port, $ip = '127.0.0.1') {
		if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} 
		else {return '<span class="red">Offline</span>';}

Change the IP and DONE ^_^

Please tell me why he need to change the "local ip"?
It would not work because he need his port.
02/02/2017 13:24 flyffdev#9
its because he's using a Web Hosting (PLESK)

and I already tried it and its work
02/02/2017 14:11 khemomo#10
Is this what you mean @[Only registered and activated users can see links. Click Here To Register...] ? I Saw this using CMD then tasklist

PID
[Only registered and activated users can see links. Click Here To Register...]

I've tried to make my

Cache and world port
$_CONFIG['allg_ts3_port'] = array(4260, 4372);

still not working.
02/02/2017 14:20 JiiGaa#11
Change your Port in xinc_config.php to 28000 maybe it should work then.

PHP Code:
    $_CONFIG['allg_svr_channel'] = array(
        
=> array(
            
'Channel 1-1',
            
28000
        
),
        
=> array(
            
'Channel 1-2',
            
28001
        
), 

That how it looks in my xinc_config.php
02/02/2017 14:30 khemomo#12
Quote:
Originally Posted by JiiGaa View Post
Change your Port in xinc_config.php to 28000 maybe it should work then.

PHP Code:
    $_CONFIG['allg_svr_channel'] = array(
        
=> array(
            
'Channel 1-1',
            
28000
        
),
        
=> array(
            
'Channel 1-2',
            
28001
        
), 

That how it looks in my xinc_config.php
so here is it.

I've tried to edit mine to this and also tried to make like yours but still not working.


This is what my Cacheserver.ini

MY accountserver.ini

My loginserver.ini

02/02/2017 17:20 flyffdev#13
Follow this and its should be Fixed:



Code:
	$_CONFIG['allg_svr_channel'] = array(
		1 => array(
			'Channel 1-1',
			18256
		),
		2 => array(
			'Channel 1-2',
            15001
		),
	);

xinc_function.inc:


Code:
	function checkServerState($port, $ip = '127.0.0.1') {
		if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} 
		else {return '<span class="red">Offline</span>';}
	}

Change 127.0.0.1 to your ip
02/03/2017 02:32 khemomo#14
Quote:
Originally Posted by flyffdev View Post
Follow this and its should be Fixed:



Code:
	$_CONFIG['allg_svr_channel'] = array(
		1 => array(
			'Channel 1-1',
			18256
		),
		2 => array(
			'Channel 1-2',
            15001
		),
	);

xinc_function.inc:


Code:
	function checkServerState($port, $ip = '127.0.0.1') {
		if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} 
		else {return '<span class="red">Offline</span>';}
	}

Change 127.0.0.1 to your ip

Still not working bro :( And i dont have a code like this one on my config

Code:
	function checkServerState($port, $ip = '127.0.0.1') {
		if(@fsockopen($ip, $port, $errno, $errstr, 0.15) >= 0.15) {return '<span class="green">Online</span>';} 
		else {return '<span class="red">Offline</span>';}
	}
I'am now losing my hope :confused:
02/03/2017 09:59 flyffdev#15
Maybe you know me contact me on facebook lets teamviewer