The listing format is: Strain-Name (# of Views). Header links will take you to that category of strains.
NOTE: Feminized strains (DSTs) appear in Bold Italics. If there are less than showing, there are less than items in-stock in that category, at the moment.
$query = "SELECT * FROM tbl_strains WHERE InStock = 1 AND Species = 'I' ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
$query = "SELECT * FROM tbl_strains WHERE InStock = 1 AND Species = 'S' ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
$query = "SELECT * FROM tbl_strains WHERE InStock = 1 AND Species = 'H' ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
$query = "SELECT * FROM tbl_strains WHERE feminized = 1 ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
$query = "SELECT * FROM tbl_strains ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
if($uid) { ?>
$query = "SELECT * FROM tbl_strains WHERE InStock = 1 AND Species = 'X' ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
} ?>
$query = "SELECT * FROM tbl_strains WHERE InStock = 1 AND Species = '' ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
$query = "SELECT * FROM tbl_strains WHERE InStock = 0 ORDER BY hits DESC LIMIT $limit";
include "inc-hitlist.php"; ?>
(Transparency Notes: The hit counts began on 8/10/2021. This page was last modified on ) The Dos Manos count was reset (From over 10,000 hits, to 2000) in Mid November 2022, as it was nearly 9 times higher than any other strain and was throwing off the view ratios of the seed cloud.