Search results

  1. descalzo

    de-activated account

    I show you now have a cpanel account and domain linked to this forum account.
  2. descalzo

    co.cc domain issues

    I can go directly to your site now. It will probably take you longer since the old DNS info will be cached.
  3. descalzo

    curl is not working

    CURL does work on Chopin. Your problem might be with your code, not with CURL. What sort of error message do you get? Can you post the code you are using?
  4. descalzo

    PEAR Mail.php

    Wrong. <?php function getTheNews() { $fp = fsockopen("www.cnn.com", 80, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n"; } else { $out = "GET / HTTP/1.1\r\n"; $out .= "Host: www.cnn.com\r\n"; $out .= "Connection: Close\r\n\r\n"...
  5. descalzo

    Perl scripts

    /usr/bin/perl, at least on Chopin It should be listed on the bottom left side of cPanel I usually add use CGI::Carp qw(fatalsToBrowser); to my scripts in development. Remember to set permissions to 755.
  6. descalzo

    Additional Changes

    I hate to quibble but... it doesn't say "Log in"
  7. descalzo

    terms of service

    I think what you might remember is Mass Mailing scripts. Regular emails (as part of a forum, etc) are ok, if you keep the amount to a reasonable rate (100 per hour) See Corey's Announcement on this subject.
  8. descalzo

    PEAR Mail.php

    Previous Thread on installing PEAR on x10hosting that should be a good guide.
  9. descalzo

    testing google analytics - just need a few hits if you all have a second!

    I clicked there, from IP 130.65.109.101. Clicked on Contact and Prints too.
  10. descalzo

    help plz

    phpinfo() is disabled on the free servers as a security measure. You have to run a test script to find out if the feature you want is enabled or find out what the default settings are.
  11. descalzo

    DNS propagation not finishing

    Those are the nameservers. And I can see your site. Between you and the nameservers there is a DNS that has the old information cached. You just have to wait for the time to expire so it will retrieve "fresh information". DNS does not really "propagate out".
  12. descalzo

    Installed Wordpress myself, now getting error message

    Upload the wordpress files and directories (with their contents) to "public_html".
  13. descalzo

    Installed Wordpress myself, now getting error message

    At this point, "public_html" should be empty. Delete files _vti_inf.html and postinfo.html , and the directories cgi-bin ,images and _vti_bin. Upload the wordpress files and directories (with their contents) to "public_html".
  14. descalzo

    Subdomain available

    I show your main domain to be pursuitperformancetraining.com and DNS does point to the account at x10hosting (plain "Hello" front page)
  15. descalzo

    suspension

    It shows that the account is suspended for "inactivity". You have to log into the Forum (not cPanel or Account Panel) once every 31 days (and stay for ~5mins so the system can register your visit). You do not have to post. You can unsuspend yourself by logging into the Account Panel.
  16. descalzo

    Custom Errors not working?

    If you are not using a CMS, this post should help.
  17. descalzo

    No Joomla 1.5 Softaculous script

    The point is that Softaculous on Chopin has Joomla 1.5.15 Shouldn't Softaculous be the same on all free servers?
  18. descalzo

    word press issues

    It is saying that it cannot find the file: /home/captech/public_html/wp/wp-content/themes/deep-red-website-template/style.css Were you trying to upload the "deep-red" template? Maybe the theme designer forgot to include the file (or mistyped something on an invoice file). Or maybe...
  19. descalzo

    Forced to install Wordpress myself, now having problems

    Open FileManager Go to the wordpress directory Click once on everthing in the directory so they are all selected. Drag them all to the left pane that shows the directory structure Rest the cursor (four-pointed star) over public_html (the one with the globe icon), make sure the directory is...
  20. descalzo

    Forced to install Wordpress myself, now having problems

    There is no reason you should not be able to put it into public_html.
Top