Search results

  1. descalzo

    Boru: Migration finished, website still not working

    You were asked what the problem was, and you did not respond. "not working" is a bit vague and all-inclusive.
  2. descalzo

    Chopin Migration Almost Done - "default website" error

    It is there. If the above does not work, try adding a ?foo to the end of your site's URL before accessing.
  3. descalzo

    Cron trouble

    if($_GET['code'] != $_CONFIG['code']) { die(""); } Are you calling this cron via wget or curl ? That is the only way $_GET would have values. Step one would be to put a message in the die(), so you can see (it will end up in the log file you set up on the cron command line) that you have...
  4. descalzo

    phpmyadmin won't fully load

    You are on Chopin. http://x10hosting.com/forums/news-announcements/153127-chopin-server-migration-information-thread.html Not 100% sure that it is the cause of your problem, but I would put off doing things on your account until the move is officially over. If you still have problems after...
  5. descalzo

    Not enough space available to install WordPress

    You are on Chopin http://x10hosting.com/forums/news-announcements/153127-chopin-server-migration-information-thread.html Since they will be (or might already be) in the process of moving files, checking, syncing, re-syncing, etc, I suggest waiting on doing anything major on your site until the...
  6. descalzo

    mysql login

    Replace the line with: $sql = "SELECT id,usr FROM tz_members WHERE usr='{$_POST['username']}' AND pass='".md5($_POST['password'])."'" ; echo $sql . "<br />\n" ; $res = mysql_query( $sql ) ; if( $res ){ // process the result } else { echo: 'ERROR: ' . mysql_error(); }...
  7. descalzo

    Domain modification successful but not live

    I see the .mx site up and the .bz url leads to the 'Site Available' page. Sounds like a caching problem. First, delete browser cache and history. Then try. If you still are getting the old set up, add ?foo to the URLs. That will fool your ISP's caching routines.
  8. descalzo

    [Help].htaccess help needed

    If the .htaccess is in /gd, use RewriteEngine On RewriteBase /gd/ RewriteRule ^index\.php$ index2.php [L,NC]
  9. descalzo

    Free Ice Cream

    Noon --> 8pm Today, Tuesday April 12 Ben & Jerry's
  10. descalzo

    Website not live

    Exactly where do you want the new domain? 1. Replace as main domain 2. Park so retain current main domain but both point to the same content 3. Add on so domain points to a subdirectory of public_html
  11. descalzo

    Server not updating and resting!

    I have no idea what you are asking for.
  12. descalzo

    Cron trouble

    /usr/bin/php /home/igor/public_html/cron_job.php >>/home/igor/public_html/cron_log.txt 2>&1 Is a command line that will run the PHP script and log any output or error messages. You can place the script and log file anywhere. Timing: 0 0 * * * Will run your once a day job at 12:00...
  13. descalzo

    Yer I need help, really annoying ;/.

    Good luck. Other providers will shut you down too. I suggest you look at their Terms Of Service. Almost all specifically state that you are not allowed to use nulled software.
  14. descalzo

    Wordpress index.php

    It is the permissions that are important, not type. The permissions must be set to 0644
  15. descalzo

    Wordpress index.php

    Can you try via cPanel --> File Manager? I have the same problem with Filezilla using the local Wifi. Connects to site but will not get directory listing. On another Wifi, no problem. Not sure exactly what the problem is.
  16. descalzo

    cannot access site via .co.cc free domain

    Test Wordpress site in grey/black/white with a bit of turquoise Seems to have been a temporary glitch. Remember to clear your browser cache and history before checking your domain again. If that does not help, try adding ?foo to the end of the address to fool your ISP's caching routines.
  17. descalzo

    404 error on subdomain

    Seems to have been temporary. Remember to clear your browser cache and history before checking that page again.
  18. descalzo

    Web page not coming up

    1. That domain is linked to the forum username mawsonii70 . Please use that account on the forums from now on. Easier to find your account for the Admins, and will prevent you from getting an inactivity suspension due to logging on with the wrong account. 2. Clear your browser cache and...
  19. descalzo

    Wordpress index.php

    1. Any files should have permissions set to 0644 2. .htaccess should have the line RewriteBase / above any RewriteRule
  20. descalzo

    Wordpress index.php

    Got URL?
Top