Jump to content
[MUST READ] Forum Rules ×

uHost

Senior Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by uHost

  1. 12 hours ago, MichiWels2020 said:

    Hello, thanks for the info ! Strangely, there were no folders inside ! I have now created a folder htdocs ! Did I do that correctly ? Can I copy the homepage in there now ? Sorry for the stupid question ! Greetings Michi

    You need not add a sub directory inside htdocs unless you want it! You can upload the index.html file inside the htdocs folder, and then if you open your site url you should be able to see the index page of your website if everything is right.

  2. On 4/23/2021 at 5:41 PM, menot said:

    Hi again, sorry for the inconveniences, but now I have this problem:

    I setup a new reseller account and received the email with all my logins details, so I open https://panel.myownfreehost.net to manage my reseller account, nothing happens, every time I try to login, the page only reloads into de login form again and again.

    I tried with different browsers, but is the same problem.

     

    Thanks

    Hi @menot

    I can confirm that nothing is wrong with the site as it works perfectly fine for me! Something might be wrong at your end, make sure the login credentials and the role you select are correct.

  3. On 3/9/2021 at 5:40 AM, Ryan Matheus said:

    I am creating a hosting site, but I would like to be able to send the user to a personalized page after login

    ex: User clicks on the ssl icon in the client area and sends it to cpanel on the page to manage the ssl, without having to go through the home page of cpanel.

    I don't know if it is possible to do this, because I accessed sites like infinityfree.net and profreehost.com and it doesn't have this function.

    Hi @Ryan Matheus,

    You cannot do that as each user logged in has random & unique session variables which will let the users to use all the functions on vpanel. You cannot byepass it and let the user use those functions directly from your site.

     

    As an alternative you can try to customise your vpanel to a certain extend ?

  4. Hi @ExploreWeb

    Just uploading the files to a local server or live server will not work. To be simple InfiniteFree Mofh API client is just a skeleton from which you can build your custom mofh system, just uploading the files will not give you a full fledged reseller site, you have to build it on your own!

    You can use the api to access the basic functionalities of mofh reseller like creating account, accessing control panel, suspending accounts, activating accounts etc..

    If you get stuck somewhere while creating a custom client you may contact me! ?

  5. 9 hours ago, MS-DOS said:

    Hello,
    Do you know if it is possible to use the API to automatically install an app like Wordpress, Joomla etc. when creating an account?
    Thank you in advance

    Hi @MS-DOS,

    I don't think you can install a script while creating an account using API.

    Mofh had an option to install any script while creating an account normally earlier, but unfortunately this is no longer supported now. ☹️

  6. 22 hours ago, Lebyy said:

    Hey there! I was searching for some example of client areas made with the infinity free api and wanted to know where can I find them.

    Hi @Lebyy,

    A basic example of mofh api is given in the readme of https://github.com/InfinityFreeHosting/mofh-client/blob/master/README.md .

    The details of what values to be supplied in each request is also provided in it, you can get the details of responses by checking the respective files.

    If you get stuck somewhere, you may contact me, I'll be happy to help you.

  7. 7 hours ago, Thoufeeq said:

    yes, I configured with a template and Even i have a good knowledge with html/css/Js but I am 15 years old.

    I didn't done any projects to get experienced.

    I want guidence from a senior like you.

    I want to create like infinityfree but not for money. I want to strong my coding skills by doing this project.

    Can you help me aqib.

    give me a reply please

    Hi @Thoufeeq

    You can customise your site with css,html and js, but you can't build a site like infinyfree using it. You should use a backend programming language like php to build a site like infinityfree.

    Html, css and javascript are intended for front end,a site like infinityfree has a lot of things to do in the backend. If you really want to build a custom clientarea i suggest you to learn php and a php framework (which will make your work a lot easier).

    As @Aqib stated you can use a css framework while working with frontend. Bootstrap is a good option but before considering materializecss, keep in mind that it hasn't been updated for a long time.

    Take a look at UIkit which is a css framework i love personally.

  8. 1 hour ago, sarveshmrao said:

    I want to know how i can create login URLS for cPanel
    They have provided an HTML script in MOFH panel.

    But if there is a way to create an encrypted URL then that would be cool.

    For eg: https://cpanel.domain.tld/login.php?token=<SomeRandomLettersNumbersAndSymbols>

    Any suggestion?

    Hey @sarveshmrao,

    As far as i know you cannot. You will have to post it to cpanel.yourdomain.xxx to login to the control panel, if you are using a custom clientarea you can create a button to login to control panel which will look a bit more professional but still you will have to post the data to cpanel.yourdomain.xxx to get in.

×
×
  • Create New...