Search results

  1. lylex10h

    It is possible to get domain info?

    Pingdom has service for this. See https://tools.pingdom.com/ . I also use https://gtmetrix.com for loading speed test.
  2. lylex10h

    Cant Change Theme

    You are on a shared server and share system resources with other users. Those resources are limited and if you exceed those limits, then you will receive that message. You can check your usage with the Resource Usage tool in cPanel.
  3. lylex10h

    Using Cloudflare

    In order to properly use Cloudflare, you need to use their name servers (ex. bob.ns.cloudflare.com and bill.ns.cloudflare.com). You can change the name servers from where you registered your domain. Also, see https://x10hosting.com/support/guides/enable-cloudflare
  4. lylex10h

    is there free ssl available?

    I have a WordPress site and got it working. I used the plugin "CloudFlare Flexible SSL" and the instructions from...
  5. lylex10h

    I/O Limited? Why?

    I use W3 Total Cache along with CloudFlare and rarely have this issue. I am not familiar with WP Super Cache. I would recommend disabling and deleting any plugins you do not actively use. I can provide a copy of my W3TC settings but I need to remove some stuff that is specific to my site.
  6. lylex10h

    I/O Limited? Why?

    Based on http://theplugirl.x10host.com/license.txt it appears you are using WordPress. Are you using any caching plugins?
  7. lylex10h

    not letting me create email account

    I cannot duplicate this issue with my account on xo7.x10hosting.com. What server are you on? I also tried Googling "The mailbox quota type field is required." but the only thing that was found was this thread.
  8. lylex10h

    can I switch to an earlier version of php?

    cPanel --> Software and Services box --> Select PHP Version. Here you can select between 7, 5.6, 5.5 and 5.4
  9. lylex10h

    Connecting to MySQL database

    I use PHP 7 so that's probably it. Good luck.
  10. lylex10h

    Connecting to MySQL database

    I used the following test script and it worked: <?php # Fill our vars and run on cli # $ php -f db-connect-test.php $dbname = 'name'; $dbuser = 'user'; $dbpass = 'pass'; $dbhost = 'localhost'; $link = mysqli_connect($dbhost, $dbuser, $dbpass) or die("Unable to Connect to '$dbhost'")...
  11. lylex10h

    Connecting to MySQL database

    This is the code in my wp-config.php file (database, user and password changed) // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'my_database'); /** MySQL database username */ define('DB_USER', 'my_user')...
  12. lylex10h

    Access log

    There should be a file for each domain. I have one for mycooldomain123.net and username.x10host.com If these are not there, I would recommend posting in the Free Hosting forum.
  13. lylex10h

    SSL query

    nitrogen.allsitecontrol.com resolves to 198.46.141.114 A WhoIs on 198.46.141.114 shows that it belongs to Hudson Valley Host Google "Hudson Valley Host" for contact info and contact them.
  14. lylex10h

    Connecting to MySQL database

    Is the user assigned to the database and can you access the database with phpMyAdmin?
  15. lylex10h

    Connecting to MySQL database

    Does the database user have all the permissions? cPanel --> MySQL Databases --> Click on "gsnevada_admin" below Privileged Users.
  16. lylex10h

    Connecting to MySQL database

    What is the user name in your database connection string and what is the connection error?
  17. lylex10h

    Account Unavailable [Help]

    Click the [Continue to Sign-up] button, create your account and upload your backups.
  18. lylex10h

    Connecting to MySQL database

    See https://x10hosting.com/wiki/How_to_connect_to_a_MySQL_database If that doesn't solve it, what is the username you are using?
  19. lylex10h

    Changing from Joomla to Wordpress

    Well if you installed Joomla to http://username.x1host.com/ and then installed WordPress to http://username.x1host.com/ , the index.php of WordPress would overwrite the index.php of Joomla (I'm 99% sure Joomla uses index.php) and http://username.x1host.com/ would display the output of the...
Top