slacker commented on a Page, Elements  -  Mar 14, 2009

yeah i concur about useing a socket for this..maybe somthing like this... socket made by napa182

on *:text:!element*:#: { if (!$($+(%,elmentflood),2) && $2) { set -u5 $+(%,elmentflood) on | if ($sock(element)) .sockclose element | set %element.chan $chan | set %element.lookup $lower($2) | sockopen element www.webelements.com 80 } }
alias -l aee1 { var %b,%p | %p = $regsub($1-,/[^<]*>|<[^>]*>|<[^>]*/g,$chr(32),%b) | %b = $remove(%b,&nbsp;,&bull;,&lt;,&gt;) | return %b }
on *:SOCKOPEN:element: {
  sockwrite -nt $sockname GET $+(/,%element.lookup,/) HTTP/1.1
  sockwrite -nt $sockname Host: www.webelements.com
  sockwrite -nt $sockname $crlf
}
on *:SOCKREAD:element: {
  if ($sockerr) { msg %element.chan Socket Error: $sockname   }
  else {
    var %s | sockread %s
    if (%element.count == 12) { unset %element.* | sockclose element }
    if (*<li><a href="../periodicity* iswm %s) { inc %element.count | msg %element.chan $aee1(%s) }
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.