Varsity Wrestling Seeding

Information To start, pick a seed weight.
Results will display wrestlers who have that seed weight and the results of all of their competition.

VARSITY | JV

Seed Points for the 165lb Seed Weight

Your league is set to: Win Loss Seeding - Tournament seeding is based on some method of wins vs. losses. See your bylaws.

View Bracket    Export to Excel
Seed Wrestler Points Team #DivBouts #TtlBouts Division
  1)   Gall, Jackson 36 Branchville 6 14 ALPHA
  2)   Comeau, Ryan 30 West Milford Highlanders 5 14 BETA
  3)   Peist, Logan 27 Central 7 15 ALPHA
  4)   Acevedo, Antonio 25 Parsippany Troy Hills 5 10 ALPHA
  5)   Weiss, Tyler 19 Kittatinny 4 11 BETA
  6)   Bonilla, Saul 13 Vernon 3 12 ALPHA
View Bracket    Export to Excel
Seed Wrestler Points Team #TtlBouts
  1) Peist, Logan 58 Central 13
  2) Gall, Jackson 55 Branchville 10
  3) Comeau, Ryan 48 West Milford Highlanders 8
  4) Weiss, Tyler 37 Kittatinny 7
  5) Acevedo, Antonio 33 Parsippany Troy Hills 8
  6) Bonilla, Saul 15 Vernon 5
View Bracket    Export to Excel
Seed Wrestler Wins Losses % #TtlBouts Team
  1) Comeau, Ryan 14 0 100 14 West Milford Highlanders
  2) Gall, Jackson 13 1 92.9 14 Branchville
  3) Peist, Logan 11 4 73.3 15 Central
  4) Weiss, Tyler 10 1 90.9 11 Kittatinny
  5) Bonilla, Saul 9 3 75 12 Vernon
  6) Acevedo, Antonio 7 3 70 10 Parsippany Troy Hills

 

View BracketExport to Excel
No Filter Set. To filter click on division name:    ALPHA BETA
Seed Wrestler Wins Losses % #TtlBouts Team Division
  1) Comeau, Ryan 14 0 0 14 West Milford Highlanders BETA
  2) Gall, Jackson 13 1 0 14 Branchville ALPHA
  3) Peist, Logan 11 4 0 15 Central ALPHA
  4) Weiss, Tyler 10 1 0 11 Kittatinny BETA
  5) Bonilla, Saul 9 3 0 12 Vernon ALPHA
  6) Acevedo, Antonio 7 3 0 10 Parsippany Troy Hills ALPHA

Wrestleague | © Copyright 2025 | Home | Return to Top | Admin Panel | Logout

// Function to close queries and database connection function closeDatabase($resultSets, $connection) { try { // Free result sets if (is_array($resultSets)) { foreach ($resultSets as $resultSet) { if ($resultSet) { mysqli_free_result($resultSet); } } } // Close the database connection if ($connection) { mysqli_close($connection); } echo "All queries and connections closed successfully."; } catch (Exception $e) { echo "Error closing database resources: " . $e->getMessage(); } }