pek işime yaramadı sonuç olarak ordaki kod da deforma olmuş site yenilikyapmış bunedenle post verileri siteye uymuyorki benim üzerinde çalıştığım site bambaşka post verilerine sahip socket post data konusunda eğitim şart
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. kaynak yok neyazıkki
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias gndr { clear -s | sockclose up | sockopen up1
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] 80 }
on *:sockopen:up1: {
var %i D:\mırc\1.PNG
sockwrite -n up1 POST /upload.php HTTP/1.1
sockwrite -n up1 Accept: text/html, application/xhtml+xml, */*
sockwrite -n up1 Referer:
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
sockwrite -n up1 Accept-Language: tr-TR
sockwrite -n up1 User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
sockwrite -n up1 Content-Type: multipart/form-data; boundary=---------------------------7dc2502798505a0
sockwrite -n up1 Accept-Encoding: gzip, deflate
sockwrite -n up1 Host: c.hizliresim.com
sockwrite -n up1 Content-Length: $calc($len(%a) + 1)
sockwrite -n up1 Connection: Keep-Alive
sockwrite -n up1 Cache-Control: no-cache
sockwrite -n up1
sockwrite -n up1 %i
}
on *:SOCKREAD:up1: {
var %a1
sockread %a1
;if (hizliresim isin $htmlfree(%a1)) { }
echo -a $htmlfree(%a1) .
}
alias htmlfree {
var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $remove(%x, )
return %x
}