Search results

  1. descalzo

    how long does it take for a domain registrar to point to x10 name servers?

    gamaniagames loads an x10 hosted site when I try it. DNS 'propagation' is uneven. People who have never tried your domain will go there quickly. Those who have gone to an old server will show the old info for awhile.
  2. descalzo

    Fatal error: Call to undefined function http_get() in ...

    Not all PHP/PECL extensions are enabled. Apparently Http is not enabled. cURL is enabled and should give enough functionality for most purposes.
  3. descalzo

    Second Domain Name

    . . .
  4. descalzo

    suspension

    You are not suspended. System says so, and I can view your site -=PC Express Réparation=-
  5. descalzo

    Simple onfocus command

    Not your mistake, mine. :confused: It does have an onclick event. But the part about needing a flag to disable it after the first use is valid. Plus, onfocus works even in the case they use TAB to get to the textarea rather than by clicking. Hmmm.....under further testing, using...
  6. descalzo

    Simple onfocus command

    1. Textarea does not have onclick event 2. If it did, that would clear the area even when a user went back to edit the area <html> <head><title>Test</title> <script type="text/javascript"> var flag = true ; function clear_me(){ if( flag ){ var t = document.getElementById(...
  7. descalzo

    Error establishing a database connection

    Sign into the account panel https://x10hosting.com/control/login.php and use it to change your password. It changes your Forum and cPanel password to the same password. When it asks for your old password, enter your Forum password.
  8. descalzo

    Error establishing a database connection

    Well, part of the solution to the database problem requires you to be able to use the cPanel. Login screen won't come up? Won't accept your password/username? Have you tried going via the Account Panel https://x10hosting.com/control/login.php ?
  9. descalzo

    Is the php memory limit at 64 MB for server Boru? and other stuff

    If it was the PHP script memory limit your script would crash and you would get an error message like "Allowed memory size of nnnnnnn bytes exhausted (tried to allocate nnnnnnnn bytes)" . Since you are not reporting that, it is probably just slow server response.
  10. descalzo

    Internal server error

    This is usually caused either by an error in .htaccess or a bad index file. What does your index file do? PHP, ASP, Perl? Have you done something to .htaccess? Installed a script that might have?
  11. descalzo

    Noob php question.

    There is one php.ini file per server. You cannot edit it or supply your own. You are stuck with the values that x10hosting uses for all free accounts. Those values allow most reasonable PHP scripts to function normally.
  12. descalzo

    unsuspended-ish

    http://jeremyp.x10hosting.com Looks like the server thinks he is suspended.
  13. descalzo

    Problem with my Cpanel and Addon Domain

    I show his eNom whois shows nameservers at HOSTINGATEASE , not x10hosting. And the site that comes up is not hosted here either.
  14. descalzo

    [PHP + MYSQL] remove rows from database

    <?php $con = mysql_connect('10.0.1.65','3dhomejoe','PASSWORDHERE'); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("eq2", $con); $result = mysql_query("SELECT encid FROM encounter_table where starttime < DATE_SUB(CURDATE(),INTERVAL 30 DAY)")...
  15. descalzo

    Fantastico Error

    You have to go up one directory level from public_html to /home/yourCPanelUserName You should see a directory .fantasticodata (you have to have hidden files visible) See if you have a file named installed_in_root.php If you do, rename it to something else, like OLD_installed_in_root.php I...
  16. descalzo

    besir

    "Violation of x10hosting's terms of service - illegal content detected on hosting account. Details: botnet scripts are prohibited on x10hosting's servers."
  17. descalzo

    Fantastico Error

    One more time. You installed WordPress using Fantastico. Then you manually removed the files and directories (and database). Correct? Now you are trying to use Fantastico to install WordPress (or some other script). And you are getting an error, right?
  18. descalzo

    domain does not point to the site

    Your site loads for me. Picture of Luna with 'Enter the Crater' You are probably looking at a cached copy stored either in your browser or ISP. Try clearing your browser cache.
  19. descalzo

    website taken down

    http://x10hosting.com/forums/free-hosting/115510-web-page-dropped.html#post655778 If that was your earlier post about your site being dropped, I would proceed on the assumption that your account has been deleted. No backups. If you want to start again from scratch, you may sign up for a new...
  20. descalzo

    Cannot access my user profile

    Try: http://x10hosting.com/forums/members/ata.online.html The software seems to have a bug in it when it comes to periods in usernames and nobody has bothered to fix it.
Top