F95 Zone Android

F95 Zone Android




⚡ ALL INFORMATION CLICK HERE 👈🏻👈🏻👈🏻

































F95 Zone Android
Something went wrong, but don’t fret — let’s give it another shot.






New posts







Trending







Bookmarks







LewdPatcher










New posts







Latest activity







New Thread Ratings























Forums












Development











Programming, Development & Art











Dev Tools & Guides

















Thread starter

bakerdenn



Start date

Nov 1, 2020











I am in the early phases of developing a web-based game manager applications to manage local game libraries. I realize that a similar project already exists and has been in development for some time now, and my aim is not to usurp that work but to use this project to build my development skills. In my professional life, I am a semi-developer (meaning that I develop, but it isn't my primary job role). To date, all of my development has been in an enterprise environment where my ability to innovate is somewhat stifled. This project will be a chance for me to explore new techniques that are off-limits to me in my professional work.

I'm posting this thread in hopes that this community will provide me with some of the features they would like to see in a management application. My plans at the moment include a web-based manager that can retrieve games from the site on demand. It will allow for private game rankings and notes, personal tag management (tags will be loaded from F95 initially, but can be modified as the user sees fit), and a locally installed service for Windows (initially) that will allow for launching games and tracking statistics on time played, managing library folders, and archiving/deleting old versions/unplayed games.

I would be very interested to hear your thoughts/ideas on what I have and what you would like. Please keep in mind that this is very much a back-burner/after-hours/as I feel like it kind of project and any deliverable will probably be some time off.

Thanks in advance for your feedback!

PS: While I have already developed a method to retrieve data from this site for games in real-time, the code is somewhat fragile at the moment. Does anyone know of a good way to access game-related data programmatically (and API perhaps)?












Reactions:
WhaiumMe? , N3Tu and Madmanator99

I like the idea and the features you are planing, it sounds interesting to me. All I can think of as far as features go, is maybe try to retrieve the games' reviews/score as well? It can help a user pick a game, (while keeping the private ranking for his own list of games).
But I don't know about the "possible/allowed" side of that, I'm just a user hehe.
I've considered that as well. However, I feel it is proper to leave the searching/discovering aspects to the F95 site and the library management aspects to my application. I wouldn't want to remove interactions with F95, but would rather enhance what is already there.

Thanks for the feedback.












Reactions:
WhaiumMe? and Madmanator99

Alright, how about retrieving the screeshots? Would that be possible? I mean, how much info will be available to the user. For example, do I have to already know the name of the game, or will there be maybe some kind of random discovery banner thingy that offers different games? Maybe a rolling thing that shows games at random based on ... Ah no reviews scores, gotcha. Well, then maybe based on how many downloads within a time frame? Or answers to the main post? (sorry when I don't know how to code something, I call it a thingy).
Basically, what do you think about the idea that the game manager should allow for the discovery/search of games (by tags, most active/recent posts, etc).

The idea/feeling I am getting so far is that it is a tool for the established users of F95, and that is totally fine with me, but I'm just curious (I'm not a web dev but I know alot can be done with it)
Since F95 doesn't have a public API for me to pull data from, my options are somewhat limited. I hope to include the screenshots in some manner, but I cannot say for certain at this point. Right now, the most effective means of adding a game is by using what I call the thread ID that is listed in the URL:



























Those are easy to find and type and do not change if the game version changes (unlike the rest of the URL that includes the version).

My plan is to use the games that are managed collectively by all of my users to make suggestions on what is popular based on my data, but it will take some time to develop a critical mass of users for that to be useful. Again, I'm not trying to replace F95's logic (mainly so I don't get into trouble with them).

In the beginning, I really plan to rely on my users to find the games they want to manage with my app. As it grows, what I'm capable of doing will also grow.

You must be registered to see the links


You must be registered to see the links

I'll take a look. I'm actually writing the app in Dot NET Blazor (I need to learn that for work and this is as good a reason as any to use it). I'm sure your work will be helpful.

You must be registered to see the links


You must be registered to see the links


You must be registered to see the links

It isn't public at the moment as I have to make some changes in that department for reasons I'd rather not go into. I have been working on this project as time has allowed me to. I hope to get something going reasonably soon, but, as I stated in the first post, this is on the furthest of back burners for me since I don't see it helping to pay any bills I hope you understand.

Once I have more finished, I will add to this post with links to the manager site and the repo.

You must be registered to see the links


You must be registered to see the links


You must be registered to see the links


You must be registered to see the links


You must be registered to see the links


Did you run into issues getting 401 Bad Request status messages after you authenticated to this site when you wrote your code? If so, how did you correct them? The HTML that is coming back states that my browser must accept cookies, but I can see the cookies in my C# cookie container and everything appears to be working as expected. Sadly, there is zero support on this so any guidance you may have is greatly appreciated.


You must be registered to see the links

I just realized after posting that I never answered Earl's questions. This happens after I post the login request. If I try to use the cookies that I have, I'm told that I haven't authenticated. That is confirmed when I look at the opening HTML tag in the site:



That snippet is from my current state as I type this. You can see that I'm clearly logged in. When I try that from my code, the data-logged-in is false.

As far as my user agent, I have tried the agent that you have in your code and copying and pasting the one that my browser posted the form with and got the same result either way.
I finally figured this out. Apparently, I wasn't capturing the cookies from my original request to get the token value. As a result of this, the cookie wasn't being sent with the subsequent POST request, prompting the no cookies message and the 400 return code.

Now, to do awesome things with this!
So, I have now reached the point where I need to begin focusing on designing UX/UI for this application (admittedly my weakest skill in web development). With that in mind, I'm turning to my potential users for ideas about what people really like, while trying to keep my personal preferences out of the equation. Do you have and favorite a website from a design/usability perspective (the content of the site doesn't particularly matter here)? Do you prefer dark or light themes? How important is the ability to choose between the two? Is there some trend in UI design that drives you crazy and you hope to never see again (the site I'm posting this on is one of them for me. Love the content, hate the UI. Maybe that's why I'm building this )?

Please, send me some links to good, bad, and ugly sites, along with a note as to why you are sending it to me, that I can digest for my design. I truly look forward to any feedback you guys may have.

I hope to get a mockup/prototype done in Figma fairly soon that I can share before I begin coding.

On an unrelated, but, I feel, fairly impressive note, I populated ~8,400 games into my dev database from F95 in under 5 minutes. I guess my new scrapper is working pretty well
I'm placing this on hold for the time being as I have other priorities. I am working on a temporary solution that will be a text-based interface run from the Windows command line to manage games. Frankly, I want something to use and I'm somewhat proud of the sync engine that I wrote.

As I mentioned in the first post, I'm using this project to play with new things and Microsoft is about to release MAUI, which I will build this with! Sorry to anyone who was looking forward to it, but it will come eventually.

You must be registered to see the links



















Forums












Development











Programming, Development & Art











Dev Tools & Guides














F95zone is an adult community where you can find tons of great adult games and comics, make new friends, participate in active discussions and more!



Threads
119,483



Messages
8,180,113



Members
5,095,176



Latest member
palenribet170206






Contact & Abuse




Terms and rules



Privacy policy



Help






RSS



Served by: [RDLT||RU]-[S1|4.82/5.35/5.42] [18292a014dd] (e2f110c4)




This site provides links to other sites/services, and does not store any files

A password will be e-mailed to you.
Buzz Blog Box is your news, entertainment,lifestyle, music fashion website. We provide you with the latest breaking news and information straight from the industry.

Are you not a robot? Click on the button to continue:

Porn Gifs Tube
Reddit Gonewild Asian
Usa Sexguide Info

Report Page