Search results

  1. Carloswaldo

    Suspension due to high resource usage

    Hi, mi hosting account have been suspended 2 times due to high resource usage, now it is unsuspended (automatic unsuspension) but I don't have stuff in mi webpage that can provocate high resource usage, I only have a wordpress blog and a smf forum, Is there a way I can know whitch one of the...
  2. Carloswaldo

    500 error trying to install wordpress blog with existing db

    Ok I did that, but now it only returns a blank page. ---------- Post added 02-13-2011 at 12:39 AM ---------- Previous post was 02-12-2011 at 07:49 PM ---------- Thanks for your help, I solved it with this...
  3. Carloswaldo

    500 error trying to install wordpress blog with existing db

    I'm migrating from another host and have a backup of the database of a wordpress blog, I uploaded the database to x10hosting, install wordpress from scratch and upload a wp-config.php with the data of the backuped database but at first when trying to access the blog it returns nothing (Chrome...
  4. Carloswaldo

    suspension

    Mi cuenta fue suspendida por "alto consumo de recursos". Ok, entiendo eso, tenía un script en php que se ejecutaba cada minuto con Cron Jobs, iba perfecto, pero luego hice otro Cron Jobs con otro script que se ejecutara cada 5 minutos. Entiendo que eso pudo haber causado un uso excesivo de cpu...
  5. Carloswaldo

    Using imap functions in php

    That's right, the code I'm using is: $hostname = '{imap.gmail.com:993/imap/ssl}INBOX'; $inbox = imap_open($hostname,$username,$password) or die('No se pudo conectar a Gmail: ' . imap_last_error()); Another fact is that when I'm trying to execute it with Cron Jobs it never works, I mean, the...
  6. Carloswaldo

    Using imap functions in php

    Using imap functions in a php script, sometimes they work, sometimes the don't and I get this message: Can't connect to gmail-imap.l.google.com,993: Connection timed out Most of the time. Why is that?
Top