Jochem
Jochem
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
pretty sure REMOTE_ADDR isn't, but it's still good practice
88 replies
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
basically, you're writing code with in the back of your mind that other parts of the stack might have vulnerabilities you didn't count on
88 replies
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
it's very unlikely... but the reason you would still use prepared statements are twofold: 1) Forming the habbit. It's too important to ignore and good to just always use the right way 2) Just in case there's a PHP vulnerability where $_SERVER can be manipulated. It'd be much nicer to know that "huh, maybe the rate limiter won't work so well" rather than "in theory my entire DB is now vulnerable"
88 replies
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
I'm not terribly up to date on the security concerns with sending mail through the mail() function, but that looks like a good start at least. Hopefully someone else can weigh in
88 replies
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
oh, sorry, I assumed you meant SQL injection
88 replies
KPCKevin Powell - Community
Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
Prepared statements
88 replies
KPCKevin Powell - Community
Created by Bingo Bandit on 1/17/2025 in #front-end
What's the best way to style 45 bevel corners?
What Chris said and also please don't @ people just because they helped you before
44 replies
KPCKevin Powell - Community
Created by pema_fwd on 1/20/2025 in #ui-ux
Need Your Help: Choosing the Perfect Homepage Design for AlgoCraft Systems
No description
4 replies
KPCKevin Powell - Community
Created by Smartdav#122 on 1/19/2025 in #front-end
The Eagle extension is not woking
just make sure to add a lot more information if you do end up asking in the proper channel
3 replies
KPCKevin Powell - Community
Created by Smartdav#122 on 1/19/2025 in #front-end
The Eagle extension is not woking
this channel is to get help with frontend web development projects, not tech support for random browser extensions. If the docs and their support (top right) don't solve your issue, you can try asking in #os-and-tools. I'm locking this post as it's off topic for #front-end.
3 replies
KPCKevin Powell - Community
Created by NIMA on 1/19/2025 in #back-end
Hosting a laravel website
as for hosting Laravel, I'm not 100% cause I've never taken a Laravel project to production, but generally you'd take the entire project and put it on the server, then configure apache or nginx to point to the correct entry point. I'm not 100% sure, but I think most of a Laravel project is designed to live outside of the document root. As for shrinking it, if it's literally just the laravel install, I don't think it's going to be easy. You can potentially remove some installed packages, or start deleting files you don't think are in use. I'd recommend reading the Laravel docs about deployment, their docs in general are really good in my experience. If you get stuck with those, come back here and add a lot more detail to your question. Especially "the file" makes very little sense to me, Laravel is thousands of files
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/19/2025 in #back-end
Hosting a laravel website
and yeah, seconded what Beck said, it's too vague to really answer usefully
11 replies
KPCKevin Powell - Community
Created by NIMA on 1/19/2025 in #back-end
Hosting a laravel website
(for reference, artisan is Laravel's command line tool. Kinda what npm scripts would do for a JS framework, but very very batteries included in Laravel)
11 replies
KPCKevin Powell - Community
Created by Bingo Bandit on 1/17/2025 in #front-end
What's the best way to style 45 bevel corners?
why the heck would you limit yourself to BS like that, other than as an exercise, in which case "best" doesn't matter?
44 replies
KPCKevin Powell - Community
Created by Bingo Bandit on 1/17/2025 in #front-end
What's the best way to style 45 bevel corners?
hardest and most nonsense
44 replies
KPCKevin Powell - Community
Created by snxxwyy on 1/16/2025 in #os-and-tools
vim | extra files
unless something went wrong or you force-quit vim
11 replies
KPCKevin Powell - Community
Created by snxxwyy on 1/16/2025 in #os-and-tools
vim | extra files
they should also just go away once you close the file
11 replies
KPCKevin Powell - Community
Created by ZNP on 1/15/2025 in #back-end
How do I make a download system for simple exe files
if you link to a file the browser cannot display, it will offer to download it
49 replies
KPCKevin Powell - Community
Created by ZNP on 1/15/2025 in #back-end
How do I make a download system for simple exe files
like this
49 replies
KPCKevin Powell - Community
Created by ZNP on 1/15/2025 in #back-end
How do I make a download system for simple exe files
you don't have to
49 replies