Jump to content

bdistler

Members
  • Posts

    279
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by bdistler

  1. - no more than 30 days after your last log-in ###
  2. - that is the address of the server your account is on - server name is [ Johnny ] ###
  3. - server Stevie has been gone for some time now the only other server now is Tommy - which has better uptime then server Johnny ###
  4. Classic ASP is abandonware -- Microsoft IIS will still run it, but it hasn't been actively supported for more than a decade even on the MS stack. There is no good reason to do any new development on ASP, even if you know you're going to be deploying to a Windows environment. The only reason MS still includes a runtime is because they can't afford to strand existing customers; forcing code migration would simply stop server upgrade sales.
  5. - I 'see' DOMAIN [ dotaspinz.com ] as suspended ###
  6. - IF your Web page has "Index OF /" and a list of files and folders - any visitor can download those files - if you have no other controls on your site ###
  7. - IF there is no file named [ .htaccess ] in folder [ kalnterimi ] - you need to make one in that folder (note the name has a dot in the front of it) put this line in that file [ DirectoryIndex index.html aboutus.html ] - without the brackets ###
  8. -add this line in and near the top of the file [ .htaccess ] in folder [ kalnterimi ] - DirectoryIndex index.html aboutus.html -that line tell the Apache Web Server to display the [ index.html ] file - if that file is not available then display [ aboutus.html ] ###
  9. rename the file [ aboutus.html ] in folder [ kalnterimi ] to [ index.html ] - you might need to redo links at top of that Web page
  10. - 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
  11. the BOM - when correctly used - is invisible in your editor the BOM is 3 bytes - hex is [ ef bb bf ] - which are extended ASCII codes - see --> [ http://www.ascii-code.com/ ] for more information about the BOM - see --> [ https://www.w3.org/International/questions/qa-byte-order-mark ] be sure you are using - UTF-8 without BOM - formatting in your editor - when writing PHP scripts
  12. - that "space" was the 3 byte BOM ### I see above that you are using [ Notepad++ ] editor for information about how to remove a BOM see --> [ http://www.larshaendler.com/2015/01/20/remove-bom-with-notepad/ ] ###
  13. - 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"; }?> - ### -
  14. 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 ??? ###
  15. - IMO no one should download files that contain malware to their computer ### - - @Tjoene your link is broken - S/B [ http://www.clamav.net/contact ] ###
  16. 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 ###
  17. you can see a map where some of the DNS servers that have information about your domain are --> [ https://www.whatsmydns.net/#A/leafbubble.ca ] hit the reload in your browser to see more ###
  18. - 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 ###
  19. - after a edit of this post to use the correct domain [ http://leafbubble.ca/ ] - I 'see'... <html> <head> <style> body { color: darkblue; background-color: lightblue; } </style> </head> <body> TEST_STRING_4541589465282432892 </body> </html> ###
  20. - it might be - he (OP) was looking at this link --> [ https://www.heliohost.org/h-terms.html ]
  21. 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 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 ###
  22. 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 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 ###
  23. 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 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 ###
  24. lets see what happens when the Admens see you that you are out outside of the TOS with two or more accounts
×
×
  • Create New...