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

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   Proxy çekme (https://www.ircforumlari.net/mirc-scripting-sorunlari/593804-proxy-cekme.html)

Toprak 27 Temmuz 2014 12:25

Cevap: Proxy çekme
 
Yukarıdaki kod'un aynısı ile çekersin site ismi ve sock ismini degiştirmen yeterli birde "Get" kısmındaki /proxy/ kısmını kaldırmak gerek.

Kod:

  %k GET $+(/proxy-,$iif(%a > 9,%a,0 $+ %a),.htm) HTTP/1.1

elhale 20 Şubat 2015 04:27

Cevap: Proxy çekme
 
The samair code works great. Thx.

How would we go about extracting the ip-s from this page?

Anyone can help?

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

High 20 Şubat 2015 12:31

Cevap: Proxy çekme
 
Alıntı:

elhale Nickli Üyeden Alıntı (Mesaj 1041618743)
The samair code works great. Thx.

How would we go about extracting the ip-s from this page?

Anyone can help?

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

You will not find a lot of code , but if you search on google about this issue take a nice proxy programs can attract more proxy can prohibit them on the website. If you're looking Proxy. Proxy protection of writing should be enough to search .

Toprak 20 Şubat 2015 15:02

Cevap: Proxy çekme
 
Alıntı:

elhale Nickli Üyeden Alıntı (Mesaj 1041618743)
The samair code works great. Thx.

How would we go about extracting the ip-s from this page?

Anyone can help?

[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]


Buyur/Buy;

Kod:

alias cek sockopen $+(cek,$r(10,99999)) [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] 80
on *:sockopen:cek*:{
  sockwrite -nt $sockname GET /cgi/clicks.pl?20819 HTTP/1.1
  sockwrite -nt $sockname Host: $sock($sockname).addr
  sockwrite -nt $sockname Connection: keep-alive
  sockwrite -nt $sockname Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
  sockwrite -nt $sockname User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
  sockwrite -nt $sockname $crlf
}
on *:sockread:cek*:{
  var %:ip | sockread %:ip
  if $regex(ip,%:ip,/(\d+\.\d+\.\d+\.\d+)/g) { _ayıkla $regml(ip,0) }
}
alias _ayıkla { var %:a = 1 | while %:a <= $1 { .write pro.txt $regml(ip,%:a) | inc %:a } }

Komut/Command:
/cek yazarak başlatabilirsiniz.
/cek Start typing.


Not/Note: 32.780 adet ip çekti çoğu aynı ip ama.

elhale 20 Şubat 2015 16:32

Cevap: Proxy çekme
 
Thx for taking the time Toprak. Very nice of you.

It does work, but somehow i dont extract 32.780 (or as much as this).

I extract 300 of them, and when i repeat the process i get the same ip-s in the pro.txt file.

Toprak 20 Şubat 2015 17:11

Cevap: Proxy çekme
 
Alıntı:

elhale Nickli Üyeden Alıntı (Mesaj 1041618949)
Thx for taking the time Toprak. Very nice of you.

It does work, but somehow i dont extract 32.780 (or as much as this).

I extract 300 of them, and when i repeat the process i get the same ip-s in the pro.txt file.



Alias'ı Değiştir/Change Alias:
Kod:

alias _ayıkla { var %:a = 1 | while %:a <= $1 { if !$read(pro.txt,w,$regml(ip,%:a)) { .write pro.txt $regml(ip,%:a) } | inc %:a } }

Txt'de ekli olan IP'i eklettirmedik.

Aytac 20 Şubat 2015 17:42

Cevap: Proxy çekme
 
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] What where you will use them to help business : )

Toprak 20 Şubat 2015 17:51

Cevap: Proxy çekme
 
Proxy'lerin port'ları olmadığından koruma olarak kullanacaktır. =)

elhale 20 Şubat 2015 17:52

Cevap: Proxy çekme
 
Alıntı:

Aytac Nickli Üyeden Alıntı (Mesaj 1041618974)
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] What where you will use them to help business : )

I cover the ircop position in an UnrealIrcd server. I googled some of the ip-s that someone was using to flood us and it got me to that page. That's all.

I do have a modified addon that used to work but doesn't work anymore. And I wanted to ask for help for that too but I don't want to bother to much the users here with me writing in english. Since I don't know if it is against the rules or smth.

:) I would pm Toprak if he would like to have a look at the addon and maybe help but I can't send pm-s at the moment.

Aytac 20 Şubat 2015 18:06

Cevap: Proxy çekme
 
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] IRC server writes information to look there he went to the site help there should be feasible to dispose of 25 posts for private messages:)


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 10:34.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net