Jump to content
[MUST READ] Forum Rules ×

User51

Senior Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by User51

  1. That's what I mean. Small.host is a good alternative.
  2. Glad to see you took my feedback positively! It is (unfortunetely) not the real cPanel. It's called the "VistaPanel" and it is a control panel that is basically a copy of cPanel. The speed tests are fine, but you have to test a website created *on* that platform, not just the website itself. so, for example, instead of testing cpanel.smallhost.us.to, you would test a website made *on* SmallHost: for example, speedtestwebsite.us.to. Make sure it's a complete website to and not just a blank page. Actually, that's a good idea. Currently the subdomain users get is subdomain.subdomain.domain.tld. -- Glad to help!
  3. I'll give my honest feedback on this site, I notice there are some problems. Everything is written very informally, for example, "we're never gonna give you up", this really doesn't seem professional. On top of that, you shouldn't be saying "I", for example, you said "I made SmallHost," again this is very informal. Barely an information given: The whole website is one page. All the links in the navbar belong in the footer. (Also you need a premium page otherwise you get suspended.) And the only page on your website barely lists any useful features (an online file manager, easy transfer to iFastNet, etc.), and most of them are downright lies (cPanel) Very misleading. You say "Free Green Padlock (SSL)" but you don't offer one. The speed test is also misleading. You don't actually test websites made on those hosts, you only test the host's website, which of course will be hosted on different servers. Also, InfinityFree is also powered by iFastNet, so claiming you're "faster" than them is a lie. Also (again), a few MS in speed makes literally no difference The terms of service are not written well, they are also extremely informal. The fact that Freenom is "on very thin ice with [you]" is actually kind of ironic because you use a free subdomain for your website, which in some regards, is even worse. And this is free hosting, most people are going to be using free subdomains/domains. Also, don't use "I" in the terms of service. The whole "coins" system. This is a host, why is there a currency system. And the fact that the only way to get coins is to join Discord is even worse. How many people wanting a website do you expect to have Discord? Discord is a chat for gamers. If you are going to include coins, include an official and automatic way of getting them. Please, do fix these issues, I wouldn't trust handing over my money if I see a website that can't even get their facts straight. However, there are good things about SmallHost: It (appears) to be aimed toward people just starting out. People with small websites or people with small businesses. It's good to have a target audience and have something you do really well. InfinityFree does this, they offer their hosting for more experienced users. Scala Hosting is known for their scalable hosting. Hostinger is known for their "cheap" shared hosting. Please don't take this personally, I'm not trying to be rude, but these are the first things I noticed as I came on this website. And chances are, it's what other people are going to notice too.
  4. Many people who run hosting companies use a premium host, so it shouldn't be a problem for some people However thank you I'll look into it Haven't tried it yet but the documentation is looking pretty good ?
  5. Nice! Looking forward to labeling system! A few suggestions: Captcha for login/signup (although this is quite easy to implement) MySQL hostname in /viewaccount.php
  6. I'd say it is worth it, if you run a fairly large host you can't answer a lot of tickets by yourself. Also, here's the link https://prnt.sc/26v30cl Chat clears often that's why I'm posting it here. I mean expiring tokens for log in
  7. Oh. I'm 99% sure that iFastNet doesn't do that. Probably malware code, or it is a freenom domain.
  8. IFastNet makes some pages goes to a parking page with ads, not a scam. For example: https://thisdomaindoesnotexist.byethost12.com/ It generally goes there with subdomains that haven't been registered yet. Caching could cause an issue, which is why some people might see the ads
  9. Some features I find to be missing in MOPHY-lite: Suspension reason A support system with iFastNet Token system Glad to see development again with MOPHY-lite!
  10. Nice ! -- I also recommend Flaticon.com for vector icons, and Pexels.com for stock images. Here are some good datacenter images from Pexels: https://www.pexels.com/photo/black-server-racks-on-a-room-325229/ https://www.pexels.com/photo/close-up-photo-of-mining-rig-1148820/ And some "coding" ones: https://www.pexels.com/photo/data-codes-through-eyeglasses-577585/ https://www.pexels.com/photo/close-up-photo-of-programming-of-codes-546819/ Additionally, Unsplash and Freepik is also a good source. These are all free, but Freepik and Flaticon require attribution.
  11. This I'm aware of, which is why I personally set the length to 30. Ah. That's the major problem I wasn't aware of. So, let's say that you actually did have a fully random generator. And you had more than 8 characters. This would be more secure, right? Yes I agree that having an expiring token is a much better idea. I'll wait until a stable release with this is implemented, I'd rather not go messing with the code and the database for now in case a change is actually made. For now, after making it fully random and making it much longer, this should provide a more-secure alternative to what we previously had (although it is still not a perfect system). This is also fairly easy to implement and remove later, so I don't see any drawbacks to doing this for now. -- Anyway, thanks alot for the support! My apologies if these questions are stupid, still new(ish) to PHP. -- Also, thanks to @Shen Weiand everyone else who helped with the client area, for actually developing an open source client area. I've seen some older posts from InfinityFree, who mentions he/she/they would not give away their client area, as it's their main competitive edge (and I fully understand this.) Shen Wei did this anyway, and made it open souce. Respect for that. -- Also (again) how come the original topics for Hustal and Mophy-Lite were removed by moderators? I didnt see anything wrong with them.
  12. Correct me if I am wrong (and I probably am), but what would be the difference between brute forcing this and brute forcing a password?
  13. How easy would it be to switch from MOPHY-lite to MOARC after it releases?
  14. While you can use WordPress as a CMS, it's not recommended. It's best to just have a plain HTML/CSS website. MyOwnFreeHost offers some HTML templates at https://myownfreehost.net/templates.php (although they definitely aren't the greatest, and aren't mobile responsive.) If you just want to use the default registration system provided by IFastNet, you must have a page named register.php with this form: <?PHP // This is used to geneate a unique number for catchpa $id = md5(rand(6000,PHP_INT_MAX)); ?> <? // This is used to constuct the cPanel login ur>ol include('geturl.php'); ?> <form id="updatedetails" name="updatedetails" class="signup" method=post action="https://order.<?echo $yourdomain;?>/register2.php"> <table> <div class="form-group"> <tr><th>Username<td><input class="form-control" type=text name=username size=30 value="" maxlength="16" onkeyup="return ismaxlength(this)"><td> </div> <div class="form-group"> <tr><th>Password<td><input class="form-control" type=password name=password size=30 maxlength="8" onkeyup="return ismaxlength(this)"><td> </div> <div class="form-group"> <tr><th>Email Address<td><input class="form-control" type=text name=email size=30 value=""></td></tr> </div> <div class="form-group"> <tr><th>Site Category<td><select class="form-control" size="1" name="website_category"> <option>Personal</option> <option>Business</option> <option>Hobby</option> <option>Forum</option> <option>Adult</option> <option>Dating</option> <option>Software / Download</option> </select> </td></tr> </div> <div class="form-group"> <tr><th>Site Language<td> <select class="form-control" size="1" name="website_language"> <option>English</option> <option>Non-English</option> </select> </td></tr> </div> <input type=hidden name=id value="<?PHP echo $id; ?>"> <tr><th>Security Code<td><div ><img width="250px" height="90px" src="https://order.<? echo "$yourdomain" ;?>/image.php?id=<?PHP echo $id; ?>"></div><td> <tr><th>Enter Security Code<td><input class="form-control" type=text name=number size=30><td> <tr><th colspan=2><button type="submit" class="btn btn-primary">Submit</button><td></tr> </table> </form> If you want to actually have a client area, than you can use MOPHY-lite, an open source client area by Shen Wei: https://github.com/NXTS-Developers/MOFHY-Lite/ Install the script on a subdomain (such as clientarea.yourdomain.com) or a directory (cyourdomain.com/clientarea). Then, on your main website, have a button that links to the client area page. It will show up after they sign up. If you want a client area you can use MOPHY-Lite, as I mentioned above: https://github.com/NXTS-Developers/MOFHY-Lite/ . This isn't a "WordPress script" though.
  15. Checked it, thank you for the response! This question still stands.
  16. This is just my opinion, maybe I'm wrong, what exactly is the point in offering Let's Encrypt certificates? You can use them on subdomains, and it's more confusing to the user to have to pick two options for an SSL provider. Also once Let's Encrypt is added are you planning on removing the GoGetSSL? (Hopefully not) Either way good job!
  17. Really like the subtle shading behind the "Powered by" and "IFastNet'. Also like how you bordered the "Powered by VistaPanel" icons. Although the hosting isn't exactly powered by it, it's more of just the control panel used. Doesn't matter! A little feedback on the Byet badge, it kind of looks like it says "Byet Powered by Internet services". I would honestly just get rid of "Internet Services and have a more square badge, with just the "Byet" logo and "Powered by" above it. Regardless, these are awesome badges!
  18. Yeah maybe. The copyright on their website shows IFastNet, so I'm just assuming it's actually spelt like that and styalized as iFastNet (like iPhone) in the logo. Either way iFastNet can't spell their name right! Thank you! Also congratulations on getting back your .ml domain, I'd recommend getting a free subdomain from FreeDNS (us.to) or eu.org. Its not the same as a real TLD, but better than what Freenom does with their domans. Looking forward!
  19. Haven't seen these yet but good job @TinkerMan and @Dimitris! Looking good! I think that a badge with "powered by" in green and "IFastNet" in orange would look nice, as these are iFastNet's primary colors. Also if you are planning on having "Powered By ByetHost" I'd recommend using the Byet logo: --- On a side note, does anyone know what font the iFastNet logo is? Also how do you actually spell "iFastNet" ?? I see it spelt differently all over IFastNet's website... iFastNet, I FastNet, IFastNet, IFastnet...
  20. Make sure you only either use the cloudflare nameservers or byet nameservers. If you are still having trouble make a support ticket at https://support.ifastnet.com
  21. Yes but, wouldn't their whole accounts be reset? The database will be completely cleared...
×
×
  • Create New...