Posts

Showing posts with the label Info Learning

Eggdrop.Conf

for m|irc user have fun #! /home/nicki/dalnet/DarkSun/eggdrop # ^- This should contain a fully qualified path to your Eggdrop executable. contoh: ##### BASIC SETTINGS ##### set username “mychatz” set admin “peer” set network “mychatz” set timezone “MYT” set offset “-5? set env(TZ) “$timezone $offset” set my-hostname “vhost” set my-ip “ip vhost” ##### LOG FILES ##### set max-logs 50 set max-logsize 2000 set quick-logs 0 logfile mcxsbow * “logs/eggdrop.log” set log-time 1 set keep-all-logs 0 set logfile-suffix “.%d%b%Y” set switch-logfiles-at 000 set quiet-save 0 ##### CONSOLE ##### set console “mkcobxs”

Cara Setup Eggdrop bahasa melayu

-taip passwd ( type password lama n masukkan password baru ) -type wget ( untuk check command tu ada atau tak) -taip ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.19.tar.gz -type ls ( untuk pastikan ada file eggdrop1.6.19.tar.gz ) -type tar -zxvf eggdrop1.6.19.tar.gz -cd eggdrop 1.6.19 ( nama folder eggdrop tu ) -type ./configure ( tunggu sampai habis ) -make clean ( if takde type je make config ) -cd .. (untuk undur file) -type pwd (untuk tengok file dalam shell) -type make install (if tak bleh type make) -sampai nampak bende ni “Now run “make install” to install your bot.” -type make install -./eggdrop eggie.conf untuk kill -ps aux | grep eggdrop -kill -9 nombor pid

Cara Setup PsyBNC in malay

ara setup PsyBNC version yang terbaru iaitu psyBNC-2.3.2-9 wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-9.tar.gz tar zxvf psyBNC-2.3.2-9.tar.gz cd psybnc make menuconfig -compiling options -set bape user -pilih set oident -bouncer config- listening port (masukkan host dgn port) -bouncer name (set ident) -user (enter 2 kali) set login bg ident,password -Right User (jdkan admin) -tekan escape utk keluar dr menu compile td sehingga jumpa [nick@server:~/psybnc] $ Mengedit file config PSYBNC.SYSTEM.PORT1=5000 (port psyBNC) PSYBNC.SYSTEM.ME=psyBNC Crew PSYBNC.SYSTEM.HOST1=* PSYBNC.HOSTALLOWS.ENTRY0=*;* USER0.USER.NICK=nick-anda USER0.USER.USER=full name USER0.USER.PASS=password-anda USER0.USER.LOGIN=login/username make cd psybnc ./psybnc kalau ade ralat cmni :- Configuration File: psybnc.conf Language File: psyBNC Language File – English No Listenports/-hosts defined. Run either ‘make menuconfig’ to setup or add: PSYBNC.SYSTEM.PORT1=yourport and PSYBNC.SYSTE

Install (Setup / Compile) Unreal IRCD

1.) Type: wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz Above command will download unreal ircd in tar format on your shell. now you have to untar your unreal ircd. For that type command given below: 2.) Type: tar -zxvf Unreal3.2.8.1.tar.gz This will untar your unreal ircd and extract all files in Unreal3.2 dir. Now you have to change directory to Unreal3.2.

Nexus Available Vhosts List

Nexus Vhosts List --------------------1st Segment------------------------ 64.32.2.194 - i.wanna.make.up.right.now.now.now.im. 64.32.2.195 - invite.not.allowed.org. 64.32.2.196 - masa.depan.ku.sudah.hancur.org. 64.32.2.197 - im.using.privatedns.org. 64.32.2.198 - rumah.aku.xde.keren.la. 64.32.2.199 - dah.lama.aku.x.makan.lemon.org.ru. 64.32.2.200 - jom.pekena.kopipanas.com. 64.32.2.201 - kalo.keje.tu.jangan.tangguh.org. 64.32.2.202 - . 64.32.2.203 - jom.datang.beli.it.gadjet.di.pcplanet.shop.tm. 64.32.2.204 - admin.kongsigelap.and.putera.themafia.info. 64.32.2.205 - seram.giler.tgk.citer.melayu.blok.505.ru. 64.32.2.206 - i.can.give.u.the.sweet-kisses.org. 64.32.2.207 - . 64.32.2.208 - i.wanna.be.the.drugdealer24.info. 64.32.2.209 - sudikah.kamu.menjadi.best.frenz.ca. 64.32.2.210 - DJ.radio.esuria.com.my. 64.32.2.211 - I.tak.nak.BF.muka.hancur.org. 64.32.2.212 - first

AVAILABLE Matrix VHOST LIST

This summary is not available. Please click here to view the post.

how to Setup psyBNC

Step by step setup psyBNC in your putty (shell) :   1) Type : wget http://www.psybnc.net/psyBNC-2.3.2-7.tar.gz (to download) or download psyBNC-2.3.2-7.tar.gz file from http://www.psybnc.net/download.php to your PC then upload into your shell 2) Type : tar -zxvf psyBNC-2.3.2-7.tar.gz (to extract) 3) Type : cd psybnc 4) Type : make 5) Type : rm salt.h (to remove salt.h file) 6) Type : pico psybnc.conf (edit port & host) 7) Type : ./psybnc (up psybnc process) end

Bash Script : getpsy

Here the step how to write bash script 1. pico -w /usr/local/bin/getpsy 2. Paste this code below #!/bin/bash cd ~ cp -Rp /usr/local/share/stuff/psybnc . cd psybnc rm -f salt.h rm psybnc.conf echo “What port would you like this psyBNC to listen on? (choose between 10001)” read port echo “PSYBNC.SYSTEM.PORT1=$port” >> psybnc.conf echo “PSYBNC.SYSTEM.HOST1=*” >> psybnc.conf echo “PSYBNC.HOSTALLOWS.ENTRY0=*;*” >> psybnc.conf echo “Your psyBNC is now setup!” ./psybnc cd .. 3. chmod +x getpsy 4. cd /usr/local/share/stuff 5. wget http://www.psybnc.at/download/beta/psyBNC-2.3.2-9.tar.gz 6. tar -zxvf psyBNC-2.3.2-9.tar.gz 7. chmod 755 -R /usr/local/share/stuff/psybnc 8. su -l foo ( *switch to your user ) 9. type : getpsy Done!

pc ip Bouncer

Bouncer What is a bouncer used for? Even when your privacy is protected by state of the art encryption . There is no way to assure your anonymity unless your IP is also hidden. Not only hidden at the program level (which always is the case), but also at the network level, so no network analysis tool can unveil it. It should also be hidden from the Filetopia Server, just in case it is compromised. You may ask: How can such a thing be accomplished? How can someone establish a connection to another computer while hidding their IP at the same time? The answer is: by using a bouncer. A bouncer can also be used as a proxy , to connect everyone inside a Intranet securely to Filetopia. What is exactly a bouncer? A bouncer is a program that "b

Download PC-Shell

Project Information About this project: This is the PC-Shell project ("pcshell") This project was registered on SourceForge.net on Apr 13, 2003, and is described by the project team as follows: PC-Shell is a basic shell for Windows 9x\98se\NT\2000\ and maybe XP. PC-Shell is coded in Visual Basic 6.0. About SourceForge.net: SourceForge.net is the world's largest provider of hosting for Open Source software development projects. SourceForge.net provides a variety of ser

psybnc setup for pc

This summary is not available. Please click here to view the post.

How to Log to your Router Line Status

Image
Have you ever wished you had a permanent log or graph of your line stats from your router? To do so normally involves setting up MRTG which isnt for the faint hearted, and often involves some perl scripting. RouterStats Anyhow I came across a great little tool on the net which allows you to monitor line stas from some routers. The tool was originally developed for the Netgear DG834(G), but according to the author can also be configured to work on the following routers Belkin F5D7630-4A (UK) Draytek Vigor 2600G Linksys WAG54G Linksys HG200 Speedtouch 510 v4 (Firmware 4.3.2.6) (Works partly. Rx Noise and Rx Sync OK) Although I use MRTG, thought I'd have a look at the tool and I managed to get it working on a Voyager 2100, and it should work on most routers if your line stats are created on a flat html pag

how to use Telnet into your router

Image
Most routers will allow you to telnet into your router to gain additional information about your line. Some routers such as the Netgears need you to enable debug mode from the web interface first, whilst some ISP supplied routers (such as sky) have telnet disabled. To start a telnet session From Start >> run type " telnet 192.168.1.1 " (or your routers IP address) Next you will need to enter the login name and password for your router. If the login was sucessful you will be presented with the routers CLI (Command Line Interface). Any changes you make in the CLI are done at your own risk. Enabling Telnet in Windows 7 By default Telnet is not installed in Windows 7, but it can ea

DNS Servers & Mail Servers

AAISP DNS Servers email Servers 217.169.20.20 217.169.20.21  Incoming Mail (pop3) server mail.your-domain or your-domain.mail.aaisp.net.uk   Outgoing Mail (smtp) server smtp.aaisp.net.uk   IMAP mail.your-domain or your-domain.mail.aaisp.net.uk   AOL DNS Servers email Servers 64.12.51.132 149.174.221.8 205.188.157.232 205.188.146.145  Incoming Mail (pop3) server   Outgoing Mail (smtp) server smtp.aol.com   IMAP imap.aol.com   Be DNS Servers email Servers 87