Search results

  1. ctyrd

    need to delete my account

    @oh_finks If you don't login at least once a month here: https://x10hosting.com/login your client account will be suspended. If suspended for one month you client account will be deleted. I always wonder if you wanted to delete the client account or the hosting service subdomain?
  2. ctyrd

    Trying to ftp on new account

    @alphorn7 You still haven't login yet? The username and password you use to login here: https://x13.x10hosting.com:2222 will also be used for the ftp host. ftp host: x13.x10hosting.com port:21 username: 8 chars passwd: only you know Use a web browser here: https://www.net2ftp.com/ to...
  3. ctyrd

    how to use php

    <?php $geturl = "domain"; ?> defines the variable to the word "domain". <?php $geturl = $_SERVER['HTTP_HOST']; ?> defines the variable to the host domain name (eg. chesspad.elementfx.com). What are you starting over?? Your sites going 403. http://chesspad.elementfx.com/
  4. ctyrd

    how to use php

    @ab.chess Your file ping.html should be named "ping.php". php code will not render in a .html or a .txt document. Html markup will render in a .php document. <?php $geturl = "domain"; ?><br> does not define the variable. Read the post again, I showed you how to define the variable. I added it...
  5. ctyrd

    Publishing a dynamic web site

    No, that code is just for reference, to where username, passwd, host name and database name would go. You should have a config file in you wampserver htdocs directory, that may need to be modified after uploaded to your hosts public_html directory. As @spacresx mentioned, keep the file/folder...
  6. ctyrd

    how to use php

    @ab.chess Show me a live out put to what your seeing. The file your viewing is not a true html/php document. https://www.ctyrd.org/incdoc/chicks charset set to utf-8 This is the live out put of the code: https://www.ctyrd.org/chicks You forgot to define the variable for $geturl! You changed...
  7. ctyrd

    how to use php

    @ab.chess <p> <?php print "Mc Donalds <br> Burger! <br> I'm Loving It!" ?> </p> Out put: Mc Donalds Burger! I'm Loving It! <p> <?php echo $geturl; ?><br> <?php echo $geturl; // don't forget to define variable for $geturl print "<br>See the close after the quotation"; print "<br>No close...
  8. ctyrd

    Problems to access WordPress

    @CarlosHMB Need the url of WP install. Script installer does not have that error.
  9. ctyrd

    how to use php

    @ab.chess <p><?php print "mr Mc Donalds Burger! I'm Loving It!" ?></p>
  10. ctyrd

    Publishing a dynamic web site

    @practicalcrafts <?php $servername = "localhost"; $username = "username"; $password = "password"; $db = "db_name"; // Create connection $conn = mysqli_connect($servername, $username, $password,$db); // Check connection if (!$conn) { die("Connection failed: " . mysqli_connect_error()); } echo...
  11. ctyrd

    How can I fix this code?

    @KMason015 Here is a nice little tutorial: connect-mysql-with-php
  12. ctyrd

    Imunify360 Plugin

    @kushtra Just so you know I am a user of x10free, not x10hosting. As a member of the x10 community I troubleshoot the free hosting service with my account, so maybe another user can use the free host and not have to go paid. Who knows, you may have the same issue in paid. I was just helping to...
  13. ctyrd

    Imunify360 Plugin

    @kushtra This is a free "shared" hosting service. Something about the way the widget edits is malicious. The IP address being blocked is your public IP address. No need to keep posting screenshots, they don't help to solve the problem. Disabling the theme is your only recourse. Who knows...
  14. ctyrd

    Imunify360 Plugin

    @kushtra Imunify360 is working as attended. So that is not the problem. The Flatsome theme editor (UX Builder) is the problem. “/wp-content/themes/flatsome/assets/js/builder/core/vendors.js” A quick search turned up several conflict with the editor and other plugins, wordpress, litespeed, and...
  15. ctyrd

    Imunify360 Plugin

    What is it that leads you to believe that "blocks scripts and does not allow saving changes for live updates" is the issue. How long has the site be active, and did live updates work prior to 2 days ago? What CMS are you using? Flatsome is a WordPress and WooCommerce theme, can live updates be...
  16. ctyrd

    Publishing a dynamic web site

    Hosting Control Panel has all the tools you will need for uploading, MySQL, and phpAdmin. I would like to take a look at your site after you publish (upload). I don't know the address. x10hosting.com/login >> Hosting Control Panel Button.
  17. ctyrd

    Why is my disk usage reading so inflated?

    @jifunze @Jifunze1 There can be several reasons with wordpress. auto updates, backup, and cache files. The zip file itself is stored somewhere. If you delete the zip file and empty your trash can, it will take a while before change is reflected in usage.
  18. ctyrd

    Multiple accounts issue

    @Utpal129 is utpalstudio.xyz still your domain? Wrong Name servers. ns1.freehosting.com ns2.freehosting.com
  19. ctyrd

    Publishing a dynamic web site

    In short upload files to your sites public_html directory. Have no idea what you used to create website or your host name.
  20. ctyrd

    Cannot access my control panel

    @beechpar You passwds got messed up some how. login here: https://x15.x10hosting.com:2222 Try using: username: fotox106 passwd: ******** If login fails, go back to the x10hosting.com/login, Click the service green button "fotox106 @ X15". Then the green button "Change Password". All default...
Top