Search results

  1. C

    Resolved Cron job won't run in DirectAdmin

    Ah, I found the issue. It had nothing to do with cron commands. Here's a bit of context: In my PHP file, the following code was responsible for writing the current timestamp to a log file: $file = 'php_log.txt'; $theOriginalFileContents = file_get_contents($file); file_put_contents($file...
  2. C

    Resolved Cron job won't run in DirectAdmin

    I have a single cron job for my free x10hosting account. It is set to run every (6) minutes. ("*/6" is the in the "Minute" column; the other 4 time-period columns contain an asterisk.) The most recent instance that the cron job ran was on December 26, 2019, which was of course the date that...
  3. C

    Which login webpages "reset" the 30-day timer?

    I understand that after 30 days of not logging in to one's free x10hosting account, the domain will be suspended for "inactivity." However, recently my account was suspended for inactivity, despite the fact that I am sure that I logged in just 3 weeks ago (at most). So, I am worried that the...
  4. C

    "R1Soft Restore Backups" refuses to load

    Interesting. That's more-or-less the same URL that I would eventually get redirected to after 30 minutes of loading. But, after I enter my login info, I get the following error message (instructing me to contact the "Backup Manager administrator"): https://i.imgur.com/9vt4vUv.png
  5. C

    "R1Soft Restore Backups" refuses to load

    Do you think that it has something to do with the fact that my website became "suspended" a couple days ago (for "inactivity"), even though I immediately clicked the button to "un-suspend" my website? Do you mind posting the URL that you see after you've been redirected to the backups webpage?
  6. C

    "R1Soft Restore Backups" refuses to load

    When I click on the "R1Soft Restore Backups" link in cPanel (found under the "Files" heading), the following URL is opened: https://xo4.x10hosting.com:2083/cpsess1476390142/frontend/x3/r1redirect.php The text on this webpage says: Redirecting to R1Soft CDP Server, please wait.. And the...
  7. C

    Request for max file size increase (to host PhantomJS)

    I understand that files over 10MB will be automatically removed from free accounts. I understand that this limit was imposed to curb piracy and the hosting of media content, as explained by Corey Arbogast in this post. I am trying to run PhantomJS on my website. The problem is that the file...
  8. C

    How to get Cloudflare to work on non-www URLs?

    Okay, I've figured it out. Before you begin, ensure that hidden files are visible in cPanel File Manager. First, I had to create a new .htaccess file in my public_html directory. (If the .htaccess file is not in this exact location, then the redirect code will NOT work.) I then put the...
  9. C

    How to get Cloudflare to work on non-www URLs?

    @lylex10h - I simply enabled CloudFlare in cPanel. cPanel - CloudFlare Overview - screenshot cPanel - Advanced DNS Zone Editor - screenshot My site contains sensitive information and is password-protected (hence why I want the HTTPS in the first place), so that's why I didn't want to...
  10. C

    How to get Cloudflare to work on non-www URLs?

    Cloudflare works when I navigate to www.mysite.x10host.com but it does not work when I navigate to mysite.x10host.com. In other words, Cloudflare only works when "www." is in front. I know this because my browser says "this website is not secure." Can anyone help me with this? How can I either...
  11. C

    How to prevent certain words from triggering "403 Forbidden" error?

    @Livewire I would very much appreciate your help. If you could modify mod_security to fix this (or disable SecFilterEngine/SecFilterScanPOST entirely), I'll be elated. Thank you.
  12. C

    How to prevent certain words from triggering "403 Forbidden" error?

    I get the following message when posting certain words to a .php page (sent from /thoughtbook.html page): Forbidden You don't have permission to access /ThoughtpadFileWrite.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle...
Top