Search results

  1. descalzo

    Suspension or not?

    Site is not suspended, so says the system and the fact I can see your site.
  2. descalzo

    is there a problem on lotus?

    Yes, it seems like Lotus has a problem with just the websites. I just notified the Admins.
  3. descalzo

    suspension

    System does not show you as suspended. I cannot view your site to see is the "suspended page" comes up because your server, Lotus, is having some problems (ie other sites don't load either)
  4. descalzo

    Javascript change style attribute of span

    You need single quotes around 'visible'
  5. descalzo

    About Suspended Account

    Will escalate this so an Admin can check it out and unsuspend you. This will close the thread.
  6. descalzo

    PHP request

    It is enabled. Most ports are blocked. And, no, they will not unblock the ports.
  7. descalzo

    suspension

    You are only required to sign in to the Forums once every 31 days. You do not have to post. You do not not have to have ads on your site. If your site is not worth 5 minutes every 31 days, why bother with a site at all?
  8. descalzo

    curl

    So, no errors, just grabs the page you want but it shows no content? Have you tried to grab different sites and they all give a blank page? Want to post the relevant code? When was the last time it worked?
  9. descalzo

    All The Suspensions..

    The pie charts show bandwidth and file usage. They do not show cpu usage or script memory usage (RAM). It seems that the main culprit for such suspensions are WordPress blogs with plugins. If the plugin has to rewrite every URL in your blog or recreate a sitemap, that is a lot of computing...
  10. descalzo

    Javascript change style attribute of span

    var spanArray = document.getElementsByTagName('span'); var number_spans = spanArray.length ; for( var i = 0; i < number_spans ; i++ ){ var target = spanArray[ i ] ; // do something with target like set visibility }
  11. descalzo

    php.ini

    There is just one php.ini per server and that is set by the administrator. You will have to adjust your script. $myDate = date( $formatString , time() + 3600 ) ;
  12. descalzo

    My website is down, is it the server or just me?

    http://0x31.x10hosting.com/ is what the system shows as your site. Loads a bit slow and shows as Index of / with your main site as http://0x31.x10hosting.com/DEVCOMM/
  13. descalzo

    account suspension on free account that should no longer exist

    That is his paid account on renat.
  14. descalzo

    Perl not installed

    Perl is installed on on the free serves. #! /usr/bin/perl
  15. descalzo

    prefix for tables in my database

    Apparently SMF has a set name for their database. If you install two forums on the same site, they will both have tables named 'users' , 'comments' etc So, to keep them separate in the database you have to give each a prefix. If your first install is about cars, use 'car' and you will have...
  16. descalzo

    Typo in user name

    cPanel names can only be 8 characters long.
  17. descalzo

    perl modules

    You have to download and install the module yourself and install it in a subdirectory, say public_html/perl/modules/foo Then at the top of your script, add use lib qw(/home/username/public_html/perl/modules/foo );
  18. descalzo

    Error: 404 not found

    Unless you are going to use server side includes, I would name the files 404.html etc. http://x10hosting.com/forums/graphics-webdesign/118750-how-change-your-error-pages.html#post669583 should be of help.
  19. descalzo

    Help Help Help

    1. Can you see your site? 2. How are you trying to get to cPanel? Direct link (if so, please post it) or via Account Panel?
  20. descalzo

    still cant get my webiste up

    A phpBB board with a William Hill advertisement? If so, try clearing your browser cache.
Top