Code Monkey home page Code Monkey logo

xera's Introduction

  • 👋 Hi, I’m Mahtab Hassan.
  • 👀 I’m interested in coding.
  • 🌱 I’m currently learning python.
  • 💞️ I’m looking to collaborate on mofh.
  • 📫 Contact me on Gmail([email protected]) .

xera's People

Contributors

4yx avatar bastelpichi avatar bopv2 avatar chippytech avatar coozywana avatar furycraft avatar gilect-com avatar greenreader9 avatar imloadinguuu avatar mahtab2003 avatar oniondev1885 avatar ptobuon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

xera's Issues

Ticket Mailing Problem !

I am using the latest XERA and everything working fine but I figured out one problem on my system. When I respond to any ticket, the ticket reply post mail goes to 1st account email on the database (is_user), but not to the account email that created the ticket.

In summary,
Ticket Created Account Email: [email protected]
Ticket Responed Email Send to: [email protected] (This email is my 1st used email as a client in my xera dashboard)

Any solution for this @mahtab2003 @4yx @FuryCraft

Thank You

Feature request or suggestion

Suggestion=

  1. Add Let's Encrypt ssl generator.
  2. Add more email templates like ssl reminders etc.
  3. Automatic ssl installer and dns putter

Smtp server

SMTP simple mail have 2 errors.

1 - testMail() function is not getting the $to value.
2 - all the emails are beeing sent im blank without any body content idk why

No database connection error

After completing the installation process and on clicking redirect it shows - No database connection settings were found in the database config file

Broken Page

Found a broken Page
Url: /a/ssl
Error: CSS doesn't loads.
Image:
190137202-bba88bc7-1dc3-4002-942e-a51abc6097ec

About Xera's discontinuation & a call to the community

I saw that with the latest change, Xera was marked as discontinued despite the new changes that were made just before that.
I wanted to inquire as to the reason for that.

If the reason has to do with a breaking bug (perhaps #24, although it seems to be fixed), I understand there is not much to be done.
However, if Xera is retired because you're feeling overwhelmed with feature requests, and generally developing it (as indicated in this forum post), I'd ask you to reconsider.

Of course, there is no need to create everything you're being asked to. Saying something cannot be implemented now, or ever from you, while hard, is necessary so that time that could be devoted to other needs of the project is not wasted.
The same logic can be applied to creating new features of your own, or extending areas of the project. There is no need for everything to be implemented, or rushed. I believe a great majority would prefer a "slowly"-developed, but functional and secure, client area, than one with many features that overwhelm it's developer and force his hand in many situations.
I believe that if you were to continue maintaining Xera, even at a much slower pace than the one you did before, it would remain a very helpful client management system used by many in their navigation around MOFH.

With all that being said, there are of course other reasons why you could have chosen to stop maintaining it, like loss of interest, exploring/focusing on other areas, personal matters or something you wouldn't like to mention. It's understandable, and obviously creating a project does not mean you have any obligation to continue developing or supporting it.

In this sense, my post is also a call to any community members that have the knowledge and relative time required to maintain a project like this. If the reason for Xera's discontinuation does not have to do with a non-fixable issue (for example, a bug with the MOFH API), do not let this project die. Please contribute, in any way you can, in keeping a community-led client area alive, either with forking the project or contributing your changes in another form (PRs perhaps, if @mahtab2003 is going to be checking them).
Needless to mention that the "no obligations" part applies here as well, as nobody is obligated to do so, or to continue from here and then have to keep going forever, this is merely my personal opinion/call to anyone interested in keeping the project alive.
Regarding the "the one asking" principle (basically, what is the one asking others to do something going to do himself), I have an extremely limited knowledge of PHP so I obviously cannot assist with keeping the project alive, but I can offer my assistance in other areas (documentation writing, translating etc.) if it is needed by those who can and want to do so.

In any case, as this has been a very long post, I'm essentially asking for the reason the project was discontinued, and asking any willing members of the community to keep the project alive.

@mahtab2003, thank you for all the work you've put in creating, developing and maintaining Xera for all this time, and thanks to all contributors who've helped in the journey!

CSR Code

Why it is asking for a CSR Code instead of a domain name for SSL?

Domain checker issue

Domain checker supposed to find any Domain details but it's only finds domains details which registered on website.

CNAME Records Disabled From ROOT

Hi there,

CNAME Records are disabled due to a bug that exists in the name servers causing the CNAMEs to no longer work. So please do something for the SSL verification method to File Upload or Admin Email Features.

Thank you and stay safe !

Thank You
support

Login Button Not Working !!

Login as a client is not working from the admin dashboard. Please check once and fix this issue on the next update and please provide a quick update. it has been a year, and there are no updates from the developer.

Internal Server Error After completing the install.php install

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Takes Too long to load

When i click register button on register page after filling the form, it takes some time and it redirects me to "Request Timeout" page.
I also changed PHP Version to 7.4 and I also increased values in php.ini files on cPanel. But it remains same. Can anyone tell me how to fix this?
Screenshot (8)
Screenshot (10)

The action you have requested is not allowed.

Hey im very sorry for annoying you again, but when I try to register or login I get a "The action you have requested is not allowed." even without anything in the boxes, do you mind helping me?

I want customize xera.

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.

Question

I'm working to translate Xera in other languages with an automated detection of the default browser, my system is working great in other projects and I want to integrate it on all pages. Is there a file that Xera load on all pages? I just have to integrate this code on all the pages and it will be finished:
<?php $lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); $acceptLang = ['fr', 'en']; $lang = in_array($lang, $acceptLang) ? $lang : 'en'; require_once "app/language/{$lang}.php"; /*I just have to create the languages files using php arrays*/ ?>

Getting problem with eu.org

I changed my nameservers on eu.org but i am unable to configure them on cloudflare or on any other services what should I do?

Invalid username or password

When I go to login on xera admin, it say that Invalid email address or password. Though i entered email and password correctly can anyone give me a solution plz?

[Feature Request] Home Page

Hi @mahtab2003,
Could you please let me know if home page or default page is only the login page.
Should this be integrated with the default template given by MOFH for login or are there any templates for homepage.

Thank you

✔️Errors I found that need to be fixs

✅REDIRECT

Screenshot_20220815-114733_Chrome.jpg

✅USER ACCOUNT SETTINGS

Screenshot_20220815-114838_Chrome.jpg

✅ VIEW ACCOUNT DOMAINS SECTION

Screenshot_20220815-114626_Chrome.jpg

✅ SMTP

Screenshot_20220815-115745_Chrome.jpg

❌❌❌Follow Up ❌❌❌

👉 NAMECHEAP SUPPORT STAFF

Screenshot_20220815-062620_Chrome.jpg

👉 API MOFH

👉 SMTP SENDGARD

Screenshot_20220815-115600_Chrome.jpg

✅✅✅✅✅✅✅✅✅
PLEASE HELP ME ASAP
✅✅✅✅✅✅✅✅✅

Account Creation Error

When creating account using subdomain option, it gives error: The name servers for subdomain.staruhost.gq are not set to valid name servers.

I did some checks:
I checked the API username and pass.
I checked the callback url
I checked the package
I checked the reseller domain
I checked the extension domain
I checked the nameservers in Api Settings.

Everything seems to be fine.
Edit: Forgot to mention the version. It's from Dev branch, downloaded latest one yesterday from here.

Issue with admin/account.php

It has the same problem where it shows 0 accounts. Eg I have 10 web hosting accounts, and it shows 0/10 accounts showing. The same thing happened with Clients.php but I fixed that.

Incorrect Account IP address shown

image

This is the current code, set to only display this one IP when the account is active. While this IP is on the MOFH network, I don't think any free clients are assigned to it.

Additionally, you cannot hard code in a value here, since each account is hosted on a different IP address.

I recommend updating this value to get the correct IP address for the account, or remove it altogether, since it currently provides incorrect (and useless) information.

404 on register

So I just finished setting up for the second time Xera due this error in the register link
The website is https://control.cpvp.ga/index.php/u/login
The main is https://cpvp.ga/

Whenever I go to control.cpvp,ga in login to press the register hyperlink, it redirects me to /u/register witch doesnt exist!

Also I couldnt signup in the forum because of this error saying "validation.recaptcha"
image

i cant connect to MySQL on localhost

im testing it on my local computer,but on install.php,it success to install.when i go to register/login page. it give an error

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: controllers/U.php

Line Number: 7

Window and Font Sizes

Hello: Just installed Dash Core and upon start-up the wallet size was massive, and the font size minuscule--it was thus unusable. I had the same issue with Dogecoin a couple days ago, which they were able to help me with. Apparently it is associated with my Nvidia GPU. I tried their line of code as a fix, but no luck: export QT_AUTO_SCREEN_SCALE_FACTOR=0.
Please help; I suspect it's something simple, and I'd like to start using Dash ASAP. Although the following image is of Doge, Dash is identical in appearance.

Screenshot from 2022-09-24 14-35-37

Register Page Heading Problem

                <h2 class="card-title text-center mb-3">base->text('create_an_account', '~~label'~~) ?>

Fix
                source/template/user/register.php line#2 ('create_an_account', 'heading') ?>

Dash

Hi!
I uploaded xera client area for the first time on one host but I have setup xera multiple times and I have never gotten this error

I make admin account but dashboard says this

An Error Was Encountered
Unable to load the requested file: page/includes/admin/header.php

The "fourm" misspelling

I wanted to post this initially on https://fourm.xera.eu.org, however it appears the forum is broken, as it won't allow me to post, and some extensions are also displaying weirdly. Either that, or my account needs verification from an admin, in which case sorry I wasn't patient.

I was browsing through the files and saw that "forum" was misspelled as "fourm". At first I considered it a normal misspelling, however I see that this forum's name is also "fourm", and the variable name (the one controlling forum-related settings), is also "fourm". With that in mind, I corrected the misspelling in the visual aspect (where something appeared as "Fourm" in settings, it now appears as "Forum"), however I did not do so for the variables.

I'm afraid that if I updated the variables, most Xera installations might break, as the database entry will most likely remain as "fourm", and host owners will need to manually update it to "forum". With that in mind, should the variable be kept as is? I'm unsure if it's a misspelling, a feature, or something that started as a misspelling and became a feature. I could easily make a PR updating it (thanks, VSCode/ium!), but as I said, it might break most installations.

Thanks!

The accounts created by api are not active

The accounts created by mofh api are not active but the domain at mofh panel it is active how to solve this issue. And when i changed the status from pending to active using database cpanel url is not opening giving error

SMTP Error

An error occurred, please try again later.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.