Jump to content

66Uptime - Uptime & Cronjob Monitoring software [Extended License]

Featured Replies

  • Replies 109
  • Views 25.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Most Helpful Posts

  • Mahmoud
    Mahmoud

    This file has been updated to v44.0.0 What's New in this Version: Implemented the new Dynamic OG Images generator plugin service. Available for free to all AltumCode club subscribers. Implemented the

Posted Images

  • Author
  • 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

11 minutes ago, Mahmoud said:

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

Okay, Sorry I'm forgot to pay the fees. Please check. I just sent you 2 euros

In version 19.0.0.0 there are currently big bugs, updates cannot be installed (since version 17.0), and in version 19.0 users cannot register due to a 500 redirect error.

Edited by Aymeric70
Update

@Mahmoud : Ah okay, since version 18 I haven't had to do it manually, I agree, thank you 😉 manually that means going to the MySQL space and changing
 

"product_info" = "19.0.0", "1900 "

to

"product_info" = "20.0.0", "2000"

 

@Mahmoud Ok, so I have to redo the complete installation because (v1.0.0) because I had a problem with the whole script, it no longer displays or displays error 500.

In which file is the clean bdd to install it annually?

Edited by Aymeric70
Update

@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>

 

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...

Recently Browsing 0

  • No registered users viewing this page.

Latest Updated Files