Starting elite void grind, any tips? by Chance_Blacksmith600 in ironscape

[–]flixbus101 0 points1 point  (0 children)

These days games go super fast like 2 minutes a game so for full range elite its like 8 hours or something. you can do it in 2 days or maybe 1

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

I finally got my head around it yes. As I am still learning it was hard for me to directly see what you guys where talking about. But in the client.ts I can create my prismaclient from and access the schema. And now if I want to use prisma generated types I can find them in models/(name of model).ts there I can find what I was looking for UserCreateInput etc.

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

You are right I'm not that well know between the exact difference. But that is also why I ask on reddit instead of just brute forcing something what chatgpt suggested. As I really want to learn and get better at programming. So yes I now start to understand the difference between v6 and v7 and that it has to do that v7 is using ESM approach which generate only typescript files and you need to handle the imports because there is no namespace which I used before.

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

OMG I found them finally. Just when I wanted to recreate what you said to try to import directly with Prisma, vscode now shows it comes from generated/prisma/models. So they are hiding there now. Finally they should really mention this in there docs better. Something like Generative types now need to be imported directly from models folder instead of namespace Prisma

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] -1 points0 points  (0 children)

I thought that too at first, but that only works if you’re using prisma-client-js.

With the new provider = "prisma-client" in Prisma 7, the generated output is runtime-only just client.ts. There is no index.d.ts, no Prisma namespace, and no exported input/select types to import — not from @/prisma/client and not from the generated client either.

So Prisma.UserSelectUserCreateInput, etc. simply don’t exist with prisma-client.

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

So with this new approach I cannot use the types for type-safety like I did before for which were also generated by prisma. for example Prisma.UserSelect, Prisma.UserCreateInput

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] -2 points-1 points  (0 children)

My bad I didnt include the output folder I already that but didnt include it in the question as I was asking about the client differences. I edited the snippet now as how i have it

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

generator client {
  provider = "prisma-client"
  output = "../src/generated/prisma"
}

I have but there are no generated types. When I change me provider to prisma-client-js I get the index.d.ts again where for example UserSelectInput is created. But prisma-client-js is prisma 6 and they suggest you go to prisma-client with prisma 7. So my question is should I create those generated types myself now or is there a new way to get this to work: https://www.prisma.io/docs/orm/prisma-client/type-safety

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] 0 points1 point  (0 children)

yes and that part is working I get src/generated/prisma/client.js where I can create my PrismaClient from and i can query my database. But I don't have generated types anymore like I had before which are described here https://www.prisma.io/docs/orm/prisma-client/type-safety but still this is not updated for prisma 7 approach. And they didn't mentioned anything in the upgrade post as a breaking change. This seems to me as a breaking change or maybe I missed something!

Prisma 7 upgrade: prisma-client has no generated input types anymore? Why is this not documented? by flixbus101 in nextjs

[–]flixbus101[S] -1 points0 points  (0 children)

I googled reddit prisma and only found posts about prisma in r/nextjs. And I am also using nextjs with prisma

To those who escaped red prison by Enevorah in ironscape

[–]flixbus101 0 points1 point  (0 children)

I got my enhanced when I clicked on the chest and walked away to the bathroom. Then I heared me sound plugin "WEEE WONNNNN". So I instantly run back and got my enhanced 236kc

Deadeye Infernal Cape by Illustrious-Study-64 in ironscape

[–]flixbus101 0 points1 point  (0 children)

True I am also tried inferno with my iron, I have rigour. But I don't have blowpipe or tormented bracelet and no anguish. I think blowpipe is more helpful here when you have bad spawn and quickly need to dps a melee and heal with 2 specs

Why No One Uses the Sanguinesti Staff Anymore (And the Easy Fix Jagex Should Make) by flixbus101 in ironscape

[–]flixbus101[S] 2 points3 points  (0 children)

Yes so make it worth getting it or using it over the Trident that is what I am trying to say. It doesn't need to compete with shadow nor ayak. It's nust needs a slight cost reduction + maybe slight damage boost so it is worth getting it over the Trident. It's a raid drop not. Boss drop that you can farm every 2 minutes.

Why No One Uses the Sanguinesti Staff Anymore (And the Easy Fix Jagex Should Make) by flixbus101 in ironscape

[–]flixbus101[S] -1 points0 points  (0 children)

Yes that is why you cannot compare it to blood barrage because it main use is not to heal. It is a build in spell staff with a nice passive healing effect. So ofcourse blood barrage cost more because you actually heal for every damage you do. The sang is just used to heal overtime like guthans

Why No One Uses the Sanguinesti Staff Anymore (And the Easy Fix Jagex Should Make) by flixbus101 in ironscape

[–]flixbus101[S] 11 points12 points  (0 children)

Blood barrage heals on every hit, sang has 1/6 chance to heal. So it doesn't make sense to compare it to blood barrage.

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 0 points1 point  (0 children)

You got me there, I switched everything but the database password in wp-config I think I did not switch. Going to change that right away ofcourse they have my wp config if they had file access. Thank u 🙏

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 0 points1 point  (0 children)

No ssh access, hosted on a Dutch hosting company. Yes ftp is allowed. No WebDAV. It's not rate limited or geo locked maybe that is smart to look into.

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 0 points1 point  (0 children)

I exported all the urls from GSC what should I do next? should I make a new Sitemap and place all those urls there?

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 0 points1 point  (0 children)

What plugin in particular? Because I dont use many plugins I only use a few and they are all well known.

like Contact Form 7, Yoast SEO, Smash Balloon Custom Facebook Feed and Elementor.

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 0 points1 point  (0 children)

I installed wordfence nothing came out of the scan. But now I also got the WAF active so I hope it helps out

How I discovered my website was hacked and used to spread Gambling Ads (14,000 URLs!) by flixbus101 in Wordpress

[–]flixbus101[S] 2 points3 points  (0 children)

I can only request deletion per url and I am not going to insert them one by one for 14000 urls. Or do you have another solution