Arkadaşlar radyo botuna kick eklentisi yapıyorum fakat login olarak nasıl kick yaptırıcam onu bulamadım. Böyle bir kod yazdım yardımcı olurmusunuz ?
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias statustest {
sockclose test
sockopen test ip port
}
on *:sockopen:test: {
if $sockerr {
return
}
sockwrite -nt $sockname GET /admin.cgi?mode=kicksrc HTTP/1.0
sockwrite -nt $sockname "User-Agent:Mozilla"
sockwrite -nt $sockname Accept: */*
sockwrite -nt $sockname Host: ip
sockwrite -nt $sockname "Authorization: Basic radyoşifresi"
sockwrite -nt $sockname
}
on *:sockread:test: {
sockread %test
echo %test
}
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.