MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
מדריך בנושא EGGDROP EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
מדריך בנושא EGGDROP EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
מדריך בנושא EGGDROP EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
מדריך בנושא EGGDROP EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
מדריך בנושא EGGDROP EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
מדריך בנושא EGGDROP EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
מדריך בנושא EGGDROP EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
מדריך בנושא EGGDROP EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
מדריך בנושא EGGDROP EmptyThu Apr 07, 2022 4:45 am by Chief

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


מדריך בנושא EGGDROP

Go down

מדריך בנושא EGGDROP Empty מדריך בנושא EGGDROP

Post  Admin Tue Mar 20, 2012 5:42 pm

יום:שישי
תאריך:6/4/2012
נושא המדריך: איך אנחנו מטעינים את הבוט EGGDROP
קודם כל עלינו ראשית כל לכתוב את הפקודה הזאת כדי לטעין את ה TCL
Code:

sudo apt-get install tcl8.5-dev
אני אסביר קצת למה אנחנו צריכים לכתוב את הפקודה ראשונה.. במידה ואנחנו נטעין רק את הקובץ העצמו אז לא ואים נרצה להריץ שוב את הבוט שלנו נקבל שגיאה כזאת
Code:

Test run of ./eggdrop -v:
./eggdrop: error while loading shared libraries: libtcl8.5.so: cannot open shared object file: No such file or directory
make: *** [modules] Error 127
אז לכן זאת פקודה מראש שעלינו לכתוב וזה שאר הפקודות של הטעינה של TCL
Code:

wget http://www.dablnet.de/downloads/tcl8.4.13-src.tar.gz
tar zvfx tcl8.4.13-src.tar.gz
cd tcl8.4.13/unix
./configure --prefix=$HOME --enable-shared
make
make install
export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
זה סיום השלב התקנה של TCL
וכעת עלינו צריכים להתקין את הבוט עצמו והלו הפקודות אחרי שסיימנו עם TCL
אנחנו כותבים בטרמינל
Code:

cd ..
wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.20.tar.bz2
tar xvjf eggdrop1.6.20.tar.bz2
cd eggdrop1.6.20
./configure
make config
make  DEST=/home/name/botdir
make install DEST=/home/name/botdir
קחו בחשבון שיש לכם גם מודולים אפשר להיכנס לפה לפני שאתם מקנפגים את הקבצים ואת כל המודולים
ואז אחרי שהורדתם את כל המודולים הנחוצים לכם אז תתחילו עם הטעינה של configure ושאר הפקודות שכתבתי לכם
מפה אפשר להוריד את המודולים
http://www.egghelp.org/files.htm
יש לכם שם בחירה והנה הרשימה
Code:

Modules
Like Tcl scripts, modules add additional functionality to your bot. Because they are written in C, modules can be much faster than scripts, but they are also more difficult to create and install, which is why they're less popular.

Away.mod v1.0 by Wcc
Makes the bot go away on IRC.

banlistfull.mod v1.0.1 by Pan-(G)
Automatically sets channel modes for a specific time if the ban list is full.

botlink.mod v1.0.1 by Pan-(G)
Provides the botlink DCC command that shows what bots are linked and not.

botneed.mod v1.0.1 by Pan-(G)
Automatically requests op/invite/unban/key/limit change from a bot in the botnet for a channel.

botnetop.mod v1.01 by Sup
Provides botnet opping, inviting, limit raising, key sharing and unbanning methods. Based on botnetop.tcl by slennox and written in C from scratch by Teemu Hjelt.

chanlimit.mod v1.0.1 by Pan-(G)
Automatically sets the user channel limit at an interval to protect against join floods.

chctcpflood.mod v1.0.1 by Pan-(G)
Protects against CTCP channel floods by setting specific channel modes for a predefined time.

chflood.mod v1.0.1 by Pan-(G)
Protects against text channel floods by setting specific channel modes for a predefined time.

chinvite.mod v1.0.1 by Pan-(G)
Kicks or kickbans users who do channel invites.

dccidlekick.mod v1.0.1 by Pan-(G)
Automatically kicks users from the DCC partyline if they are idle too long.

FakeBotnet.mod v1.3 by Wcc
Provides DCC commands for broadcasting fake botnet messages.

GseenYU.zip by vaha_
This is not a module itself, but adds Yugoslavian language support to the popular gseen module.

joinflood.mod v1.0.1 by Pan-(G)
Protects channels against join floods by setting specific channel modes for a predefined time.

kickflood.mod v1.0.1 by Pan-(G)
Provides channel protection against kick flood. It sets defined channel modes for a specific time.

last.mod v0.5 by Vetinari
Records logins and logouts on your bot's party line, which can be viewed with the .last command. Similar to Pan-(G)'s lastlog.mod but keeps the records across restarts of the bot.

lastlog.mod v1.0.1 by Pan-(G)
Provides a last seen users command.

logs2html.mod v2.4.3 by Alexander Fedotov
Converts all existing log files (and those created after module installation) to HTML format for publishing on the web. Also creates a calendar page with links to the converted files. Visit the logs2html home page here.

MegaHAL AI 2.7 (or 2.7 for Win32) by BarkerJr
Based on the conversation simulator MegaHAL, this module that allows your bot to "chat" with users on the channel. Originally by Steve Huston. Visit the current maintainer's website here.

noclones.mod v1.0.1 by Pan-(G)
Detects and kickbans double users.

norepeat.mod v1.0.1 by Pan-(G)
Kicks or kickbans people who repeat text in a channel.

passcheck.mod v1.0.1 by Pan-(G)
Checks if no password is set for a user.

PgStats.mod v1.1.1 by Douglas Cau
This is an Eggdrop module providing channel statistics much like stats.mod. However, this module uses PostgreSQL to store data and keep track of users.

useraddinfo.mod v1.0.1 by Pan-(G)
Provides an extra info that is set if a user gets added via the DCC command +user
אחרי כל הטעינה של הבוט עליכם לסדר את הקובץ
eggdrop.conf ואחר כך לפעיל אותו באמצעות הפקודות ההלו
Code:

cd
cd botdir
./eggdrop -m
מדריך זה נכתב על ידי
ASHER
המדריך נכתב עבור http://www.mIRCx.co.il
במידה ולא הבנתם את המדריך אתם מוזמנים להיכנס גם לכאן
http://eggwiki.org/Local_Tcl
Admin
Admin
Admin

מספר הודעות : 269
Join date : 2009-09-12
Age : 43
מיקום : mIRCX IRC Network

https://mircx.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum