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
MultiGatherbot  linux EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
MultiGatherbot  linux EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
MultiGatherbot  linux EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
MultiGatherbot  linux EmptyThu Dec 15, 2022 9:39 pm by Chief

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

» install Nefarious2 && X3 IRC Services in FreeBsd
MultiGatherbot  linux EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
MultiGatherbot  linux EmptyFri Nov 11, 2022 9:06 pm by Chief

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

» מדריך הגדרות WebIRC in Nefarious2
MultiGatherbot  linux EmptyThu Apr 07, 2022 4:45 am by Chief

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


MultiGatherbot linux

Go down

MultiGatherbot  linux Empty MultiGatherbot linux

Post  Admin Sat Apr 28, 2012 10:26 pm

שם הבוט:Multi Gatherbot version 2.13
רץ על:לינוקס
את הבוט אפשר להריץ על לינוקס אז זאת ההורדה
http://www.f2h.co.il/3w00wlntj2nr
לא לשכוח זה רץ על לינוקס את זה אפשר לטעין מדרך PUTTY הנה לכם תמונה
MultiGatherbot  linux Dwnkz3y4mzmj
זה ההורדה ועכשיו הפקודות של PUTTY
MultiGatherbot  linux Gzodxjdmiy3i
ןזה התקנה
Code:

tar xvf gatherbot.tar.gz
make
במידה ויהיה לכם שגיאה של -sh או של g++ אז תכתבו את הפקודות הבאות
Code:

apt-get install make
apt-get install g++
apt-get install libmysqlclient-dev
אחרי שהתקנתם את זה עליכם לסדר את הקונף והנה לכם הקונף
Code:

# which irc server to use
IRCSERVER se.quakenet.org
# port to irc server
IRCPORT 6667
# nick of your gatherbot
IRCNICK multibot
# name of the bot that is viewable in a whois
IRCNAME multibot
# Hide Host? this is a quakenet feature that hides your hostname in a whois and such
HIDEHOST YES
# pass to the server has a ircpassword put it here otherwise leave it as it is
IRCPASS NO
# spam users with status on join
JOINSPAM YES
# ban time in hours
BANTIME 48
# use auth/banpoint system
# this option is if you want to use quakenet auths as a way to identify users and restrict access to the gatherbot for banned users
AUTHSYSTEM YES
# user of the ircbot this is the user displayed in a whois for example of the bot
IRCUSER multibot
# which chan to join this is the channel that the gathers take place
IRCCHAN #gatherchannel
# this is an optional private channel where you can run commands and also you get substitute notifications here
PRIVCHAN #gather.priv
# use auth? if you want to authenticate the bot against Q on quakenet you want this
IRCAUTH YES
# anti target spam? only works on networks with cnotice/cprivmsg like quakenet
# this is mostly relevant if the bot spams a lot ie channel is really active the bot has to have op on the channel for it to work
ANTITARGETSPAM YES
# How long time in seconds between each msg?
# this you can tweak if bot floods the servers
MSGSLEEP 2
# log stuff?
LOG YES
# quakenet authuser for Q autentication
IRCAUTHUSER authuser
# quakenet authpass for Q authentication
IRCAUTHPASS authpass
# MYSQL settings if you dont want to use mysql comment out the following
MYSQLUSER usernamehere
MYSQLPASS passwordhere
MYSQLPORT 3306
MYSQLHOST localhost
MYSQLDB gatherstats
# Min amount of games required to display statistics for a player
MINGAMES 10
# After how many days of inactivity should the statistics be hidden
INACTIVEDAYS 90
# every week it will degrade the stats for 5 % degredation you should put 0.95 for 10 % 0.9 for 0 % 1.0
DEGRADATION 0.95
# define types of gathers these have to be before defining servers
# these are types of gamemodes you want to have on the server there is no limit on how many gamemodes you can add etc
# the first defined gamemode is the default one and will work without the prefix for commands like !on !add
# TYPE - every gamemode must start with this
# NAME - here you put the name of the gamemode
# PREFIX - this is the prefix before the commands like for example c in the example below means the command will be like !con !cadd
# COLOR - This is the IRC color that represents the gamemode from 0-16
# DEFAULTSIZE - This is the default size of the gather for example in 3vs3 this should be 3
# MAXSIZE - This is the maximum allowed size to start a gather for example 8vs8 then it should 8
# MINSIZE - This is the minimum allowed size to start a gather for example if that is 2vs2 it should 2
# TEAMS - The amount of teams it should generate for this gather valid amount are 1-4
# STATS - If it should attempt to calculate statistics for this gamemode
# INGAME - if you want to have ingame commands like !map !r etc.
# LOBBYMAP - The Lobby map for this gamemode
# MAPLIST - the name of the file containing the maplist for this gamemode
# COMMAND - This defines the commands that should run when starting a gather to init the gather can be multiple lines of this one.
# END - the gamemode has to stop with an END
TYPE
NAME CTF
PREFIX c
COLOR 4
DEFAULTSIZE 3
MAXSIZE 8
MINSIZE 1
TEAMS 2
STATS YES
INGAME YES
LOBBYMAP Lothic
MAPLIST ctflist.txt
COMMAND /loadcon soldat.ini
COMMAND /gamemode 3
COMMAND /loadwep weapons
END
TYPE
NAME INF
PREFIX i
COLOR 5
DEFAULTSIZE 3
MAXSIZE 8
MINSIZE 1
TEAMS 2
STATS YES
INGAME YES
LOBBYMAP Lothic
MAPLIST inflist.txt
COMMAND /loadcon soldat.ini
COMMAND /gamemode 5
COMMAND /loadwep weapons
END

# these are templates for the look of all the messages the bot uses
# general cookies: %bold %color %uline
# help pm
HELPPM Commands: !<type>on<amount> !<type>add !del !spec<servernr> !players<servernr> !status !overkill !info<servernr> !players<servernr> !sub <servernr> <subamount> !<type>sadd *!off<server> *!banauth <nick> <hours> <reason> *!enable *!disable *!die *!update *!command<servernr> <command> !resize !stats <mode> <nick> !modes !unbanlast
# Sadd pm cookies: %servernr %clicker
SADDPM Server(%bold%servernr%bold) is running, join at: %clicker
# Sadd line 1 cookies: %servernr %gametype %gathersize %nick
SADDLINE1 %color4SUB%color Server(%bold%servernr%bold) %color10Playing%color(%gametype):%color4 %gathersize%color %bold|%bold%color4 %nick%color
# Sadd line 2
SADDINE2  %color10-%color %color4x%color
# Sub Line 1 Cookies: %servernr %subamount
SUBLINE1 %subamount Substitute(s) %color10needed%color in %color4Server%color (%bold%servernr%bold) %color10Use%color %color4!sadd%color %color10 to add.%color
# Sub line 2 Cookies: %servernr %gametype %gathersize
SUBLINE2 %color4SUB%color Server(%bold%servernr%bold) %color10Playing%color(%gametype):%color4 %gathersize%color %bold|%bold %color4x%color
# Sub line 3
SUBLINE3  %color10-%color %color4x%color
# Off line Cookies: %gametype %servernr
OFFLINE Gather on %gametype server(%bold%servernr%bold) deleted
# On line 1 Cookies: %servernr %gametype
ONLINE1 Found a free %gametypeserver(%bold%servernr%bold) starting %color7gather%color
# On line 2 Cookies: %gametype %gathersize %nick
ONLINE2 %color10Playing%color(%gametype):%color4 %gathersize%color on Server(%bold%servernr%bold) %bold|%bold %color4%nick%color
# On line 3 Cookies: %nick
ONLINE3  %color10-%color %color4%nick%color
# On line 4
ONLINE4 No Free Servers found
# Add Pm
ADDPM Gather number: %nr Your team is %team - Tiebreaker is %tb join at %clicker
# Add line 1 Cookies: %gametype %servernr
ADDLINE1 %color7Gather%color is full for %gametypeServer(%bold%servernr%bold) Teams have been generated for gather(%nr) - (check pm).
# Add line 2 Cookies: %team
ADDLINE2 %team:
# Add line 3 Cookies: %nick
ADDLINE3  %nick
# Add line 4 Cookies: %tb
ADDLINE4 %color4Alpha Team%color will pick the first map, %color2Bravo Team%color will pick the second map, if needed %color8%tb%color is the tiebreaker map.
# Add line 5 Cookies: %gametype %gathersize %nick
ADDLINE5 %color10Playing%color(%gametype):%color4 %gathersize%color on Server(%bold%servernr%bold) %bold|%bold %color4%nick%color
# Add line 6 Cookies: %nick
ADDLINE6  %color10-%color %color4%nick%color
# Add line 7
ADDLINE7 No %color7gathers%color running atm you can start one with %bold!<type>on%bold
# Players line 1 %gametype %servernr %status
PLAYERSLINE1 %color7Gather%color %gametypeServer(%bold%servernr%bold) %bold-%bold %status
# Players line 2 %gametype %servernr
PLAYERSLINE2 %color7Gather%color %gametypeServer (%bold%servernr%bold) %bold-%bold is %boldfree%bold use !on
# Status line Cookies: %gametype %servernr %status
STATUSLINE %color7Gather%color %gametypeServer(%bold%servernr%bold) %bold-%bold %status
# Overkill line Cookies: %gametype %servernr
OVERKILLLINE %color7Gather%color %gametypeServer(%bold%servernr%bold) %bold-%bold is %boldfree%bold use !on
# Spec pm 1 Cookies: %gametype %servernr %clicker
SPECPM1 Server(%bold%servernr%bold) is running(%gametype) join at: %clicker
# Spec pm 2 Cookies: %gametype %servernr %clicker
SPECPM2 No gathers currently playing at %gametypeserver(%bold%servernr%bold)
# Delete line 1 Cookies: %gathersize %gametype %nick %servernr
DELLINE1 %color10Playing%color(%gametype):%color4 %gathersize%color on Server(%bold%servernr%bold) %bold|%bold %color4%nick%color
# Delete line 2 Cookies: %nick
DELLINE2  %color10-%color %color4%nick%color
# Delete line 3 Cookies: %gametype %servernr
DELLINE3 Gather on %gametypeserver(%bold%servernr%bold) deleted

# Soldat servers one line / server using the following format
# SERVER HOST PORT PASSWORD VOICELINKALPHA VOICELINKBRAVO VOICELINKCHARLIE VOICELINKDELTA
# SERVER - starts each server line
# HOST - host of the soldatserver
# PORT - port of the soldatserver
# PASSWORD - adminlog password
# VOICELINKALPHA-DELTA - the voice server link for each team with the following cookies %nick theses lines are optional
SERVER host.com 23073 adminpass mumble://%nick:pass@host.com/Gather/SERVER1ALPHA mumble://%nick:pass@host.com/Gather/SERVER1BRAVO
SERVER host.com 23074 adminpass mumble://%nick:pass@host.com/Gather/SERVER2ALPHA mumble://%nick:pass@host.com/Gather/SERVER2BRAVO mumble://%nick:pass@host.com/Gather/SERVER2CHARLIE mumble://%nick:pass@host.com/Gather/SERVER2DELTA
SERVER host.com 23075 adminpass
אחרי שסידרתם את הקונף תוכלו להריץ את הבוט
Code:

./gatherbot
or
./gatherbot -d
יש גם אפשרות להוריד אותו על המירק זאת ההורדה
http://f2h.nana10.co.il/9xoxjhlo0jgf
נערך על ידי mIRCx
www.mIRCx.co.il
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