This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

SetUp sBNC psyBNC and znc

Help with usage of shell accounts and bouncers.
Post Reply
R
REDLiNE1
Voice
Posts: 9
Joined: Tue Jul 03, 2007 8:35 pm

SetUp sBNC psyBNC and znc

Post by REDLiNE1 »

Here:

znc
wget znc-svn-latest.tar.gz
tar -zxf znc-svn-latest.tar.gz
cd znc-cvs
./configure --prefix=$HOME/ZNC
make
make install
./znc

psyBNC
wget http://bnc.acmeshells.com/psyBNC-2.3.2-7.tar.gz
tar -zxf psyBNC-2.3.2-7.tar.gz
cd psybnc
make
make menuconfig
CONFIG EVERYTHING LEAVE
mv salt.h ../.
./psybnc

sBNC
wget http://mirror.shroudbnc.info/sbnc-1.1.tar.gz
tar -zxf sbnc-1.1.tar.gz
cd sbnc-1.1
./configure
make
make install
cd
cd sbnc
./conftool
./sbnc
d
donking
Halfop
Posts: 40
Joined: Fri Nov 30, 2007 2:37 pm

Re: SetUp sBNC psyBNC and znc

Post by donking »

REDLiNE1 wrote:Here:
psyBNC
wget http://bnc.acmeshells.com/psyBNC-2.3.2-7.tar.gz
tar -zxf psyBNC-2.3.2-7.tar.gz
cd psybnc
make
make menuconfig
CONFIG EVERYTHING LEAVE
mv salt.h ../.
./psybnc
I don't have the salt.h file in my psybnc or ./psybnc/src folder? I am currently installed psybnc on shell hosting account.
R
REDLiNE1
Voice
Posts: 9
Joined: Tue Jul 03, 2007 8:35 pm

Re: SetUp sBNC psyBNC and znc

Post by REDLiNE1 »

its good to move the salt file out of the psybnc file
donking wrote:
REDLiNE1 wrote:Here:
psyBNC
wget http://bnc.acmeshells.com/psyBNC-2.3.2-7.tar.gz
tar -zxf psyBNC-2.3.2-7.tar.gz
cd psybnc
make
make menuconfig
CONFIG EVERYTHING LEAVE
mv salt.h ../.
./psybnc
I don't have the salt.h file in my psybnc or ./psybnc/src folder? I am currently installed psybnc on shell hosting account.
Post Reply