- Feb 8, 2018
- 53
- 3
thank you dudeFor the lazy ones.
You must be registered to see the links
<?php
$json = json_decode( file_get_contents( 'Photos.json' ) );
$repo = array_map( function($x) { return $x->photoUrls; }, $json->repository );
$paths = call_user_func_array( 'array_merge', $repo );
$url = 'https://bootyfarm.tendertroupe.com';
$pathPrefix = '/StreamingAssets/';
foreach( $paths as $path ) {
$fullUrl = $url.$pathPrefix.$path;
$data = file_get_contents( $fullUrl );
file_put_contents( dirname(__FILE__).$path, $data);
}
e.g. means "exempli gratia" = "for example".Sorry for stupid questions, but what means "e.g." and how to use this script?
tl;dr first getYou must be registered to see the links, and then download using e.g.
(remember to create the GirlsPhotos directory first),PHP:<?php $json = json_decode( file_get_contents( 'Photos.json' ) ); $repo = array_map( function($x) { return $x->photoUrls; }, $json->repository ); $paths = call_user_func_array( 'array_merge', $repo ); $url = 'https://bootyfarm.tendertroupe.com'; $pathPrefix = '/StreamingAssets/'; foreach( $paths as $path ) { $fullUrl = $url.$pathPrefix.$path; $data = file_get_contents( $fullUrl ); file_put_contents( dirname(__FILE__).$path, $data); }
and don't waste time "playing" this crappy excuse for a game.
is there a way to use something like this to play the current version of the game using the server? (so basically have it so the game auto updates itself when you use it.)I made some improvements. Just run run.php with wamp, xamp etc. You don't need anything else.
I think I don't understand what you meant but It's already taking pictures from latest version of the game when you run it.is there a way to use something like this to play the current version of the game using the server? (so basically have it so the game auto updates itself when you use it.)
For anyone still struggling with nginx, this did it for me. I have previously had it into D:\Folder 1\Folder 2\Folder 3\BootyFarm..., after which I moved it to simply C:\BootyFarm and it started working.For anyone who can't log in or wrong password etc. : Follow the Installation step on the 1st page
For anyone who trying Laragon but it give error, from my experience it's because I put it to deep (in so many folder). Try to put the game directly in your Local Disk XXX:
For anyone who want some cheat or walkthrough (I'm doing this so you can find this when search for the word), you can "buy" crystal in Crystal Shop with no money actually needed. Then just fulfill the request with that crystal.
I hope that helps some of you.