<?php require_once '../../../wp-config.php'; require_once 'fsr.class.php'; $picture_id = $_REQUEST['p']; $star_type = $_REQUEST['starType']; $FSR = new FSR(); $FSR->init(); echo $FSR->getVotingStars($star_type);
<?php require_once '../../../wp-config.php'; require_once 'fsr.class.php'; ?> <pre> Five Star Rating Script for creating tables of scores and support evaluation -- script start -- <?php FSR::install(true); ?> -- end of script --