Ok, I typed in the code into the console & got the image, but it puts the image in position 1 of 3 (for Joy) then the next image comes in and gets put into the same position. So in the end you are still missing 2 images.
Is it still broken or is it because I'm messing with the code?
I'm going to put in Yumiko's Arrival Image & Joy's Hot Tub image and hope that as they send me new pics, they'll be added. Unfortunately, this doesn't help with Aly.
I remember there was a code to start Aly's teen image quest again.
Does anyone remember it from about a year ago?
You're right, there still was a code problem. I didn't remember that I sorted the sexting images by "number of times seen" internally instead of the image number.
Good thing is that it's not a data problem, just a code problem. Here is a fix.
Since I'm on it now anyway, I will also change the logic how sexing images of different categories are send.
Right now it's :
1) select category
2) send the sexting with lowest "times seen" number from that category
--> that's why when stats are high, you get lots of topless images over and over again, but don't get the more basic teasing images
How I want to change it:
1) select max category you can get now
2) check if there are images not sent in max category, if True -> send it
3) if False -> check one category lower and so on
4) if you've seen all sextings already, send one from max category with xx% probability only
--> you will get all unseen first and once you've seen them all, you will get less repeats as well