Search results

  1. T

    Resolved Cron Jobs

    On the old server before the migration, I had a small cron job setup to run every morning. It is designed to clean up some directories from the previous day and free up disk space. It appears that there is a new file path that the cron job needs to be pointing to on the new server. Here is what...
  2. T

    Resolved Do I have to go through Cloudflare to point my domain to my x10host account?

    Hi, I am wondering if I can still point my domain directly to the x13 server rather than having to go through Cloudflare. Cloudflare I see as just another point of failure. If Cloudflare goes down, which it does quite often, then my domain will not work either. I would need to know how I could...
  3. T

    Resolved Missing files on talk2azs.x10host.com

    Hi. It appears that I have many files missing on my website along with all the changes I have made since the end of last year. Is there a way I can get my files restored from the old server as they appeared at the time of taking the old server down? Thanks in advance for your help.
  4. T

    Resolved DNS still pointing to old server at IP 198.91.81.4

    Connectivity to the new web server cannot be done. talk2azs.x10host.com is still pointing to 198.91.81.4. My web page is now stored on X13, 198.91.81.13. I checked my account settings and the A record is pointing to 198.91.81.13. I was hoping the issue is still a DNS propagation issue and the...
  5. T

    Preventing TOR users to access my web site.

    Does x10 hosting keep a list of all current TOR network exit nodes? The list of TOR exit nodes change multiple times a day. I have created a php script that checks a text file that contains all exit node IP addresses. If the script finds an IP address matching an IP address in that text file...
  6. T

    Retrieving the contents of a remote web page.

    I have a need to retrieve the contents of a specific remote web page. For example, I am using the php function: $url='http://www.SomeWebPage.com'; $contents = file_get_contents($url); $contents = htmlspecialchars($contents); From here I would like to search for specific keywords inside the the...
  7. T

    Email not being sent from within my php code.

    E-mails are not being sent from within my php code anymore. Is it possible that I may have sent too many e-mails while I was performing some final tests on my application? If this is the case, can you please clear this so that e-mail can continue to come through? Thanks in advance.
  8. T

    R1Soft Backup/Restore (Authentication Failed)

    When I click on the R1Soft Backup/Restore icon in cPanel, I get the error: ================ You are attempting to log into your cPanel backups from xo2.x10hosting.com. If you think you are seeing these messages in error, please contact your Backup Manager administrator. Authentication Failed...
  9. T

    R1Soft Backup/Restore (Authentication Failed)

    When I click on the R1Soft Backup/Restore icon in CPanel, I get the error: ================ You are attempting to log into your cPanel backups from xo2.x10hosting.com. If you think you are seeing these messages in error, please contact your Backup Manager administrator. Authentication Failed...
  10. T

    404: Page not found

    My root html folder does contain both an default.htm and a index.php. But when accessing talk2azs.x10host.com from a web browser, everyone gets this message: 404: Page not found I have sub folders in the directory also, and those index.php work just fine. My x2 cpanel showed me not having any...
  11. T

    IP's listed in IP Deny Manager not being blocked.

    The IP addresses and IP ranges I have set in my IP Deny Manager are not being blocked. The only IP address that can be blocked is 198.91.81.4, which is an IP address registered to x10hosting. So temporarily, I have been forced to add IP address 198.91.81.4 to my IP Deny list. This is...
  12. T

    $_SERVER['REMOTE_ADDR']; in PHP

    When using the PHP built in function: $ip = $_SERVER['REMOTE_ADDR']; The X10hosting server is now returning IP address:198.91.81.4 For everyone that connects to various pages. Some of my php files use the IP address as a way of determining what region of the world a user is connecting from...
  13. T

    Possible x02 performance issues?

    Is there anything going on with the system(s) that may be causing a severe lag in web page loading and php scripts running? It is taking well over 20 seconds to load some of my pages. Same thing happens using 3 different ISP Internet connections!
  14. T

    Server Caching PHP executions

    OK. So here is the problem. Last week I posted a thread of a possible security risk on x10hosting.com The good news is that it was determined to NOT be a security risk after my thread was placed into the admin area for further investigation. The problem turns out to be that x10hosting severs are...
  15. T

    PHP Email not working.

    My page logs show activity, but email notifications to my email address are not going through to any of the email addresses I use. I checked my spam folders, and the emails are not there either.
  16. T

    Unable to set cookies from php code.

    Was the php server updated over the weekend? My code is no longer able to set a cookie in a visitors browser! It seems that your PHP server is now sending a header to the browser before I set my header later in my code inside other files. Many of my php files are now broken because of this...
  17. T

    E-mail Still not working!

    E-mail on X02 is still not working! I noticed my daily e-mail notifications stopped coming to me, back on the 7th. I read that the server was having many crashing issues. So I figured admin was working on the issue and all would be better soon. Today I see the post that X02 is up and working...
  18. T

    PHP Script E-mails no longer sending.

    I am wondering if your spam filter is blocking notification e-mails I have set up in some of my scripts, including my cron job php script. My scripts my scripts are configured to send basic information to my notification e-mail box talk2azs@yahoo.com. They worked fine a couple of days ago...
Top