Jump to content

Da Trifecta

Members
  • Posts

    12,243
  • Joined

  • Last visited

  • Days Won

    13

Reputation Activity

  1. Like
    Da Trifecta reacted to frescoelmo in BCS National Championship Game   
    I'm indifferent about the game but I'd rather see the SEC lose than win
  2. Like
    Da Trifecta reacted to Doomsday in VHLM Waiver Discussion   
    They should be given to a team where that player is most likely to see the ice. As in, a LW going to a team with 1 LW instead of one with 2.
  3. Like
    Da Trifecta reacted to Victor in VHLM Waiver Discussion   
    Oh and incentive for VHLM GMs will also be implemented retroactive to the start of the season (this is 1 TPE for each new member who gets to 50 TPE) unless someone makes a good counterargument for that.
  4. Like
    Da Trifecta got a reaction from BOOM in [S36] --- (S33) RW - Odin Tordahl   
    Congrats and best of luck Boom. I can't wait to play you in the playoffs now.
  5. Like
    Da Trifecta got a reaction from Cuffy in EXPRESSOS S35 Discussion Thread   
    Ya boy is going for RoTY. I was hoping for a 90 point season but anything over 85 is a huge upgrade over what I thought I would get.
  6. Like
    Da Trifecta got a reaction from Kesler in Edition 164   
    I love how there is no mention of Davey for RoTY and I lead all rookies in points lol
  7. Like
    Da Trifecta reacted to Brandon in How to watch 720p NHL Streams on your Computer   
    Alright so for the entire time this season I have been watching NHL streams on my computer in 720p, WITHOUT GAMECENTER. This is basically gamecenter, but it is free, so I thought I should share it with all of you incase you don't know how. Since i've been gone for so long, I thought I might as well give back something useful.
     
    Step 1. Download VLC Media Player (Version 2.10). The link can be found here --> http://www.videolan.org/vlc/
    Step 2. Find the sd folder in your VLC folder. Mine is here. Computer > C:Drive > Program Files (x86) > VideoLAN > VLC > lua > sd
    Step 3. Copy this entire code below. The original code link can be found here if you can't copy the code below--> https://raw.github.com/InfernoZeus/rhockey-vlc/no-time-mod/hockey.luac
    --[[ DISCLAIMER: SCRIPT IS PROVIDED AS IS USE AT YOUR OWN RISK! Save this script as "hockey.lua" Place this script in: - Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\sd\ - Windows (current user): %APPDATA%\VLC\lua\sd\ - Linux (all users): /usr/share/vlc/lua/sd/ - Linux (current user): ~/.local/share/vlc/lua/sd/ - Mac OS X (all users): VLC.app/Contents/MacOS/share/lua/sd/ --]] require "simplexml" function descriptor() return { title="/r/hockey" } end function main() local games = simplexml.parse_url("http://208.92.36.37/nlds/as3/get_games.php?client=nhl&playerclient=hop") local test_games = {} for _, game in ipairs( games.children ) do if(game.name == "game") then simplexml.add_name_maps( game ) local game_date, home_team, away_team, title = getInfoForGame(game) if string.find(home_team,"^T%d+$") or string.find (away_team,"^T%d+$") then table.insert(test_games, game) else local node = vlc.sd.add_node( { path = "", title = title } ) addNodeForGame(node, game, home_team, away_team) end end end if table.getn(test_games) > 0 then local test_node = vlc.sd.add_node( { path = "", title = "Test Streams" } ) for _, game in ipairs(test_games) do local game_date, home_team, away_team, title = getInfoForGame(game) node = test_node:add_subnode({ title = title }) addNodeForGame(node, game, home_team, away_team) end end end function getInfoForGame(game) local game_date = game.attributes["game_date"] local home_team = full_name(game.children_map['home_team'][1].children[1]) local away_team = full_name(game.children_map['away_team'][1].children[1]) local title = game_date .. " " .. away_team .. " @ " .. home_team return game_date, home_team, away_team, title end function addNodeForGame(parentNode, game, home_team, away_team) local quality = {400, 800, 1200, 1600, 2400, 3000, 4500} for _, ass in ipairs(game.children_map['assignments'][1].children) do local feed = ass.attributes["feed_display_name"] local feed_title = home_team if(feed == "away") then feed_title = away_team end local feed_node = parentNode:add_subnode({ title = feed_title }) local ipad = ass.children_map['ipad_url'][1].children[1] for _, q in ipairs(quality) do local url = string.gsub(ipad, "ipad", q) feed_node:add_subitem({ path = url, title = q .. ' kbps', options = { "http-user-agent=AppleCoreMedia/1.0.0.8C148 (iPad; U; CPU OS 4_2_1 like Mac OS X; en_us)" } }) end end end function full_name(abr) local all_names = { BOS = "Boston Bruins", BUF = "Buffalo Sabres", CGY = "Calgary Flames", CHI = "Chicago Blackhawks", DET = "Detroit Red Wings", EDM = "Edmonton Oilers", CAR = "Carolina Hurricanes", LOS = "Los Angeles Kings", MON = "Montreal Canadiens", DAL = "Dallas Stars", NJD = "New Jersey Devils", NYI = "New York Islanders", NYR = "New York Rangers", PHI = "Philadelphia Flyers", PIT = "Pittsburgh Penguins", COL = "Colorado Avalanche", STL = "St. Louis Blues", TOR = "Toronto Maple Leafs", VAN = "Vancouver Canucks", WSH = "Washington Capitals", PHX = "Phoenix Coyotes", SAN = "San Jose Sharks", OTT = "Ottawa Senators", TAM = "Tampa Bay Lightning", ANA = "Anaheim Ducks", FLA = "Florida Panthers", CMB = "Columbus Blue Jackets", MIN = "Minnesota Wild", NSH = "Nashville Predators", WPG = "Winnipeg Jets" } local name = all_names[abr] if name == nil then name = abr end return(name) end  Step 4. Open up a notepad document and paste the previous text in the document. 
    Step 5. Name the file "hockey.luac" (no quotations). Save the file type as "All Files" (right below the file name in a drop down menu).
    Step 6. Now save the file into the sd folder that you previously found. Or you save it anywhere and drag it into the folder. You choose. But it MUST be in that sd folder!
    Step 7. You have completed everything. Open up your VLC Media Player, click View > Playlist.
    Step 8. Look on the left side and click Internet, look underneath it and click "r/hockey"
    Step 9. Click on the game you want that is currently playing. Click the teams broadcast. Then click the quality you want. 4500 kbps being the highest, and 400 kbps being the lowest. If you internet is above 6mb download per second, you can watch in 4500kbps quality (highest quality)
    Step 10. Congratulations! You can now watch any single NHL game from any teams broadcast perspective! Enjoy
     
    Any questions? Feel free to ask below, i'll try my best to help anyone who has problems. 
     
  8. Like
    Da Trifecta got a reaction from STZ in Claimed:Player Spotlight: Davey Jones   
    Career in the making
     
    Time to do a player spotlight. I will go in and talk about how much Davey has progressed since he first came into the league and positives and negatives involving him.
     

     
    Davey Jones career aspirations:
     
    1. To win a Founder's Cup
    2. To play for a major league team
    3. To have a long successful career
    4. To be inducted into the Hall of Fame
    5. Amass 600 career goals
    6. Surpass 400 career assists
    7. Have above 60% wins in the faceoff circle (career)
    8. Become the face of a franchise
     
    Davey has gone on to complete 2 of his top main aspirations so far in his career. He still has a nice list of things that he would like to accomplish and he has 7 more seasons to accomplish such a feat. The 3rd one is still on going as he has had 2 productive careers in the VHLM. He accomplished the first feat in his 1st season in the VHLM with the Bratislava Watchmen. His 2nd season was short in Bratislava and not even halfway into the season, Davey was approached by GM STZ and he asked him what eh thought about being traded. Davey wasn't quite sure as he was loyal to Bratislava and didn't want to leave but then STZ talked about him winning another Founder's Cup and that Yukon was the most likely to do so. So Davey went to the Yukon Rush and won a Founder's Cup in his second season. Davey knows he has a lot of work to do if he wants to complete aspiration number 4. Number 5 will get off to a hot start as Davey will be playing in his first season as a professional and will get the chance to put all of his hard work into effect. Number 6 is a more realistic aspiration and Davey thinks that he will get that one before he gets number 5 complete. It could be possible that they both get completed in the same season but won't be until later in his career. Number 7 is something that is highly possible for Davey as he has already gotten that in the VHLM and will hope to carry over the success in the VHL. Number 8 isn't ready to happen for quite a few more seasons. Kameron Taylor is still the face of this franchise for a few more seasons and he will be the guy. Davey hopes that he can follow in Kameron's footsteps and be a great player for this franchise.
     

     
    Season 35 Goals (First pro season):
     
    1. Get at least 20 points (Of which I want more goals than assists.)
    2. Be a plus player in the +/- category.
    3. Win Rookie of the Year
     
    Now the 1st of these seems to be rather easy as Davey will be facing some lower level talent on the 2nd line. Davey has been working on his scoring as his main focus and it was showing towards the end of his 2nd season in the VHLM. This is something that will be his main focus this coming season in the VHLM and he wants to be known for being a sniper type of player. The 2nd one of these goals seems like it could be possible but Davey has to see enough playing time and capitalize on his chances when he is on the rink. The 3rd goal is something that would be more meaningful to Davey then the 1st two. He wants to make a huge difference for the Express and in doing so, he is hoping that he can capitalize on every possibility to show out for the team. He was drafted 4th overall and wants to show that it was the right pick for them to take him that high over other players who were projected to go higher.
     
    Positives:
     
    1. Scoring is the main feature.
    2. Defense is subpar but where it needs to be.
    3. Skating is really high.
     
    Negatives:
     
    1. Davey has high goals for this season coming up.
    2. Davey is a hot head off the rink.
    3. Passing will not be added to anymore.
     
    All in all, I am pretty proud of the short career that Davey Jones has had and hope that success will continue to be on his side. He is truly a great player and I look forward to him being something special in the league. Many others have praised Davey and are hoping that he will storm the league and catch everyone off guard. Davey has been rather successful and as long as the next 7 seasons go as planned, he will be a great player and hopefully get his name called when it comes time for him to be voted into the Hall of Fame. #HOFHopeful
×
×
  • Create New...