MaxTech
Would you like to react to this message? Create an account in a few clicks or log in to continue.


PC Help And Information Easy Maintenance And Free Software
 
HomePortalSearchLatest imagesRegisterLog in

 

 WCS 1.8.8 Tutorial & Config

Go down 
AuthorMessage
Steve™
Management

Management
Steve™


Male
Number of posts : 2447
Home : At Home
Humor : If Im Not Back Later... Wait Longer
Registration date : 2007-07-30

config - WCS 1.8.8 Tutorial & Config Empty
PostSubject: WCS 1.8.8 Tutorial & Config   config - WCS 1.8.8 Tutorial & Config EmptyThu Aug 09, 2007 8:15 am

WCS 1.8.8 this is probably the last version as no more updates are planned, there is 2 versions, Windows & Linux.

the Windows vesion is here
config - WCS 1.8.8 Tutorial & Config Download

the Linux version is here
config - WCS 1.8.8 Tutorial & Config Download

Here is an Easy WCS Configurator for creating and editing your config
config - WCS 1.8.8 Tutorial & Config Download

config - WCS 1.8.8 Tutorial & Config WCS

General Information

Type /help in the channel for a list of commands you have access to

The Server comes with an example Config file, edit this to your channels details before you open the server (you can type /reload from an admined client with 'r' access to reload the config without restarting the server).

Configuration File

A default example configuration file is included with WCS, you can edit this file in any standard text editor to configure your room.

The following configuration options can be used in the config.ini file: (click for a description)

ChannelName=
This option can be used to set the name of the channel, for example:
ChannelName=The Great Room
This option can be used to set a second and third channelname in the channel list, so that the channel appears more than once in the channel list. The syntax is:
ChannelName2=Great Room Back Door
ChannelName3=Great Room Side Door

Topic=
This option can be used to set the room topic, for example:
Topic2=/Topic3=
These options can be used to set the topic of the ChannelName2 and ChannelName3 listings on the channel list. See ChannelName2=/ChannelName3= above.

Port=
This option can be used to set the port that WCS uses to listen for connections. This is the port that must be allowed in any firewalls and/or forwarded in any NAT routers.

MOTD=
This option can be used to set the the channels Message Of The Day (The text that shows to users when they enter)

MOTDLine=
This is an alternate way of setting the channel MOTD, this is simpler than using MOTD= for long MOTDs
MOTDLine=Line one of the motd
MOTDLine=this is an additional line
This would show the MOTD as 2 lines:

Dialup=
This option reduces the number of connections WCS makes to the WPN to 3 connections, this reduced the bandwidth usage low enough that dialup users can host. Note: hosting a channel on dialup is not recommended and should only be used as a temporary measure.

Offline=
This option can be used to set WCS in offline mode, in ths mode WCS will not connect to the internet and the channel will not show in the channel list. Useful for something i'm sure...
Default is online mode, set Offline=1 to take the channel offline.

WPNConnections=
This allows you to specify how many connections WCS should make to the WPN (maximum 6 in normal mode, 3 in dialup mode). It is recommended to keep this value above 3, as values below this cause extremely poor channel listings.

Limit=
This option can be used to set the maximum number of users that can be in the channel.
Limit=75
This will allow 75 users in to the channel, if any more users attempt to enter they will be refused entry.

FakeUsers=
This option can be used to set the number of fake users that will appear in the channel list.
This will allow you to display your channel as having more users in it than it really does
FakeUsers=120 would show on the channel list as the channel having 120 users.
Please don't be stupid and set this to rediculous values, there are already enough rooms spamming the channel list pretending to have 600 users - nobody is dumb enough to believe it and anyone with any sense avoids channels with fake listings.

AllowMulti=
This allows you to adjust how many users can join the channel from a single IP Address. Default is 3 users per IP Address.

JoinFlood=
Enable/Disable join flood protection (it is recomended that you leave this set to "1" - Enabled)

MaxMessageFlood=
Allows you to change how many messages a user can send in 10 seconds before it is considered flooding and the users text starts being ignored, Default is 5. Users with F access can continue to flood messages beyond this limit.

WPNCaches=
Allows you to specify a different peer cache to use for initial connection (unlike other servers WCS does not need to use the cache again once connected).
You can either specify an IP Address to set 1 cache, or you can specify a hostname to use. If you specify a hostname that resolves to several IP Addresses then it will query them all.

RealFileCount=
Specifies if WCS should use the file count the client reports, or the actual number of files the user has shared.
The main noticeable difference is when users have WinMX set to share more files than the limit for their connection type, set to 0 it will display the reported file count, set to 1 it will display the actual shared files.

DefaultBanDuration=
When banning a user the duration of the ban can be specified in the ban command, however if no time is specified then this value is used instead.

this ban duration is specified as the number of minutes to ban for, 0 minutes is a perminent ban, the highest value that can be set is 2 days.

RCMSCompat=
This allows RCMS style command syntax to be used in the channel. Basically allows #usercmd and #admincmd to be placed in front of commands. Can be useful for rooms transitioning from RCMS style servers.

RestrictColours=
Limits the colour codes that can be used in the channel to only valid ones.

BlockColourNames=
Strips the color codes from user names in text within the channel.

Logging=
This allows you to enable logging of the channel. Valid values:
0 No logging (default)
1 A single log file named log.txt
2 Log files for each day, files are named Log-DD-MM-YY.txt with the current date in the filename

LogPath=
This option can be used to set the path to store the log files in (required Logging to be enabled, see Logging=).

NameTrim=
This option can be used to set the number of characters to trim from the end of user names.
0 will show the full name, 5 will show the name plus first 3 numbers, 9 will show the short name.
For instance: NameTrim=9
A user with the name 'User000_12345' will appear as 'User' in the channel when they type.

ServerName=
This is the 'Name' that shows when typing from the WCS console on windows, also on server output in bot mode, and any other place text or commands come from the server.
ServerName=Server000_00000
Which shows as
I am typing from the WCS server.

Interface=
For servers with multiple network interfaces, allows you to specify which interface to use for WCS, it will use this interface for both inbound and outbound connections. Value must be the IP Address of an interface.
Default is 0.0.0.0 (any IP Address)

TextFormat0-9=
These options are used to change the formatting of text within the channel.
You can change the format for text in the room, so you can have it show as for example <<>> Text
instead of Text - Although i'm sure you can come up with something a little more creative.
Use $NAME$ for the name (or $RAWNAME$ if you want the entire username with ID) and $TEXT$ for the users text.
The Default for this setting (so you can see an example of its usage) is

TextFormat=#c2#<$NAME$#c2#> #c1#$TEXT$
Multiple Text Formats
As well as the TextFormat= you can also use TextFormat1= TextFormat2=, up to TextFormat9= users with "1" Access (a standard access level such as those used for access to commands) would then have their text formatted as the TextFormat1= setting instead, and an admin with "7" access would have their text formatted as the TextFormat7= setting.
An example of where this would be useful is if you had 2 levels of admins, you could have the users text in one colour, the full admins in another colour, and the other admins in another colour. Or you can just use it so when you type it looks better than when everyone else types :-D
If you are using different formats for different users then it is better to use text formats for each login. See Password= below.


FancyEntry=
Enable/Disable the Fancy Join messages. These allow you to customise the appearance of the "User has entered" messages. Default is 0 (disabled) set to 1 to enable.
(newline can now be used for fancy entry (#\n# only))

FancyEntryMessage=
Sets the format for the join message that normal users see.
FancyEntryMessage=#c4#$RAWNAME$ ($LINE$ $FILES$ files) has entered
Requires FancyEntry=1 to be set (see above)

FancyEntryMessageIP=
Sets the format for the join message that users with I access see, used for those who can see IP Addresses.
FancyEntryMessageIP=#c4#$RAWNAME$ ($LINE$ $FILES$ files) has entered #c5#($IP$)
Requires FancyEntry=1 to be set (see above)

DefaultAccess=
This sets the default access for any user when they enter. Refer to list below for access descriptions. Example:
DefaultAccess=AaCcm
This will give a user AaC access when they enter the channel.

Password=
Syntax is: Password====
For example:
Password=AaCSsIK+=thisismypassword=#c5#<#c1#$NAME$#c5#>#c2# $TEXT$=$NAME$ has logged in
This creates a password of "thisismypassword", an admin would log in using the command /login thisismypassword for this access.
Once logged in with that password the user would have an access level of AaCSsIK+, their text format would be set to "#c5#<#c1#$NAME$#c5#>#c2# $TEXT$" (See TextFormat= above) and it would announce "UserName has logged in!" to the channel.
Password=*@=Host
This would create a password of "Host" (usage: /login Host) with * access (full access) and an @, you should have a login like ths for yourself. Note: you should not give out * access to just every admin, yes it may seem like the easy way out but you'll regret it the first time an admin does something stupid, they will have *full* access to *everything*
You can create as many passwords as you like, and use any combination of access levels that you want to for each, it is common for rooms to have a couple of "Full" admins with full access to everything, and several limited access admins who have access only to commands they need to control the users.

Replace=
This allows you to replace words in text a user types with something else. Replace=FindWord=ReplaceWord
Whenever anyone types in the FindWord it will be replaced as ReplaceWord.
For example Replace=Hello=Bye
if someone typed Hello bob then it would come out as Bye bob
You can add as many Replace= lines as you like, they are then processed in the order they appear within the config file. This allows multiple replacements to occur to the same word if you wish, or allows you to replace "Hell" with "Whatever" without replacing "Hello" with "Whatevero" (by adding replacements for Hello as well)

BlockedWord=
This allows you to block certain words from being used in the channel. You can block as many words as you like, if the text a user types contains any of these then it will not appear in the channel.
BlockedWord=@hotmail.com

BlockedName=
Similar to BlockedWords= above, this allows you to block certain words from appearing in a users name. For example:
BlockedName=idiot
BlockedName=moron
would prevent IdiotUser000_00000 and IAmAMoron000_00000 from entering.

Note: don't use this to ban users (as they will just change their name), use bans for that - just use this to stop general words from appearing in a users name.

BlockColourOverride=
This enable or disables /setcolor. Set to 0 means /setcolor is enabled. Set to 1 means /setcolor is disabled.

Showrename=
This enables or disables the rename message. Set to 0 disables it. Set to 1 enables it.

RenameMessage=
This is the rename message you want to use. i.e $OLDNAME$ #c8#is now known as $NEWNAME$

ShowTopicTag=
This is used to prefix the channel topic with [WCS] This is ONLY visible from the channel list and does not modify the topic.
Note: This functionality is disabled by default.

AllowIfTyping=
This is support for ES/WPCC protocol extention "User Is Typing", If this is enabled your name will show in color on the user listing Different colors can be set in WPCC color settings (when typing)


Channel Commands
Once in the channel you can use various commands in the room. Access to these commands is restricted only to users with the relevant access level (usually obtained through logging in).
For commands which require a username you can either use the complete username or any part of the username.

/channelname
Gives you the full name of the channel you are in

/motd
Displays the Message of the Day

/colour
Gives a list of avaliable colour codes you can use

/setcolor
This is used to set your text color. /setcolor 0 returns you to default color.

/help
Gives a list of commands avaliable to you

/bot
Enables bot mode (disables features such as coloured text that many bots dislike)

/access
Displays your current access level

/login
Allows you to log in using a password from the config file

/logout - Log out (revert to default access)

/forcelogin (f access)
Allows you to force another user to login as if they had used the /login command

/action /emote (A access)
Used for Action text (purple text for doing something as apposed to normal text for saying something)

/opmsg
Sends a message that only admins that have O access or @ can see.

/hidecmd (H access)
Use this before a command to hide the command from others with watch command access
For example: /hidecmd /notice hi there This will do the command "/notice hi there", but wouldn't show to the admins who have watchcommands access who typed the command

/message (m access)
Used to send a private message only to the user given as

/hide (h access)
This allows you to hide, you appear to leave the channel and vanish from the user list. Use again to unhide and appear to rejoin the channel.

/hide (h access)
Allows you to hide another user from the channel, they appear to leave the channel. Use a second time to unhide a user.

/exile (e access)
This command will send a user to another room

Example:

/exile User000_12345 AMuchBetterRoom_0100007F0001

Sends the user to the channel AMuchBetterRoom_0100007F0001

/kick (k or K access for normal users, k to kick @ or P users)
Kicks the user out of the room. To kick users with P or @ access you need k access as apposed to K which can only kick normal users.

/ban [duration] (B access)
Bans the user for the specified duration. If no duration is specified then it uses the default value from the config file.

/kickban [duration] (B and k or K for normal users, B and k for @ or P users)
Kicks the user and bans them at the same time. Refer to /kick and /ban commands.

/banip [duration] (B access)
This allows you to manually ban an IP Address, this is useful to ban users who aren't in the channel. If ban duration is not specified it uses the default from the config file.

/listbans (L access)
This command lists the current bans in the channel.

/unban (U access)
This command removes an active ban for the specified user or IP Address

/clearbans (U access)
Use this command to remove all current bans

/topic (T access)
Used to change the topic of the room.

/topic2 (T access)
Used to change the topic2 of the room.

/topic3 (T access)
Used to change the topic3 of the room.

/notice (n access)
Sends a public notice to the room, without the senders name.

/gnotice (G access)
Sends a notice to everyone with the access letter.

Note: for the purpose of this command, * access is considered a standard access letter, and as such * will not let you see the notice unless you also have the other access letter.

/privnotice (m and n access)
Used to send a notice to a single user

/setmotd (M access)
This command changed the Message Of The Day.

/addmotd (M access)
This command is used to add text on to the end of the MOTD. This is useful for setting a long MOTD in the channel that can not be entered in a single command.

/reload (r access)
This command is used to reload the config file for the room.

/redirect (R access)
This command redirects everyong in the channel to a new channel

/stats (S access)
Displays the current channel statistics

/stats (s access)
Displays the stats for the specified user

/who (s S and I access)
This command gives a list of the users in the room, useful as a quick user summary.

/limit (l access)
This command is used to alter the maximum number of users in the room from the original setting given in the config.ini file.

/setformat (z access)
This command is used to set ausers text format. See the TextFormat= config file option.

/setaccess (* access)
Use this command to change the access level of another user.

/addaccess
This is use to add an access level

/remaccess
This is used to remove an access level

/showsecmsgs
Will toggle whether or not you will see security messages, if you've been granted ? access, this is easier then having to remove the level, as it leaves your access intact.

Access Letters
    ? - Shows security messages.
    ! - Has protection from kicks, bans, exiles, as well as redirects.
    @ - Has @ symbol on user list.
    + - Has + symbol on user list.
    a - Can Talk
    A - Can use action text
    c - Can use caps
    C - Can use coloured text
    N - Can use multi-line text (#\n#)
    F - Can flood text (Can send faster than the normal flood limit)
    b - Is a bot
    I - Can see IP Addresses
    f - Can use /forcelogin
    O - Can see opmsg
    m - Can use /message to send private messages
    H - Can use /hidecmd
    W - Can see other users commands
    h - Can hide/hide other users
    e - Can exile users
    P - Protected from /kick by K (but not k)
    K - Can kick normal users
    k - Can kick all users (including P users)
    B - Can ban users
    L - Can see ban list
    U - Can unban users
    T - Can change the channel topic
    n - Can use /notice
    G - Can use /gnotice
    M - Can change the MOTD
    r - Can reload the server config
    R - Can redirect the channel
    S - Can see channel stats
    s - Can see user stats
    l - Can set channel limit
    z - Can set users text formats
    * - Can do everything
    0-9 - Text Formats (see above)

Variables
The following variables can be used within an MOTD or an Entry Message.

$NAME$ Users name without colours
$COLNAME$ Users name coloured
$RAWNAME$ Raw username without colours
$COLRAWNAME$ Raw username coloured
$LINE$ Connection speed
$FILES$ File count
$PRIMIP$ Primary Users IP (Decimal)
$PRIMUDPPORT$ Primary Users UDP Port (Decimal)
$PRIMIPHEX$ Primary Users IP (Hexadecimal)
$PRIMUDPPORTHEX$ Primary Users UDP Port (Hexadecimal)
$IP$ Users IP Address
$HOSTNAME$ Users Hostname
$ISP$ Users ISP
$HOSTUPTIME$ Hosts Uptime
$ROOMUPTIME$ Channel Uptime
$ROOMNAME$ Channel name user entered with
$ROOMIP$ IP Address of host
$ROOMPORT$ Port channel is on
$CHANNELNAME$ Channel Name
$CHANNELNAME2$ Channel Name 2
$CHANNELNAME3$ Channel Name 3
$COUNTRYNAME$ Users Country Name (requires country database)
$COUNTRY2$ Users Country 2 letter code (requires country database)
$COUNTRY3$ Users Country 3 letter code (requires country database)
$CURUSERS$
$TOTALUSERS$
$TIME$
$DATE$
$LONGTIME$
$LONGDATE$
$OLDNAME$ (for rename msg)
$NEWNAME$ (for rename msg)
$RAWOLDNAME$ (for rename msg)
$RAWNEWNAME$ (for rename msg)

Custom Commands
If you have a bot in your channel then you can configure WCS to send certain commands to the bot to handle instead of being handled by WCS. This allows you to customise existing commands or to create your own new commands.

To set up a custom command add a CustomCommand== line to your channel config. The password should be set to the password that the bot uses to log in.

Example: If your bots login was set up as Password=*+=Botty (For a password of Botty) then you could add the following:
CustomCommand=/kick=Botty
Then whenever anyone types the /kick command instead of being handled by the server as usual it would be sent to the bot for it to handle it (and the server would not act on the /kick command, nor would it return access denied if you didn't have access).

Note: you can also use * at the end of the command, so if you wanted your bot to handle /kick and /kickban you could simply set it to handle /kick* and it would handle all commands that begin with /kick. Also note that parameters are not part of the command, if you type "/kick John" then the command is "/kick" and the parameters are "John". Both will be sent to the bot, however the server will only use the /kick part when deciding what to do with the command.

You can also set a command to point to another command!
Example:CustomCommand=/hi=/me welcomes $PARAMS$ to the channel with open arms.
If you typed "/hi John", then the command that would be executed would be "/me welcomes John to the channel with open arms."

This can be useful to create your own shotcuts for commands, for example /k as a shortcut for /kick.
Now that you have personalized your settings in the config.ini file you can make the changes take effect with a command in the room. A list of the commands and what they do are as shown below.

These are visible in the room when you type in /help:

/help - Gives you a list of help commands in the channel
/me or /action, /emote - This allows you to use the action text.
/login - This allows you to login with your personalized access level and password.
/acess - This allows you to check your access level
/channelname - Lists the channel name.
/bot - Enables/Disables the bot function.
/opmsg - Is an admin message, only admins of a selected level can view the message.
/message - Gives a private message in the channel only the specified user and the host can view.
/colour - Gives a list of the prefered colours you can use in the channel. 1-255 colour codes are availlable.

Some other commands that you can set if your access level includes the codes for them are:

/stats - Is the command for getting the Chat Stats for the channel.
/stats - Gives you a specific users Chat Stats.
/topic - This command allows users with the correct access to change the Topic.
/setmotd - Sets the MOTD, or message of the day.
/kick - Allows you to kick users of lower levels.
/exile - Lets you redirect one user.
/ban - Bans a user, or use /banip to ban an IP address.
/unban - Unbans a user.
/listbans - Lists the bans already set in the room.
/redirect - Redirects the room to a specified channel.
/reload - This command reloads the config file after changes have been made.
/limit - Sets the channel's limit of users.
#NEWLINE# - This command is for multi-line text.
/notice - This command lets you send public notices.
/forcelogin - This command allows you to change a users access level.
/setaccess - This command allows you to change a users access level.


Last edited by Max™ on Sat Aug 14, 2010 12:07 am; edited 19 times in total (Reason for editing : Updated for 1.8.8 & configurator added)
Back to top Go down
https://maxtech.forumotion.com
Steve™
Management

Management
Steve™


Male
Number of posts : 2447
Home : At Home
Humor : If Im Not Back Later... Wait Longer
Registration date : 2007-07-30

config - WCS 1.8.8 Tutorial & Config Empty
PostSubject: Re: WCS 1.8.8 Tutorial & Config   config - WCS 1.8.8 Tutorial & Config EmptyTue Jun 23, 2009 12:12 am

Documentation for new WCS releases... WCS 1.8.8 commands and access setup
Quote :
Commands:
/help - this
/me or /action or /emote - Guess
/login - Log In (to gain admin access)
/logout - Log out (revert to default access)
/access - View current access level
/channelname - Get the channel name
/bot - Enable/Disable bot mode (for use by bots)
/opmsg - Send a message to the admins
/message - Send a private message to someone
/notice - Send a notice to the channel
/gnotice - Send a notice to users with a certain access
/privnotice - Send a private notice to someone
/colour - View a list of colours available for coloured text
/setcolour - Set text colour override (0 to disable)
/exile - Redirect a single user
/kick - Kick a user
/ban [duration] - Ban a user
/banip [duration] - Ban a specified IP Address (partial IP valid)
/kickban [duration] - Kick a user and Ban them
/listbans - List the current bans
/unban or /unban unban a user
/topic - Change the topic
/topic2 or /topic3 - Change the additional topics
/setmotd - Change the MOTD
/addmotd - Add line to MOTD
/redirect - Redirect users to another host/room
/stats - View channel stats
/stats - View user stats
/who - List users in the channel
/limit - Change the channel limit
/reload - Load the server config file
/forcelogin - Force a user to login (acts like they logged in with that password)
/setaccess - Change a users Access
/addaccess - Add an access level
/remaccess - Remove an access level
/setformat - Change a users text format
/hide - Hide yourself
/hide - Hide someone else
/hidecmd - Execute command without showing to other admins
/showsecmsgs

Variables:
$NAME$ Users name without colours
$COLNAME$ Users name coloured
$RAWNAME$ Raw username without colours
$COLRAWNAME$ Raw username coloured
$LINE$ Connection speed
$FILES$ File count
$PRIMIP$ Primary Users IP (Decimal)
$PRIMUDPPORT$ Primary Users UDP Port (Decimal)
$PRIMIPHEX$ Primary Users IP (Hexadecimal)
$PRIMUDPPORTHEX$ Primary Users UDP Port (Hexadecimal)
$IP$ Users IP Address
$HOSTNAME$ Users Hostname
$ISP$ Users ISP
$HOSTUPTIME$ Hosts Uptime
$ROOMUPTIME$ Channel Uptime
$ROOMNAME$ Channel name user entered with
$ROOMIP$ IP Address of host
$ROOMPORT$ Port channel is on
$CHANNELNAME$ Channel Name
$CHANNELNAME2$ Channel Name 2
$CHANNELNAME3$ Channel Name 3
$COUNTRYNAME$ Users Country Name (requires country database)
$COUNTRY2$ Users Country 2 letter code (requires country database)
$COUNTRY3$ Users Country 3 letter code (requires country database)
$CURUSERS$
$TOTALUSERS$
$TIME$
$DATE$
$LONGTIME$
$LONGDATE$
$OLDNAME$ (for rename msg)
$NEWNAME$ (for rename msg)
$RAWOLDNAME$ (for rename msg)
$RAWNEWNAME$ (for rename msg)

Config Options:
ChannelName=
ChannelName2=
ChannelName3=
Topic=
Topic2=
Topic3=
Port=
MOTD=
MOTDLine=
Dialup=
Offline=
WPNConnections=
Limit=
FakeUsers=
AllowMulti=
JoinFlood=
MaxMessageFlood=
DNSServer=/DNSServer2=
WPNCaches=
RealFileCount=
RCMSCompat=
RestrictColours=
BlockColourNames=
BlockColourOverride=
Logging=
LogPath=
NameTrim=
ServerName=
Interface=
TextFormat0-9=
TextFormat=#c2#<$NAME$#c2#> #c1#$TEXT$
FancyEntry=
FancyEntryMessage=
FancyEntryMessageIP=
DefaultAccess=
Password=
Replace=
ReplaceWord=
BlockedWord=
BlockedName=
CustomCommand=
AllowIfTyping=
ShowRename=
RenameMessage=
ShowTopicTag=

Access Options:
? Shows security messages.
! Has protection.
@ Has @ symbol on user list.
+ Has + symbol on user list.
a Can Talk
A Can use action text
c Can use caps
C Can use coloured text
N Can use multi-line text (#\n#)
F Can flood text (Can send faster than the normal flood limit)
b Is a bot
I Can see IP Addresses
f Can use /forcelogin
O Can see opmsg
m Can use /message to send private messages
H Can use /hidecmd
W Can see other users commands
h Can hide/hide other users
e Can exile users
P Protected from /kick by K (but not k)
K Can kick normal users
k Can kick all users (including P users)
B Can ban users
L Can see ban list
U Can unban users
T Can change the channel topic
n Can use /notice
G Can use /gnotice
M Can change the MOTD
r Can reload the server config
R Can redirect the channel
S Can see channel stats
s Can see user stats
l Can set channel limit
z Can set users text formats
* Can do everything
0-9 Text Formats
Back to top Go down
https://maxtech.forumotion.com
 
WCS 1.8.8 Tutorial & Config
Back to top 
Page 1 of 1
 Similar topics
-
» FXS 1.3.9 & FXS 1.3.10betta Tutorial & Config
» Eagle Server Tutorial & Config
» ZCS Server Setup & Config's
» Ouka Chat Server Config

Permissions in this forum:You cannot reply to topics in this forum
MaxTech ::  The World Of WinMX Chat :: WinMX, Server, Client, & Bot Tutorials-
Jump to: