hello i need help with this script it dosn't work anymore , we use it in a little chanel with 20-30 users and we do not have some eggdrop bot , if someone could help us smile thnx
on *:text:!H*:#horo: {
if ( $istok(Dashi Demi Binjaket Gaforrja Luani Virgjeresha Peshorja Akrepi Shigjetari Bricjapi Ujori Peshqit,$2,32) ) {
set %shenja1 $2
unset %terminal
unset %mesazhihoroskopit*
set %periudha.horoskopi Lindur me:
set %kanalihoroskopit $chan
set %fillohoroskopin <p>
sockclose horoskopi
sockopen horoskopi www.horoskopishqip.com 80
}
}
on *:sockopen:horoskopi: {
sockwrite -n horoskopi GET https://www.horoskopishqip.com/horoskopi-ditor/shenja $+ %shenja1 $+ /
}
on *:sockread:horoskopi: {
sockread %horoskopi.temp
if (%periudha.horoskopi isin %horoskopi.temp) { set %periudha $remove($gettok(%horoskopi.temp,3,62),</span) }
if ((%fillohoroskopin isin %horoskopi.temp) && (!%terminal)) {
set %horoskopi.frase %horoskopi.temp
set %terminal !
/set %mesazhihoroskopit $remove(%horoskopi.temp,</p>,<p>)
if ( $len(%mesazhihoroskopit) > 417 ) {
set %mesazhihoroskopit2 0,2 ... $+ $right(%mesazhihoroskopit,$calc($len(%mesazhihoroskopit) - 410)) 
set %mesazhihoroskopit $remove(%mesazhihoroskopit,$right(%mesazhihoroskopit,$calc($len(%mesazhihoroskopit) - 410)))
set %mesazhihoroskopit %mesazhihoroskopit $+ ... 
}
/msg %kanalihoroskopit %mesazhihoroskopit
if ( %mesazhihoroskopit2 != $null ) { /msg %kanalihoroskopit %mesazhihoroskopit2 }
}
}