Jump to content
[MUST READ] Forum Rules ×

Anyx

Senior Members
  • Posts

    1058
  • Joined

  • Last visited

Posts posted by Anyx

  1. 4 hours ago, luluhoste said:

    Qu'est ce qui vous fait dire que c'est de l'IA ?

    ---trad google---

    What makes you say it's AI ?

    There are several indications:

    • The post is extremely wordy and verbose and in many parts, having sentences that do not seem to convey an actual meaning but exist to "fill up the post".
    • It is repetitive in parts, for example:
      On 10/19/2023 at 11:17 PM, Wolfnight23 said:

      This, in turn, would create a more truly immersive environment for the user

      On 10/19/2023 at 11:17 PM, Wolfnight23 said:

      create a seamless and personalized journey for our users

    • This part:
      On 10/19/2023 at 11:17 PM, Wolfnight23 said:

      I would be more than willing to provide any additional feedback or collaborate in any way possible to make these features a reality.

       

  2. I've updated MOFH-R to the latest CodeIgniter and PHP 8.2; it is available for download at https://github.com/ActiveMaintenance/MOFH-R

    No guarantees, however. MOFH-R is no longer developed by its original developer, who is now developing Xera, and is considered abandoned. I would not recommend continuing to use it long-term unless you also plan to continue developing it and ensuring no security vulnerabilities can affect it.

  3. 9 hours ago, Mayank657 said:

    Bro I can't understand there are very much errors you can see https://dash.lighthosting.eu.org/

    Thank you.

    What I get from those errors is that your server was updated to PHP 8.2 recently. Unfortunately, GenerateArea was written in CodeIgniter 3, which seems to be incompatible with PHP 8.2 at the moment; there is an open Pull Request, but I'm not sure what the project's status is since the last commit on the repo was in April: https://github.com/bcit-ci/CodeIgniter/pull/6173

    As it happens, GenerateArea itself is not actively maintained either, as development has focused on creating a new solution.

  4. 1 hour ago, Mayank657 said:

    0YNrNlwR2a3P0qZ8QsbV

    @TinkerMan error 

    Do you get that even with display_errors on?

    Can you try temporarily changing this line in your main index.php and try to fetch the actual error (note it might reveal something sensitive, so disable it as soon as you get the error):

    	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');

    to this:

    	define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');

     

  5. 1 hour ago, luluhoste said:

    has Composer been added?

    What do you mean?

    Composer could be used with PHP 7.4 and now with PHP 8.2 as far as I'm aware. You just need to perform the installation locally first, then upload the resulting files to the server.

  6. 11 hours ago, Mayank657 said:

    How to put advertisement section in control panel.

    x91A9iTcT62ZzLkgre5p

    Like this and put ads in it

     

    What you're looking to add is a panel widget; you could fetch the code from one of iFastNet's defaults via your browser's DevTools and customize it to your liking, here's how I would go about it:

    <div class="panel panel-widget">
        <div class="panel-heading widget-heading">
            <span id="advertisement-header" class="group-header">Advertisement</span>
        </div>
        <div class="panel-body icon-container-body">
            <!--Your code here-->    
        </div>
    </div>

     

  7. 1 hour ago, SpookyKipper said:

    but does free hosting supports weebly?

    If the site can be exported as HTML/CSS as I've read on some online forums then I don't see a reason why not, although we're not entirely sure if it is Weebly. The "Webby" mentioned by the customer seems to be neither a free hosting subdomain nor a reseller I could find, so until they share more information all we can do is speculate.

  8. 3 hours ago, Mayank657 said:

    Bro I can't find downgraded dependencies version 

    Color legend:

    - patch or minor release available - update recommended

    - major release available - update possible

    - up to date version

    flarum/approval v1.8.0 v1.8.0 Make discussions and posts require modera...

    flarum/bbcode v1.8.0 v1.8.0 Allow posts to be formatted with BBCode.

    flarum/core v1.8.2 v1.8.2 Delightfully simple forum software.

    flarum/emoji v1.8.0 v1.8.0 Convert text and unicode emoji into Twemoji.

    flarum/flags v1.8.0 v1.8.0 Allow users to flag posts for moderator r...

    flarum/lang-english v1.8.0 v1.8.0 English language pack.

    flarum/likes v1.8.0 v1.8.0 Allow users to like posts.

    flarum/lock v1.8.0 v1.8.0 End a discussion and don't let anyone add...

    flarum/markdown v1.8.0 v1.8.0 Allow posts to be formatted with Markdown.

    flarum/mentions v1.8.2 v1.8.2 Mention and reply to specific posts and u...

    flarum/nicknames v1.8.0 v1.8.0 Allow users to set nicknames.

    flarum/pusher v1.8.0 v1.8.0 See new discussions and posts in real-tim...

    flarum/statistics v1.8.0 v1.8.0 Add a basic statistics widget on the Dash...

    flarum/sticky v1.8.0 v1.8.0 Pin discussions to the top of the list.

    flarum/subscriptions v1.8.0 v1.8.0 Allow users to follow discussions and rec...

    flarum/suspend v1.8.1 v1.8.1 Suspend users so they can't post.

    flarum/tags v1.8.0 v1.8.0 Organize discussions into a hierarchy of ...

    As long as you have ran the first command (composer config...), if you run ``composer update`` it should downgrade dependencies to PHP 7.4.

    If it doesn't, as described in the article, you'll need to find the ones that are supported by PHP 7.4 and downgrade them manually.

     

    I'd advise waiting a bit however, as most servers are being upgraded to PHP 8.2, so you might wish to wait for that update first and then install a PHP 8.2 version of Flarum.

  9. 1 hour ago, Mayank657 said:

    Bro I tried installing it with Softaculous it doesn't work and I also try to download it on local machine and then upload it to file manager it shows a error Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".

    That's because Flarum requires PHP 8.1 and higher, and won't work with 7.4; if the server you're on has been upgraded to PHP 8.2, you can use that, otherwise you can try downgrading the dependencies to 7.4:

    https://medium.com/@jszoja/downgrade-composer-php-version-c90900a87aab

  10. 14 hours ago, Mayank657 said:

    Bro I tried to find it I also enabled it in admin panel but I can't find the website builder or anything like that and I also tried to check the code but I can't find in it

    I registered at your hosting, and the site builder button is there. It doesn't seem to be very intuitive however; it is the little upload icon next to the domain:

    216e435d2690.png

    It also seems to be misconfigured, so you may want to check your credentials.

    1 hour ago, Mayank657 said:

    Files like Sitepro.php

    Since the website builder is on the client view, you want to be checking the files that are displayed to clients.

    In this case, it was in https://github.com/GenerateApps/GenerateArea/blob/dev/template/default/page/user/view_account.php; generally, the option should be in the user templates at https://github.com/GenerateApps/GenerateArea/blob/dev/template/default/page/user/. The configuration for the option is indeed in the place you found it, https://github.com/GenerateApps/GenerateArea/blob/dev/app/models/.

  11. 13 hours ago, Mayank657 said:

    How can the customer can use it?

    I'm not familiar with how the integration works; but if you enter your keys and activate it, I'm assuming that in the client interface, a "Website Builder" or similar option will appear, which when clicked by the customer, will take them to the site.pro integration (which I believe connects through FTP to upload the resulting files to the servers).

    These questions are better answered by taking a look at the source code, or from hands-on experience (trying out something yourself, either in a local or your production environment); unfortunately, if you're not very familiar with PHP, you may need to start learning it; GenerateArea is in a transition period currently where development is focused on a new client area, so support is limited. Even if it wasn't though, it's a good idea to be able to understand the software that's managing your clients, and some familiarization with PHP is necessary if you're managing everything on your reseller.

  12. 32 minutes ago, TinkerMan said:

    By … searching the files!!!

     

    Spending some time (like a few hours) getting yourself familiar with the code base would be an amazing start, and will save you countless hours later when you try to customize more stuff. 

    I'm assuming this is a response to this (sorry for needing to clarify, but the last question was offtopic so it might be confusing):

    On 9/19/2023 at 11:28 AM, Mayank657 said:
    On 9/19/2023 at 11:07 AM, SpookyKipper said:

    In fact, you don't need to!

    Just find some settings with email addresses :)

    How to do this

  13. 3 hours ago, Mayank657 said:

    @SpookyKipper Bro do you know to add this in cpanel.x91A9iTcT62ZzLkgre5p

    You're asking questions that aren't relevant to the topic. If you want to ask something that isn't related to GenerateArea, make a new topic.

    You may also wish to avoid pinging people and just ask a question; someone will answer it, there's no need to ping someone specific unless you're asking something that specifically pertains to them.

  14. 1 hour ago, Mayank657 said:

    How to partner with gogetssl?

    Please fill in the form:

    https://www.gogetssl.com/reseller-program/#resellerform

    You can skip the fields that aren't required (such as company registration numbers, since I guess you don't have any).

    1 hour ago, Mayank657 said:

    Bro in partnership with gogetssl I don't know I am eligible or not

    You don't need to worry about that. If you're not eligible, they'll say so in the email, although this doesn't seem like an application so I don't think they reject any applicants.

  15. 1 minute ago, Mayank657 said:

    Bro how can I get api or something 

    What API? What do you need it for?

    21 hours ago, Mayank657 said:

    Can you tell me that how can I setup gogetssl 

    First you need to do this:

    On 6/26/2023 at 7:37 PM, TinkerMan said:

    You have to signup for a reseller GoGetSSL account. 

    Then, you may need to patch the files in GA. It has been explained in a post by @SpookyKipper recently:

×
×
  • Create New...