PDA

View Full Version : import.php to grab ONLY adult content


blank
11-04-2007, 06:20 PM
Make sure that you have the latest version of import.php and then go down to line 74 where you can find this: if ($game->adult[0]->tagData ==1 && $adult ==0){

simply change that to

if ($game->adult[0]->tagData ==0 && $adult ==1){ What that does is reverses things from killing all adult content to being able to ONLY grab adult content. Now that I've been adding a LOT of adult content this weekend I thought you guys would want to have this mod so you can run an adult only site ;) One of the new features in the next site script will be to have an option where each time they visit they'll have to click something that says they're over 18 before any adult content can load.