====== Easy Galleries ====== **Attention** - This section is preserved only for compatibility with old versions. Easy Galleries is the simplest version of TGP, allowing you to send visitors from a single link to various different galleries. Example: Suppose your page has multiple identical-looking links: Teen gallery Teen gallery Teen gallery Normally, you'd need a script to create different out.php links for each: out.php?url=http://host/gallery1/, out.php?url=http://host/gallery2/, out.php?url=http://host/gallery3/, and so on. However, there's a simpler approach: In the Galleries menu, create a file containing a list of URLs (one per line), named something like teen.url. Then replace your out.php links with out.php?url=file&filename=teen.url. The script will randomly select a URL from the file each time a visitor clicks. You can also add other parameters, like skim percentage (&p=).