Jump to content

bdistler

Members
  • Posts

    279
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by bdistler

  1.  

    are you trying to use a "warez" copy of vBulletin which has a price of USD$249.00 ( http://www.vbulletin.com/en/purchases ) ??

     

    most warez software will have issues after some time...

    No one in his/her right mind would post an open question about a software that requires a license, giving a link to his/her web site, if Not havig at least one. I Own Three (3) vbulletin licenses for 3.8.4 version.

     

    every week or so - in one of the support forums for my hosts - both free and paid - someone will start a thread for support and the Admins will find "nulled" softwere in that account

     

    vBulletin's license is to use a copy of their softwere with one domain - that domain is included in the license

     

    you deleted the link http://acropolis.heliohost.org to your site in this thread and deleted your HelioHost account - so I assume you do not have a vBulletin's license for the domain acropolis.heliohost.org

     

  2. I tried adding the same domain today again but it didn't work.

    -

    Network IP address lookup:

    Whois query for devcafe.tk...

    Results returned from whois.dot.tk:

    Invalid query or domain name not known in Dot TK Domain Registry

    ###

  3. -

    what is the date stamp ( or date and time ) of this allege access to your file manager ( I assume inside of cPanel ) ??

     

    do you have this PHP script [ syahrulridho.php ] in any of your 18 accounts ??

     

    if not anyone who tried to access it would have received a [ ERROR 404 ]

    ###

  4. Our recommendation for removing malware is to delete the software entirely and reinstall it using only reputable sources and components.

    -

    a issue I have with that is - most users do not know how to remove ALL malware completely - I find a lot of it above the [ public_html ] folder in one or more folders added under the [ mail ] folder

     

    IMO - when you know your account has malware - best thing to do is delete it and setup a new one - and do not install WordPress

  5. I've given my whole index.php. You can see the code, I've started the session at line 2 after that I've included header.php

    -

    a BOM signature will cause Headers already sent error in PHP

     

    I did a download of your file from Pastebin and found a BOM in it

     

    while it is better to use a hex editor - here is PHP code to test your file for a BOM

     

    be sure to replace [ theNameOfYourFile.php ] with the name of your file to test

    -

    <?phperror_reporting(E_ALL); /* replace with your name of file to test */$filename = "theNameOfYourFile.php"; if (is_file($filename) !== TRUE)  {    print "ERROR file ==> " . $filename . " <== not found<br>\n";    EXIT;  } $handle = fopen($filename, "rb"); if ($handle !== NULL)  {    $bom = fread($handle, 3);     $ans = htmlspecialchars($bom);     $hex = bin2hex("$bom");    $hex = chunk_split($hex, 2, ' ');    $hex = trim($hex);     if ($bom == b"\xEF\xBB\xBF")      {        print "is a BOM";      }      else        {          print "is no BOM";        }     print " in file ==> " . $filename . " <==";     print "<br>\n<br>\nfound:<br>\nthis ASCII ==>" . $ans . "<==<br>\n<br>\nthis HEX ==> " . $hex . " <==<br>\n";  }  else    {      print "ERROR file ==> " . $filename . " <== did not open<br>\n";    }?>
    

    -

    ###

    -

     

  6. my cPanel on server Tommy has 3 icons with SSL in the name

     

    in the [ SECURITY ] block --> [ SSL/TLS Status ] and [ SSL/TLS ] and [ SSL/TLS Wizard ]

    ###

    -

    at [ SSL/TLS Status ]

     

    says "You have 41 unsecured domains. Would you like to purchase certificates for them?"

    note: the word "purchase"

     

    click on [ Show Unsecured Domains ]

    says "Showing 56 of 56 domains"

     

    is it 41 or 56 domains ??

     

    down the righthan side of the list on each row (domain) is [ + Purchase Certificate ]

    if I click on that - it shows 6 types of certificates - with prices from $9.00 USD to $216.00 USD

     

    at the top of the list is this subdomain [ bobdistler.siteofhandystuff.info ]

    which my browser says "This site can’t be reached - bobdistler.siteofhandystuff.info’s server DNS address could not be found."

    but cPanel will sell me a certificate for it

    ###

    -

    at [ SSL/TLS ]

     

    [ Private Keys (KEY) ]

    says "A private key is used to decrypt information transmitted over SSL"

    how would I use that on my shared-hosting-server ??

     

    [ Certificate Signing Requests (CSR) ]

    says "Check with the CA’s CSR requirements for the Apache web server"

    who ever that is

     

    [ Certificates (CRT) ]

    says "Use this form to generate a new, self-signed certificate for your domain"

    I do not think that will work on my shared-hosting-server

     

    [ Install and Manage SSL for your site (HTTPS) ]

    says "You do not have a dedicated IP address. As a result, web browsers that do not support SNI will probably give false security warnings to your users"

    ###

    -

    at [ SSL/TLS Wizard ]

    says "Use this interface to purchase and install SSL certificates for your account."

    there is that word again "purchase"

    ######

    -

    from --> [ https://blog.cpanel.com/autossl/ ] --> "Once you enable AutoSSL your websites are automatically secured with a Domain Validated SSL certificate"

     

    how will this work with my domains now on CloudFlare ???

    ###

  7. IF your account was suspended for [ System Resources ] AND/OR [ Terms of Service ] - Admins will need to unsuspend your account - if that can be done


    you should try the [ Renew Account ] on the [ Account Suspended ] page that your account is showing


    IF your account was suspended for inactivity - because you did not logged into your account for more than 30 days at [ https://heliohost.org/ ]


    you can reactivate your account at [ https://www.heliohost.org/renew/ ]


    to prevent this from happening - you must login to your account at [ https://heliohost.org/ ] - with no more than 30 days after your last login


    if you have any issues post them here so the Admins can look into it


    If you are still seeing the "Account Suspended" page - after reactivating your account - clear your browser's cache and history - close browser - reopen browser - then check your site again

    ###
  8. However, why is it displaying the html instead of rendering it? Have I entered the file incorrectly?

    -

    this is the source-code my browser shows...

    <html>
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    	<title></title>
    </head>
    <body>
    <p><html><br />
    <head><br />
    <style><br />
    body</p>
    
    <p>{</p>
    
    <p>    color: darkblue;<br />
        background-color: lightblue;<br />
    }<br />
    </style><br />
    </head><br />
    <body></p>
    
    <p>TEST_STRING_4541589465282432892</p>
    
    <p></body><br />
    </html></p>
    
    <p></p>
    </body>
    </html>
    

    and that source-code will make the page showing HTML code

    ###

×
×
  • Create New...