Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4253
Latest: Ineedsmfhelp
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43242
Total Topics: 7516
Most Online Today: 107
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 89
Total: 89

Author Topic: nCode Image Resizer ssl sertifika ?  (Read 4456 times)

0 Members and 1 Guest are viewing this topic.

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
nCode Image Resizer ssl sertifika ?
« on: May 16, 2017, 01:59:18 pm »
nCode Image Resizer  ssl sertifika  ? Not compatible

subs.php
Code: [Select]
array(
'tag' => 'img',
'type' => 'unparsed_content',
'parameters' => array(
'alt' => array('optional' => true),
'title' => array('optional' => true),
'width' => array('optional' => true, 'value' => ' width="$1"', 'match' => '(\d+)'),
'height' => array('optional' => true, 'value' => ' height="$1"', 'match' => '(\d+)'),
),
'content' => '<img src="$1" alt="{alt}" title="{title}"{width}{height} class="bbc_img resized">',
'validate' => function (&$tag, &$data, $disabled)
{
global $image_proxy_enabled, $image_proxy_secret, $boardurl;

$data = strtr($data, array('<br>' => ''));
if (strpos($data, 'http://') !== 0 && strpos($data, 'https://') !== 0)
$data = 'http://' . $data;

if (substr($data, 0, 8) != 'https://' && $image_proxy_enabled)
$data = $boardurl . '/proxy.php?request=' . urlencode($data) . '&hash=' . md5($data . $image_proxy_secret);
},
'disabled_content' => '($1)',
),
array(
'tag' => 'img',
'type' => 'unparsed_content',
'content' => '<img src="$1" alt="" class="bbc_img">',
'validate' => function (&$tag, &$data, $disabled)
{
global $image_proxy_enabled, $image_proxy_secret, $boardurl;

$data = strtr($data, array('<br>' => ''));
if (strpos($data, 'http://') !== 0 && strpos($data, 'https://') !== 0)
$data = 'http://' . $data;

if (substr($data, 0, 8) != 'https://' && $image_proxy_enabled)
$data = $boardurl . '/proxy.php?request=' . urlencode($data) . '&hash=' . md5($data . $image_proxy_secret);
},
'disabled_content' => '($1)',
),


change

Code: [Select]
array(
'tag' => 'img',
'type' => 'unparsed_content',
'parameters' => array(
'alt' => array('optional' => true),
'width' => array('optional' => true, 'value' => ' width="$1"', 'match' => '(\d+)'),
'height' => array('optional' => true, 'value' => ' height="$1"', 'match' => '(\d+)'),
),
'content' => '<img src="$1" alt="{alt}"{width}{height} border="0" onload="NcodeImageResizer.createOn(this);" class="bbc_img" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
),
array(
'tag' => 'img',
'type' => 'unparsed_content',
'content' => '<img src="$1" alt="" border="0" onload="NcodeImageResizer.createOn(this);" class="bbc_img" />',
'validate' => create_function('&$tag, &$data, $disabled', '$data = strtr($data, array(\'<br />\' => \'\'));'),
'disabled_content' => '($1)',
),


You need to make it compatible

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: nCode Image Resizer ssl sertifika ?
« Reply #1 on: May 16, 2017, 02:03:59 pm »
Is that the fix? Or what needs to change?
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #2 on: May 16, 2017, 02:08:35 pm »
SSL certificate compatible not
You do this harmoniously

I do not know English  idare et

https://www.replikacep.com/cwr-yedegini-flas-tool-ile-telefonumuza-yukleme-brik-telefonlari-kurtarma-t2802.0.html


SSL certificate problem
« Last Edit: May 16, 2017, 02:12:52 pm by sempatiko »

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #3 on: May 16, 2017, 02:14:21 pm »
smf 2.1   /smf 2.0.14   Must be harmonious

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #4 on: May 16, 2017, 02:20:41 pm »
You must update the mode

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: nCode Image Resizer ssl sertifika ?
« Reply #5 on: May 16, 2017, 02:29:13 pm »
ok
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #6 on: May 16, 2017, 02:36:08 pm »
I need it now :)

Subs.php  Change it Enough

Images must be https: // for SSL certificate
« Last Edit: May 16, 2017, 02:40:19 pm by sempatiko »

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #7 on: May 23, 2017, 02:47:15 pm »
When is it updated?

When to update

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16428
    • View Profile
Re: nCode Image Resizer ssl sertifika ?
« Reply #8 on: May 23, 2017, 02:49:13 pm »
When i have time.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline sempatiko

  • Member
  • *
  • Posts: 9
    • View Profile
    • replikacep.com
Re: nCode Image Resizer ssl sertifika ?
« Reply #9 on: May 23, 2017, 02:50:28 pm »
When i have time.

I hope it will be time

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
7392 Views
Last post September 16, 2007, 07:47:19 am
by Rafferty
0 Replies
3806 Views
Last post December 24, 2007, 02:51:54 pm
by dry3210
3 Replies
6102 Views
Last post February 19, 2008, 08:25:28 pm
by SMFHacks
3 Replies
3409 Views
Last post June 13, 2011, 12:29:10 pm
by bruno
5 Replies
8038 Views
Last post April 04, 2012, 12:39:56 pm
by spcx

+- Recent Topics

is it possible to add support for odysee.com by SMFHacks
March 13, 2024, 10:53:28 pm

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

User Gallery Feature: move / bulk move images by SMFHacks
January 30, 2024, 05:48:25 pm

In the future it may be for smf 2.1.x? by smithloo
January 30, 2024, 12:55:34 am

Powered by EzPortal