Jump to content
[MUST READ] Forum Rules ×

Anyx

Senior Members
  • Posts

    1058
  • Joined

  • Last visited

Everything posted by Anyx

  1. You're talking about two different things. @Burke Knight is mentioning a restriction on which you'd need to have only iFastNet's premium plans on your website to be able to advertise your MyOwnFreeHost company on the forum, not one where you'd need to host your website with iFastNet. Perhaps such a restriction existed in the past, I'm not aware of any such rule since I've joined, but we can always ask if we want to be 100% sure, either Burke asking the admins, or us asking support.
  2. Is that other domain of yours added as a reseller domain in your MyOwnFreeHost reseller?
  3. Unfortunately disabled for (Senior) Members... Ah, I missed the posts above because I didn't notice the page changed. My apologies.
  4. You may wish to edit your post to remove the image you have posted if you want to, as your email is on display.
  5. Rudolph has been a naughty boy this year... hopefully the Sheriff's wife is still marked to received a present and not on the "deceased" list. Merry Christmas!
  6. A small update: ChippyTech appears to have released the username for GenerateApps (as well as deleted the old repo of Generate/VPClient), so I've reclaimed it, and GenApplications is now https://github.com/GenerateApps once more.
  7. I was unsure on whether I should make a post, I guess that's out of the question now. About 2 days ago, ChippyTech decided to kick me, SpookyKipper and everyone else in the organisation, and hijacked the projects to replace their titles with this message. This isn't the first time he's done this, either; some time ago, he had altered the projects to write "DO NOT USE FORCEPOINT", in response to ForcePoint's false blacklisting of his website, and in the past, to "AI DOES EXIST", "responding" to a joke someone made in our Discord server about how AI isn't real and it's actually a person typing behind a screen. There are additional things that have happened that I don't feel it's my place to mention; you can always enter our Discord community if you're interested in them (it's an English speaking community). I don't know what is going on with his life; unfortunately, these outbursts (and other events) make him unreliable in maintaining projects. We decided to open an organisation at https://github.com/GenApplications https://github.com/GenerateApps to preserve the history of GenerateApps' projects and perhaps continue developing some of them. ChippyTech can decide to continue development on his own if he wishes to.
  8. This is default behavior in MyOwnFreeHost though; the only way to change that would be to remove the domain from the system, and if this was the sign up domain, things can be a bit more complicated (as you are well aware as you are the one that reported them :D). I guess you are mentioning this to highlight that it can be done (as @luluhoste might not know about it) and to recommend using a DNS hosting provider for the domain such as Cloudflare so that subdomains on it won't work even if someone creates them?
  9. An option to add a custom FTP link does not exist at the moment, so if you want to change the link you'll have to modify the relevant file. Doing a GitHub search for "filemanager.ai" (the File Manager's default domain) showed me it is configured in line 173 of the "app/models/Account.php" file, where a method "create_fm_link" is responsible for creating the file manager link: https://github.com/mahtab2003/Xera/blob/dev/app/models/Account.php#L173 Just replace "filemanager.ai" with your own URL, and you should be good to go.
  10. The change is relatively small, in line 227 of file "app\helpers\whois_helper.php" you'll need to replace the curly brace syntax with a bracket syntax, so change this: if(($whoIsRecord != '') && ($whoIsRecord{0} != '#') && ($whoIsRecord{0} != '%')) { to this: if(($whoIsRecord != '') && ($whoIsRecord[0] != '#') && ($whoIsRecord[0] != '%')) {
  11. These should all be solved in the patch I am working on. I have an assignment due Sunday evening and will resume work on it Monday morning; in the meantime I will have a look to see if the changes are small enough to share or if it is a larger PHP 8.2 compatibility issue.
  12. All of the messages shared seem like deprecation issues. I may try to filter them, but I am not very hopeful at the moment. I'll do some testing of my own in the Xera build I am preparing, and hope the issue can be fixed.
  13. Ah, I see what you mean. I think this is hosted on MOFH though, where PHP error logs are not provided, so my advice was for enabling the error messages to be displayed on the website.
  14. Adding to that, CodeIgniter requires an additional debug setting to display error logs; you can enable it by changing "production" to "development" in line 56 of the main index.php file (https://github.com/mahtab2003/Xera/blob/dev/index.php#L56). That being said, I wouldn't recommend doing this yet as you will be overflown with deprecation warnings and other notices, since Xera is not fully PHP 8.2 compatible. I'm working on a compatibility patch which should silence these errors soon; in any case, enabling it could be helpful if you ignore the deprecation messages and manage to get the actual error.
  15. I've used it to refactor existing code; not so much to "write code", although I sometimes use it for autocomplete suggestions so I don't have to write the entire function declaration by myself. On an irrelevant topic, my posts keep requiring moderator attention, and I'm wondering why. I think it happens every time I mention the word iFastNet; if that's the case, I consider it weird that the word would flag a post on attention, as these are the Byet/iFastNet forums, and writing that would be normal. Might be something else entirely though; in this case I guess I'm just unlucky :P⁠ (but thankful to the moderators for approving my posts). Okay, this post didn't get flagged; theory debunked.
  16. Contact https://support.ifastnet.com and explain the situation to them (ask if an exception for phpBB files such as the one you need can be made), or find different software. Unfortunately, I don't think we can help in any other way on the forum.
  17. Your tester appears to use port 25, not 587. Can you test if they allow port 587 (which I think is the only accepted port in MOFH)?
  18. Your screenshots aren't showing up; can you try reuploading them (perhaps to a service such as https://imgur.com/, or on your website like the previous ones)?
  19. Alright, let's do a recap: The current issue @Vawiz is facing is the SMTP provider in Xera apparently not working. The signup emails are sent by him manually, so receiving one is not proof of the system working. I tried the password reset feature and haven't received an email, so it may be safe to assume that this isn't working, either. Hitting the "resend email" button on the activation page shows an error, as well: From these, it is safe to conclude there's something wrong with the current configuration of the email system in Xera. One of the first steps to check in debugging is to validate that the credentials that have been entered in Xera are correct. Can you share a screenshot of your SMTP configuration, redacting any sensitive information such as your password? You can ensure that your credentials are correct by running them through an online tester as advised above: After doing that, re-enter the correct credentials in Xera and hit save, and see if the issue is fixed (by testing functionality such as "Forgot Password" or activation of an account, not through the test tool which may be broken).
  20. Good luck getting iFastNet support to troubleshoot a problem with your software for you. It isn't their job to do so; and you'd be spending precious time they need for other, more important queries. If you're not a paying customer, support is also limited, so I doubt they'll be able to help. Sorry to hear you feel this way; but please understand that, when asking for help with an issue, providing as much information as possible is necessary. Statements like these: Are not helping. We have no idea what is not working, as Spooky said, and no idea what you configured, where you configured it, how you configured it and if your configuration is correct or not. Everyone in this topic has tried to help you; for example: This advice refers to the troubleshooting step where you verify that the credentials you are providing to the system are correct. If you use an online SMTP tester with the same credentials you are entering on Xera's setup, does the tester work successfully? Unfortunately: As a coder you should know this is not helpful, and you should instead describe, in as much detail as possible, every step that you have taken to try and debug the issue, such as validating your credentials are correct, trying the steps given to you such as using the "forget password" option to check whether an email is actually sent or not, and see if there is an error in either an error log, or by enabling debug mode (this isn't documented as much in Xera, but I hope this can change). Well, how are we supposed to know that? You never mentioned it before, so do you really think it was unreasonable of Spooky to assume that the email system was working correctly? All you've told us are "sign up yourselves to see the issue". He did that, and saw no issue. We can't know what you're doing behind the scenes. We'd be more than happy to try to assist, if we can. But we need information first; we cannot help you on an issue we cannot experience.
  21. You can generally do anything you want with your reseller provided you do not do any activities that engage in a violation of the terms of service, so you can absolutely run ads in your client area!
  22. If you have not registered for the support portal before, you will need to make a new account by clicking on the Register button. Support accounts are different from your client area accounts, you will need to register a new one if you have not done so before.
  23. You will need to get in touch with https://support.ifastnet.com. The forum cannot be of assistance in such matters.
  24. They may not now, but if InfinityFree decides to take action and file a suspension request, they may be obligated to. I would not recommend taking that risk, especially when using safe alternative solutions is easy.
×
×
  • Create New...