Monday 20 July 2009

Is there any order that we have to put the lines in the CCcam.cfg ?

Quote:
Is there any order that we have to put the lines in the CCcam.cfg , and can we start with C: line then change to F: line and then back to C: line?
The order we put our line is not important, however it is always a good idea to keep your Config well organized.

Example:
Quote:
C: serverdns.no-ip.com 12000 user pass
F: user pass
SERVER LISTEN PORT : 15000
Quote:
F: user pass
C: serverdns.no-ip.com 12000 user pass
SERVER LISTEN PORT : 15000
Quote:
SERVER LISTEN PORT : 15000
F: user pass
C: serverdns.no-ip.com 12000 user pass
However i would recommend to make it like this it is more neat and easier to find something
Quote:

# Connections to other Servers ( i will take cards from these )
C: serverdns.no-ip.com 12000 user pass

# Friends ( People that will take form me )
F: user pass

# Optional Configuration
SERVER LISTEN PORT : 15000
All the above examples work and has no influence on performance!!
Note also the ' # ' sign, after that sign you can put your comments as well you can use ' // '

Examples:

Quote:
C: serverdns.no-ip.com 12000 user pass # MSN 1234@hotmail.com - Local -MTV

C: serverdns.no-ip.com 12000 user pass // MSN 1234@hotmail.com - Local -MTV

No comments:

Post a Comment