08 Ocak 2023, 10:29
|
#1
|
|
Altılı Ganyan Sonucları [Coder: The]
Kod
alias htmlfree {
var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $remove(%x, ) return %x }
alias sonuclar { sockopen tjk www.futbolingo.com 80 }
on *:sockopen:tjk: {
if ($sockerr) { echo -a Siteye Baglanamadı. | return }
sockwrite -n $sockname GET //at-yarisi-sonucu HTTP/1.1
sockwrite -n $sockname Host: www.futbolingo.com
sockwrite -n $sockname Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
sockwrite -n $sockname Content-Type: text/html; charset=utf-8
sockwrite -n $sockname Set-Cookie: PHPSESSID=dj3bvdttj38forknn3cltfk3i0; path=/
sockwrite -n $sockname Connection: Close
sockwrite -n $sockname $crlf
}
On *:Sockread:tjk: {
var %the
sockread %the
if (6'LI GANYAN isin %the) { echo -a $htmlfree($replace(%the,<div style='width:80px;float:left;text-align:right'>,chr(32))) } }
Coder: The
________________
"Sevilmenin kıymeti bilinmiyorsa, Uzaklaşmak En güzeli ki üzülen sen olmayasın"
|
|
|