if you want just female set CATEGORY to female
define ( 'CATEGORY', 'all' ); // What category do you want to show ( all , male, female, tranny)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Links
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
switch ( CATEGORY ) {
case 'all':
$category_string = '&categories[]=female&categories[]=male&categories[]=transsexual';
break;
case 'female':
$category_string = '&categories[]=female';
break;
case 'male':
$category_string = '&categories[]=male';
break;
case 'tranny':
$category_string = '&categories[]=transsexual';
break;
}
define ( 'XML_FILE', 'http://tools.bongacams.com/promo.php?c=226355&type=api&api_type=xml' . $category_string );
|