Jump to content
[MUST READ] Forum Rules ×

Anyx

Senior Members
  • Posts

    1058
  • Joined

  • Last visited

Everything posted by Anyx

  1. It should be easy to replace the stolen code from InfinityFree with Element Changer from VistaPanel Customizations (in fact, I believe the purpose of the IF code is to remove unnecessary options in vPanel, and Element Changer provides ready-to-use code for that purpose in our README), all that is left from there is to load the dark theme, and change your logo from the MOFH Panel to the cPanel logo.
  2. The path should be "template/errors/custom/tos.php".
  3. They have misunderstood your question. Clarify that you are asking for the cpanel subdomain of your MOFH reseller which is controlled by them.
  4. You can't. iFastNet provides the VistaPanel (cpanel.yourdomain.com) certificates; you cannot install one yourself. I doubt they need you to upgrade, they may have misunderstood your question. Try clarifying you're asking for an SSL certificate for the cpanel domain of your reseller; they may tell you to be patient, but they should have a look into it and fix it.
  5. The domain you connect from. In this case, if you make accounts with the API account of, let's say, example.com, you will receive the advertisement configuration of example.com regardless of whether you use cpanel.example.com, cpanel.example.org, or cpanel.unrelatedomain.tld.
  6. Can you send us a registration link for the reseller this is happening on, as I had requested, so we can verify for ourselves? We cannot help you with a problem we cannot see in the first place... I had signed up for one of your resellers and everything except for the Change Elements script worked fine (it seemed your server did not return the correct JS type).
  7. I'm confused with the question as well, but I think what is being asked is how does iFastNet pay commissions for people you refer through your affiliate link. I believe that a commission is paid only for the initial plan purchase, and not for subsequent renews; but I'm not sure on this. You'd have better luck asking iFastNet support. Apparently, I was wrong; check BastelPichi's KB response.
  8. Not really related to the question but to the article, I'd recommend splitting the "clearing cache" and "clearing cookies" section, perhaps have it as a list (I made a quick example of how I could imagine it):
  9. I doubt Cloudflare is what's causing this; can you share your hosting service so we can signup with a test account?
  10. I was afraid you'd say that, was hoping something had changed since the initial release... It is a far better option for sure.
  11. I would have thought it'd be "blyethosts", after Byet 😜. Very true, especially for services like hCaptcha... at least Invisible reCAPTCHA and Cloudflare Turnstile are less annoying, no idea if they are very effective though. Welcome back!
  12. I guess you could reach out to support and ask for your account to be deleted... why do you want it to be deleted so badly, though? Are you no longer interested in MyOwnFreeHost? No one likes them, but they're called "warnings" for a reason. They're not a punishment; they're there to warn you. "Hey, you violated a rule; make sure to read the rules and follow them so this doesn't happen next time!". I'm not sure if they expire, but that shouldn't concern you, if you want to follow the rules and be a part of this community. If you're thinking to delete your account so you can sign up with a "clean" one, just don't. There's really no reason to, the warnings you receive are not shown to anyone else but you and moderators, so there's no difference.
  13. Contact support at https://support.ifastnet.com.
  14. Can you clarify what you need? If you're looking for another client area solution, there is MOFH-R, but development of it has ceased, and I wouldn't recommend actively using it if you do not also desire to develop it. If you're looking for components to use in creating your own solution, here are some resources: For clients to connect to the MOFH API (not client areas which are fully-fledged solutions, but the software that makes the connection and calls to the MOFH API and returns its responses), the MOFH API Docs have a pretty extensive list featuring most if not all of them (the most popular being InfinityFree's PHP mofh-client, which is also used by Xera). Do you want a callback handler? @PlanetCloud has made one: https://github.com/PlanetTheCloud/mofh-callback-client. If you're looking on integrating other services, search for their API documentation and see if an API client for the language you're coding your solution in already exists. Finally, if you're looking for something different, like an authentication template (login-signup solution that does not utilize the API), you can take a look at Project LOGGED. I just saw this: If by "cap" you mean the control panel, then the project in question is https://github.com/GenerateApps/GenerateClient. I would characterize it a work in progress, however most if not all features have been implemented, and it is safe to use. You just need to familiarize yourself with the codebase a bit, as we haven't written extensive documentation for it at this time, which is why it also has not been announced here yet.
  15. Spoiler

    I'm currently working on updating Xera to be as fully PHP 8.2 compatible as possible - similar to what was done with MOFH-R:

    1. luluhoste

      luluhoste

      Super !!! Merci 😄 @Anyx

      ---trad google---

      Great !!! Thank you 😄 @Anyx

  16. This doesn't seem like a PHP version issue: I couldn't find the call to the function unfortunately... what makes you say it's from the PHP upgrade? Also @Vawiz I assume you've set up the GoGetSSL integration?
  17. I'm sorry; I confused you. I meant to write "development", but wrote "environment" by accident. Setting it to "development" should work.
  18. You'll need to debug the issue; you can do that by changing "production" to "environment" in the 56th line of the root index.php, then revisiting the link: https://github.com/mahtab2003/Xera/blob/dev/index.php#L56 You'll see some deprecation issues; ignore those and scroll down to the bottom, the last issue should be the one applicable (if not, share them all in a paste or here).
  19. I believe Spooky meant he didn't understand the "Custom Logout Redirection" part; I believe I may have understood it, but I'm unsure. The idea I think @Wolfnight23 was trying to convey was to be able to set a "logout URL" for vPanel, so when a user hits the "log out" button, they're not brought before vPanel's default login page but a custom login page specified by the user instead.
  20. MyOwnFreeHost's terms prohibit pornographic content, so absolutely: Even if you don't suspend it, the automatic detection systems (or an admin) might.
  21. The 3 account limit is part of MyOwnFreeHost's Terms of Service and increasing it would violate it leading to a suspension, so I would not recommend doing it. Sorry @SpookyKipper, seems like we posted at the same time
  22. We did, but as explained, it was harder to, as we have to search for the actual request inside an AI text wall of fluff. We would have understood without its usage too.
  23. There's no need to doublepost, you can edit existing posts. You can manually change the status to 'Active' in the database; I'm unsure why the callback fails, but as far as I'm aware there's also not a "sync" option that allows you to make a request to the API to fetch the current status automatically. If the issue persists, open an issue in Xera's GitHub: https://github.com/mahtab2003/Xera/issues/new
  24. What's the issue with adding two TXT records to a subdomain you then use as a CNAME record for the one you want to get an SSL for?
  25. I saw you're trying to use windows-1255; this may not be supported in all machines, so I'd recommend converting your code files to UTF-8 and reuploading them: https://stackoverflow.com/questions/20445288/html-charset-windows-1255-works-but-utf-8
×
×
  • Create New...