IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası
  sohbet

Etiketlenen Kullanıcılar

18Beğeni(ler)

Yeni Konu aç Cevapla
 
LinkBack Seçenekler Stil
Alt 22 Şubat 2008, 09:11   #1
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Plesk Panelli Hesaba Oto Kurulum Kodları




KODLAR BANA AİT DEĞİLDİR PİYASADAN DERLEDİM TOPLADIM PLESK PANEL İÇİN UYUMLU HALE GETİRDİM

private/ircserver klasörünü kıstas aldım

niye bu klasörü kıstas aldın derseniz bilindiği üzere plesk panelde ana dizine klasör açma izini yok müşterilerin oyüzden diyebilirsinizki

root olarak girip açabilirsin burda amaç zaten oto kurulum yapıp zamanı en kısa süreye indirmek bide onunla uraşılmasın

yani oto kurulumdan sonra cd private/ircserver

bu dizinde dosyalarınızı bulabiliceksiniz



cpanel basittir heryerde vardırda kodları ama plesk panel için oto kurulum birazcık daha farklıdır

belki gözle göremezsiniz bu farkları ama farklılıklar söz konusudur

size unreal oto kurulumunu anlatacağım plesk panelli hostunuza

çoğu kişi plesk panelli hostta plesk in hesabından kurmuyorda root tan adduser ile user açıp kuruyor bu durum mantıklı bakıldığında iyi değildir

Şunu belirtmeden edemeyeceğim fazla bilginiz yoksa bu kodlar hakkında dediğimden fazlasını yapmayın mesela unrealircd.com un sitesindeki unreali çektirirseniz bu kodlar işe yaramaz niye yaramaz derseniz Unreal3.2 klasöründe bir kaç dosyada değişiklik yapıldı otomatik kurulumun sağlıklı çalışması için eğer talep gelirse plesk panelli host için anope oto kurulum kodlarınıda veririm



neyse kodları veriyorum


PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
#/usr/bin/!
cd private
mkdir ircserver
cd ircserver
wget http
://
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #0000BB">tar zxvf Unreal3.2
.tar.gz
rm 
-rf Unreal3.2.tar.gz
cd Unreal3.2
./Config -q
make
cat 
>unrealircd.conf<<_EOF__ ################################################## ################
# unrealircd.conf                                                #
########## Server Bilgi ##########################################
 
me {
name Irc.$2;
info "Network [Hub] 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">;
numeric 1;
};
########## Admin Bilgi ########################################
admin {
"|===>>> ROOT <<<===|";
"info@$2";
"
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">;
};
class 
clients {
pingfreq 90;
maxclients 1024;
sendq 100000;
};
class 
servers {
pingfreq 300;
connfreq 600;
maxclients 5;
sendq 1000000;
};
allow {
ip "*@*";
hostname "*@*";
class 
clients;
};
/* Die/Restart Password */
drpass {
die 
"iowamythhede";
restart "iowamythhede";
};
link services.${
username *;
hostname $1;
bind-ip *;
port 7000;
password-connect "services";
password-receive "services";
class 
servers;
leaf *;
};
########## U Line Ayarları #####################################
ulines {
services.$2;
koruma.$2;
};
include 
"aliases/epona.conf";
include 
"badwords.channel.conf";
include 
"badwords.message.conf";
include 
"help.conf";
include 
"opers.conf";
include 
"spamfilter.conf";
# /* Some modules;
 
loadmodule "src/modules/cloak.so";
loadmodule "src/modules/commands.so";
loadmodule "src/modules/m_helpers.so";
loadmodule "src/modules/m_rmtkl.so";
loadmodule "src/modules/m_oku.so";
loadmodule "src/modules/m_ircops.so";
loadmodule "src/modules/m_allsend.so";
loadmodule "src/modules/antilitmus.so";
loadmodule "src/modules/m_privdeaf.so";
loadmodule "src/modules/hideserver.so";
loadmodule "src/modules/netadmins.so";
loadmodule "src/modules/operjoin.so";
loadmodule "src/modules/operpasswd.so";
loadmodule "src/modules/adword.so";
loadmodule "src/modules/hideserver.so";
 
 
 
 
 
except tkl {
        
mask *@$2;
        
type gline;
};
loadmodule "src/modules/cloak.so";
set {
netadmins-are-gods yes;
};
loadmodule "src/modules/bilgi.so";
chansno
{
// msgtype privmsg;
channel "#master" {
joinspartskicksmode-changestopics;
};
channel "#master" {
nickchangesconnectsdisconnectsserver-connectssquits;
};
};
hideserver
{
disable-map yes;
disable-links yes;
map-deny-message "Bu Komutu Kullanmaya Yetkiniz Yoktur.!";
links-deny-message "Bu Komutu Kullanmaya Yetkiniz Yoktur.!";
};
 
 
 
 
/* Mirc Girisler Icin Normal Giris Portlari */
listen $1:6660-6669/* Sunucuya 6660 Ile 7000 Arasi Giris Portlari */
listen $1:7000;
listen $1:7777;
########## Work Ayarları ####################################
set {
network-name "$2";
allowed-nickchars turkish; };
default-
server "Irc.$2";
services-server "services.$2";
kline-address "irc@$2";
modes-on-connect "+iwxt";
restrict-usermodes "ixBwCs";
restrict-channelmodes "fGntDC";
modes-on-join "+ntf [5c#C15,5j#R5,12k#K10,12m#m10,5n#N15,8t#b]:10";
modes-on-oper "+pxwqoOs-Gh";
maxchannelsperuser 10;
help-channel "#Help";
stats-server "stats.$2";
auto-join "#Sohbet,#Radyo,#Oyun,#Yarisma";
oper-auto-join "#Opers,#Master,#Help,#OperHelp";
hiddenhost-prefix "$2";
static-
part "Web Adresimiz 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">;
static-
quit "Klavyeden Dostluklara Acılan Kapı 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">;
anti-spam-quit-message-time 10s;
oper-only-stats "*";
throttle {
connections 6;
period 60s;
};
anti-flood {
nick-flood 1:30;
};
dns {
nameserver $1;
timeout 2s;
retries 2;
};
hosts {
local "$2.Operator";
global 
"$2.IRCOperator";
coadmin "$2.CoAdministrator";
netadmin "$2.Network.Admin";
servicesadmin "$2.SAdmin";
admin "$2.ServerAdmin";
host-on-oper-up "yes";
};
cloak-keys {
a2JO6fh3Q6w4oN3s8;
a2JO6fh3Q6w4oN3s1;
a2JO6fh3Q6w4oN3s7;
};
options {
show-connect-info;
};
};
log "ircd.log" {
maxsize 2097152;
flags {
oper;
server-connects;
errors;
};
};
 
ban version {
mask "5.91";
reason "Version Yenileyin.";
};
alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
alias "services" {
format "^#" {
target "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "%1-";
};
type command;
};
alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
 
allow dcc filename "*.jpg"soft yes; };
allow dcc filename "******"soft yes; };
allow dcc filename "*.zip"soft yes; };
allow dcc filename "*.txt"soft yes; };
deny dcc filename "*.exe"reason "Exe tipi uygulama dosyası göndermek yasaktır "soft yes; };
deny dcc filename "*.bat"reason "BAT tipi uygulama dosyası göndermek yasaktır "soft yes; };
deny dcc filename "*.CFG"reason "cfg tipi uygulama dosyası göndermek yasaktır "soft yes; };
listen $1:7000
{
options
{
java;
};
}; 


yukarıdaki kodlarla oto kurulum gerçekleşir yazmanız gereken kod

unrealkur IPADRESİ DOMAİNADİ.COM

okadar

bu kodları cd /usr/bin
pico unrealkur

açılan yere yazıcaksınız
kaydedip çıkıcaksınız

chmod +x unrealkur

yazıcaksınız okadar


Konu DenizKaan tarafından (22 Şubat 2008 Saat 20:34 ) değiştirilmiştir.
 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları sohbet odaları Benimmekan Mobil Sohbet
Alt 22 Şubat 2008, 12:05   #2
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




Paylaşim için saol [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

 
Alıntı ile Cevapla

Alt 22 Şubat 2008, 20:26   #3
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




buda anope kurulumu plesk panelli host için

unutmayınızki bu kodlar sadece verdiğim dosyayı çekerseniz çalışır sıradan anope yi wget letirseniz çalışmaz ama anope klasöründe bir kaç dosyada edit yaparsanız tüm anopeler çalışır tabiki

BU KODLAR BANA AİT DEĞİLDİR BEN SADECE PLESK PANEL İÇİN DERLEYİP TOPLADIM

cd /usr/bin

klasörüne girip

pico anopekur yazıp içine atın alttaki kodları

peki kurulum nasıl olucak onuda söylüyüm

anopekur IP-ADRESİ DOMAİNADI ROOTADMİNNİCKİ
yukarıdaki komutu ana dizinde yazınca kurulur anope services

PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
 
#/usr/bin/!
cd private/ircserver
wget 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">.
intasarim.com/anope.tar.gz
tar zxvf anope
.tar.gz
cd anope
-1.7.17
./Config -q
make
make install
cd 
..
cd services
cat 
>services.conf<<_EOF__ 
IRCDModule 
"unreal32"
EncModule "enc_none"
HostCoreModules "hs_help hs_on hs_off hs_group hs_list hs_set hs_setall hs_del hs_delall"
MemoCoreModules "ms_send ms_cancel ms_list ms_read ms_del ms_set ms_info ms_rsend ms_check ms_staff ms_sendall ms_help"
HelpCoreModules "he_help"
BotCoreModules "bs_help bs_botlist bs_assign bs_set bs_kick bs_badwords bs_act bs_info bs_say bs_unassign bs_bot bs_fantasy bs_fantasy_kick bs_fantasy_kickban bs_fantasy_owner bs_fantasy_seen bs_fantasy_unban"
OperCoreModules "os_raw os_help os_global os_stats os_oper os_admin os_staff os_mode os_kick os_clearmodes os_akill os_sgline os_sqline os_szline os_chanlist os_userlist os_logonnews os_randomnews os_opernews os_session os_noop os_jupe os_ignore os_set os_reload os_update os_restart os_quit os_shutdown os_defcon os_chankill os_svsnick os_oline os_umode os_modload os_modunload os_modlist os_modinfo"
NickCoreModules "ns_help ns_register ns_group ns_identify ns_access ns_set ns_saset ns_drop ns_recover ns_release ns_sendpass ns_ghost ns_alist ns_info ns_list ns_logout ns_status ns_update ns_getpass ns_getemail ns_forbid ns_suspend"
ChanCoreModules "cs_help cs_register cs_identify cs_set cs_xop cs_access cs_akick cs_drop cs_sendpass cs_ban cs_clear cs_modes cs_getkey cs_invite cs_kick cs_list cs_logout cs_topic cs_info cs_getpass cs_forbid cs_suspend cs_status"
RemoteServer $1 7000 "services"
#LocalAddress nowhere. 0
ServerName "services.$2"
ServerDesc "Services for IRC Networks"
ServiceUser "services@$2"
NickServName "NickServ" "Nickname Server"
ChanServName "ChanServ" "Channel Server"
MemoServName "MemoServ" "Memo Server"
BotServName "BotServ" "Bot Server"
HelpServName "HelpServ" "Help Server"
OperServName "OperServ" "Operator Server"
GlobalName "Global" "Global Noticer"
#DevNullName "DevNull" "/dev/null -- message sink"
HostServName "HostServ" "vHost Server"
PIDFile services.pid
MOTDFile services
.motd
NickServDB nick
.db
#PreNickServDB prenick.db
ChanServDB chan.db
BotServDB bot
.db
OperServDB oper
.db
NewsDB news
.db
ExceptionDB exception
.db
HostServDB hosts
.db
# AutokillDB akill.db
HelpChannel "#help"
#LogChannel "#services"
#LogBot
NetworkName "LocalNet"
#Numeric "64"
NickLen 31
#UserKey1 9866235
#UserKey2 8362013
#UserKey3 2362899
#NoBackupOkay
StrictPasswords
BadPassLimit 5
BadPassTimeout 1h
UpdateTimeout 5m
ExpireTimeout 30m
ReadTimeout 5s
WarningTimeout 4h
TimeoutCheck 3s
KeepLogs 7
KeepBackups 3
ForceForbidReason
#UsePrivmsg
#UseStrictPrivMsg
#DumpCore
#LogUsers
#HideStatsO
GlobalOnCycle
GlobalOnCycleMessage 
"Servisler yeniden başlatıyor, en kısa sürede problem düzelecektir"
GlobalOnCycleUP "Servisler tekrar gelmiştir, hoş sohbetler."
#AnonymousGlobal
#NickRegDelay 30
#UseSVSHOLD
#RestrictOperNicks
#UseTokens
#UseSVS2MODE
#NewsCount 3
#UnRestrictSAdmin
UlineServers "stats.your.network proxy.your.network"
#UseTS6
UseMail
SendMailPath 
"/usr/sbin/sendmail -t"
SendFrom services@$2
RestrictMail
MailDelay 5m
#DontQuoteAddresses
NSForceEmail
#NSEmailReg
#NSDefNone
NSDefKill 1m
#NSDefKillQuick
NSDefSecure 30s
NSDefPrivate
NSDefHideEmail
NSDefHideUsermask
#NSDefHideQuit
#NSDefMsg
NSDefMemoSignon
NSDefMemoReceive
NSDefAutoop
NSDefLanguage 7
NSRegDelay 30s
NSResendDelay 90s
N***pire 21d
# NSRExpire 1d
NSMaxAliases 16
NSAccessMax 32
NSEnforcerUser enforcer
@$2
#NSEnforcerUser enforcer
NSReleaseTimeout 1m
#NSAllowKillImmed
#NSNoGroupChange
#NSListOpersOnly
NSListMax 50
NSGuestNickPrefix 
"Guest"
NSSecureAdmins
NSStrictPrivileges
NSModeOnID
NSRestrictGetPass
#NSNickTracking
#NSAddAccessOnReg
#CSDefNone
CSDefKeepTopic
#CSDefOpNotice
CSDefPeace
#CSDefPrivate
#CSDefRestricted
CSDefSecure
#CSDefSecureOps
CSDefSecureFounder
CSDefSignKick
#CSDefSignKickLevel
#CSDefTopicLock
CSDefXOP
CSMaxReg 20
C***pire 14d
CSDefBantype 2
CSAccessMax 1024
CSAutokickMax 32
CSAutokickReason 
"User has been banned from the channel"
CSInhabit 15s
#CSListOpersOnly
CSListMax 50
# CSRestrictGetPass
#CSOpersOnly
MSMaxMemos 20
MSSendDelay 3s
MSNotifyAll
#MSMemoReceipt 1
#BSDefDontKickOps
#BSDefDontKickVoices
BSDefGreet
BSDefFantasy
BSDefSymbiosis
BSMinUsers 1
BSBadWordsMax 32
BSKeepData 10m
# BSSmartJoin
BSGentleBWReason
# BSCaseSensitive
# BSFantasyCharacter "!"
#HostSetters "rob dengel certus"
ServicesRoot "$3"
#SuperAdmin
 
LogMaxUsers
 
AutoKillExpiry 30d
ChanKillExpiry 30d
SGLineExpiry 30d
SQLineExpiry 30d
SZLineExpiry 30d
 
# AkillOnAdd
 
# KillOnSGline
 
# KillOnSQline
#DisableRaw
 
#WallOper
#WallBadOS
 
WallOSGlobal
WallOSMode
WallOSClearmodes
WallOSKick
WallOSAkill
WallOSSGLine
WallOSSQLine
WallOSSZLine
WallOSNoOp
WallOSJupe
WallOSRaw
 
#WallAkillExpire
#WallSGLineExpire
#WallSQLineExpire
#WallSZLineExpire
#WallExceptionExpire
WallGetpass
 
WallSetpass
 
WallForbid
 
WallDrop
 
LimitSessions
 
DefSessionLimit 10
 
MaxSessionLimit 100
 
ExceptionExpiry 1d
 
SessionLimitExceeded 
"The session limit for your host %s has been exceeded."
 
#SessionLimitDetailsLoc "Please visit http://your.website.url/ for more information about session limits."
 
MaxSessionKill 15
 
SessionAutoKillExpiry 30m
 
 
AddAkiller
 
OSOpersOnly
 
 
 
#DefConLevel 5
#DefCon4 23
#DefCon3 31
#DefCon2 159
#DefCon1 415
#DefConSessionLimit 2
#DefConAkillExpire 5m
#DefConChanModes "+R"
#DefConTimeOut 15m
#GlobalOnDefcon
#GlobalOnDefconMore
#DefconMessage "Put your message to send your users here. Dont forget to uncomment GlobalOnDefconMore"
#DefConOffMessage "Services are now back to normal, sorry for any inconvenience"
#DefConAkillReason "This network is currently not accepting connections, please try again later"
#MysqlHost "localhost"
#MysqlUser "Anonymous"
#MysqlPass ""
#MysqlName "anope"
#MysqlSock "/tmp/mysql.sock"
#MysqlPort 3306
#MysqlSecure ""
#MysqlRetries 10
#MysqlRetryGap 1
#UseRDB
#ModuleAutoload "hs_moo ircd_defizzer"
ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail os_info hs_request"
#NSEmailMax 1
#OSInfoDBName "os_info.db"
#HSRequestMemoUser
#HSRequestMemoOper
#HSRequestMemoSetters
#HSRequestDBName "hs_request.db"
#EOF 


 
Alıntı ile Cevapla

Alt 22 Şubat 2008, 20:31   #4
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




biraz daha detaya inelim eggdrop kurulumu için oto kurulumu anlatalım

şu varki çoğu kişi bilmiyor normal kurmasınıda plesk panelli hosta eggdrop çünkü make install komutu yerine farklı komut yazmak gerekiyor

alın eggdrop için oto kurulum kodları

cd /usr/bin
pico eggdropkur

içine atın kodları

yapmanız gereken sadece eggdropkur

yazmak kurup bitirir


PHP Kod:   Kodu kopyalamak için üzerine çift tıklayın!
#/usr/bin/!
cd private/ircserver
wget 
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">.
intasarim.com/eggdrop1.6.17.tar.gz
tar zxvf eggdrop1.6.17
.tar.gz
cd eggdrop1.6.17
./configure
make config
make
make install DEST
=/var/
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
style="color: #007700">/
vhosts/$USER/private/ircserver/eggdrop


 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 01:26   #5
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




Madem gelişimden söz ediyoruz o zaman corbada bizimde tuzumuz bulunsun.
Verecegim kodlar tarafimdan yazilmistir. Kurulum islemi gayet basit. Gerekli dizine kodlari atiyoruz ve chmod ile gerekli izni veriyoruz. Daha sonra kodlari kaydettiginiz dosya adi neyse ./dosyadi seklinde calistiriyorsunuz. İslem sirasinda size radyo portunu ve sifresini soracaktir. Bunlari yazip enterleyin. Ve islem bittiginde sc_serv.conf dosyaniza port ve sifre yazilmis olup calistirilsin. Kolay gelsin
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

Kod:   Kodu kopyalamak için üzerine çift tıklayın!
#/usr/bin/! clear wget http://arsiv.eksimuhabbet.com/shoutcast-1-9-5-linux-glibc6.tar.gz tar zxvf shoutcast-1-9-5-linux-glibc6.tar.gz rm -rf shoutcast-1-9-5-linux-glibc6.tar.gz rm -rf shoutcast-1-9-5-linux-glibc6/sc_serv.conf radyo clear FILE="sc_serv.conf" EXISTS="y" pass="123456" SUBMIT="y" c='' n='' 2>/dev/null if [ "`eval echo -n 'a'`" = "-n a" ]; then c='\c' else n='-n' fi echo "conf dosyanizin adi?" echo $n "[$FILE] -> $c" read cc if [ ! -z $cc ]; then FILE="$cc" fi if [ -f $FILE ]; then echo "" echo "$FILE adinda bir dosya zaten var ve degistirilecek?" echo $n "[$EXISTS] -> $c" read cc if [ ! -z $cc ]; then EXISTS="$cc" fi case "$EXISTS" in [Nn]*) exit ;; *) ;; esac fi echo "" echo "Radyo Portunuz?" echo $n "[$port] -> $c" read cc if [ ! -z $cc ]; then pass="$cc" fi echo "" echo "Radyo Şifreniz?" echo $n "[$port] -> $c" read cc if [ ! -z $cc ]; then port="$cc" fi cp sc_serv.conf /home/$USER/shoutcast-1-9-5-linux-glibc6 cd /home/$USER/shoutcast-1-9-5-linux-glibc6 ./sc_serv cd echo "Shoutcast(radyo) sisteminize basari ile kuruldu ve çaliştirildi." cat > $FILE << __EOF__ ########################################################################## # Bu conf dosyasi 26-02-2008 BehroozWolf tarafindan yazilmistir. # ########################################################################## ; Copyright (C) 1998-2004 Nullsoft, Inc. ; All Rights Reserved. ; Last modified Mar 17 2004 ; If you want to manage multiple configurations, just copy ; this file to another name, and run sc_serv with that name ; such as: ; sc_serv.exe sc_leet.conf ; *************************** ; Required stuff ; *************************** ; MaxUser. The maximum number of simultaneous listeners allowed. ; Compute a reasonable value for your available upstream bandwidth (i.e. if ; you have 256kbps upload DSL, and want to broadcast at 24kbps, you would ; choose 256kbps/24kbps=10 maximum listeners.) Setting this value higher ; only wastes RAM and screws up your broadcast when more people connect ; than you can support. MaxUser=32 ; Password. While SHOUTcast never asks a listener for a password, a ; password is required to broadcast through the server, and to perform ; administration via the web interface to this server. This server should ; consist of only letters and numbers, and is the same server your broadcaster ; will need to enter in the SHOUTcast Source Plug-in for Winamp. THIS VALUE ; CANNOT BE BLANK. Password=$pass ; PortBase. This is the IP port number your server will run on. The ; value, and the value + 1 must be available. If you get a fatal error when ; the DNAS is setting up a socket on startup, make sure nothing else on the ; machine is running on the same port (telnet localhost portnumber -- if you ; get connection refused then you're clear to use that port). Ports < 1024 ; may require root privledges on *nix machines. The default port is 8000. PortBase=$port ; *************************** ; Optional Parameters ; *************************** ; *************************** ; Logging configuration ; *************************** ; LogFile: file to use for logging. Can be '/dev/null' or 'none' ; or empty to turn off logging. The default is ./sc_serv.log ; on *nix systems or sc_serv_dir\sc_serv.log on win32. ; Note: on win32 systems if no path is specified the location is ; in the same dir as the executable, on *nix systems it is in the ; current directory. LogFile=sc_serv.log ; RealTime displays a status line that is updated every second ; with the latest information on the current stream (*nix and win32 ; console systems only) RealTime=1 ; ScreenLog controls whether logging is printed to the screen or not ; on *nix and win32 console systems. It is useful to disable this when ; running servers in background without their own terminals. Default is 1 ScreenLog=1 ; ShowLastSongs specifies how many songs to list in the /played.html ; page. The default is 10. Acceptable entries are 1 to 20. ShowLastSongs=10 ; TchLog decides whether or not the DNAS logfile should track yp ; directory touches. Adds and removes still appear regardless of ; this setting. ; Default is yes ; TchLog=yes ; WebLog decides whether or not hits to http:// on this DNAS will ; be logged. Most people leave this off because the DSP plug-in ; uses http:// calls to update titles and get the listener count, ; which takes up a lot of log space eventually. If you want to ; see people making hits on your admin.cgi or index pages, turn ; this back on. Note that this setting does NOT affect XML stats ; counters for hits to http:// pages. ; Default is no. ; WebLog=no ; W3CEnable turns on W3C Logging. W3C logs contain httpd-like accounts ; of every track played for every listener, including byte counts those listeners ; took. This data can be parsed with tools like Analog and WebTrends, or given ; to third parties like Arbitron and Measurecast for their reporting systems. ; Default is Yes (enabled). W3CEnable=Yes ; W3CLog describes the name of the logfile for W3C logging. Default logfile is ; sc_w3c.log, in the same directory wherever the DNAS gets started from. W3CLog=sc_w3c.log ; *************************** ; Network configuration ; *************************** ; SrcIP, the interface to listen for source connections on (or to make relay ; connections on if relaying). Can and usually will be ANY or 127.0.0.1 ; (Making it 127.0.0.1 will keep other machines from being able to ; broadcast using your shoutcast server ) SrcIP=ANY ; DestIP, IP to listen for clients on (and to contact yp.shoutcast.com) ; can and usually will be be ANY. If your machine has multiple IP addresses, ; set this to the one you want it to be accessed by. DestIP=ANY ; Yport, port to connect to yp.shoutcast.com on. For people behind caching ; webproxies, change this to the alternate port (666 is what it might be, ; check
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
if you have problems). Otherwise, leave this at 80. ; We're actively working on re-opening port 666, but as of release the only ; working port is port 80. Yport=80 ; NameLookups. Specify 1 to perform reverse DNS on connections. ; This option may increase the time it takes to connect to your ; server if your DNS server is slow. Default is 0 (off). NameLookups=0 ; RelayPort and RelayServer specify that you want to be a relay server. ; Relay servers act as clients to another server, and rebroadcast. ; Set RelayPort to 0, RelayServer to empty, or just leave these commented ; out to disable relay mode. ; RelayPort=8000 ; RelayServer=192.168.1.58 ; *************************** ; Server configuration ; *************************** ; AdminPassword. This password (if specified) changes the ; behavior of Password to be a broadcast-only password, and ; limits HTTP administration tasks to the password specified ; here. The broadcaster, with the password above, can still ; log in and view connected users, but only the AdminPassword ; will grant the right to kick, ban, and specify reserve hosts. ; The default is undefined (Password allows control for both ; source and admin) AdminPassword=bahoo ; AutoDumpUsers controls whether listeners are disconnected if the source ; stream disconnects. The default is 0. AutoDumpUsers=0 ; AutoDumpSourceTime specifies how long, in seconds, the source stream is ; allowed to be idle before the server disconnects it. 0 will let the source ; stream idle indefinately before disconnecting. The default is 30. AutoDumpSourceTime=30 ; ContentDir specifies the directory location on disk of where to stream ; on-demand content from. Subdirectories are supported as of DNAS 1.8.2. ; Default is ./content, meaning a directory named content in the same directory ; as where sc_serv was invoked from. ; ContentDir=./content ; IntroFile can specify a mp3 file that will be streamed to listeners right ; when they connect before they hear the live stream. ; Note that the intro file MUST be the same samplerate/channels as the ; live stream in order for this to work properly. Although bitrate CAN ; vary, you can use '%d' to specify the bitrate in the filename ; (i.e. C:\intro%d.mp3 would be C:\intro64.mp3 if you are casting at 64kbps). ; The default is no IntroFile ; IntroFile=c:\intro%d.mp3 ; BackupFile can specify a mp3 file that will be streamed to listeners over ; and over again when the source stream disconnects. AutoDumpUsers must be ; 0 to use this feature. When the source stream reconnects, the listeners ; are rejoined into the live broadcast. ; Note that the backup file MUST be the same samplerate/channels as the ; live stream in order for this to work properly. Although bitrate CAN ; vary, you can use '%d' to specify the bitrate in the filename ; (i.e. C:\backup%d.mp3 would be C:\backup32.mp3 if you are casting at 32kbps). ; The default is no BackupFile ; BackupFile=C:\intro%d.mp3 ; TitleFormat specifies a format string for what title is sent to the listener. ; For example, a string of 'Justin Radio' forces the title 'Justin Radio' even ; when the source changes the title. You can use up to one '%s' in the string ; which lets you contain the title from the source. For example, if your ; TitleFormat is 'Justin Radio: %s', and the source plug-in's title is ; 'Billy plays the blues', then the net title is ; 'Justin Radio: Billy plays the blues'. Note: only works on non-relay servers. ; The default is no format string. ; TitleFormat=Justin Radio: %s ; URLFormat specifies a format string for what url is sent to the listener. ; Behaves like TitleFormat (see above). ; The default is no format string. ; URLFormat=
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
PublicServer can be always, never, or default (the default, heh) ; Any setting other than default will override the public status ; of the source plug-in or of a SHOUTcast server that is being relayed. PublicServer=default ; AllowRelay determines whether or not other SHOUTcast servers will be ; permitted to relay this server. The default is Yes. AllowRelay=Yes ; AllowPublicRelay, when set to No, will tell any relaying servers not ; to list the server in the SHOUTcast directory (non-public), provided ; the relaying server's Public flag is set to default. The default is ; Yes. AllowPublicRelay=Yes ; MetaInterval specifies how often, in bytes, metadata sent. ; You should really leave this at the default of 8192, but the option is ; provided anyway. MetaInterval=32768 ; ***************************** ; Access Control ; ***************************** ; ListenerTimer is a value in minutes of maximum permitted time for ; a connected listener. If someone is connected for longer than this ; amount of time, in minutes, they are disconnected. When undefined, ; there is no limit defined. Default is undefined. ; ListenerTimer=600 ; BanFile is the text file sc_serv reads and writes to/from ; for the list of clients prohibited to connect to this ; server. It's automatically generated via the web ; interface. ; BanFile=sc_serv.ban ; RipFile is the text file sc_serv reads and writes to/from ; for the list of client IPs which are *ALWAYS* permitted ; to connect to this server (useful for relay servers). ; This file is automatically generated via the web ; interface. Note that if your server is FULL, and someone ; from a Reserved IP connects, the DNAS will force the person ; listening for the longest time off to make room for the new ; connection. ; RipFile=sc_serv.rip ; RIPOnly, when set to Yes, will only allow IP addresses listed in the Reserved ; IP list to connect and relay. All other connections for listening will be denied. ; This is really only useful for servers whose sole purpose is to provide the ; primary feed to all public relays. Setting this value to Yes also forces the ; server into Private mode, since listing this server in the directory would ; be pointless. Default is No. ; RIPOnly=No ; ***************************** ; Extended Logging ; ***************************** ; The old features previously at this location, HistoryLog and CurrentLog, are ; no longer used and succeded by W3C Logging and XML, respectively. ; *************************** ; Mass Configuration ; *************************** ; Unique: assigns a variable name for use in any config item which points to a ; file. Useful for servers running lots of SHOUTcast servers that have similar ; configuration parameters, excepting logfile names, banfile names, etc. Any ; parameter that takes a pathname can include the character $, which will ; substitute $ for the variable assigned here. Keep in mind that the unique ; variable can only be used after it is defined, so don't try to use a unique ; variable substitution in a path before you define it. For example, you ; could set: ; Unique=my_server ; and then define Log=/usr/local/shoutcast/$.log in an included configuration ; file. Default is Unique=$, so that by default any file with $ in the name ; won't substitute anything at all. ; Include: instructs the sc_serv to read from the named configuration file, ; *at the point of insertion of the Include statement*, and process as though ; the included file was part of itself. Note that all configuration parameters ; in the DNAS config file are processed first to last, so if an item is defined ; twice in a configuration, the last item to process will be the one that takes ; effect. For this reason, it's usually a good idea to use the Includes first ; in a config file. ; example: ; Include=/usr/local/shoutcast/common.conf ; Default is not applicable. ; ***************************** ; Tweaks ; ***************************** ; ; DON'T MESS WITH THIS STUFF UNLESS YOU REALLY KNOW WHAT YOU'RE DOING. ; DON'T COMPLAIN TO US IF YOU MESS WITH IT AND THINGS BREAK. ; HAVE A NICE DAY. ; CpuCount is used to explicitly limit the DNAS to dominating a finite ; amount of processors in multiprocessor systems. By default, ; SHOUTcast creates one thread for every processor it detects in the ; host system, and assigns listeners equally across all the threads. ; In the event SHOUTcast doesn't correctly determine the number of ; CPUs in your host, or if you for whatever reason want to force ; the DNAS to not use other processors, you can say so here. ; Default behavior is to use as many processors as the DNAS detects on ; your system. ; CpuCount=1 ; Sleep defines the granularity of the client threads for sending data. ; DNAS 1.7.0, per client thread, will send up to 1,024 bytes of data ; per socket (or less depending on the window available), and then ; sleep for the provided duration before repeating the whole process. ; Note that making this value smaller will vastly increase CPU usage on ; your machine. Increasing reduces CPU, but increasing this value too far ; will cause skips. The value which seems most optimal for 128kbps ; streaming is 833 (833 microseconds per client poll) on our test labs. ; We wouldn't recommend setting it any lower than 100, or any higher than ; 1,024. If you have a slower machine, set this number lower to fix ; skips. ; Default value is 833. ; Sleep=833 ; CleanXML strips some whitespace and linefeeds from XML output which ; confuses some (poorly written) XML parsers. If you get XML rendering errors, ; try turning this on. Default is No (off). ; CleanXML=No ; ; TAG RULES



Konu BehroozWolf tarafından (26 Şubat 2008 Saat 01:37 ) değiştirilmiştir.
 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 01:29   #6
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




aman tanrim, böyle linux sevenleri gördükce, gözlerim yasariyor
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

ellerinize saglik..
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 01:35   #7
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




Linaks iyidir özellikle bash sistemi cok güzel düsünülmüs
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 01:58   #8
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




biz ettikde ne oldu arsivde duruyor
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 03:40   #9
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




31 modul mu ne güzel bir sayi o :P Bash kodunu begendim güzel olmus ama modul sayisi biraz fazla geldi. Onun haricinde bir tavsiye bash da DARKGRAY='\e[1;30m' gibi renk kodlari gercekten hos bir görüntü veriyor. Kesinlikle tavsiye ederim
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.

 
Alıntı ile Cevapla

Alt 26 Şubat 2008, 04:00   #10
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Plesk Panelli Hesaba Oto Kurulum Kodları




Sen paylasirsin 2 gun sonra birisi ben yaptim derse yada satmaya calisirken yakalanirsa sasirma
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
(sonuc olarak türkiye burasi hersey olabiliyor) o yüzden ben paylasmiyorum bisi :-)

 
Alıntı ile Cevapla

Cevapla

Etiketler
hesaba, kodlari, kodları, kurulum, oto, panelli, plesk


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

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Açık
Refbacks are Açık


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Turkcell Hücre Yayın Kodları (Bilgi mesaj kodları) SeckiN Turkcell 3 30 Nisan 2019 12:00
SSH Oto Kurulum Kodları Full MikaiL IRCd Makaleler 25 30 Mart 2017 00:32
RuLzzServices oto kurulum kodları sizlerle. MikaiL IRCServices 6 04 Aralık 2013 15:26
Plesk panelli hesaba oto kurulum yardım lütfen LaNeTLy1 GNU, Linux ve UNIX 4 23 Nisan 2009 20:58
Plesk Panelli Hesapta -bash-3.00$ çıkması aspawa GNU, Linux ve UNIX 11 21 Eylül 2008 23:34