New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.


Comments
MetalVPS by @Not_Oles , order by email and payment by wire transfer.
@Not_Oles dedicated server shell account with root access for $20.25/m
Is someone forcing you to use IE 5.0 to order a vps?
This is good I like shell account to create VPS but payment by wire transfer is a limiting factor.
Flokinet.is Cockbox.org Njal.la 1984.is Privatealps.net
I am forcing myself in revolt against the modern web and do not want to financially support Websites that force JavaScript.
You can order by Telegram and pay via Crypto with us. You will get direct access to Virtfusion panel to manage your server, though your IP will be still logged when performing any action.
Are you aware of support for payment with crypto?
I don't think he knows what crypto is
@yoursunny any info on payment methods?
These are good :-)
Does it need JavaScript to manage?
All of them are heavily overpriced.
Also, @Yuki_ most providers use javascript nowadays, not really for tracking but for better interaction with the website/panel.
I could recommend some providers which are privacy oriented but have some amount of javascript on their sites.
Unless you're using surf or lynx, your browser should support javascript in 2025.
How do you feel about this forum then? You know they're selling your data for bilohbucks
Netscape Navigator 9 is where its at.
Yes but maybe other providers can take note that users are willing to pay extra not having to suffer at the hands of bloated, vulnerable, unnecessary JavaScript browser engines.
Thanks for the offer but my requirements are strict.
JavaScript needs to be enabled in your browser to access and use the VirtFusion panel properly.
Then it wont suffice thanks for the offer anyway.
They attract users with strong privacy, security, and anonymity needs. Some people are willing to pay for these services. Advanced privacy protection comes at a cost.
I'm surprised no one mentioned our beloved mzungu host.
https://mzunguhosting.ml/
I think this is the sad part its not as you say "advanced privacy protection" its just a simple website like it should be without unnecessary bloat that everyone seems to run for no apparent reason you can come a long way with design using CSS, HTML and PHP its just not whats mainstream right now and people do not want to pay someone skilled just want to plugin a framework.
I have been lurking for long enough to know this its a great host would recommend to others stumbling in this thread but it wont suffice for me.
Damn, didn't know that
Can browse this forum without JavaScript no problem only need JavaScript to create an account and login. Not ideal but much better then other forums.
We only take 🥭 and push-ups.
Any reason why you dislike JavaScript?
So you're looking for URDN style website lol 😂
I'm actually in the process of remaking ours into simple html / CSS with no JS or anything like that - based on bestfuckingwebsite 😂 it's actually harder than you'd think to use only php and html to make it fully interactive without neat j.s. hacks.
SSR + JS framework like Svelte5 make it way more easy (although not a pure HTML anymore)
Yeah, easier definitely. But I get where he's comming from. Pure CSS and HTML are extremely lightweight and fast loading. Throw in logo being either text only or SVG, and you have one of the fastest loading websites on the planet. Add in php and mysql only for login, Auth, ordering, and your website and client area can have same functions as any js hungry one - just will never look as good or be as easy to develop - and forget about client side refreshes for example input validation - only can use HTML5 built in ones or pass to php and reload on submit.
Svelte5 can be optimized to this levels of performance. What makes Svelte5 more attractive is that it implements forms for the developer, and less code has to be written.
Fair enough - but nothing will ever run as fast as native direct html and CSS - especially in-line only CSS using style= tags. Can make pages rocket fast. But of course static-after-load and dynamic only being managed server-side.