Jump to content
  • 0

FluxCP Mod.


Question

Posted

Hi,

Any guide on setting up a fluxCP for multiple server? (1 login, 2 char, 2map)

I see a topic around in hercules but it doesnt work. 
Please help. thnx

3 answers to this question

Recommended Posts

Posted

f11fc847dd.png

Remove the bracket on line 130.

Fatal error: Call to a member function toArray() on a non-object in /home/hosting/public_html/yourro/lib/Flux/Athena.php on line 175

Bump for this

nvm. solved

 

  1.                                 'MapServer'       => array(
  2.                                         'Address'     => 'xx.x.x.x',
  3.                                         'Port'        => 5121
  4.                                 )
  5. ),

    1.     array(
    2.                                 'ServerName'      => '1234ro',
    3.                                 'Renewal'         => true,
    4.                                 'MaxCharSlots'    => 9,
Posted

You'd just copy/paste another array into config/servers.php so it would contain something like this:

 

		'CharMapServers' => array(
			array(
				'ServerName'      => 'Midgard',
				'Renewal'         => false,
				'MaxCharSlots'    => 9,
				...etc
			),
			array(
				'ServerName'      => 'Asgard',
				'Renewal'         => true,
				'MaxCharSlots'    => 9,
				...etc
			)

And bob's your uncle!

 

Thank you for your reply. 

I will try this.

Hi,

I tried what you have said but it did'nt work or did i just missing something?

When i try to copy paste ( http://pastebin.com/KsVEZrs8 ) <== my code

i got an error 

Parse error: syntax error, unexpected ';', expecting ')' in /home/hosting/public_html/yourro/config/servers.php on line 170

170 line is the last 

);
?>
Posted (edited)

If we go by the line numbers on your pastebin code, you need another ), on line 43 and another on 84. Remove the ; from line 170 on your servers.php though, as that shouldn't be there.

 

If you get stuck, upload your servers.php code to rAthena's pastebin, then let me know you've done it and i'll edit your pastebin so you can see what i've added, then you'll be good to go.

Thank you for replying.

I have now this (http://pastebin.com/JvVFFApp)

but i get an error

Parse error: syntax error, unexpected ')' in /home/hosting/public_html/yourro/config/servers.php on line 131 

 I have already check my ( and ) and it seems to be no extra ( ) . I don't know what the problem is.

EDIT: Sorry i don't know where is the rAthena pastebin

Edited by Ako si Ranz
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...