Search results

  1. descalzo

    500 Internal Server Error

    I am almost certain that the free servers do not have mod_perl, hence the line PerlResponseHandler ModPerl::Registry will cause the 500 error whenever .htaccess is read Edit/Add
  2. descalzo

    Joomla?

    No Wordpress under "Blogs" either? Maybe only around 60 scripts total instead of 110+ ? If so, sounds like the free version of Softaculous.
  3. descalzo

    You might consider posting your "long running" PHP script in the Programming Help forum so that...

    You might consider posting your "long running" PHP script in the Programming Help forum so that people might be able to find the problem.
  4. descalzo

    My design website :D

    The logo is "cute". I don't like "cute". Maybe for a bakery, but doesn't do anything for me in a design site. I don't mind the lack of capitalization. I understand the look/feel you were going for. Drop the "Valid HTML" link. Clients do not care. Contact page, the address floats on top of...
  5. descalzo

    Account Suspended.

    Rapidleech falls under which category?
  6. descalzo

    Joomla?

    cPanel .... Softaculous (in Software/Services) ... Joomla is second item in Portals/CMS (the second group) Not there on Boru?
  7. descalzo

    Unable to edit my website

    Please describe the problem exactly. Can you reach the login page? If you can, does it say your username/password combination is in error? Or is there another error message?
  8. descalzo

    session variable not working

    Do you have session_start() on the second page? Are you sure nothing has been sent to the browser before you call session_start() on the second page?
  9. descalzo

    my forum account is not linked to my website resulting in constant suspension

    That website seems to be linked to Forum user: jonez37
  10. descalzo

    Javascript/DHTML help

    function bold(boldcolour){ document.getElementById('black').style.fontWeight = 'normal'; document.getElementById('red').style.fontWeight = 'normal'; document.getElementById('orange').style.fontWeight = 'normal'; document.getElementById('yellow').style.fontWeight =...
  11. descalzo

    Javascript/DHTML help

    That URL does not show any alerts.
  12. descalzo

    Javascript/DHTML help

    Can you give an url where this is the case? What you are describing is not how JavaScript works.
  13. descalzo

    Javascript/DHTML help

    If you call bold() first, then call createstyle(), the alert will say "blue", otherwise, the alert will say "black"
  14. descalzo

    PEAR Mail.php

    Did you try my code from your account? That will tell you if fsockopen is disabled (since Port 80 is not blocked). Then, if it fails on other ports, it is an issue with ports being blocked, not fsockopen.
  15. descalzo

    Odd Traffic Suspension

    Marriotts Ridge High School Marriottsville, MD
  16. descalzo

    New Site

    As gso mentioned, it can take up to 48 hrs for the old address of aars.co.cc to be removed from the DNS server caches. Some will see your site right away (if they never tried before) and others will take awhile. So be patient.
  17. descalzo

    New Site

    It shows your site as http://aars.co.cc Did you register at co.cc for that domain?
  18. descalzo

    Internal Server Error

    Running ASP or PHP? If not, the problem (500 Error) quite often is located in .htaccess If you could cut/paste the contents of .htaccess here, maybe we can find the problem.
  19. descalzo

    cgi script

    <!--#include virtual="/cgi-bin/clock.cgi" --> and the rest are SSI directives. People don't use them much anymore.
  20. descalzo

    cgi script

    Blank, but not empty. Try changing the extension to .shtml since you are trying to use SSI Not sure if SSI is enabled. Edit/Add Add folowing to .htaccess file: Options +Includes AddType text/html shtml AddHandler server-parsed shtml That will get the server to parse the file...
Top