Jump to content
[MUST READ] Forum Rules ×

MFS Webhosting

Senior Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by MFS Webhosting

  1. On 3/29/2021 at 9:17 PM, Isaac_AM said:

    I am wondering if I have to redo my SSL certificates again or if they will all transfer. Also, will I have to do my domain redirect / DNS stuff again? 

    The only reason why I am upgrading from free to premium is because for some reason InfinityFree removed their free sitebuilder in Cpanel. My website is a portfolio so I don't require paid hosting at all simply because it's not the type of website that gets traffic or takes up much bandwidth. Unfortunately, since I'm not good at creating websites I need a function to be able to edit my templates/pages easily. The old sitebuilder was amazing for that purpose. It allowed me to move around elements, easily replace photos, and adjust pretty much everything I needed to.

    From my understanding the premium hosting should come with a sitebuilder? 

    Yes, this is true. You can also use a site builder independently of the hosting environment. I have recommended [REDACTED | COMPETING SERVICE] in the past for this function. They do have a free plan that could be beneficial. 

    If you should chose to upgrade though all of your account settings do transfer and iFastnet provides SSL by default on all paid plan's using Let;s Encrypt Auto SSL. So, you won't even need to buy or configure any SSL Certificates manually after that

  2. On 3/28/2021 at 5:15 PM, skywalker said:

    I have configured Filezilla as required but when I tried to connect, it failed. The log is as follows:

    Status:    Resolving address of ftpupload.net
    Status:    Connecting to 185.27.134.11:21...
    Status:    Connection established, waiting for welcome message...
    Status:    Insecure server, it does not support FTP over TLS.
    Response:    421 Timeout - try typing a little faster next time
    Error:    Connection closed by server
    Error:    Could not connect to server
    Status:    Waiting to retry...
    Status:    Resolving address of ftpupload.net
    Status:    Connecting to 185.27.134.11:21...
    Status:    Connection established, waiting for welcome message...
    Response:    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:    220-You are user number 267 of 6900 allowed.
    Response:    220-Local time is now 17:07. Server port: 21.
    Response:    220-This is a private system - No anonymous login
    Response:    220 You will be disconnected after 60 seconds of inactivity.
    Command:    AUTH TLS
    Response:    504 Command not implemented for that parameter
    Command:    AUTH SSL
    Response:    504 Command not implemented for that parameter
    Status:    Insecure server, it does not support FTP over TLS.
    Response:    421 Timeout - try typing a little faster next time (This entry is hilarious!!! :D)
    Error:    Connection closed by server
    Error:    Could not connect to server

    The time it is taking is ..... I don't know whether FTP connection is out of the services of the server or included. The time it has taken for showing this, is ridiculous. I don't know what's the wrong with the server!

    The issue is FTP uses insecure connection type on the standard port unless you use SFTP which uses a different port all together. So, if you do require a secure connection use a SFTP client instead of the unsecured protocol

  3. On 9/27/2020 at 12:07 PM, sarveshmrao said:

    Hey @MFS Webhosting any updates on this?

    I fell behind on this as I have been super busy with upgrading our mail server and increasing its security protocols due to recent influx of DDOS attacks. But, this is still on the project list. I do have the domain reserved and I am researching the best way to build this out and what tools are going to be neccessary in order for it work and be useful. Stay tuned for further updates

  4. 4 hours ago, Kirill said:

    Hello,

    I have uploaded simple test file "index.html" using Filezilla  to my site  https://michurinec.byethost24.com (to "htdocs" folder) but browsers can't connect to site. How can I enable this site?

     @Kirill After running a domain health check I have discovered there id an issue with the server not responding. Please contact the  iFastnet Support Team at https://ifastnet.com/support and open a ticket so they can address the server failure

  5. On 9/17/2020 at 2:31 PM, starline said:

    No, I want to understand properly how they work.

     

    I have never registered them as glue records, they just work automatically for me.

    @starline  Okay in the simplest of terms NS records are like phone numbers for the interweb. When you type in a domain name the g-tld (.com) ns looks to see if they have information stored on your domains location. it then forwards your browser to the non-auth NS (Domain Registrar glue records) which has information for your parent name servers. Your parent NS (MOFH NS) has the information for your local NS (server NS that your site actually resides on. The local NS then provides the ip address and SNI information to display the requested resource. 

    So as you can see if you don't set up your glue records at the registrar then your custom ns (ns1.yourdomain.com) will not work. To set these records sign into your registrar, click on the NS area and you should see a register NS button at the top. It will ask for the FQDN of your NS and the ip address for the NS. The IPs should NOT be on the same subnet as that would pout your site at risk for a singe point of failure should one of the NS stop working. MOFH provides the ip addresses for the NS setup. Contact support if you need these numbers.

     

    NOTE: The register NS instructions refer to freenom service. If you use a different registrar contact their support for more detailed instructions on how to complete this task.

  6. On 8/31/2020 at 10:17 AM, Siddharth said:

    I want to create a login page in my reseller website where a use can login with his email and password. When login is success he should see his hosting account(s) and can able to go to vistapanel(control panel),  without login. Just like Infinityfree .net does.

    i have this code only



    <form action="https://cpanel.yourdomain.com/login.php" method="post" name="login" >
    <label for="mod_login_username">Username<input name="uname" id="mod_login_username" type="text" class="inputbox" alt="username" size="10" /></label>
    <label for="mod_login_password">Password<input type="password" id="mod_login_password" name="passwd" class="inputbox" size="10" alt="password" /></label>
    <input type="submit" name="Submit" class="button" value="Login" />
    <a href="https://panel.byethost.com/lostpassword.php">Lost your password?</a>

    I have a basic html sigin page that is hosted on your domain and you can direct your customers to sign into this page. It passes credentials through the existing Vista Panel Mod Login box and logs customers into thier account. If you want to redirect to your login page if login fails then use the "failurl" value to redirect back to the login page. See attached screen shot of my login page and message me if you would like the code to create your own

    login.png

  7. Just now, MFS Webhosting said:

    @Dimitris Actually you can add TXT records using the SPF Records option in Vista Panel. That is how I add all my txt records for all kinds of things other than mail txt records. as long as it is a txt record you can use this option.

    @Lebyy MOFH doesn't support domain email due to spam but they allow you to host your email else where and add mx records to make it work. The activation email comes from MOFH mail account and there is no way to change that. Best option is to inform your customers on the signup page to whitelist the from email address so it doesn't go to spam. I would also inform them to check their spam folder for the activation email as well. Hope this helps. You can use mandrill for all your custom emails and newsletters. That is the system that MOFH supports in your Reseller Panel

    in regards to the welcome email, to create a www link @Dimitris is correct. It won't work because the www will be out of place making it a broken link. These days most people don't even use www anymore. They just use the main domain address because it reduces typing and gets them to the same site. WWW is still available as legacy, it is just not used like it was in the early days of the interwebs

  8. On 9/14/2020 at 9:00 AM, Dimitris said:

    Hey there, 

    You can't add txt records from Vista Panel. 

    You can't use your email unless you build your own client area with the api. 

     

    Let me know if I helped

     

    Best Regards, 

    Dimitris

    @Dimitris Actually you can add TXT records using the SPF Records option in Vista Panel. That is how I add all my txt records for all kinds of things other than mail txt records. as long as it is a txt record you can use this option.

    @Lebyy MOFH doesn't support domain email due to spam but they allow you to host your email else where and add mx records to make it work. The activation email comes from MOFH mail account and there is no way to change that. Best option is to inform your customers on the signup page to whitelist the from email address so it doesn't go to spam. I would also inform them to check their spam folder for the activation email as well. Hope this helps. You can use mandrill for all your custom emails and newsletters. That is the system that MOFH supports in your Reseller Panel

  9. 10 hours ago, starline said:

    Hey,

    So I am wondering how that the byet nameserver thing works, when you create a mofh account- you get assigned your own nameservers.
    Are these done via DNS like an A Record? 

    How do these actually work- I've tried to look but the A Records do not show in the cPanel.

     

    Thanks

    So the way the Custom NS's work is MOFH sets them up for oyu in advance but you have to go and register the glue records at your registrar. You will need the NS IP addresses given to you in your welcome email. If you no longer have that email you will need to open a support ticket at ifastnet.com/support and they will give them to you. Alternatively you can you your primary cpanel account to open a support ticket as well and then escalate it in your Reseller Panel. If you chose this option make sure you mention that your a reseller and include your domain name. Support is really good about helping out with these inquiries

  10. 10 hours ago, starline said:

    Try using securesignup.net instead, that should provide a secure connection.
    Register link: securesignup.net/register2.php

     

    Let me know if this helps.

     

    Actually, securesignup.net links no longer work. MOFH Support Team advised me to changed all my register callback urls from securesignup.net to ifastnet.com. This is located in the signup.php file in htdocs. Hope this helps you all

     

     

    so the correct link would be //ifastnet.com/register2.php

     

    no http or https needed. the system auto detects and makes the connection secure as ifastnet forces their registration script to render in SSL

  11. On 8/19/2020 at 3:39 PM, 360 said:

    There's lots of servers if you want to take it that way but sure, count me in, I guess.

    I know there are alot of servers. But, information is important to resellers when it comes to diagnosing issues with our clients. I also wrote a custom script to auto run with cron checking the availability of the sqlite DB Server since TCP packets are blocked on the db server. And it works like a charm

  12. iFastnet process all the major credit card networks including paypal. I have been using MOFH along time and if you need any guidance, feel free to reach out. As far as apps go, do oyu mean an app for your hosting site? or do you mean website templates? 

     

    Welcome to the network!! Let me know if I can help in any way

  13. On 8/16/2020 at 7:22 AM, 360 said:

    You do not have to be a paid customer; you need to have an account in their client area, and that is all.

    I already have uptime monitors set up and one that's available to the public. Check it out at https://status.wehostyou360.ml/. It does not have much available on it at the moment of writing this, but I have decided to show only the "essentials".

    I will probably be trying to make more of my monitors public soon.

    What I am talking about making is a server status page for all servers in the free hosting cluster. A Place to give resellers a to go to for up to date information. I have already secured the domain name for this project and it is being hosted off the MOFH Network to make accessibility available even when the MOFH network is offline. 

    I would love participation, would you like to join the group of administrators for this portal and help us keep the information relevant and updated? We are an inclusive community project.

  14. On 8/12/2020 at 3:56 PM, starline said:

    I cannot seem to find this at all. 

    Your site's sign up page seems to be broken - the captcha isn't showing up and the iframe just disappears when the confirmation is supposedly meant to appear.

    Did you place an order?

  15. I will message tomorrow as I am about to call it a night. But, yes I would enjoy explaining this to you further. In absence of iFastnet tools or information this is kind of the only thing we have at our disposal and I think your right about the false tickets. That is why someone will have to monitor and moderate it. I think creating some monitoring pages would be helpful as well. One monitoring page for all the servers and then a monitoring page for specific services like email, sqli and ftp being the most important ones. I believe with all three tools we may begin to have a good flow of information. Another tactic would also be to have a ticketing system to report outages and once we confirm it with iFastnet then we could escalate the ticket which would trigger the automation for the creation of the incidence. But, it would take several of us working together managing this new system. But, at least other resellers would have up to date information and not something from back in 2015. lol.

    Well, Good night. Stay safe and healthy and we'll talk tomorrow

  16.  

    22 hours ago, starline said:

    I cannot seem to find this at all. 

    Your site's sign up page seems to be broken - the captcha isn't showing up and the iframe just disappears when the confirmation is supposedly meant to appear.

    Which site are you going to? I just tested the link to the email, and it seems to be functioning fine. I placed a sandbox order, and from start to finish was the process I expected. But, if your having issues with it, then I apologize. If you are interested in the email, send me a DM with your domain name and contact details, and I'll create the account in the back end, so you don't have any problems. Just let me know how you would like to proceed. I think I am also going to work on a PHP sign up form for this; that way, resellers can use that form.

    1. You know we could set up a MOFH Community driven one. I could host it on one of my 23 domains. lol. It would have a link directly on it to report issues and incidents and we could have it automated by sending an email to a specific address that would get relayed and that would trigger an incident opening and an alert  would go out to others that are subscribed to get the updates. Just a thought on how we could ultimately help one another be successful. Let me know what you think.
  17. On 7/14/2020 at 10:13 PM, 360 said:

    It doesn't seem to change the title of my package in the control panel, so I'd suggest you open a support ticket to change your package.

    I had this issue as well. Once a package is assigned to the user, the system doesn't like to update it. So, the workaround I used is on the user page I defined the custom quotas using the boxes for them on that page. It will change the quotas and reflect that in the user account. 
    Hope this helps

    Hope this helps.

  18. On 4/11/2020 at 10:43 PM, Soa Nguyễn said:

    I have problems getting an SSL certificate. My verification URL did not returned the correct contents to ISRG's verification server when I was trying to receive an SSL Certificate Validation for "dasafood.byethost7.com" from Let's Encrypt website. They said that he URL looked like it was blocking bots and which inadvertently blocked their servers from receiving the correct content.

    image.thumb.png.073078268b41615ed33331b9c8ce9652.png

    I was required to have an SSL certificate and it took me a lot of time to find it for free. Therefore, I would appreciate it if any admin or professional developer can help me fix it. Please ensure this sort of problem must be corrected as soon as possible.

    Many thanks!

    You unfortunately can't use LE on free hosting. It's due to a services limitation issue and the method by which LE has to verify the domain's SSL status. But, what you can do is try to get a free SSL cert or you can get one from us. We partner with Zero SSL and they renew every 90 days. It does require a bit of tinkering and most of our customers elect for the year anyways. But both options are available. Zero SSL let's you get 3 free 90 day SSL's before you exhaust their Free offering though.

     

    Hope this is helpful to  you and let us know if we can help you further.

  19. iFastnet does have a server status page. it's just located behind their membership panel. So, unless you have a paid hosting subscription you cant access it. But if you guys would like I can make an external page for just monitoring their server status. They usually also update their twitter page- or used to. Twitter would be a great way of getting those updates. And I agree, they should have one set up for the MOFH Resellers to track and stay informed about performance related issues since they affect all of your clients.

    Screenshot 2020-08-12 at 12.59.51 AM.png

  20. There is an easier way to do this. You could manually change all your code into the language of choice. But, the easier way is to use the Google Translator plugin and select all languages and let it translate based upon the languge set in each visitor's computer. 

    go here: https://www.dummies.com/education/internet-basics/how-to-install-google-translates-website-translator-plugin/  for additional information

    Hope this helps.

    Stay safe and healthy

     

  21. So, I believe access to the site builder is session based. Which means as long as you access it by logging in to your CP and clicking the site builder icon then you have access. Site Pad also works that way for my clients. There is a way you can use the features your talking about but you would have to subscribe to the builder individually in order to enable that functionality. Otherwise it uses session hashes to authticate. Hopes this helps.

     

    Also, if you run into any more issues then feel free to message me. I am a systems admin and I do this for a living and I could help you.

×
×
  • Create New...