1Forum.Net  

Go Back   1Forum.Net > IRC Sunucu Sahipleri - WEB > Genel IRCD
Sosyal Gruplar Oyun Dünyası Yasaklılar Listesi Etiketler Arşiv Rss

Genel IRCD Sunucu, Servis, Botlar, Korumalar


Yeni Konu aç  Cevapla
 
LinkBack Seçenekler Stil
Alt 16/03/08, 13:05 PM   #1 (permalink)
Bağımlı 1üye
 
FaNToM - ait Kullanıcı Resmi (Avatar)
1 Bilgi
Üyelik tarihi: Mar 2008
Nerden: Antalya
Yaş: 26
Mesajlar: 188
Konular: 56
Ruh Halim:
1 Karizma
Rep Gücü : 2
Rep Puanı : 150
Rep Seviyesi : FaNToM has a spectacular aura aboutFaNToM has a spectacular aura about
Teşekkür Sayısı : 39
Gösterdiği Tepki : 0
0 mesajına 0 kez tepki gösterildi
Exclamation Epona Services Kurulumu

Epona Services Kurulumu
Services Kurulumunu Ögreneceksiniz...


Epona Services depo klasöründe kendi hesabımıza aldıktan sonra sonra aşşağıdaki islemleri takip ederek Epona Servicesinizi kurabilirsiniz! Burada hesap olarak trbil ve domain olarak trbil.net i örnek Alarak Kurulumu Yapiyoruz...
[trbil@trbil]$ ["] cp /home/depo/epona-1.4.11.tar.gz /home/trbil

[trbil@trbil]$ ["] ls
epona-1.4.11.tar.gz
[trbil@trbil]$ ["] tar zvxf epona-1.4.11.tar.gz
[trbil@trbil]$ ["] cd epona-1.4.11
[trbil@trbil]$ [/epona-1.4.11] ls
BUGS botserv.c datafiles.h memory.c sessions.c
COPYING channels.c defs.h memoserv.c slist.c
Changes chanserv.c encrypt.c messages.c slist.h
Changes.Ultimate commands.c encrypt.h messages.h sockutil.c
Changes.lang commands.h extern.h misc.c timeout.c
Changes.old compat.c init.c news.c timeout.h
FAQ config.c install-script nickserv.c users.c
INSTALL config.h lang operserv.c version.sh
Makefile configure language.c process.c vsnprintf.c
README converter.c list.c protocol.c
README.UNREAL cp-recursive log.c pseudo.h
TODO data mail.c send.c
actions.c datafiles.c main.c services.h
[trbil@trbil]$ [/epona-1.4.11] ./configure

Please read the INSTALL file for installation/upgrade instructions.
Reading the FAQ and README files is a good idea as well. Beginning Services configuration. In what directory do you want the binaries to be installed?
Press Return for the default, or enter a new value.
[/home/trbil/services] Enter tusuna bas
/home/trbil/services does not exist. Create it?
[y] Enter tusuna bas Where do you want the data files to be installed?
[/home/trbil/services] /home/trbil/services/data yazip, Enter tusuna bas
/home/trbil/services/data does not exist. Create it?
[y] Enter tusuna bas Which group should all Services data files be owned by? (If Services
should not force files to be owned by a particular group, just press
Return.)
[] Enter tusuna bas

What should the default umask for data files be (in octal)?
(077 = only accessible by owner; 007 = accessible by owner and group)
[077] Enter tusuna bas

If all of your servers run under a common domain name, what is that
domain name? (For example: All Langochat servers have names ending in
`.langochat.net', so `langochat.net' would be entered here.) If your servers
do not all share a common domain name, just press Return.
[] Enter tusuna bas

Which of the following is closest to the type of server on your IRC
network?
1) DreamForge 4.6.7
2) Bahamut 1.4.8
3) Unreal 3.0 or later [half-broken -- see README.UNREAL]
4) Ultimate 3.0.0 or later
[no default] Hangi IRCD yi kullaniyorsaniz onun numarasini yazip Enter tusuna bas.

Do you want to use the MD5 message-digest algorithm to encrypt passwords?
(Selecting "yes" protects your passwords from being stolen if someone
gains access to the Services databases, but makes it impossible to recover
forgotten passwords.)
NOTICE: this should be considered an EXPERIMENTAL feature.
[no] Enter tusuna bas If you are switching from another services package that is listed there,
enter its associated number to be able to convert your old databases using
the given parameter on the command line the first time you launch Epona.
If no conversion is needed, type no.
1) ircservices 4.4.x (using -is44)
[no] Enter tusuna bas

Do you want Epona to dump core when a segmentation fault occurs?
If Epona is crashing sometimes but you can't reproduce the problem
for the bug report, enabling this will help finding the bug out.
However, note that the core file can have a really huge size!
[no] Enter tusuna bas

End of interactive configuration. Searching for a suitable compiler... great, found gcc!
Testing default compiler flags (-O2)... looks good.
Let's see what libraries are lying around... -lnsl -lresolv -lbsd
Looking for a 16-bit integer type... short
Looking for a 32-bit integer type... int
Checking for presence of include files (it's okay if some aren't there):
strings.h... present
sys/select.h... present
sys/sysproto.h... not present
Seeing if your system defines int16/int32... not found (this is good).
How to complain when something goes wrong... ah, strerror() is here.
Looking for other routines we want that you don't have...
Checking how to install files... looks like "install" will work.
Checking how to copy directories... /bin/cp -dpr
Creating sysconf.h... done.
Creating Makefile.inc... done.
Saving configuration results in config.cache... done.
All done! Now edit config.h to your liking, and run "make" (or possibly
"gmake" to compile Services. See the README and FAQ if you have any
problems.
[trbil@trbil]$ [/epona-1.4.11] make
touch services.h
(cd lang ; make language.h)
make[1]: Entering directory `/home/trbil/epona-1.4.11/lang'
Generating language.h... 1083 strings
make[1]: Leaving directory `/home/trbil/epona-1.4.11/lang'
cp -p lang/language.h .
touch pseudo.h
sh version.sh
gcc -O2 -Wall -g -c actions.c
In file included from services.h:100,
from actions.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c botserv.c
In file included from services.h:100,
from botserv.c:15:
slist.h:60:20: warning: no newline at end of file
from chanserv.c:15:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c commands.c
In file included from services.h:100,
from commands.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c compat.c
In file included from services.h:100,
from compat.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c converter.c
In file included from services.h:100,
from converter.c:13:
slist.h:60:20: warning: no newline at end of file
converter.c:369:75: warning: no newline at end of file
gcc -O2 -Wall -g -c config.c
In file included from services.h:100,
from config.c:13:
slist.h:60:20: warning: no newline at end of file
config.c:867:75: warning: no newline at end of file
In file included from services.h:100,
from language.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c list.c
In file included from services.h:100,
from list.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c log.c
In file included from services.h:100,
from log.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c mail.c
In file included from services.h:100,
from mail.c:13:
slist.h:60:20: warning: no newline at end of file
mail.c:136:1: warning: no newline at end of file
gcc -O2 -Wall -g -c main.c
In file included from services.h:100,
from main.c:23:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c memory.c
In file included from services.h:100,
from memory.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c memoserv.c
In file included from services.h:100,
from memoserv.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c messages.c
In file included from services.h:100,
from messages.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c misc.c
In file included from services.h:100,
from misc.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c news.c
In file included from services.h:100,
from news.c:16:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c nickserv.c
In file included from services.h:100,
from nickserv.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c operserv.c
In file included from services.h:100,
from operserv.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c process.c
In file included from services.h:100,
from process.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c protocol.c
In file included from services.h:100,
from protocol.c:13:
slist.h:60:20: warning: no newline at end of file
protocol.c:87:75: warning: no newline at end of file
gcc -O2 -Wall -g -c send.c
In file included from services.h:100,
from send.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c sessions.c
In file included from services.h:100,
from sessions.c:16:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c slist.c
In file included from services.h:100,
from slist.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c sockutil.c
In file included from services.h:100,
from sockutil.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c timeout.c
In file included from services.h:100,
from timeout.c:13:
slist.h:60:20: warning: no newline at end of file
gcc -O2 -Wall -g -c users.c
In file included from services.h:100,
from users.c:13:
slist.h:60:20: warning: no newline at end of file
gcc actions.o botserv.o channels.o chanserv.o commands.o compat.o converter.o c
onfig.o datafiles.o encrypt.o init.o language.o list.o log.o mail.o main.o memor
y.o memoserv.o messages.o misc.o news.o nickserv.o operserv.o process.o protocol
.o send.o sessions.o slist.o sockutil.o timeout.o users.o -lnsl -lresolv -lbsd
-o services
(cd lang ; make CFLAGS=" -O2 -Wall -g"
make[1]: Entering directory `/home/trbil/epona-1.4.11/lang'
gcc -O2 -Wall -g langcomp.c -o langcomp
./langcomp de.l
./langcomp en_us.l
./langcomp es.l
./langcomp fr.l
./langcomp pt.l
./langcomp tr.l
make[1]: Leaving directory `/home/trbil/epona-1.4.11/lang'
Now run "make install" to install Services.
[trbil@trbil]$ [/epona-1.4.11] make install
(cd lang ; make CFLAGS=" -O2 -Wall -g"
make[1]: Entering directory `/home/trbil/epona-1.4.11/lang'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/trbil/epona-1.4.11/lang'
install -m 700 services /home/trbil/services/services
rm -f /home/trbil/services/listnicks /home/trbil/services/listchans
ln /home/trbil/services/services /home/trbil/services/listnicks
ln /home/trbil/services/services /home/trbil/services/listchans
(cd lang ; make install)
make[1]: Entering directory `/home/trbil/epona-1.4.11/lang'
mkdir -p /home/trbil/services/data/languages
chmod 700 /home/trbil/services/data/languages
cp de en_us es fr pt tr /home/trbil/services/data/languages
chmod 600 /home/trbil/services/data/languages/*
make[1]: Leaving directory `/home/trbil/epona-1.4.11/lang'
/bin/cp -dpr data/* /home/trbil/services/data
test -d /home/trbil/services/data/backups || mkdir /home/trbil/services/data/bac
kups
test -d /home/trbil/services/data/logs || mkdir /home/trbil/services/data/logs Don't forget to create/update your services.conf file! See
the README for details.

[trbil@trbil]$ [/epona-1.4.11] cd ..

--------------------------------------

Services imiz Kuruldu, Simdi Tek Yapmamiz Gerek Sey services.conf Dosyasi.

[trbil@trbil]$ ["] cd services
[trbil@trbil]$ [/services] cd data
[trbil@trbil]$ [/services/data] pico example.conf

Dosyasini Açip Gerekli editlemeleri yapın ve Kaydederken Adını services.conf Olarak Degistirin Is Bitmistir...

Örnek Services Conf Dosyası İçin Tıklayınız.

[trbil@trbil]$ [/services/data] cd ..
[trbil@trbil]$ [/services] ./services

Olay Bu kadar Servicesleriniz Çalisir durumda


_______________________
Üye olup ailemize katılmak ve reklamsız bir forumdan yararlanmak isterseniz TIKLAYIN
FaNToM isimli Üye şimdilik offline konumundadır   Alıntı ile Cevapla
Yeni Konu aç  Cevapla

Sosyal Paylaşım Kısayolları


Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
-------------------------------------------------------------
Stil


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Linux KuruLumu , KomutLar, ÖzeLLikLeri ßeRDuSH İşletim sistemleri 3 22/08/08 04:16 AM
Profesyonel vBulletin Kurulumu 1 Haber Cep Telefonu Tema Resimleri 0 13/07/08 18:42 PM
SirvNET SErvices 3.0.8 kurulumu Lanet Genel IRCD 0 27/04/08 17:14 PM
Anope'nin kurulumu Lanet Genel IRCD 0 27/04/08 17:12 PM
Anope Services Kurulumu Resimli Anlatım FaNToM Genel IRCD 0 16/03/08 13:03 PM

Tüm Zamanlar GMT +2 Olarak Ayarlanmış. Şuanki Zaman: 18:13 PM.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2008, Crawlability, Inc.

Sitemiz bir forum sitesi olduğu için kullanıcılar her türlü görüşlerini önceden onay olmadan anında siteye yazabilmektedir,
bu yazılardan dolayı doğabilecek her türlü sorumluluk yazan kullanıcılara aittir,
yine de sitemizde yasalara aykırı unsurlar bulursanız buradan bize bildirebilirsiniz, şikayetiniz incelendikten sonra en kısa sürede gereken yapılacaktır.
Report Abuse, Harassment, Scamming, Hacking, Warez, Crack, Divx, Mp3 or any Illegal Activity to here

Reklam vermek için bize buradan ulaşabilirsiniz.

web statistics
Hepsi
3 4 5 9 11 12 13 14 15 18 22 24 25 27 28 29 30 31 33 34 35 36 38 39 40 42 43 44 45 46 51 52 54 55 57 59 61 62 68 69 70 71 75 76 81 82 88 91 95 96 99 100 101 104 109 120 121 128 131 132 135 136 139 142 147 150 151 152 153 154 155 156 157 158 159 160 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 251 252 253 254 255 259 277 279 280 281 282 283 285 286 287 288 289 290 291 292 293 295 296 303 304 306 307 308 309 310 311 312 313 314 319 321 322 323 325 327 328 329 330 331 332 334 338 340 341 342 343 344 345 346 347 348 349 351 355 358 359 360 362 364 365 366 367 371 377 378 379 380 381 382 383 384 385 387 411 412 417 419 420 421 422 423 426 432 434 439 440 441 442 444 449 466 469 470 471 472 473 474 475 476 477 478 479 481 482 483 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 505 518 519 520 521 523 524 526 533 537 539 541 545 546 548 549 550 551 552 555 556 557 558 559 560 561 562 563 565 566 569 571 574 580 581 582 583 584 585 586 589 590 591 593 595 596 597 598 599 600 601 604 605