|
Page 1 of 1
|
PlayerX 
Joined: November 2007
Posts: 4
|
 [SSL] Problems With Images And HTTP/HTTPS
Version: 2.2.0.105 (new installation)
Web: h**ps://battlefield-ng.com
I found several problems viewing images with SSL certificate, attach the photos to see.
If I find more problems with images, I'll put it here.
I follow his project for years, I like the way you have and the styles.
Description: |
|
Filesize: |
254 KB |
Viewed: |
227 Time(s) |

|
Description: |
|
Filesize: |
240.82 KB |
Viewed: |
224 Time(s) |

|
Description: |
|
Filesize: |
306.81 KB |
Viewed: |
205 Time(s) |

|
|
#1 Sun 12 Jun, 2016 08:11 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
mort 
 Spam Basher

Joined: August 2010
Posts: 998
Location:  Up a tree
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
I'm not sure about this but I got it from Google..
Try adding ONLY ONE OF THESE to your .htaccess file
AFTER:
RewriteEngine On
ADD:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
OR
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
You may lock yourself out and have to clear your browser cache.
|
#2 Sun 12 Jun, 2016 09:32 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
I think the best way would actually to use links without "http", as in "://imgur.com/...". I think it should work.
|
#3 Sun 12 Jun, 2016 20:58 |
|
PlayerX 
Joined: November 2007
Posts: 4
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
The original idea is to look and fix them manually, but can not find.
I had solved temporarily "Redirect permanent" but was not the same.
I want to change it and try to put something like:
- $server_protocol = ($config['cookie_secure']) ? 'h**ps://' : 'h**p://';
Fixed 1 of 3:
File: includes/functions_bbcode.php - Line 91 (smilies of "Quick Reply")
- 'URL' => 'h**p://' . $host . $config['script_path'] . $config['smilies_path'] . '/' . $row['smile_url'],
-
|
#4 Sun 12 Jun, 2016 23:24 |
|
mort 
 Spam Basher

Joined: August 2010
Posts: 998
Location:  Up a tree
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
File: includes/functions_bbcode.php - Line 91 (smilies of "Quick Reply")
- 'URL' => 'http://' . $host . $config['script_path'] . $config['smilies_path'] . '/' . $row['smile_url'],
-
We've also got
functions_post.php
Line 729:
'SMILEY_IMG' => 'http://' . $host . $config['script_path'] . $config['smilies_path'] . '/' . $rowset[$i]['smile_url'],
And if we change it to the "relative" path.
'SMILEY_IMG' => './' . $config['smilies_path'] . '/' . $rowset[$i]['smile_url'],
It should work.
There's also this to deal with:
class_cache_extends.php
function obtain_smileys($from_cache = false)
{
global $db, $config;
if (($smileys = $this->get('_smileys')) === false)
{
$smileys = array();
$smileys_path = create_server_url() . $config['smilies_path'] . '/';
$sql = "SELECT code, smile_url FROM " . SMILIES_TABLE . " ORDER BY smilies_order";
$result = $from_cache ? $db->sql_query($sql, 0, 'smileys_') : $db->sql_query($sql);
while ($row = $db->sql_fetchrow($result))
{
$smileys[] = array(
'code' => $row['code'],
'replace' => '<img src="' . $smileys_path . $row['smile_url'] . '" alt="" />'
);
}
$db->sql_freeresult($result);
$this->put('_smileys', $smileys);
}
return $smileys;
}
I don't know if there is a global way to change all of this, so MG or informpro would be the ones to help sort this out..
|
#5 Mon 13 Jun, 2016 03:53 |
|
PlayerX 
Joined: November 2007
Posts: 4
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
Already solved thanks to github
|
#6 Mon 13 Jun, 2016 04:38 |
|
Informpro 
Joined: October 2008
Posts: 1110
Location:
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
If you have a patch you want to submit, that'd be sweet!
|
#7 Mon 13 Jun, 2016 18:07 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
Thanks for reporting.
I will fix everything if you could help to keep track of all the changes.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#8 Wed 22 Jun, 2016 20:23 |
|
PlayerX 
Joined: November 2007
Posts: 4
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
Recommend that when installing IP, place a checkbox for SSL, because it would have to change within mysql.
'cookie_secure'
|
#9 Wed 29 Jun, 2016 04:57 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
Recommend that when installing IP, place a checkbox for SSL, because it would have to change within mysql.
'cookie_secure'
Thank you for the suggestion, I'll try to check if I can do that automatically.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#10 Sat 30 Jul, 2016 22:45 |
|
Cristianita 
Joined: October 2015
Posts: 297
Location:  Sonora, México
|
 Re: [SSL] Problems With Images And HTTP/HTTPS
Recommend that when installing IP, place a checkbox for SSL, because it would have to change within mysql.
'cookie_secure'
I'm sorry... I did it, but it didn't work...
|
#11 Mon 30 Apr, 2018 06:47 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|