Jump to content
[MUST READ] Forum Rules ×

FHI

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by FHI

  1. 4 hours ago, PCTipsGR said:

    Just change HTTP to HTTPS in the link. But as @PlanetCloud has said it should use HTTPS, if it does not use then make an issue on GitHub.

    I’m on free package I do want to mention that, I’m using cloudflare via VPanel and I followed their welcome email to just enabled Full SSL, and mix content and always HTTPS in crypto  It’s using https for everything besides:

    password reset

    Vpanel 

    not sure what I’m doing wrong. 

    Here is the code below:

     

    <?php
    
    $global = array(
        
    'id' => md5(rand(6000, PHP_INT_MAX)), // Captcha Randomizer
        
    'protocol' => 'https://', // Specify your website protocol here. Is it secured with SSL? if yes use "https://" if no, use "https://"
        
    'domain' => strtolower(preg_replace('/^www\./' , '' , $_SERVER['HTTP_HOST'])), // Automatic Domain Recognition
        
    'domain_def' => 'MYDOMAINNAME.com', // In case the Automatic Domain Recognition failed, use this.
        
    'title' => 'MY HOSTING NAME', // Site title
        
    'logo' => 'https://MyHostingNamecom/images/logo.png', // Logo URL
        
    'email' => '[email protected]', // Where to send abuse email?
        
    'cod_type' => 'UTF-8', // Encoding Type
        
    'color' => 'orange', // Change button color. Available color : pink , blue , green , red , purple , yellow , black , white (NOT RECOMENDED) , grey.
        
    'submit_def' => 'https://securesignup.net',
        
    );
    ?>
×
×
  • Create New...