Search results

  1. descalzo

    SUSPENSION - Site explanaton needed

    If you can click on the 'Chat' button at the top of the Forums, you might be able to talk to someone on IRC.
  2. descalzo

    Does curl library enabled in server?

    Won't happen. The rule is Zero Tolerance and the punishment is your Free Hosting account is suspended permanently and then deleted.
  3. descalzo

    Password Protect Home Page

    <FilesMatch "index.html"> AuthName "Member Only" AuthType Basic AuthUserFile /home/YOURusername/.htpasswds/public_html/passwds require valid-user </FilesMatch> Or something similar in your .htaccess file. Then make your index page in your subdomain index.php, index.htm etc.
  4. descalzo

    I have changed the main domain

    It takes the system sometimes 24-48 hrs to update itself so it knows where the domain name is attached. Until then, you get that baby blue page. It will go away and you will be able to see your site. It just takes a bit of time. Remember to clear your browser cache and history before checking...
  5. descalzo

    PHP - Could Not Open Socket

    Outbound requests on port 80 have been blocked due to abuse by proxies, etc. That might be the cause of your problem.
  6. descalzo

    Chopin down?

    Your sites seems to be accessible from the web right now, as is another on Chopin that I know. Might have been a temporary server issue.
  7. descalzo

    fopen($query,"r')

    If you are requesting an external file (ie a webpage), outgoing port 80 has been blocked. Otherwise, it is a good idea to echo "\$query is equal to $query" ; to make sure that your variable has the correct info.
  8. descalzo

    cron

    /usr/bin/php /home/igor/public_html/cronjob.php >> /home/igor/public_html/cronlog.txt 2>&1 replacing 'igor' with your cPanel username cronjob.php: <?php date_default_timezone_set('America/Los_Angeles'); echo date('l jS \of F Y h:i:s A'); ; exit(); ?> will print the time/date...
  9. descalzo

    Webhosting Not Working

    When was the last day you saw your website working?
  10. descalzo

    Jsp

    Yes, you are correct. JSP is not supported.
  11. descalzo

    can't acces to my website

    A bit slow to load, but I see it.
  12. descalzo

    Website offline

    I think I see it.
  13. descalzo

    Error #2048: Security sandbox violation in my FLEX application while accessing outsid

    Re: Error #2048: Security sandbox violation in my FLEX application while accessing ou I'm pretty sure the crossdomain.xml file has to be on the server you are trying to get the data from. Not on the server originating the Flex app.
  14. descalzo

    Shared SSL problem

    Shared SSL on the Free Servers does not work and has not for quite awhile. There has been no announcement as to if/when they plan to enable it again.
  15. descalzo

    cURL no longer working

    They have blocked outgoing port 80 and are only whitelisting IP's with broad appeal.
  16. descalzo

    I cant use Google Chrome for Log In.

    Quick workaround to get logged in: Try to view a post in Premium Forum or to add a post/comment in any other forum. You will get a "lack permission" page with a sign in form in the middle of the page that works. Maybe the current problem stems from the Facebook addition at the top of the page.
  17. descalzo

    Cron Job

    I use a command line like: /usr/bin/php /home/igor/public_html/mycronjob.php >> /home/igor/public_html/mycronlog.txt 2>&1 to trap output & errors. Chopin's cron daemon was down for a bit. It is running now.
  18. descalzo

    Cannot post in certain forums

    Still messed up on a friend's account.
  19. descalzo

    htaccess error when adding redirect

    In cPanel, FileManager, select .htaccess and then click on "Change Permissions" (key icon top middle of page) They should be 0644
  20. descalzo

    msql datta base help!

    If you are trying to connect to the x10hosting MySQL server from outside the system, ie your computer or another website, it cannot be done. External access to the MySQL servers is blocked.
Top