Search results

  1. Ecko

    Publisher Media with Video Ads?

    https://flowplayer.org/docs/asf.html
  2. Ecko

    Publisher Media with Video Ads?

    Well what kind of video player are you using?
  3. Ecko

    Publisher Media with Video Ads?

    Seen it used with this something like this: http://popcornjs.org/documentation
  4. Ecko

    Hiding Rank 8

    wtf that's so excessive, just change this query: $GetRanks = mysql_query("SELECT id,name,tab_colour,title FROM ranks WHERE id > 1 ORDER BY id DESC"); to $GetRanks = mysql_query("SELECT id,name,tab_colour,title FROM ranks WHERE id > '1' AND id < '8' ORDER BY id DESC");
  5. Ecko

    Show DevBest InGame - Gaming Database.

    Only if the user system is directly linked to the forum (ie - no separate accounts for main site and forum)
  6. Ecko

    Need a new monitor, what to look out for - what to buy?

    https://www.amazon.com/LG-27UD68-P-27-Inch-Monitor-FreeSync/dp/B01CH9ZTI4/ http://www.newegg.com/Product/Product.aspx?Item=N82E16824025366&cm_re=LG_4k_27-_-24-025-366-_-Product
  7. Ecko

    Windows or Linux? (Webhost)

    CentOS/RHEL
  8. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    If only @Sly could revert the correct fix that @Blasteh gave and see if your method actually works.
  9. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    You're the one who said rewrite rules would fix a mixed content error ( https://devbest.com/threads/mixed-content-issue-https-http-error-sslerror-ssl-c-510.80977/#post-393320 ). So then why didn't it fix it here (...
  10. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    Except it's not loaded in the way you're thinking and doesn't generate an HTTP request at all: You clearly have no understanding of how web servers work at all.
  11. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    It would be the same in this case as well, since the crossdomain.xml file is not being loaded through some kind of HTTP request (which would not trigger the redirect/rewrite).
  12. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    https://devbest.com/threads/mixed-content-issue-https-http-error-sslerror-ssl-c-510.80977/#post-393318 I made a simple post stating rewrite rules wouldn't affect included or required files (ie - by a script). You contradicted that and I provided evidence (http://marc4103.autobots.biz). Now...
  13. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    Without trying to sound cocky, I would say I have quite a lot of experience in this particular subject. I just gave you an example and showed you your "fix" doesn't work (as I mentioned before).
  14. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    http://marc4103.autobots.biz - notice how it automatically redirects to https? notice how there's a mixed content error? i don't know why you're getting so angry
  15. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    Did you not read what I wrote at all? If you visit the link, it will redirect because that is an HTTP request. If the link is being included or required in the file, then it won't rewrite. http://stackoverflow.com/questions/11119491/htaccess-rewriterule-with-php-include-or-require-not-working...
  16. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    rewrite rules only affect HTTP requests, not local server requests. it has no affect on require(s)/include
  17. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    rewrite rules would not fix a mixed content error
  18. Ecko

    Mixed Content Issue "Https/Http" Error: SSLError; ssl.c:510

    The crossdomain.xml file needs to be loaded over https
  19. Ecko

    What are you listening to now?

  20. Ecko

    What's your favorite macro tool?

    SCAR
Top