Search results

  1. descalzo

    Error 500, Internal Server Error.

    I don't remember PHP ever giving a 500 error. Perl, yes. .htaccess errors, yes. Especially if it is intermittent, it is almost always a server problem.
  2. descalzo

    Register yourdomain.co.cc

    Since the links to co.cc has his account id (at least it is not the one x10hosting has on their link) as referrer, I would consider his post spam.
  3. descalzo

    My Browser Says x10 hosting as reported attack page

    There was a problem with [edit] the ad script they use. I was hacked. It has been fixed and Google notified. The Admins expect the block to be lifted. Google moves at its own pace.
  4. descalzo

    Suspected Malware

    I don't think he was talking about liability to the people who have sites on x10hosting. I think he meant liability to visitors to sites hosted on x10hosting. I don't believe the TOS covers that. The TOS is between x10hosting and those with sites.
  5. descalzo

    subdomain cgi-bin 500 error

    Neither are required. strict is considered good programming practice (helps catch some misspellings). The Carp is good because it prints out more information when there is an error. Good for debugging, not necessary once code is in production (might print out too much info)
  6. descalzo

    Problem CronJobs

    Try using /usr/local/bin/php instead of php ... You might want to remove the > /dev/null too. If it works without the output redirection, then try it with.
  7. descalzo

    Need to Change Cpanel pass urgent

    You should check your computer for keyloggers, etc. Will try to get an admin to help you. There is no way for you to change it yourself with the Account Panel currently inoperable.
  8. descalzo

    subdomain cgi-bin 500 error

    1. cgi-bin permissions set to 0755? 2. Extension of the file? 3. File not uploaded from Windowz machine in binary? 4. Much different from: #! /usr/bin/perl use strict ; use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; print "<HTML>\n"; print...
  9. descalzo

    [Sorted] Cant Login or Anything

    http://neonicrecords.com Cossacks ...ok know your cPanel name. The regular system is down and the more info you can give to help the admins find your account, the better.
  10. descalzo

    Can't Log into Account Panel/Account Disabled/Can't login to cPanel

    Might go a little bit faster if you can supply: 1. Server you are on 2. Domain name 3. We know your cPanel name, x32
  11. descalzo

    [Sorted] Suspended

    Ok, will work from your original post. Please look there.
  12. descalzo

    crontab jobs not running

    My friend on Chopin got: /usr/local/bin/php /home/USERNAME/public_html/foo.php to work. foo.php is a simple script that just appends a timestamp to a file. But when he tried anything with email, there was a problem. No output at all even the standard crondaemon notification...
  13. descalzo

    crontab jobs not running

    I would suggest dropping the cron jobs and then re-installing them. The crontab file might have gotten messed up during the move (this is a guess, I have no info). I will try to get my friend who is on chopin to see if he can get a job to work.
  14. descalzo

    my site is now "not found" - what happened?

    Per http://x10hosting.com/forums/free-hosting/107852-possible-have-www-front-mydomain.html#post616055 you account is on absolut , cPanel name jeffg99 Will try to get someone to use this info to help you.
  15. descalzo

    Can connect to one database but not the other

    Now I see what you are talking about. One part of the system thinks there are tables in the db and another thinks there is none. Did you ever create the tables? One solution would be to drop the database and then create it again. I don't know of any other way of reconciling the two. Or you...
  16. descalzo

    Can connect to one database but not the other

    It says the table does not exist. Which is what I said. What am I missing?
  17. descalzo

    Can connect to one database but not the other

    You have two databases. Are you sure you are looking at sikuneh_stbnl when you are using phpMyAdmin ?
  18. descalzo

    Can connect to one database but not the other

    Which means you never created the table. It is not 'invisible', it does not exist.
  19. descalzo

    Can connect to one database but not the other

    $query = "SELECT * FROM submissions ORDER BY id DESC LIMIT $offset,$rowsPerPage"; $result = mysql_query($query);# or die("There was an error with the query."); #### debugging code if( ! $result ){ echo "Error in the query.<br />" ; echo mysql_error() ; die( "leaving now..." ) ; }...
  20. descalzo

    Help Installing Joomla On x10HOSTING

    Log onto cPanel. Scroll down to Software/Services Click on Softaculous Left side menu, second section Portals/CMS Click on Joomla Click on menu item Install Fill out form, click Install button Easiest way.
Top