Jump to content
[MUST READ] Forum Rules ×

Anyx

Senior Members
  • Posts

    1058
  • Joined

  • Last visited

Everything posted by Anyx

  1. More than that, do you have anything to start this project with? How will you be serving those files? Do you have the infrastructure to support this? It seems absurd to me that the project has a ready backend but nothing frontend wise. Can you link to your repository/the place where the source code is currently available, since this is an open source project? If you're familiar with a bit of frontend coding, and are specific, you could get ChatGPT to assist you with creating a frontend. Here's an example page it created for me, providing first the HTML and then the relevant CSS code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>CDN | Deliver Your Content Faster and More Securely</title> <link rel="stylesheet" href="style.css"> </head> <body> <header> <h1>CDN</h1> <h2>Deliver Your Content Faster and More Securely</h2> </header> <main> <section> <h3>What is a CDN?</h3> <p>A content delivery network (CDN) is a network of servers distributed across the world that work together to deliver content more quickly and efficiently. By caching content in multiple locations, a CDN can reduce the distance between a user and the server, resulting in faster load times and a better user experience.</p> </section> <section> <h3>Why Use a CDN?</h3> <ul> <li>Faster load times for your website or application</li> <li>Improved user experience</li> <li>Better SEO ranking</li> <li>Reduced server load and bandwidth costs</li> <li>Increased security and reliability</li> </ul> </section> <section> <h3>How Our CDN Works</h3> <p>Our CDN is built on a global network of high-performance servers that are strategically located to provide the fastest possible delivery of your content. Our advanced caching technology ensures that your content is delivered from the server closest to your users, resulting in lightning-fast load times and a better user experience. Additionally, our CDN is designed to protect your content from security threats and ensure high reliability, so you can focus on growing your business.</p> </section> <section> <h3>Get Started with Our CDN Today</h3> <p>Sign up for our CDN today and start delivering your content faster and more securely than ever before. Our easy-to-use dashboard makes it simple to manage your content and monitor performance, so you can focus on what matters most to your business.</p> <a href="#" class="btn">Sign Up Now</a> </section> </main> <footer> <p>&copy; 2023 CDN. All rights reserved.</p> </footer> </body> </html> * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #333; background-color: #fff; } header { background-color: #333; color: #fff; padding: 20px; text-align: center; } header h1 { font-size: 48px; margin-bottom: 10px; } header h2 { font-size: 24px; font-weight: normal; } main { max-width: 800px; margin: 0 auto; padding: 40px; } section { margin-bottom: 40px; } section h3 { font-size: 32px; margin-bottom: 20px; } section ul { margin-left: 20px; } section ul li { margin-bottom: 10px; } section p { margin-bottom: 20px; } .btn { display: inline-block; padding: 10px 20px; background-color: #333; color: #fff; border: none; border-radius: 4px; font-size: 16px; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 0.3s ease; } .btn:hover { background-color: #555; } footer { background-color: #333; color: #fff; padding: 20px; text-align: center; } Granted, this is a very basic page that just provides some info and has a signup button, but the end result looked very nice to me, and given that you'd likely need it for specific sections and not the entire page, it could be helpful. If you're not fond of utilizing an AI model for that purpose, however, that's absolutely understandable, and feel free to ask us for assistance.
  2. Makes you wonder how many other hosting companies are affected and unaware of this... quite shocking news. I hope iFastNet's measures are keeping them safe from this.
  3. This isn't a chat, it's a forum topic. It will be hard to die if it doesn't get locked; but activity will stagnate if a new "topic" of discussion isn't found.
  4. Where do I start... the two that immediately come to mind are: CHRONOS : 29% recurring discount ANYX : 25% recurring discount (well, this one's obviously "mine" lol) There are others sent in promotional emails by iFastNet sometimes, such as FASTSSD, but to the extent of my knowledge CHRONOS offers the best discount available. Props to you, @Chronos
  5. That's very sad; hopefully you'll be able to get back to coding some day, regardless of where it's going to be (doesn't have to be MOFH coding, for example).
  6. Please make sure to post this in the correct category next time (in this case, Free Hosting General) to avoid creating confusion.
  7. The highlighted part is incorrect. Although I am happy with the release of the source code, @SpookyKipper was not in violation of the license, and the truth must be stated. This is correct (I added a correction to TinkerMan's message), although there is a common misconception of what "distribution" means in this context and how it's applied. In fact, it is the reason that the GNU Affero GPL was created: https://www.gnu.org/licenses/why-affero-gpl.html Quoting from the article: In the ordinary, non-Affero GPL, distribution of a program is applied when the program is released to the public. However in our case, @SpookyKipper's modifications to the original Xera program fall under the category described in the article: they are ran on his own server, and distributed to no one else but himself, so there is no requirement for him to share the source code. For him to have to publish his changes, the developer would have to have used the Affero GPL or a license with a similar clause that "lets the server's users download the source code of his version". TLDR: He wasn't in violation of the license, and won't be if he decides to unpublish it either (considering it wasn't meant to be distributed). I would personally be happy if he keeps the changes up, even without providing support, but some changes might need to be done (that will be addressed with him privately). @ChippyTech stated this (which sounds like a ChatGPT text but let's be honest, pretty much everything does nowadays): You were in complete agreement with his view, so I don't see why you called it incorrect (although it technically is, lol, just not for the reason you mentioned). Also, we're talking about @SpookyKipper's SpookHost, not GenerateArea.
  8. Doesn't seem like that forum is going to work any time soon, as this topic is 5 years old. I'm surprised the website is still up, personally.
  9. Please post this in the correct category (Free Hosting General) next time. Glad to hear it was fixed, though! Also, this isn't an account support forum, so support requests should generally go to https://support.ifastnet.com.
  10. You need to replace "https://order.cafewebhost.co.uk/image.php" with one of the following links for your image to work properly: https://securesignup.net/image.php / https://ifastnet.com/image.php You'll need to do the same to this: <form method=post action="https://order.cafewebhost.co.uk/register.php"> Replace with this: <form method=post action="https://securesignup.net/register.php"> Or this: <form method=post action="https://ifastnet.com/register.php"> This does not apply here, as you cannot serve the order subdomain through HTTPS. Good if there is other insecure content, though.
  11. Agree with that, especially this: You're currently using an outdated Byet template, from the looks of it. Designing your own, or basing your website around a modern hosting template that you customise will be much better. Aside from the look, that template mentions incorrect information (such as "unlimited space" and "unlimited bandwith"). The latest limits can be seen on MOFH's Plans page (the "Users" section): https://myownfreehost.net/plans.php As for the login/signup, you don't want to set up your own login/signup page, you can have a look at project LOGGED: That's from the template, mentioning "Killer Flash Templates". Best to just get rid of the template entirely. Not required, so if you don't want to get a commision out of potential sales you don't need to set this up @danielyi, but setting it up can only be beneficial for you.
  12. Dang it, no automated tools to detect that? Same here today and I need to study...
  13. Take a look at their recent decisions and tell me that again. Well they might, but, they certainly don't know their own users best. In any case, viruses are complicated. Microsoft offers an above average solution, but they can't protect you from all specialized attacks or offer all the abilities certain antivirus suites can. I wouldn't exactly agree... Precisely, and to answer this: Indeed it isn't, but a great majority of its users wish to stay so, and I've found in my experience that most who mention real details without having published them before (for example having their name as username, or having it in the description of their bio) usually do so accidentally.
  14. I had no idea it was a thing - looked it up and it mentioned Vista, I jumped from XP to 8.1 to 10 and 11, using a Win7 VM somewhere in between... I'd tried a Vista VM but it was too slow for me to bear. Shame it wasn't continued, although I presume not many used it. Answering the questions in the order they were asked: The letter is... strange. Aside from the Win7 Aero request, your idea for them is to... include Windows Defender? Which they already do in all new Windows versions? Is there a reason they'd exclude it? Also, MSN messenger? Considering it was a part of Windows Live, and most Windows Live products were either retired or migrated to another platform (eg. OneDrive to Office), I doubt it's coming back, and why would it when Microsoft has Skype? What would the point be in them maintaining two messaging apps? (Considering they also have Microsoft Teams, that would make them 3). Very doubtful. As mentioned by @SpookyKipper, the trend has passed, and Microsoft favors a different design strategy nowadays. It's a strategy I disagree with personally, living in the horror that is Windows 11 (aesthetically pleasing and terrible in functionality), but what can you do ¯\_(ツ)_/¯. For what it's worth, I also like the Windows 7 Aero design, but sincerely doubt it's coming back. Maybe by a fan / company other than Microsoft (like the Windows 7 start menu that was around during 8.1). Windows Defender is decent. As much as I may have done exactly what @SpookyKipper would do in the past (installing an additional Antivirus), I've needed one less than before, and Windows Defender is good in warning me about something suspicious. Unless this isn't your real name or you're okay with keeping it, you may wish to remove that.
  15. Pleasure to have you here, welcome! Looking forward to your future posts!
  16. Can confirm that it's meant to be "than". Ah, those dreaded typos never want to leave @TinkerMan alone.
  17. I had no idea it was in development for two+ years! Wow.
  18. I can confirm the issue as well. There seems to be an issue with many vPanel instances right now, I verified it with InfinityFree's and TinkerHost's. File an issue on https://support.ifastnet.com or wait for it to be resolved, not much can be done on the forum. https://cpanel.byethost.com/ seems to work for now, though.
  19. Anyx

    Hi everyone!

    Hello and welcome to the forum! We'd be happy to assist with what we can, as this is the point of this community! If you have Discord, you may wish to join the unofficial community server for chatting, otherwise our "General Discussion" threads can be used for offtopic conversations, regardless though, looking forward to your future posts!
  20. And to add to that, I'd prefer seeing them in my dreams rather than not being able to sleep thinking about them (well for me it's C and Java, Uni moment, but when I freshen up and obtain new frontend development knowledge those will be added to the list too, I suppose).
  21. I advised him to post it here (dunno if he was planning to anyway) because it fit the place more than the other forum. There's nothing wrong with it, aside from perhaps fitting better in an API discussion, if there is one.
  22. It's said in an ironic manner, I believe. That being said, @BastelPichi does speak with broken English sometimes... lol
  23. Hi there, happy new year! Please post similar topics in the relevant section next time (Free Hosting General, for example). If the issue isn't resolved after a while, try contacting https://support.ifastnet.com. It's usually encountered if your account is new and Softaculous has not been set up for it yet, but it might be another issue, so if you wait for the 20 minutes and it isn't resolved contact Support.
  24. I was going to link to the Invision "appreciation" thread, but I can't find it. NPT members should be alert; someone's in posession of nukes and actively using them. I think it's better the way it is now, lol, considering the posts were there before the bans for all users affected.
×
×
  • Create New...