This list expands a list of deck names into a list of 20 cards. Book of Cards is one of many situations where it could be useful.
Display Sketchpads: Here is my function to automatically display all the images contained in a folder, such as a folder full of sketchpads.
Mass Deck: a function to display an ETCG category with the cards sorted by Series name. This had to be edited for PHP 8 compatibility and is currently riddled with dummy variables.
There are currently no cards under this category.
Show Collecting With Sort: A simple mod that can be used to show just one section of collecting decks at a time (the ones with the same "sort" number).
num_rows("SELECT * FROM `trades` WHERE `tcg`='$tcgid' AND `receiving` LIKE '%$card%'"); if ( in_array($card, $cards) ) echo ''; else if ( $pending > 0 ) { echo ''; } else { echo ''; } if ( $row['puzzle'] == 0 ) { echo ' '; } if ( $row['break'] !== '0' && $i % $row['break'] == 0 ) { echo ''; } } ?>
Exact Match Search: A variation on Daggles and Caitlin's multisearch.