Jump to content
[MUST READ] Forum Rules ×

FHI

Members
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FHI's Achievements

Newbie

Newbie (1/14)

  1. 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', ); ?>
  2. Very nice, thank you for this. One question how do you enable SSL for the password reset portion of the current release? the settings are set to use ssl and when it comes to cpanel.domain.com for password it wont use ssl.
×
×
  • Create New...