Search results

  1. descalzo

    what is my redirect?

    Rename it. Do not delete it. Unless you know what you are doing.
  2. descalzo

    what is my redirect?

    What is your primary domain name (the one attached to cPanel)?
  3. descalzo

    Help moving MySQL database from old webhost to here. Gives error.

    I think the spaces are due to the forum display. If you 'quote' his post, there are no spaces that I can see. Just wondering if you need to copy over the cache.
  4. descalzo

    suspension 5B73E13F4B6F

    Are you saying that you did not violate any part of:
  5. descalzo

    How do i create a cpanel account?

    ihustle....are you saying that you only signed up for a Forum account and never signed up for a hosting account?
  6. descalzo

    Need help getting ajax script to work

    What text is supposed to be in the box?
  7. descalzo

    Domain name change

    Change your domain name back to secretss.x10hosting.com. That way noone else can take it. When your domain registration is complete, use your registrar to point DNS to x10's nameservers. Then go to cPanel and add secretss.net as a parked domain. That way both addresses...
  8. descalzo

    cPanel Question

    toddsmith.co.cc shows as "available" at co.cc You have to register with them to get that domain name and then attach it to your site.
  9. descalzo

    Cant login CPanel

    Yes. After 10 days, the hosting account will be closed and all files and databases erased. You will not be allowed back into your account to retrieve files or data.
  10. descalzo

    Someone please help me with sql

    PHP: # $dbh is the connection to your database $sql = "SELECT name, city FROM customer_table WHERE state='CA' " ; $result = mysqli_query( $dbh , $sql ) ; if( $result === false ){ # HANDLE ERROR ; } elseif ( mysqli_num_rows( $result ) == 0 ) { # HANDLE NO MATCH...
  11. descalzo

    Start me up?

    The file on the server is Main.css Capitalization Matters in *nix. A good habit to get into is use all lower case for file and directory names. Especially if you develop the site on a Windows machine and upload to a *nix machine.
  12. descalzo

    How does facebook do this?

    Reorder the first array $permitted = array( 'calendar', 'staff', 'events', 'history' , 'general' );
  13. descalzo

    Account suspended - Unsupported language

    Are you saying that your site was entirely in English when it was suspended and that you are challenging the suspension for Unsupported language?
  14. descalzo

    Could someone do me a favour

    Bottom of the Search Box and button lines up with the bottom of the drop shadow, not the bottom of the red. Not sure if it is intentional. Seems like they should be higher (Button is ~2px higher than the text box too). (Personal note: I don't like the lime green hover color for the links)
  15. descalzo

    Cannot view all pictures

    Did you knowingly enable Hotlink protection in the first place? If you did not, whatever you are using to upload files might be doing it. Just disable the hotlinking, do not re-upload the pictures.
  16. descalzo

    Cannot view all pictures

    When I try entering the URL for the images directly (using either folder name) I get a Forbidden screen, not File Not Found. Can you check the permissions on the folder and on the images? Did you hotlink protect the images?
  17. descalzo

    co.cc domain setup

    ns1.x10hosting.com ns2.x10hosting.com
  18. descalzo

    MySQL database not connecting

    How many mySQL databases do you have now? There is a limit of 3. What did you use for the DB name & DB username ? I just used Softaculous to install Kamads and it went fine.
  19. descalzo

    MySQL Databases disappeared

    URL to your site? Are you saying that you go to phpMyAdmin and it shows your two mySQL databases gone? Or are your pages generating an error? If so, what sort of error message?
  20. descalzo

    Edit HTTP 404 help?

    Bad advice. What if the current .htaccess has important rules? Just discard them and replace with a one line .htaccess? Also, using the full web address rather than a file path for a local error page is not recommended.
Top