CARD MANAGER SCRIPT (Version 1.1) ------------------------- A simple PHP script for displaying your collecting sets, created by Mandi (http://scripts.enchanted-rose.net) This is free for you to use or modify however you'd like. However, please don't redistribute this or claim it as your own. Please link back to Enchanted Scripts (http://scripts.enchanted-rose.net) somewhere on your own site, if you're using this script. Thanks :) If you run into any problems or have any questions, feel free to contact me at my site. REQUIREMENTS ------------------------- This script uses PHP 4+ (no database required!) The script currently does not support trading logs, special items, currency, or badges (though future versions may include these features). INSTRUCTIONS - Setting Up ------------------------- STEP ONE: Organize your cards into folders. Each folder will correspond to a section on your page. Make sure to delete cards that you've traded away. You should have one folder just for collecting sets, and another folder just for mastered sets. *NOTE: All the cards in a folder must be the same worth, in order for the total card worth to be correct. STEP TWO: Edit the variables in the config.php file. Do NOT edit cardmanager.php or cardcount.php (unless you are modifying the code). *Glossary for collecting & mastered set variables: Name = Filename of the card set, without any trailing numbers Worth = How much each card is worth Num = The total number of cards in a completed set Row = The number of cards per row Puzzle = If the set is a puzzle (yes or no) *NOTE: Do NOT use any quotation marks when editing the variables, even when inputing your own html -- this WILL cause errors. Replace quotations with apostrophes. STEP THREE: You can use a default css file (cards.css). Or, if you have your own css file, paste the empty divs/classes from template.css into your file, and edit those. STEP FOUR: Modify index.php to use as your card page *or* use the following codes in your existing index.php: // This must be included above any of the other codes, in order for them to work // Include the default stylesheet if you're using it // Include this where you want your cards to be displayed // Displays the total card count // Displays the total card worth // Displays the number of mastered sets *NOTE: Make sure all PHP includes point to the correct path (ex: "/home/YOURDOMAIN/public_html/YOURSUBDOMAIN/config.php") STEP FIVE: Upload cardmanager.php, cardcount.php, and config.php to your site. Upload index.php and cards.css if you are using them. *NOTE: You only need to upload cardmanager.php, cardcount.php, & cards.css ONCE to your site, no matter how many TCGs you have joined. However, you will still need individual copies of config.php & index.php for each TCG. And that's it! Just remember to edit the collecting set info and/or mastered sets info whenever you change collecting sets. If you run into any problems, or have any suggestions, feature requests, or questions, feel free to contact me at my site, http://scripts.enchanted-rose.net