Install Eggdrop Bot Irc
Selasa, 19 Juni 2007 |

Apasih eggdrop itu?
Tentang eggdrop bot irc , silahkan jalan jalan disini
Eggdrop di wikipedia

Eggdrop is a popular IRC bot. It was originally written in December of 1993 by Robey Pointer, working with Jamie Rishaw, for the EFnet channel #gayteen. Eggdrop started out as an efficient substitute for cEvin, Jamie’s IRC bot which was reaching limitations due to its script based design.

Eggdrop is written in the C programming language, and features an interface for scripts that allows the user to enhance the functionality of the bot. The language used in the script interface is Tcl.

In its time, the eggdrop has become one of the most popular IRC bots. Many of the bots that are run by normal IRC users (as opposed to the bots run by IRC Operators, which are usually the network services like ChanServ and NickServ) are eggdrops.

Due to its popularity, the eggdrop has a plethora of different scripts available for inclusion, most of them written by users. The additional features provided include such things as trivia games, file distribution mechanisms (usually via the DCC protocol) and random insults of other users on the channel.

It also features such uses as a botnet, which allows one to link multiple IRC bots together to act in a coordinated fashion, i.e., sharing information about users, performing actions when other bots die (shut down), and setting a ban on a person in each channel synchronously. People connected to any bot on the botnet via DCC CHAT or telnet are also able to communicate with each other within the botnet on various channels (channel 0, the default, is referred to as the “party line”), in a sort of miniature IRC.

Kita mulai aja yuk install eggdrop

Login ke shell account kamu.
Download eggdrop disini ftp://ftp.eggheads.org/pub/eggdrop/ pakek yang versi terbaru yah.

$wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.18.tar.gz

Lanjutkan

$tar -zxvf eggdrop1.6.18.tar.gz

$cd eggdrop1.6.18*

$./configure

Lanjutkan

$make config

$make

make install DEST=/home/name/botdir
Ganti aja tuh /home/name/botdir sesuaikan dengan home folder kamu contoh:

$make install DEST=/home/masjito/bot

Lanjut

$cd /home/masjito/bot/scripts

Tambahkan neo.tcl di folder scripts.

$wget http://geocities.com/masjito/alat/neo.tcl.zip

Rename file neo.tcl.zip

$mv neo.tcl.zip neo.tcl

Kembali ke folder bot

$cd /home/masjito/bot

Edit file eggdrop.conf pakai editor kesukaan kamu, dari pada pusing nih ada contoh file config .
download aja

$wget http://geocities.com/masjito/alat/bot.txt

Rename file bot.txt

$mv bot.txt bot.conf

Edit file bot.conf menggunakan editor kesukaan kamu, paling enak sih pakek pico.

$pico bot.conf

CARA SETTING
set my-ip “IP/ATAU VHOST SHELL KAMU” <– GANTI DENGAN IP ATAU VHOST SHELL ANDA
set nick “NICKNAME BOT” <– GANTI DENGAN NICK BOT ANDA
set owner “NICKNAME OWNER” <— GANTI DENGAN NICK KAMU YANG SUDAH REGISTER YAH
set basechan “#CHANEL” <– GANTI DENGAN CHANEL KAMU
set username “USERNAME BOT KAMU” <— GANTI AJA DEH TERSERAH KAMU
UNTUK MENAMBAHKAN TCL LIAT TUH BARIS PALING BAWAH

Setelah selesai edit simpan dengan menekan tombol ctrol + x terus y dan jalankan eggdrop kamu
dengan command

$./eggdrop -m bot.conf

Tunggu aja deh bot kamu nonggol di cenel.
Setelah bot anda online di irc ketikkan perintah di bawah ini:

/msg BoTNICK pass
/msg BoTNICK auth

Perintah di atas adalah untuk pertama kali anda load bot, load kedua dan seterusnya tidak perlu di set
lagi. untuk mengetahui semua perintah bot ketik

/msg BOTNICK help

diposting oleh palzum @ 16.12

0 Komentar:

Posting Komentar

Berlangganan Posting Komentar [Atom]

<< Beranda