Jump to content
  • 0

FluxCP Mod.


rans

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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,
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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 

);
?>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

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
Link to comment
Share on other sites

×
×
  • Create New...