Jump to content

bhadley

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by bhadley

  1. I bought a certificate (GeoTrust RapidSSL) for bretthadley.com

    I bought a dedicated IP address (From you ofc)

    I did all the installation. generated keys certificates etc.

    I installed it onto my server (It confirms GeoTrust and on)

     

    However, after all that, when I visit bretthadley.com ... it still doesnt have https :(

     

    So what did I forget?

     

    username: bhadley

    server: stevie

  2. So my SSL certificate providor is asking for what type of webserver I'm running and here are the options.

     

    Apache + OpenSSL

    Apache + MOD SSL

    Apache + Raven

    Apache + SSLeay

    C2Net Stronghold

    cPanel

    IBM HTTPiPlanet Server 4.1

    Lotus Domino 4.6+

    Lotus Domino Go 4.6.2.51

    Lotus Domino Go 4.6.2.6+

    Netscape Enterprise/FastTrack

    Zeus v3+

    Apache 2

    Apache + ApacheSS

    Cobalt Series

    Ensim

    Hsphere

    Ipswitch

    Plesk

    Tomcat

    Weblogic - all versions

    O\'Reilly Website Professional

    Webstar

    Microsoft Internet Information Server

    Microsoft IIS 4.0 (Deprecated)

    Microsoft IIS 5.0 (Deprecated)

     

    Which one is it?

  3. Hello,

     

    I used the script at http://www.heliohost.../scripts/domain 3 days ago to change the domain of my account but the page has been queued ever since. Currently the only way to access it is to visit http://www.ie-frostmane.com (another parked domain) which is set to redirect to http://www.brettqt.com

     

    username: bhadey

    main domain: brettqt.heliohost.org

    server: stevie

     

    Also if you get the change can you take a look at my open Questions topic? shell_exec problem. http://www.helionet....for-shell-exec/

  4. Hello,

     

    I recently found out my previous host ran php in safe mode and I was unable to get it changed without upgrading my account so I moved here. However I'm still getting the same problem.

     

    Warning: shell_exec() has been disabled for security reasons in /home/bhadley/public_html/include/login.php on line 5

     

    Basically I'm trying to implement the Facebook connect login / register system into my website using their php API but function calls get blocked. How would I resolve this problem?

     

    p.s. Not sure if this should go into questions or customer support forum - sorry if I posted in the wrong section.

     

    Server name: stevie

    username: bhadley

    main domain:brettqt.heliohost.org (www.brettqt.com)

    link to page to see error yourself

    http://www.brettqt.c...clude/login.php

     

     

    Here is the code I'm trying to run.

    <?php
    require_once("facebook.php");
    $config = array();
    $config[`appId`] = '<SNIP>';
    $config[`secret`] = '<SNIP>';
    //$config[`cookie`] = true;
    $facebook = new Facebook($config);
    ?>

×
×
  • Create New...