Page 1 of 1

Individual users from RHP??

Posted: 09 Feb 2019, 04:49
by FormiTuno
Hi there, I was just wondering if it was at all possible to be able to extract the images the individual users upload on RHP using EPF?

Below I have provided a couple of examples of the urls of users photos, but you'll notice that while the user id is used at the start of the picture's filename, the number after the underscore differs greatly.

https://img.redhotpie.com.au/imageUser/ ... 461589.jpg
https://img.redhotpie.com.au/imageUser/ ... 578402.JPG

And all user images appear to be within the MemberPhoto directory.

I've tried adapting xhamster and vk templates to suit it, but only having just discovered EPF my knowledge of the finer details in setting up a template is limited.

If you could point me in the right direction as to how to go about this task, it would be greatly appreciated.

Re: Individual users from RHP??

Posted: 11 Feb 2019, 17:06
by Maksym
Looks like this website requires users to log in before they can view the photos. Can you send me your login/password to support@exisoftware.com (you can change the password before sending and then change it back).

Re: Individual users from RHP??

Posted: 13 Feb 2019, 16:42
by FormiTuno
Thank you. I've just emailed you the login. I'm wondering if it would need to be setup as some kind of fusker type thing. I know that it wou'd likely take a while to run through the number range that is in the last half of the filename system the site uses, but I'm prepared to have to take long amounts of time to achieve results.

Re: Individual users from RHP??

Posted: 13 Feb 2019, 17:08
by Maksym
OK, I was able to login. Now, where do I go to see those pics you want to download?

Re: Individual users from RHP??

Posted: 14 Feb 2019, 11:54
by FormiTuno
They are found on individual persons profiles. If you can see the links for the thumbnails, you can modify the location to the format I have in the original post to see the fullsize version. So each user has their own ID number used by the site which is in the url of profile, and that same ID is found at the start of the filename for each users photos regardless of whether you have access to their Public or Private albums. Is there a way of using this program to do a scan through and find all of the photos associated with an ID?

Re: Individual users from RHP??

Posted: 14 Feb 2019, 13:20
by Maksym
In fact yeah, Extreme Picture Finder can transform page text to create additional URLs using "Custom Parsers" but it needs all the information in that page to create full URLs. Can you give me page URL with the list of thumbnails? Because all thumbnails I see are like this:

/image/Avatars/Restricted2015/200x200_Restricted_2.jpg

And you cannot create this

/imageUser/MemberPhoto/1183146670063_131805913355461589.jpg

from the above URL. I could use something like a list of image IDs to create full URLs. Like a list thumbnail URLs that can be transformed into full-size image URLs.

But one thing for sure. You will not be able to go through

000000000000000000.jpg
.....
131805913355461589.jpg

in reasonable time.

Re: Individual users from RHP??

Posted: 15 Feb 2019, 05:34
by FormiTuno
Ahh, okay. I don't have lists on the locations in url format. If I did, it would not be hard to access the photos just by changing the format from
https://img.redhotpie.com.au/imageUser/ ... 430526.jpg
or
https://img.redhotpie.com.au/imageUser/ ... 213294.PNG
to
https://img.redhotpie.com.au/imageUser/ ... 213294.PNG
by hand. It would be a little more time consuming but still worth it. But that method works only for public pics. I'm interested in seeing if it can find the photos that have been uploaded to the users private galleries. The search wouldn't need to start at 0.jpg either. I know that even if the above example was to search from the _131254etc to _13127etc range, it would take a long time to search, but I'm patient enough for it to happen and see if it works.

Also, I thank you greatly for your work so far in helping me with this. Can you recommend a tutorial or previously made formula that I can go through so I can get a better understanding of the coding used and can attempt it myself?

Re: Individual users from RHP??

Posted: 15 Feb 2019, 11:50
by Maksym
Well, you can generate a long list of direct image URLs in Extreme URL Generator:

https://www.exisoftware.com/url_generator/index.html

and automatically import it into Extreme Picture Finder (the built-in URL generator in Extreme Picture Finder is a bit limited for your task). Then simply start the project and Extreme Picture Finder will download all valid URLs and ignore invalid ones.

But the problem is - Extreme Picture Finder was not meant to be used with 100,000 Starting URLs or more in one project...