Closed PiyushYadav007 closed 1 year ago
As per as i customize, the functions folder that is major, is app/controllers And for css is assets folder, and contents is template folder. There are lot more folders where the texts can be customised like app/languages/english For rest functions, u can just search then and get their directory
Ok and thankyou.
What if we add multiple mofh api integration like whenever a user creates max account from 1 mofh api the api changes to next one for that user only then will he able to create more than 3 accounts
see, the account limit is not set my mofh api. It is set by this Xera code.
According to mofh, users can create unlimited hosting accounts (I guess that so)
You can change the limit from: app/controllers/U.php
in line 904. Make sure you also change the limit content from: template/default/page/user/accounts.php
in lines: 16-18, and 72
According to mofh a user can create upto 3 accounts using api.
umm, is that so? idk then...
Let me test it. Just give me about 5 minutes
And how to add yandex SMTP and Google SMTP option
No, thats not correct. I created 4th account
But your one account is deactivated Try to create 4 active accounts
And how to customise client are?
And how to customise client are?
And how to customise client are?
edit in template/default/page/<admin/user>/<page>.php
No, thats not correct. I created 4th account
But your one account is deactivated Try to create 4 active accounts
Then this is awesome
And how to customise client are?
edit in
template/default/page/<admin/user>/<page>.php
No i mean the details of the website to show on client area like website name and logo
And from where did you get homepage for your website?
And the gogetssl will automatically changed once the SSL certificate is expired for us resellers.
And the gogetssl will automatically changed once the SSL certificate is expired for us resellers.
idk, none of my certs expired till now
And from where did you get homepage for your website?
for clients, the homepage is same as accounts page. I never thought to make those pages, so idk about those routes. I simply use client.domain.tld as Xera, and domain.tld as info page
" domain.tld as info page" i am talking about this one And customising these details are easy in mofhy
" domain.tld as info page" i am talking about this one
I took an open source code, and modified it. Then uploaded to the site.
And customising these details are easy in mofhy
But MOFHY is not secure as Xera. If you wanna use MOFHY, then you can use that too
I was asking about gogetssl certificate because i read it somewhere i don't know but i did and one more thing there is a php code of let's encrypt to automatically add and replace ssl certificate in php we can intigrat it xera so us and our clients do not have to keep worrying about ssl
" domain.tld as info page" i am talking about this one
I took an open source code, and modified it. Then uploaded to the site.
And customising these details are easy in mofhy
But MOFHY is not secure as Xera. If you wanna use MOFHY, then you can use that too
Nah i am not going to use it now
I was asking about gogetssl certificate because i read it somewhere i don't know but i did and one more thing there is a php code of let's encrypt to automatically add and replace ssl certificate in php we can intigrat it xera so us and our clients do not have to keep worrying about ssl
idk anything about Let's encrypt, and ig it requires Commands to generate ssl. If anyone else here knows about Let's Encrypt, then please assist him.
Check this https://letsencrypt.org/docs/client-options/
And this https://freessl.tech/
What about SMTP can we integrate Gmail and yandex SMTP?
What did you use for SMTP and professional domain
What about SMTP can we integrate Gmail and yandex SMTP?
I dont think about gmail, since it didnt worked for me. And i didn't tried Yandex. I use mailjet, which is good and it works on Xera.
What about SMTP can we integrate Gmail and yandex SMTP?
I dont think about gmail, since it didnt worked for me. And i didn't tried Yandex. I use mailjet, which is good and it works on Xera.
Ok but what should I do about eu.org domain i changed its nameservers but it didn't worked so what should I do
What about SMTP can we integrate Gmail and yandex SMTP?
I dont think about gmail, since it didnt worked for me. And i didn't tried Yandex. I use mailjet, which is good and it works on Xera.
I was saying to add these in xera like mofh so both of these can work
What about SMTP can we integrate Gmail and yandex SMTP?
I dont think about gmail, since it didnt worked for me. And i didn't tried Yandex. I use mailjet, which is good and it works on Xera.
I was saying to add these in xera like mofh so both of these can work
See, M a beginner in php. Idk a much. If you know, then you can add and open a pull request
Ok and how to check that the core is secure or not? but what should I do about eu.org domain i changed its nameservers but it didn't worked so what should I do
What about adding a sorting feature according to the status of the client's website activate, deactivated, suspend or deleted.
@OnionDev1885 @PiyushYadav007
While you can create unlimited accounts using the API, iFastNet imposes a limit of 3 accounts per email address. It does not look like they actively use bots to detect this, but they will permanently suspended all your accounts (Sometimes without backup) if they find you are violating the terms (which state 3 accounts).
What about adding a sorting feature according to the status of the client's website activate, deactivated, suspend or deleted.
As mentioned earlier, i have just started with php, and i m not at advanced level. If you want, you can code it on their specific pages and open a pull request
@OnionDev1885 @PiyushYadav007
While you can create unlimited accounts using the API, iFastNet imposes a limit of 3 accounts per email address. It does not look like they actively use bots to detect this, but they will permanently suspended all your accounts (Sometimes without backup) if they find you are violating the terms (which state 3 accounts).
Hmm Thanks for the info.
What about adding a sorting feature according to the status of the client's website activate, deactivated, suspend or deleted.
I could do that fairly easily, but I don't have time at the moment. (You could pay me for a pull ASAP 🤑 )
You can do it with the SQL query that is fetching the accounts.
No thanks i will do that and create a pull
" domain.tld as info page" I am talking about this one
It's your own homepage, Xera is just a client area, it only does the job of being a Client Area. You have to make your own
Ok and how to check that the core is secure or not?
There are currently no known security vulnerabilities, but why don't you check yourself by looking into all the files :)
Check this https://letsencrypt.org/docs/client-options/ And this https://freessl.tech/
Xera has GoGetSSL implemented for SSL Certificates. If you want Let's Encrypt Certs, you can develop it yourself. I haven't tried, but I don't think it will be too hard.
There was no replies so this issue is considered to be resolved
Is there any guide or suggestions for customizing xera and what are the main folders to customise it and the folder to add new features.