Search results

  1. descalzo

    Chopin down again?

    When you ping or tracert chopin or your site, what IP does it show that it is going to?
  2. descalzo

    error

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  3. descalzo

    Problem

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  4. descalzo

    MySQL distinct keyword - How do you retrieve each unique value?

    Yes (guess you should add some <br /> etc formatting). Each row contains one result.
  5. descalzo

    MySQL distinct keyword - How do you retrieve each unique value?

    while($row=$sth->fetch()) { echo $row[ 0 ] ; }
  6. descalzo

    MySQL distinct keyword - How do you retrieve each unique value?

    If you have a column named 'city', $sth = $dbh->query("SELECT distinct city FROM address_book"); will return just a list of city names, one entry per city. If you have five friends from Cairo, you get one entry for Cairo. There is no information from other columns, since that would not...
  7. descalzo

    How to change your error pages?

    Using cPanel File Manager, when you are in public_html , click on "New Folder" icon, upper left of page. Name it what you want. FTP client should have similar capacity. You don't have to put them in their own directory, but I like to keep things neat.
  8. descalzo

    How to change your error pages?

    The way I do it. 1. Create a subdirectory of public_html to house the pages. I call it 'error' or 'errors'. 2. Create the html files in that directory. I usually name them 404.html etc after the error codes. 3. Go to public_html and open .htaccess to edit 4. Add lines: ErrorDocument 403...
  9. descalzo

    cannot change the main domain

    Try clearing cache/browser history and then retrying. Something is serving up what you got before. Browsers and sometimes ISPs store pages and reuse them "for efficiency".
  10. descalzo

    Error 503 at parked domain

    www.indiaprofessionals.co.cc loads fine www.indiaprofessionals.co.in is 301 redirected to the co.cc and does not throw a 503 error when I go to the site.
  11. descalzo

    Why am i being ignored

    Ok. I will try this again. I will escalate this to a Support Ticket in the hope that they can solve your problem. This will close the thread.
  12. descalzo

    Chopin down again?

    Chopin seems to be working. But your site colinwong.x10hosting.com loads a bit slowly and displays a blank page. Is there another link you use to get to your site? Is it an asp.net site?
  13. descalzo

    my site is NOT online, this is ridiculous

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  14. descalzo

    Website not seen

    From what I can see you were one of the "lotusold" accounts. There was a software problem and your site was not transferred. There might or might not be backups of your files and any databases, but apparently it is quite hard to find anything in the backups and the staff are still busy with...
  15. descalzo

    Connection to server reset

    Ok. The x10 nameservers say your account is on one of the old Dallas servers. DNS server handling your query: ns1.x10hosting.com DNS server's address: 99.198.122.2#53 Name: restoration31.com Address: 74.63.233.3 But you can see your files on the Chicago server...
  16. descalzo

    My host is down?

    Do you remember your cPanel username and roughly when you paid for the double? It should help them track down the details.
  17. descalzo

    Error establishing a database connection

    Please try: 1. cPanel --> MySQL Databases Current Databases aaa_jo151 0.00 MB aaa_jo151 X Delete Database Click on the user Check ALL PRIVILEGES on the next screen Even if all the other boxes are checked, check "ALL" Click "Save Changes" Repeat for all db users 2. If that does not work...
  18. descalzo

    Basic MySQL Question

    Nope. Shell access is not allowed. phpMyadmin or your PHP/Perl/Python script will have to do.
  19. descalzo

    website will not show up

    1. For a reference point, when did you change the domain on your hosting account to that wonderfully long thing? 2. You are on Lotus, but the x10 nameservers are saying that it is on one of the old servers in Dallas. ie: DNS server handling your query: ns1.x10hosting.com DNS server's...
  20. descalzo

    PHPmyAdmin Help - SORRY IF THIS IS THE WRONG PLACE

    Login for phpMyAdmin? Just click on it in cPanel. What are you trying to do? Create a database for SMF?
Top