Install ZNC Di Mesin Windows

Instalasi ZNC

1. wget http://znc-msvc.googlecode.com/files/znc-binaries-x86-2010-11-27.zip

sesuaikan dengan msin anda

2. extrax file znc dan buka cmd
3. jalankan ZNC.exe
4. ikuti langkah dan enter untuk menjalankan settingan default





Untuk ZNC ada 2 file

- znc-binaries-x64-2010-11-27.zip
- znc-binaries-x86-2010-11-27.zip

tinggal sesuaikan dengan mesin yang anda miliki.









1. Download ZNC

wget http://znc-msvc.googlecode.com/files/znc-binaries-x86-2010-11-27.zip
--2011-01-24 20:53:56-- http://znc-msvc.googlecode.com/files/znc-binaries-x86-2
010-11-27.zip
Resolving znc-msvc.googlecode.com... 74.125.79.82
Connecting to znc-msvc.googlecode.com|74.125.79.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2462427 (2.3M) [application/x-zip]
Saving to: `znc-binaries-x86-2010-11-27.zip'

100%[======================================>] 2,462,427 781K/s in 3.1s

2011-01-24 20:54:00 (781 KB/s) - `znc-binaries-x86-2010-11-27.zip' saved [246242
7/2462427]



Login Ke ZNC:
/server +port user:






Admin Panel ZNC WebAdmin



ZNC WebAdmin adalah panel untuk kontrok user maupun settingan pada ZNC yang dapat di akses langsung dari alamat ip:port

Dalam ZNC WebAdmin ada beberapa menu:

- WebAdmin
- Global Settings
- Your Setting
- Traffikc Info
- List Users
- Add User







Tampilan ZNC WebAdmin List Users















Tampilan ZNC WebAdmin Global Settings




















USAGE: znc.exe [options]
Options are:
-h, --help List available command line options (this page)
-v, --version Output version information and exit
-D, --debug Output debugging information (Implies -f)
-c, --makeconf Interactively create a new config
-s, --makepass Generates a password for use in config
-p, --makepem Generates a pemfile for use with SSL
-d, --datadir Set a different znc repository (default is ~/.znc)
znc.exe --makeconf
Building new config

First lets start with some global settings...

[ ?? ] What port would you like ZNC to listen on? (1 to 65535): 8181
[ ?? ] Would you like ZNC to listen using SSL? (yes/no) [no]: yes
Unable to locate pem file: [C:/Users/NetAdmin/AppData/Roaming/ZNC/znc.pem]
[ ?? ] Would you like to create a new pem file now? (yes/no) [yes]:
[ ?? ] hostname of your shell (including the '.com' portion): .com
Writing Pem file [C:/Users/NetAdmin/AppData/Roaming/ZNC/znc.pem]...
[ ?? ] Would you like ZNC to listen using ipv6? (yes/no) [no]:
[ ?? ] Listen Host (Blank for all ips):

-- Global Modules --

[ ?? ] Do you want to load any global modules? (yes/no): yes
+-----------+----------------------------------------------------------+
| Name | Description |
+-----------+----------------------------------------------------------+
| partyline | Internal channels and queries for users connected to znc |
| webadmin | Web based administration module |
+-----------+----------------------------------------------------------+
And 11 other (uncommon) modules. You can enable those later.

[ ?? ] Load global module ? (yes/no) [no]: yes
[ ?? ] Load global module ? (yes/no) [no]: yes

Now we need to setup a user...
ZNC needs one user per IRC network.

[ ?? ] Username (AlphaNumeric): furkan
[ ?? ] Enter Password: *********
[ ?? ] Confirm Password: *********
[ ?? ] Would you like this user to be an admin? (yes/no) [yes]:
[ ?? ] Nick [furkan]: Shinchi
[ ?? ] Alt Nick [Shinchi_]:
[ ?? ] Ident [Shinchi]:
[ ?? ] Real Name [Got ZNC?]: Shinchi JeLeK
[ ?? ] Bind Host (optional):
[ ?? ] Number of lines to buffer per channel [50]:
[ ?? ] Would you like to keep buffers after replay? (yes/no) [no]:
[ ?? ] Default channel modes [+stn]:

-- User Modules --

[ ?? ] Do you want to automatically load any user modules for this user? (yes/no
): yes
+-------------+-----------------------------------------------------------------
--+
| Name | Description
|
+-------------+-----------------------------------------------------------------
--+
| admin | Dynamic configuration of users/settings through irc
|
| chansaver | Keep config up-to-date when user joins/parts
|
| keepnick | Keep trying for your primary nick
|
| kickrejoin | Autorejoin on kick
|
| nickserv | Auths you with NickServ
|
| perform | Keeps a list of commands to be executed when ZNC connects to IRC
. |
| simple_away | Auto away when last client disconnects
|
+-------------+-----------------------------------------------------------------
--+
And 46 other (uncommon) modules. You can enable those later.

[ ?? ] Load module ? (yes/no) [no]: yes
[ ?? ] Load module ? (yes/no) [no]:
[ ?? ] Load module ? (yes/no) [no]:
[ ?? ] Load module ? (yes/no) [no]: yes
[ ?? ] Load module ? (yes/no) [no]:
[ ?? ] Load module ? (yes/no) [no]:
[ ?? ] Load module ? (yes/no) [no]:

-- IRC Servers --
Only add servers from the same IRC network.
If a server somehow doesn't work, another server will be used.

[ ?? ] IRC server (host only): irc.icq.com
[ ?? ] [irc.icq.com] Port (1 to 65535) [6667]:
[ ?? ] [irc.icq.com] Password (probably empty):
[ ?? ] Does this server use SSL? (yes/no) [no]:

[ ?? ] Would you like to add another server for this IRC network? (yes/no) [no]:


-- Channels --

[ ?? ] Would you like to add a channel for ZNC to automatically join? (yes/no) [
yes]: no

[ ?? ] Would you like to setup another user (e.g. for connecting to another netw
ork)? (yes/no) [no]:
Writing config [C:/Users/NetAdmin/AppData/Roaming/ZNC/configs/znc.conf]...

To connect to this znc you need to connect to it as your irc server
using the port that you supplied. You have to supply your login info
as the irc server password like so... user:pass.

Try something like this in your IRC client...
/server +8181 furkan:
And this in your browser...
https://:8181/

[ ?? ] Launch znc now? (yes/no) [yes]:
Opening Config [C:/Users/NetAdmin/AppData/Roaming/ZNC/configs/znc.conf]...
Binding to port [+8181] using ipv4...
Loading Global Module [partyline]... [C:/Users/NetAdmin/Downloads/znc/modules/pa
rtyline.dll]
Loading Global Module [webadmin]... [C:/Users/NetAdmin/Downloads/znc/modules/web
admin.dll]
Loading user [furkan]
Loading Module [admin]... [C:/Users/NetAdmin/Downloads/znc/modules/admin.dll]
Loading Module [kickrejoin]... [C:/Users/NetAdmin/Downloads/znc/modules/kickrejo
in.dll]
Adding Server [irc.icq.com 6667 ]...


***************************************************
** ZNC is now running. Do not close this window. **
***************************************************