Search results

  1. saif7463

    Mailman: no email confirmation sent.

    Another update... So I tried setting up Mailman on some random hosting service, all using default settings, and it worked immediately. Could anyone do me a favor and try setting up a list (it's "Mailing lists" found under Mail in cPanel), and try subscribing to it? It would be nice to know...
  2. saif7463

    IE compatibility

    Hi, It's actually your CSS that is failing in IE, not your invalid HTML (which you should still fix!) Apparently, IE does not like min-height or min-width. In order to use it correctly, one must make use of a hack. The easiest and quickest to implement would be...
  3. saif7463

    C# - Run a command on shutdown

    I don't know C#, but I'm sure you could constantly store timedata in a textfile. When the computer is shutdown, the updating will cease, thus the textfile will contain the shutdown time.
  4. saif7463

    PHP include with scroll bar

    Try using a div: <?php echo "<div style='height:300px; overflow:scroll'>"; include("stuff.txt"); echo "</div>"; ?>
  5. saif7463

    notification before suspension

    In the meantime, I'm sure you could find some email reminder service online, that will email you bimonthly a reminder. A quick google search for 'email reminder' yields many results, two of which being: http://www.memotome.com/ http://www.free-minder.com/
  6. saif7463

    Why do computers in movies always beep??

    It helps the viewers suspend their disbelief. If some guy in a movie was hitting away at a cardboard box, the audience would not be convinced that he is using a computer. HOWEVER, if the cardboard box beeped every once in a while it would be clear that he was in fact using a computer. It it...
  7. saif7463

    Hi

    Hello everyone, I'm new here. A while ago, I went on a try-every-free-decent-hosting-service spree. For some reason I wasn't satisfied... or maybe I realised I didn't really a new host at the moment. A year later, I finally needed a good host for our school's math team website (work in...
  8. saif7463

    Mailman: no email confirmation sent.

    Hi everyone, I'm trying to use Mailman, which I discovered through cPanel. I have it set up to simply require email confirmation. However, no email confirmation is ever sent. I also checked my list admin email account to see if it possibly went there, but no, not there either. Is there some...
  9. saif7463

    cPanel File Manager Upload problem?

    All is well! :drool: Thank you for the quick fix.
  10. saif7463

    cPanel File Manager Upload problem?

    Hi everyone, I tried to use the cPanel's File Manager to upload a file (files.php) to public_html. The upload page says "100% Complete" but, it is no where to be found. I thought perhaps for some reason, there is something in the file causing it to fail. And I narrowed it down to a hyperlink...
Top