Page 128 of 504 FirstFirst ... 2878118125126127128129130131138178228 ... LastLast
Results 1,271 to 1,280 of 5038

Thread: Last one to post wins the internets

  1. #1271
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,172
    Quote Originally Posted by Skweeky View Post
    Quote Originally Posted by Barbarossa View Post
    At some point I appear to have created a twitter account. I can't remember why, maybe it was to stalk someone temporarily

    Anyway, I have no interest in twitter whatsoever, and have never ever made a post, or even logged on to look at the thing since I set it up about 2 months ago. I'd totally forgotten about it actually

    I looked today and I have 3 "followers". WTF?
    Maybe they think you are the real Barbarossa?
    I am the real Barbarossa...

  2. Lounge   -   #1272
    Skiz's Avatar (_8(I)
    Join Date
    May 2003
    Location
    CO
    Age
    48
    Posts
    22,928
    [youtube]http://www.youtube.com/watch?v=qRuNxHqwazs[/youtube]


    yo

  3. Lounge   -   #1273
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    Old hat. But good.

  4. Lounge   -   #1274
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    [youtube]t-3qncy5Qfk[/youtube]

  5. Lounge   -   #1275
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,172

  6. Lounge   -   #1276
    Skweeky's Avatar Manker's web totty
    Join Date
    Dec 2002
    Posts
    11,050
    Quote Originally Posted by Barbarossa View Post
    Quote Originally Posted by Skweeky View Post

    Maybe they think you are the real Barbarossa?
    I am the real Barbarossa...




  7. Lounge   -   #1277
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    http://antispore.com/2008/09/11/unde...eliefs-please/

    Fucking genius trolling.

    Let's post that next time some mong claims atheists are more enlighhtened than the religious.
    Last edited by Snee; 06-18-2009 at 05:26 PM.

  8. Lounge   -   #1278
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    It’s a game you fucktard ! And your the one thats gets brainwashed. God. pff, what a load of bullshit GOD DOSENT EXSICT. get that you fucking fucktard
    har har

  9. Lounge   -   #1279
    sez's Avatar c0V3r3Ð iN Ba57ArÐ BT Rep: +23BT Rep +23BT Rep +23BT Rep +23BT Rep +23
    Join Date
    Dec 2008
    Location
    in your sWaRm
    Posts
    1,713
    Code:
    ; TranceTraffic mIRC Release Grabber v1.02 (c)f4te
    
    
    
    
    
    alias -l tt.loadconf {
    
    
      ; These are the categories you want
    
    
      %tt.wanted = Albums - House, Singles - House, Singles - Trance, Albums - Trance, Livesets - Trance, Livesets - House, Trancetraffic Packs, DVD/Video/Clips, Music Plugins/Apps/Misc
    
    
      ; And anything in the name you don't
    
    
      %tt.unwanted = 
    
    
      ; Get everything from an uploader
    
    
      %tt.seeder = lee
    
    
    
    
    
      ; Directory to save .torrents
    
    
      %tt.dir = save to watch dir
    
    
      ; Your TT passkey
    
    
      %tt.passkey = 
    
    
    }
    
    
    
    
    
    on *:TEXT:*:#TranceTraffic:{
    
    
      if (($network == P2P-NET) && ($nick == TranceTraffic)) {
    
    
        if ($1 == Name....:) { %tt.name = $2- }
    
    
        if ($1 == Uploader:) { %tt.uploader = $2- }
    
    
        if ($1 == Category:) { %tt.category = $2- }
    
    
        if ($1 == URL.....:) {
    
    
          %tt.url = $2-
    
    
          tt.loadconf
    
    
          if ((($tt.isin(%tt.wanted,%tt.category)) && (!$tt.isin(%tt.unwanted,%tt.name))) || ($tt.isin(%tt.seeder,%tt.uploader))) {
    
    
            if ($regex(%tt.url,id=(\d+))) { %tt.id = $regml(1) }
    
    
            %tt.file = $replace(%tt.name,$chr(32),_) $+ .torrent
    
    
            sockopen tt www.trancetraffic.com 80
    
    
          }
    
    
          else { unset %tt.* }
    
    
        }
    
    
      }
    
    
    }
    
    
    alias -l tt.isin {
    
    
      if ($2 isin $1) { return $true }
    
    
      var %i = 1
    
    
      while (%i <= $numtok($1,44)) {
    
    
        if (($gettok($1,%i,44) isin $2) || ($gettok($1,%i,44) iswm $2)) { return $true }
    
    
        inc %i
    
    
      }
    
    
      return $false
    
    
    }
    
    
    
    
    
    on *:sockopen:tt:{
    
    
      if ($sockerr) { return }
    
    
      sockwrite -n $sockname GET $+(/download.php/,%tt.id,/,%tt.file,?passkey=,%tt.passkey) HTTP/1.1
    
    
      sockwrite -n $sockname Host: $+($sock($sockname).addr,:,$sock($sockname).port)
    
    
      sockwrite -n $sockname Connection: Close
    
    
      sockwrite -n $sockname $crlf
    
    
    }
    
    
    on *:sockread:tt:{
    
    
      if ($sockerr) { return }
    
    
      if (!$sock($sockname).mark) {
    
    
        var %sockhead
    
    
        sockread %sockhead
    
    
        if (%sockhead == $null) { sockmark $sockname 1 }
    
    
      }
    
    
      else {
    
    
        sockread &torrent
    
    
        while ($sockbr != 0) {
    
    
          bwrite $qt(%tt.dir $+ %tt.file) -1 -1 &torrent
    
    
          sockread &torrent
    
    
        }
    
    
      }
    
    
    }
    
    
    on *:sockclose:tt:{
    
    
      run $qt(%tt.dir $+ %tt.file)
    
    
      unset %tt.*
    
    
    }

  10. Lounge   -   #1280
    Skiz's Avatar (_8(I)
    Join Date
    May 2003
    Location
    CO
    Age
    48
    Posts
    22,928
    Linksys, Model # BEFW11S4

    Is that a decent wireless router? I need one and it's on Craigslist for $15.

    Key Features:
    - Interoperable with IEEE 802.11b (DSSS) 2.4GHz compliant equipment
    - Provides roaming, best access point selection, load balancing, and network traffic filtering
    - Long operating range supports 150m (indoors) and 500m (outdoors)
    - 128-bit WEP encryption protocol
    - Connects to a broadband modem and a 10/100BASE-TX Fast Ethernet backbone
    - Internal 4-port switch dramatically speeds up your gaming and multimedia connections
    - Configurable through your networked PC's web browser
    Last edited by Skiz; 06-18-2009 at 09:04 PM.


    yo

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •