1400+ lines of code and almost 60 seconds of waiting, this is what i can do with php in infinityfree hosting
yee i upgrade the effects a little bit and making the clock look more 3d
added auto remove background for simple background
1400+ lines of code and almost 60 seconds of waiting, this is what i can do with php in infinityfree hosting
yee i upgrade the effects a little bit and making the clock look more 3d
added auto remove background for simple background
Seems like a fun project. And certainly a unique website interface
it is not website, it is just a single php file that render ios 26 lock screen using native gd lol
imagine debugging this one ![]()
kinda funny that the render time is very close to 60 seconds, like it is 55 56 57 54, it is never below 50 seconds
@Admin hmm i dont like this design much, a whole giant space just to show that my website was fine
that look quite unreasonably to use space in the dashboard
if possible, i hope you can do this instead
one spot for google lighthouse speedtest, one to show hit count and one to show the issue part
Ok
Still an interesting project.
I’ve been recreating the android lock screen in unity (game engine) for a project I’m working on haha
sound easy, just flat design and no light bending effects, should take a few prompt on chatgpt to make lol
Whew! I’m finally done recreating about:blank down to the last detail! here’s my finished code, with a screenshot for you :)
<!DOCTYPE html>
<title>about:blank</title>
Unfortunately you forgot to implement dark mode, too bad
<!DOCTYPE html>
<html>
<head>
<title>about:blank</title>
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
}
}
</style>
</head>
<body></body>
</html>
Haha, I don’t use ai for my Dev projects. Call me old school, but it’s rather use the docs and learn to do it properly
You forgot to theme it correctly for mobile
<!DOCTYPE html>
<html>
<head>
<title>about:blank</title>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#121212">
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
}
}
</style>
</head>
<body></body>
</html>
Having a taste on a government’s internet (i’m in a public hospital,) to be honest i don’t know what they want to do. If you remember, i’m from Indonesia, and the communication and digital ministry blocked reddit. With standard DHCP settings, i can open it. Meanwhile Tor Project’s website got a sinkhole answer by Palo Alto’s firewall, while Spotify’s static resource CDN is blocked by what’s in the screenshot, FortiGate. Then my site was marked. Few minutes later, it no longer is. ![]()
You need to taste gov internet by going to the hospital.
I can taste gov internet by merely switching vpn off…
found some guy’s nas server, he put all of his personal photo in here and his wife’s pic too, somehow the amount of pic that related to his nas server is more than his wife’s pic
i tried to find his info like email or qq to contact him to tell him to change his nas info to avoid from being scanned like this but i dont find anything, all of his username/password to the server is just a single password, very insecure
how can i even contact him to tell him to change the nas info bruh??
Leave text files everywhere that contains your message
alr then, hope that he wont curse me and use dark chinese magic to burn me alive ![]()
chinese people have magic and they can fly using their sword btw ![]()

oh wait i found his qq email, lemme email him
I thought about doing that, but decided it wouldn’t be too important.
This is why
you should be doing this ![]()
I get your point, but it makes a lot more sense design-wise when there are issues. And changing the size of the panel depending on whether there are issues is definitely not great.
The website scan thing is something that could maybe be added, but that’s a new feature. A hit counter is difficult because that’s the domain page, and hit counters are per account, not per domain.