171
aerograf
Re: http to https
  • 2017/2/21 13:02

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


If you are trying vstevit external image with the kernel, it will try to take it from https to take, but if the site does not support https and the images can not be. Try to to see the picture a direct link.



172
aerograf
Re: http to https
  • 2017/2/21 12:49

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Quote:

justinebaby wrote:
thanks,

But my probleme, i think it become:

style="background-image: url(<$post.image>);"

and the image from this can't be readed.

As in my previous post, the modules useds: RMcommon and Mywords.

Regards.


Maybe so? <{$post.image}>



173
aerograf
Re: http to https
  • 2017/2/21 10:56

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Quote:

justinebaby wrote:
Hello,

I try with your instruction, but some of images do not display correctly. Do you have somme idea else?

Regards.

If the problem is with the external picture, try src = "// ysite.org/img .....



174
aerograf
Re: http to https
  • 2017/2/21 10:53

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Quote:

geekwright wrote:
Quote:

aerograf wrote:
The ssl problem with mixed content, and decide now with the editors that have inserted links users excluding http: //. But not everyone supports ssl therefore looking for a solution through the above or /redirect.php?site=.
But not everything is working correctly.
Do ideas and solutions?


For internal links, where http links to your own site's content are embedded in your content, you can dump the database, replace all the occurrences, (i.e. change allhttp://example.com tohttps://example.com) and then reload it. There are also tools to do that in-place in the database. It is a one shot task, and really should only take a few minutes.

For external links where you are essentially hot linking someone else's content, you either accept the warnings, or you implement some sort of proxy. That is expensive (you end up carrying bandwidth to fetch and send out resources from the other sites, up from 0% to 200% of the cost) and it is risky, you have to engineer in protection to keep your site from being used as a proxy by other sites (a situation that could consume an entire month's bandwidth for a low price hosting plan in a matter of minutes.)

If you had a robust cache strategy, you could cut down the resource requirements. We do something like that for oEmbed content in XOOPS 2.6 already. That concept could be adapted to handle http proxying for this situation. But, 2.6 has a much more scalable cache already. It also has a more modular text sanitizer which could help in implementing the details.

It isn't impossible, but it is not something everyone would want to put into place. At this point, it isn't feasible to dedicate that much additional effort to the 2.5 series.

If the basic support for self hosted content over SSL doesn't work, that is a bug and will be fixed. A comprehensive proxy solution for remote hosted content is an enhancement which will be deferred to the next generation of XOOPS.

Thank you.
The issue with mixed content and resolved all the issues have been removed. Translated everything on ssl without problems. There were difficulties with JS, but they can be solved.



175
aerograf
Re: http to https
  • 2017/2/19 9:37

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


The ssl problem with mixed content, and decide now with the editors that have inserted links users excluding http: //. But not everyone supports ssl therefore looking for a solution through the above or /redirect.php?site=.
But not everything is working correctly.
Do ideas and solutions?



176
aerograf
Re: http to https
  • 2017/2/18 20:23

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


To hide the external links, add the .htaccess
#Links rewrite
RewriteRule rew /(.*)$ http// $ 1 [L]
RewriteRule rews /(.*)$ https// $ 1 [L]

and a link to do so
href "/ rew / www.site ....



177
aerograf
Re: http to https
  • 2017/2/18 17:14

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


And, do not forget to register in .htaccess redirect
Something like this:
RewriteCond% {HTTP_HOST} ^ yurl.org
RewriteRule 
(. *) Https://www.yurl.org/$1 [R = 301, L]
RewriteCond% {THE_REQUEST} ^ [A-Z] {3,9}  / index  .php  HTTP /
RewriteRule index  .php https://www.yurl.org/ [R = 301, L]



178
aerograf
Re: http to https
  • 2017/2/18 17:06

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Passed as two weeks ago ...
It is necessary to replace the http to https in mainfile.php
And if you use rekaptcha In the File /class/captcha/recaptcha/recaptchalib.php correct line:
function recaptcha_get_html ($ pubkey, $ error null, $ use_ssl true)

That's all .



179
aerograf
Re: TDMDownloads 1.65 RC 1
  • 2017/2/17 12:02

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


Quote:

Mage wrote:
Hi Heyula!

Thanks for your great work in templates!

1. I will integrate this
2. With the new system "fineupload" of 2.5.9 I will be able to make the modification to integrate images.
3. I do not know if it's very useful for everyone...

The next version of TDMDowloads will only be a code change to be compatible with version 2.5.9.

Then I integrate the requests!
For the moment I concentrate on xoops 2.5.9.


Thank you for your hard work!
And maybe add a category management to hide / show?



180
aerograf
Re: Problems with Soapbox
  • 2017/2/15 10:03

  • aerograf

  • Quite a regular

  • Posts: 214

  • Since: 2017/1/7 1


He has made some corrections, test:
https://www.shmel.org/files/singlefile.php?cid=3&lid=267




TopTop
« 1 ... 15 16 17 (18) 19 20 21 »



Login

Who's Online

208 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits