Thanks man. That’s the kind of answer I was looking for. I’m not sure if WP does use PDO but I’d certainly assume so. I’ll look into it.
What is meant by layer 7? Is there a way I can make connections automatically kill themselves/close after X seconds of inactivity? I do often notice in MySQL...
Yeah threads is what I meant. When I go to Server > Client Connections in MySQL Workbench, it shows me something like “threads connected: 270” etc etc, then lists all the currently active threads/connections. I think when I go to Client Connections, the query it executes is basically the one...
Yep that was my initial thought as well. Is there a way I can see what queries have been previously run on the database? I’m using MySQL Workbench. Not sure if logs like that are kept on the server? Thanks :)
I’ll look into disabling wp-cron and see if that solves anything. Thanks for the...
This was the most appropriate section I could find for this post, feel free to move if not.
My issue is that I maintain a few websites that are all built on WordPress (I know...), which for the most part is good at what it does. The servers are EC2 instances on AWS and the database is an RDS...
The solution provided by @Raizer may have worked for you, but I’d definitely look into the solution offered by @RastaLulz. Flex box is the more modern and preferred way to do these kinds of things.
I’ve no idea what I’m witnessing here, but it looks cool.
I’m so out of touch with Habbo, what is this project actually achieving? And I mean that in the least possible patronising way, I’m genuinely curious because I’ve not dealt with Habbo in probably over a decade now.
Instead of $GetProperty = mysqli_fetch_assoc, you would do a while loop on the mysqli_fetch_assoc
So something like:
while ($property = mysqli_fetch_assoc($GetProperties)) {
// your markup here
}
I’m on phone so it’s harder to type
What's actually new about this? Is it just purely rebuilt to not use Flash? I've not been up to date on Habbo since about 2010 maybe.
If that's the case, what's it built on?
Everything to me just seems too 'big'.
It’d be an understatement to say that coronavirus has affected all of us in some way or another, but I’m genuinely curious to find out who has been affected in what way(s). Whether it be financially, mentally, losing your job/loved ones to the virus or just about anything.
Personally, I’ve been...
An autographed poster documenting the creation of The Eminem Show as part of a merchandise capsule from a few years ago.
https://twitter.com/eminem/status/869921854408069121?s=21
They did autographed and non-autographed versions. I managed to be lucky enough to get an autographed one. I think...
What I'm dealing with at the minute, taken on my awfully shit 5 year old iPhone 6s Plus camera with a cracked lens because I cba to upgrade. Deal with it
I don’t think it’s so much to gain as it is to support.
Basically the forum doesn’t run adverts so generates no revenue and obviously has costs to keep on top of, so it’s probably more to support the forum since it provides you with resources you need and that you search for to even end up...
I like these little projects you work on. Good luck with it :)
Don’t concern yourself with whether you think people will actually use it. Just go along with it for the educational experiences you’ll pick up along the way. Plus, hosting it on GitHub during development is great because it gives...