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
install - Guide install FishBot EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
install - Guide install FishBot EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
install - Guide install FishBot EmptyFri Mar 10, 2023 2:22 pm by Admin

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

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

» install Nefarious2 && X3 IRC Services in FreeBsd
install - Guide install FishBot EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
install - Guide install FishBot EmptyFri Nov 11, 2022 9:06 pm by Chief

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

» מדריך הגדרות WebIRC in Nefarious2
install - Guide install FishBot 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


Guide install FishBot

Go down

install - Guide install FishBot Empty Guide install FishBot

Post  Chief Sat Aug 18, 2012 9:33 pm

Guide install on Fishbot
Guide By mIRCx
ok before i start the Guide i explain about Fishbot all people know about the bot Fishbot from server Quakenet ok we start.....
first you need download something version you want fishbot 2 or 1
download
fishbot-0.2
http://www.f2h.co.il/7kw2kelab2ji
or
fishbot-0.1
http://www.f2h.co.il/m520drqb2dy
http://ircu.darkserv.net/
ok after you download file you need inside to fishbot-0.1.tar.gz and only take folder fishbot and put in your home this it like this
install - Guide install FishBot 116
before you fix fishbot.php you need install php5 and more
Code:

sudo apt-get install php5-cli php5-cgi php5-mysql php5-xcache
 sudo apt-get install mysql-server mysql-client libmysqlclient15-dev
if you have problem with run fishbot and you see problem from terminal like this
install - Guide install FishBot 216
you need inside to google and write ubuntu fix
Code:

/usr/bin/php
and you see more information about problem...........................................
ok... after you need inside to fishbot.php and fix conf and how we make this..
Code:

/* Configuring the bot */
 $this->ServiceName = "fishbot"; /* Name of the bot */
 $this->ServiceDesc = "Teh f1shb0t <)))))><"; /* The IRC Name and Discription */
 $this->ServiceNum = "AX" ; /* Bot numeric */
 $this->BotNum = $this->ServiceNum . "AAA"; /*!! Don't change this one !!*/
 $this->BotNick = "fishbot"; /* Nickname of the bot */
 $this->BotUser = "fish"; /* The ident/username */
 $this->BotModes = "+iw"; /* Bot modes */
 $this->BotHost = "fishbot.go.moo"; /* Hidden host, bot host */
 $this->ServerHost = "10.0.0.6"; /* IP/Host to connect to */
 $this->ServerPort = 4400; /* Port to connect to */
 $this->ServerPass = "asher"; /* Password to use for the connection between the service and server */
 $this->DeBug = FALSE; /* TRUE = on, FALSE = off */
 /* TIP: If you put DeBug TRUE, and you are starting the script like this: ./fishbot.php &, then it's
   better to start the robot like this: ./fishbot.php >/dev/null 2>/dev/null &, cause when he is gonna
   send a message to the terminal and it's closed, then the bot will get killed, cause there isn't a terminal
   to send anything to it. (except if you use the /dev/null or a file)*/
after you need also write block in your ircd.conf if this inspircd this look like this
Code:

<link name="fishbot.go.moo"
      ipaddr="10.0.0.4"
      port="4400"
      allowmask="10.0.0.4"
      sendpass="eden"
      recvpass="eden">
in link.conf if you run snircd or ircu you need write block like this
Code:

Connect {
 name = "fishbot.go.moo";
 host = "IP";
 password = "12345";
 port = 4400;
 class = "Server";
 hub;
};
when you set your block you need also set hub in ircd.conf and rehash your server because if you not start HUB in Features
Code:

"HUB" = "TRUE"
and after you fix the conf you need run to Terminal and write
Code:

cd...
cd fishbot-0.2
./fishbot.php
for commands to fishbot
Code:

/msg fishbot showcommands
/msg fishbot join #mIRCx
and your fishbot join
install - Guide install FishBot 315
Guide By BMT
www.mIRCx.co.il
mIRCx the old Community
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

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