I run a teenhelp site and our chat server has been being DoSed lately. The shell account was moved but the chat is now down. My chat admin is AWOL (right when I need him) and I need to get the chat restarted. Could someone please walk me thru the process or point me to someone that could.
-SC
Shell Transfer
You need to SSH to the shell (using a SSH client like PuTTY).
You can list all files with the command "ls", most probably Unreal is installed in a subdirectory, use "cd Unreal3.2" (or "cd <Directory Name>", the Name of the directory you saw when you typed "ls").
Then you probably have to edit the unrealircd.conf file (Change the IP in the "Listen" block). You can do this on the shell using an editor like pico or nano (type "nano unrealircd.conf").
After editing the file, you can try to start it, type "./unreal start".
Then try to connect with mIRC etc.
You can list all files with the command "ls", most probably Unreal is installed in a subdirectory, use "cd Unreal3.2" (or "cd <Directory Name>", the Name of the directory you saw when you typed "ls").
Then you probably have to edit the unrealircd.conf file (Change the IP in the "Listen" block). You can do this on the shell using an editor like pico or nano (type "nano unrealircd.conf").
After editing the file, you can try to start it, type "./unreal start".
Then try to connect with mIRC etc.