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

» mIRCx IRC Network Config
anope - Guide install Anope in Centos 7 EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
anope - Guide install Anope in Centos 7 EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
anope - Guide install Anope in Centos 7 EmptyThu Dec 15, 2022 9:39 pm by Chief

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

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

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

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

» מדריך הגדרות WebIRC in Nefarious2
anope - Guide install Anope in Centos 7 EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Guide install Anope in Centos 7

Go down

anope - Guide install Anope in Centos 7 Empty Guide install Anope in Centos 7

Post  Chief Tue Apr 07, 2015 6:03 am

Guide install Anope in Centos 7
Hello people today i go to learn you about install anope in Centos 7 linux
ok before i start i want show to you some things in Centos 7 is no very easy to understand what really we need then this the Explain...
when we download the Anope and we get after we write the config and we get something like this
anope - Guide install Anope in Centos 7 06-04-10
if do you see we need install CMake for patch to start with config and there write we need inside to package for download Cmake ok today i show to you we no need inside to package and something very better first one inside to your Terminal and to root and start with this
anope - Guide install Anope in Centos 7 07-04-10
Code:

uname -a
ok for install that we need Search about Cmake and this look like this
anope - Guide install Anope in Centos 7 07-04-11
and you need write there
Code:

yum search CMake
and you get some Cmake and install that
anope - Guide install Anope in Centos 7 06-04-12
Code:

yum install cmake.x86_64
and this you can go to the Config in Anope and start with Config
anope - Guide install Anope in Centos 7 06-04-13
anope - Guide install Anope in Centos 7 06-04-14
more thing important if you try install anope in ubuntu version 10.04 after you install Cmake and you see error  then inside to Terminal and install that
Code:

sudo apt-get install pkg-config libssl-dev libgnutls-dev
sudo apt-get install CMake
more thing about install a module from a folder extra if do you want run a some module then inside to Terminal and doing like it
anope - Guide install Anope in Centos 7 Anope110
Code:

fetch https://github.com/anope/anope/archive/2.0.5.tar.gz
tar zxvf 2.0.5.tar.gz
cd anope-2.0.5
./extras
./Config
cd build
make make install
anope - Guide install Anope in Centos 7 Anope210
how do you install mysql in anope you select from extras the name a module m_mysql.cpp after it you create in mysql database anope
and after it you change in module.conf this
Code:

name = "mysql/main"
 database = "anope"
 server = "127.0.0.1"
 username = "root"
 password = "pass"
 port = 3306
you need remove # for install a module mysql and configure mysql like what i explain
and after you install a module mysql or something else you need write to operserv it
Code:

/msg operserv modload m_mysql
more commands for Anope Services flags
Code:

/msg ChanServ FLAGS #reut MODIFY Chief +Vv
/msg ChanServ FLAGS #reut MODIFY Chief +Oo
/msg ChanServ FLAGS #reut MODIFY Chief +Qq
mIRCx IRC run the version charybdis-3.5.0-rc1  with Anope this working 100%
for download
ircd.conf for Charybdis with some modules
http://www.f2h.co.il/8wa7nbcetwc
Anope 2.2
http://www.f2h.co.il/0318sulowah3
Good luck
credit to mIRCx IRC Network
Guide By BMT
for your question
mircx123@gmail.com


Last edited by Chief on Fri May 11, 2018 1:06 am; edited 3 times in total
Chief
Chief
Admin

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

Back to top Go down

anope - Guide install Anope in Centos 7 Empty Help install modules from extra anope services

Post  Chief Sat Nov 19, 2016 7:24 am


some commands for sqlite and install a some modules
Code:

sqlite3 anope.db

CREATE TABLE anope_override (
id INTEGER PRIMARY KEY,
timestamp timestamp DEFAULT CURRENT_TIMESTAMP,
password text,
hostname text,
type text,
active integer NOT NULL DEFAULT 1);

/msg operserv modload m_sqlite
/msg operserv MODUNLOAD m_sqlite
Chief
Chief
Admin

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

Back to top Go down

Back to top


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