printf(__("This has been downloaded %s times.", $i18n_domain), $the_row->download_count); ?>
_e("We appreciate your interest, and hope that you will consider at least a $1.00 donation by clicking the link below. Feel free to tell us why you're donating to us as it means a lot. Many thanks from the crew!", $i18n_domain); ?>
\n"; echo "$the_row->file_name" . "
\n"; echo "download ID = $val" . "
\n"; echo "DOCUMENT ROOT = " . $_SERVER['DOCUMENT_ROOT'] . "
\n"; echo "ARTISTOGRAPHY_DIR_NAME = " . ARTISTOGRAPHY_DIR_NAME . "
\n"; echo "Artistography Dir Name: " . ARTISTOGRAPHY_FILE_PATH . "
\n"; echo "home: " .get_option('home'). "
\n"; echo "site url: " .get_option('siteurl'). "
\n"; echo "Document Root: " .$_SERVER['DOCUMENT_ROOT']. "
\n"; echo "dirname(SERVER['SCRIPT_FILENAME']): " .dirname($_SERVER['SCRIPT_FILENAME']). "
\n"; echo "SCRIPT_NAME : " .$_SERVER['SCRIPT_NAME']. "
\n"; } ?>