Jump to content
Bicrypto v3.6.1 + All Plugins ×
  • advertisement_alt
  • advertisement_alt
  • advertisement_alt

66Uptime v32.0.0 - Uptime & Cronjob Monitoring software [Extended License]


Mahmoud

Recommended Posts

  • 1 month later...
  • 2 weeks later...
  • Administrators
17 minutes ago, Dũng Đào said:

Can I pay with Paypal or Visa?

You can pay by Visa through a third party

for example:

You can charge your wise account by Visa and pay through wise

You can top up your Binance account with Visa and pay through Binance

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

  • Administrators
6 minutes ago, Tien Dung Dao said:

I'm payment via buymeacoffee #12058

Please check and help me, thank you

It seems that you forgot to pay the fees, you need to pay the fees because this platform charges high fees

Support is available for paid files only
Support for free files is offered for a fee only

Link to comment
Share on other sites

  • 3 months later...
  • Mahmoud changed the title to 66Uptime v20.0.0 - Uptime & Cronjob Monitoring software [Extended License]

@Mahmoud So suddenly, for the manual installation, you have to download the files on the server, modify the part on the database:

product_info {"version":"6.0.0", "code":"600"}

The config file should keep the configuration since version 1.0.0

<?php

/* Configuration of the site */
define('DATABASE_SERVER',   'HÔTE');
define('DATABASE_USERNAME', 'USERNAME');
define('DATABASE_PASSWORD', 'PSW');
define('DATABASE_NAME',     'NAME');
define('SITE_URL',          'https://www.website.fr/');

As well as the .htaccess

Options All -Indexes

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]

<IfModule mod_expires.c>
    <filesMatch ".(gif|ico|jpg|jpeg|png|svg|webp)$">
        Header set Cache-Control "max-age=31536000, public"
    </filesMatch>

    <filesMatch ".(js|css)$">
        Header set Cache-Control "max-age=2592000, public"
    </filesMatch>
</IfModule>

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • Mahmoud changed the title to 66Uptime v21.0.0 - Uptime & Cronjob Monitoring software [Extended License]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...