Search results

  1. descalzo

    Challenge: What is common between the following...

    As pointed out, they also do not use '9', which might indicate an error in your code.
  2. descalzo

    PHP mail() Not Sending Email

    Do you get an error with the following (fill in a "From" email account from your site) // TEST OF THE MAIL SYSTEM USING PHP mail() date_default_timezone_set('America/Los_Angeles'); echo date('l jS \of F Y h:i:s A'); $from = "FROM ACCOUNT ON YOUR SITE"; $to="TO ADDRESS"...
  3. descalzo

    Php Script Help!

    Switch if(eregi('object',$each_file['file_name_show'])){ to if( stristr( $each_file['file_name_show'] , 'object' ) ) {
  4. descalzo

    PHP loading problems

    Maybe if we ask him what his .php script is doing we can figure out why it is hanging. Edit: Never mind. He's been ZT Suspended.
  5. descalzo

    Delete Account

    http://x10hosting.com/forums/free-hosting/172189-un-delete-request.html Taken out of the deletion queue.
  6. descalzo

    php intermediate (level2)

    There are no "levels" or "versions" of PHP here anymore. That stopped a long time ago. Everybody gets the same PHP. phpinfo and some other functions have been disabled or restricted (ie they can only be used in certain ways) for security/resource reasons. They cannot/will not be enabled on a...
  7. descalzo

    PHP loading problems

    Unfortunately, that is not the case here. .php files with permissions set to 0777 inside of folders set to 0777 will function (at least on Chopin they do).
  8. descalzo

    CGI/Perl

    Perl and Python are not enabled on the Free servers. CGI does not run. No exceptions.
  9. descalzo

    Restriction Countries.

    http://x10hosting.com/terms Some highlights: Nothing stolen (copyrighted material, nulled software, warez) or links to same No resource hogs (rapidleech and proxies) Not a dropbox (files must relate to your site, be available to users) or imageshack or online harddrive In English, French or...
  10. descalzo

    a script that connects to database

    Room Admin signs in, you store his ID in a session. You present him with a form that allows him to "edit" that room (not sure what you want him to be able to edit/add, etc). He submits the form and the script knows what room is to be edited by looking at the admin's user name. Processes the...
  11. descalzo

    404 page redirected to x10 hosting's 404 page

    Way I do it. 1. Create subdirectory errors in public_html 2. Create my error pages, 404.html (or 404.php ), 500.html, etc and put them in public_html/errors 3. Open the .htaccess file in public_html 4. Add lines like ErrorDocument 403 /errors/403.html ErrorDocument 500 /errors/500.html...
  12. descalzo

    911 (murdered by the government)

    Where does "melting steel" come in?
  13. descalzo

    Site is not loading

    "Music expresses what cannot be seen" Seems like it was a temporary Server-wide glitch and your site is working now.
  14. descalzo

    web site inacessable... unannounced downtime?

    Site seems up now. Seems to have been a temporary Server wide glitch.
  15. descalzo

    Where did my website go?

    Site seems to be working now. Probably a temporary Server-wide glitch.
  16. descalzo

    911 (murdered by the government)

    Talk to any demolition expert and you will find out that taking down the WTC via demolition techniques would be nearly impossible. It would take days, if not weeks of prep work, including cutting through steel beams. Then the impact and explosion of the planes would have dislodged any...
  17. descalzo

    Obama

    You don't seem to know much about the US system. It is still better than the vast majority of the world.
  18. descalzo

    How to update nameservers?

    Exactly what do you want to do?
  19. descalzo

    Is there a way to blacklist MAC addresses?

    MAC addresses are not sent via HTTP, so you cannot use them to blacklist users.
  20. descalzo

    301 moved permanently...

    If I clear my cache and go to your site, it is not there. But if I reload the page, it appears. When I first load your page, there are a bunch of 30x errors from your affiliate code, adwitserver , bet365affiliates, etc. That is the source of the problem, not x10hosting.
Top