Change the Server name inserver side

use chumpy's cabal_config.sh

Open WINSCP > connect to centos > Locate cabal_config.sh in centos folders (etc/cabal/...) > Open Putty > Log in > write: cd /etc/cabal/... (... = folder cabal_config.sh is located) > press enter > write: chmod 0777 ./cabal._config.sh > press enter > write: ./cabal_config.sh > follow the script.

i hope i helped.
bb
 
Upvote 0
Thank you for your reply.

of course this will help but your server number will change also.

I don't want to remove other channel on my server, I just want to change the Server name.
 
Upvote 0
You cant change the names like "Mercury" and "Venus" from server side, because the server is only the numbers that the client use for know what to show. the names pointed in the client side in this file: cabal_msg.enc, for change the values you need to decrypt this file, edit and then encrypt again. when the file is decrypted it looks easy, like this:

<cabal_message>
<version index="1"/>
<nation code="US"/>
<cabal_msg>
<msg id="server1-1" cont="Mercury" />
<msg id="server1-2" cont="Venus" />
<msg id="server1-3" cont="Mars" />
<msg id="server1-4" cont="Jupiter" />
<msg id="server1-5" cont="Saturn" />
<msg id="server1-6" cont="Neptune" />
<msg id="server1-7" cont="Pluto" />
<msg id="server1-8" cont="Leo" />
<msg id="server1-9" cont="Sirius" />
<msg id="server1-10" cont="Draco" />
<msg id="server1-11" cont="RESERVED" />
<msg id="server1-12" cont="RESERVED" />
<msg id="server1-13" cont="RESERVED" />
<msg id="server1-14" cont="RESERVED" />
<msg id="server1-15" cont="RESERVED" />
<msg id="server1-16" cont="RESERVED" />
<msg id="server1-17" cont="RESERVED" />
<msg id="server1-18" cont="RESERVED" />
<msg id="server1-19" cont="RESERVED" />
<msg id="server1-20" cont="RESERVED" />

I hope you know how to decrypt files, because i dont =P
 
Upvote 0
omg.....

you didn't get my point guys, this is what i want.

I selected Draco Server name during my server setup in cabal_config.sh to enable 5 channels and now I want to change it to Mercury but mercury configuration is only 2 channels, So I think there's is 1 option in GlobarSvr to change the Channel ID 10 (draco) to Channel ID 1 (Mercury)

Thanks to all
 
Upvote 0
thank you cypher. yes I use search but most of them are changing server name to client.

Thanks again to all who contribute in my problem.

Please close this topic.

EDIT: also found error when searching here.

Code:
Fatal error: Out of memory (allocated 235667456) (tried to allocate 24 bytes) in /home/ragezone/public_html/forum/includes/class_core.php on line 3278

EDIT2: OMG, we can't connect to the server after the changes. (cry)

EDIT3: Changing the serveridx in dbagent will do the trick.

all working now!

THANKS
 
Last edited:
Upvote 0
Back