NETForumlari.Com - Forum, Eğlence ve Güncel Paylaşım Platformu  

Geri git   NETForumlari.Com - Forum, Eğlence ve Güncel Paylaşım Platformu > NF - IRCd & mIRC Dünyası > mIRC Scripting Hazır Kodlar > mIRC Parça Kodlar

Etiketlenen üyelerin listesi

Like Tree1Beğeniler
  • 1 Post By Daemon

Yeni Konu aç Cevapla
 
Seçenekler Stil
Alt 04 Kasım 2023, 19:00   #1
 
Daemon - ait Kullanıcı Resmi (Avatar)

Üyelik Tarihi: 24 Ekim 2023
Üye No: 6
Mesajlar: 22
Nerden:
Meslek:
Aldığı Beğeni: 23
Beğendikleri: 9
@Daemon
Standart Webmaster Google arama kodu

HTML-Kodu
alias _wmnick return Google
alias _sunucu return irc.Sunucuadi.com 6667
alias _nickpass return sifrem
alias _operpass return oper pass
alias _wchan return #WebMaster
;-----------------------------------------
Kod
on *:text:*:*: {
  if $chan = $_wchan {
    if $regex($1,/^[.!]google/Si) {
      if !$2 { msg # 4Lütfen bir websitesi belirtin. 1ÖR: !google Klavyenet.com Sohbet }
      elseif !$3 { msg # 4Lütfen bir kelime belirtin. 1ÖR: !google Klavyenet.com Sohbet  }
      else { bul $2- }
    }

on $*:sockopen:/^google/i: {
  sockwrite -n $sockname GET $+(/search?num=500&q=,$replace($sock($sockname).mark,$chr(32),+),&hl=tr&gbv=2) HTTP/1.1 
  sockwrite -n $sockname Host: www.google.com.tr
  sockwrite -n $sockname Connection: keep-alive
  sockwrite -n $sockname $crlf 
}
on $*:sockread:/^google/i: {
  var %2 | sockread %2 | tokenize 32 %2 
  if (href="/url?q isin %2) { _google $sockname %2 }
  if (*</script></body></html>* iswm %2) {
    if $hget(googlearama) {
      var %x 1 | while $hget(googlearama,%x).item {
        if $hget(google,web) isin $v1 {
          msg $_wchan 1Sorgulanan Web:4 $hget(google,web)
          msg $_wchan 1Sorgulanan Kelime:4 $hget(google,kelime)
          msg $_wchan 1Google Üzerinde:4 $siralama($hget(googlearama,$hget(googlearama,%x).item))
          msg $_wchan 1Google İndex:4 $hget(googlearama,%x).item
          msg $_wchan 
          .hinc -m google bulunan 1
        }
        inc %x
      }
      if $hget(google,bulunan) {
        msg $_wchan  1Google üzerinde ilk4 100 sirada4 $hget(google,web) web adresi4 $hget(google,kelime) kelimesiyle4 $hget(google,bulunan) kere index almistir.
        .hfree -sw googlearama | .hfree -sw google
        sockclose $sockname
        return
      }
    }
    msg $_wchan  1Belirtilen $hget(google,web) adresi $hget(google,kelime) kelimesinde ilk4 100 sitede yer almamaktadir.
    sockclose $sockname
    .hfree -sw googlearama | .hfree -sw google
  }
}
alias _google {
  var %x 1
  while $pos($2-,href="/url?q=http,%x) {
    var %web $token($token($mid($1-,$v1),1,38),3,61)
    if (webcache. !isin %web) { 
      .hinc -m google inc 1 | .hadd -m googlearama %web  $hget(google,inc) 
    }
    inc %x
  }
}
alias siralama {
  if ($gettok($calc($gettok($1,1,46) / 10),2,46)  / 10),2,46) == $null) { return $gettok($calc($gettok($1,1,46) / 10),1,46) Sayfa $gettok($1,2,46) Sirada | halt }
  return $calc($gettok($calc($1 / 10),1,46) +1) Sayfa $iif(!$gettok($calc($1 / 10),2,46),1,$gettok($calc($1 / 10),2,46)) Sirada
}
alias bul {
  if $sock(google) { msg $_wchan Şu an $hget(google,web) sitesi sorgulanoyor bekleyiniz.. | $+(.timer,google) 1 25 sockclose google | return }
  var %:rand $rand(100,99999) 
  msg $_wchan  12 $remove($strip($1),http://) Adresi  4 $2-  kelimesinde 12G4o7o12g3l4e 1üzerinde bilgilere bakılıyor bekleyiniz.
  .hadd -m google web $remove($strip($1),http://) | .hadd -ms google kelime $2-
  sockopen $+(google,%rand) www.google.com.tr 80 | sockmark $+(google,%rand) $2-
}
Daha detayli istiyorsaniz Irc.Klavyenet.com #Webmaster kanalini ziyaret edebilirsiniz.

Redworm bunu beğendi.
 
Alıntı ile Cevapla
Cevapla

Tag Ekle
arama, google, kodu, webmaster


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

Yetkileriniz
Sizin Yeni Konu Acma Yetkiniz yok
You may not post replies
You may not post attachments
You may not edit your posts

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