Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    meijör

    Retired Staff
    • Posts

      625
    • Joined

    • Last visited

    Posts posted by meijör

    1. Hello and welcome everyone,

       

      as some of you recognized I made some quiz in the advent.

      Okay first of all I need to congratlulate werrock, he cleared 8/23 Topics and recieved 12 (!!) MajorPoints!

      Hell that was really hard to beat, and no one did :fu:

       

      But I want to crown a second winner, and I thought we could retry the Pokermatch with all of the winners of the other topics.

      The only one who got 2 Majorpoints is : K.iwiLein so he's set for the pokering.

      All of the other winners need to reply 'I will compete'. When they did, they are in the tournament as well.

       

      We will play on a 6-play-table , so there are only 4 seats open :fu: [me and kiwi are set]

       

      If you forgot that you won ( could happen ) here is a list of all winners :

       

      lollie : 1

      VIP-pwner : 1

      GHB4EVAR : 1

      GetSucked ! : 1

      redbull : 1

      sonygay : 1

      xlikeeeAstar : 1

      suupar : 1

      x_`яapтor´_x : 1

      Koli : 1

       

      All of them cleared one topic xD

       

      Okay if you are one of the mentionen people REPLY WITH THE MAGICAL WORDS!!

       

       

      btw : we will play the poker match next year O.o i will announce it as soon as i now it :fu:

      Oh and for the reason you changed your nick, please tell me!

    2. Hey Dudes,

       

      I want my MIRC to get an RSS Feed and output them.

      The exact way i want to use it is that i want to let the script read the rss feed of my last.fm account and post what i hear.

       

      i found a little snippet but dunno how to use it.

       

      menu menubar {

      RSS News Feed

      .BBC News UK

      ..$submenu($RSSparsemenu($1, BBC))

      .CNN

      ..$submenu($RSSparsemenu($1, CNN))

      .International Herald Tribune

      ..$submenu($RSSparsemenu($1, IHT))

      .-

      .Retrieve headlines: retrieveHeadlines

      }

       

      alias -l retrieveHeadlines {

      getRSSfeed BBC newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

      getRSSfeed IHT www.iht.com/rss/frontpage.xml

      getRSSfeed CNN rss.cnn.com/rss/cnn_topstories.rss

      }

       

      on *:connect:{ retrieveHeadlines }

      alias RSSparsemenu {

      if (e isin $1) return

      if ($1 < 2) return :

      var %str = $hget(RSS_ $+ $2, $1), $&

      %title = $wildtok(%str, title:*, 1, 1), $&

      %link = $wildtok(%str, link:*, 1, 1)

      %title = $gettok(%title, 2-, 58)

      %link = $gettok(%link, 2-, 58)

      return $replace(%title, :, -) :url -n %link

      }

      ; /getRSSfeed <source> <url>

      alias getRSSfeed {

      var %a, %b

      %a = $gettok($2, 1, 47)

      %b = $gettok($2, 2-, 47)

      sockopen %a %a 80

      sockmark %a RSS_ $+ $1 %b

      echo Connecting to %a

      if ($hget(RSS_ $+ $1)) hfree RSS_ $+ $1

      }

      on *:sockopen:*:{

      tokenize 32 $sock($sockname).mark

      if (RSS_* !iswm $1) { return }

      if ($sockerr) {

      echo Closed socket $sockname $sock($sockname).wsmsg

      return

      }

      echo Attempting to retrieve $2-

      sockwrite -n $sockname GET / $+ $2- HTTP/1.0 $+ $crlf $+ $crlf

      unset %rsspop

      }

      on *:sockread:*:{

      tokenize 32 $sock($sockname).mark

      if (RSS_* !iswm $1) { return }

      if ($sockerr > 0) return

      :nextread

      sockread %RSSread

      if ($sockbr == 0) return

      if (%RSSread == $null) %RSSread = -

      var %r = .*\<(title|link)\>(.*)\<\/(title|link)\>.*

      if ($regex(%RSSread, %r)) {

      set %rsspop $addtok(%rsspop, $regml(1) $+ : $+ $regml(2), 1)

      if ($numtok(%rsspop, 1) == 2) {

      hadd -m $1 $calc($hget($1, 0).item + 1) %rsspop

      unset %rsspop

      }

      }

      goto nextread

      }

      on *:sockclose:*:{

      if ($sockerr) echo Closed socket $sockname ( $+ $sock($sockname).wsmsg $+ )

      else echo Closed socket $sockname

      }

       

      Thanks, Major.

    ×
    ×
    • Create New...