Search results

  1. descalzo

    can't create tables anymore

    Nice catch. Didn't even pay attention to the column names. But, I just used phpMyAdmin to create a table, using their 'wizard' which generated this code: CREATE TABLE `XXXXX_test`.`test01` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT , `check` INT NOT NULL , PRIMARY KEY ( `id` ) )...
  2. descalzo

    WEBSOCKETS, The future is now.

    Is there some programming problem you want help with, or do you just want to post the url to your blog?
  3. descalzo

    connection problem

    You are on Chopin. Read any of the other threads in this Forum about the problem. If you can log on via cPanel or FTP, it is probably just a DNS problem that will take time to work itself out.
  4. descalzo

    Web site still inaccessable

    If it were me, I would open the config file, note the username, password and db name. Go to cPanel, mySQL Databases. 1. make sure the db name is correct 2. drop the user from the DB and then delete entirely. The USER, NOT the DATABASE. 3. recreate the user with the same password. make...
  5. descalzo

    Site Down

    You are on Chopin. SERVICE STATUS PAGE Even after the accounts have been transferred to the new server, there have been DNS issues. Can you get in via cPanel or FTP? All we can say is have patience.
  6. descalzo

    error establishing a database connection

    It is caused by posting in big, bold type So much for levity. You are on Chopin. It is in the middle of being moved and there have been several issues. The mySQL might be one of them. One thing you can check is to see if your configuration file has the DBhostname set to "localhost"...
  7. descalzo

    Perl Introduction/Explained

    The version should not matter. Any script I write starts: #! /usr/bin/perl use strict; use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; 500 errors often are caused by uploading the file in binary mode from a Windows machine. Another problem is not...
  8. descalzo

    Suspension reason code D89F3C145B91

    Since you are contesting the assertion that you had any illegal or nulled scripts on your site, I will escalate this up.
  9. descalzo

    Entire Deletion of Site

    A basic rule of computing: Keep separate backups of all your work. You never know what will happen.
  10. descalzo

    can't create tables anymore

    Have you tried doing it via PHPmyAdmin? I ask this just to see where the problem might lie. I know you want to be able to do it via script.
  11. descalzo

    Email script not sending as @gmail or @hotmail

    Seems to be an ongoing problem. I am not sure if the mail server is set up that way to prevent spam/phishing or what. The Admins have yet to address this issue as far as I can recall.
  12. descalzo

    why do not I see my site?

    I see a site with no index.html or anything else except the skeleton files/directories. ie at http://forhisgloryministry.x10hosting.com/ Can you see that from your browser? Have you tried to upload or create web pages?
  13. descalzo

    Reproductive Ethics

    It happens all the time. It's called contraception. And, as a last resort, abortion.
  14. descalzo

    Failed Login

    orthotop still shows as a valid Forum username, with a cPanel account attached to it. The Chopin situation should have nothing to do with your Forum account. Are you sure you are using the correct password? Have you tried using the "Forgot Password" feature?
  15. descalzo

    Reproductive Ethics

    Don't do any thing that will probably lead to pregnancy unless you are willing to have the child. Don't have a child unless you are willing to care and support the child. Other than that, anything goes between truely consenting "adults".
  16. descalzo

    Sorry to nag...

    ... I defer to LadyAnna
  17. descalzo

    The Uber Serious Thread About Mondo Important Stuff

    My way of dealing with such... Let's forget you better still ...............We're Not Gonna Take It, the Who
  18. descalzo

    Site not found

    You are on Chopin. Seems like the Web DNS has some issues. So does my account on Chopin. It should just take some time for the changes to filter their way through the Net.
  19. descalzo

    How to reactivate my account

    I do show your Drupal site with a Drupal "Site off-line" page. And an error message: The mysqli error was: Access denied for user 'lberlin_lberlin'@'10.1.0.230' (using password: YES). This may be due to your config file not having the HOST names set to 'localhost', or it might be caused...
  20. descalzo

    account suspended

    By "memory" they do not mean disk file space. It means the amount of RAM memory a script uses when it runs. Some poorly written scripts use a lot of memory when they run, which is ok when you are the only user on the computer, but it becomes a problem when you share the server with thousands...
Top