Search:

Type: Posts; User: Scott

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: SNMP

    by Scott
    Replies
    2
    Views
    2,483

    I do not have a dedicated server, I wouldn't...

    I do not have a dedicated server, I wouldn't suspect it would be completely available but possibly a public community string might have been.

    For the moment it was for disk space, went with du...
  2. Thread: SNMP

    by Scott
    Replies
    2
    Views
    2,483

    SNMP

    Is there a way to turn support on for SNMP?

    Thanks in advance.
  3. Thread: ffmpeg.so error

    by Scott
    Replies
    1
    Views
    3,498

    ffmpeg.so error

    Error log file is being filled with the following error msg:

    [01-Jun-2009 09:17:53] PHP Warning: Unknown(): Unable to load dynamic library...
  4. Thread: OpenSSL

    by Scott
    Replies
    3
    Views
    3,132

    I was just coming back to post that "I got it". ...

    I was just coming back to post that "I got it".

    Thanks.
  5. Thread: OpenSSL

    by Scott
    Replies
    3
    Views
    3,132

    OpenSSL

    Is openssl installed? I cant call any of the functions.

    I see that

    SERVER_SOFTWARE = Apache/1.3.39 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635...
  6. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    After discussing this further off-line, I have...

    After discussing this further off-line, I have come to the conclusion that I believe it would always be best to handle any recording of time into MySQL as GMT. Then to simply let PHP handle the...
  7. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    Well you can set your env variable using an...

    Well you can set your env variable using an Apache directive. Place this line in your .htaccess file in your document root directory:

    SetEnv TZ America/Chicago

    After placing this in my...
  8. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    We are in the same boat. I was also looking...

    We are in the same boat.

    I was also looking for a way to set a domains timezone through CPanel because server logs are also annoying with the timestamps written to system time. Or possiblely...
  9. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    So you do this ... "set time_zone = '-5:00'" ...

    So you do this ...

    "set time_zone = '-5:00'"

    How do you handle daylight savings time?
  10. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    No takers? Am I the only one with this issue?...

    No takers?
    Am I the only one with this issue?
    What are others doing to work around this?
  11. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    Alright, I got the php part to work but I am now...

    Alright, I got the php part to work but I am now having trouble with MySQL now().

    Here is the code that I have so far:



    echo "<p>PHP 1: ".date("Y-m-d h:i:s")."</p>"; // outputs system time,...
  12. Thread: default timezone

    by Scott
    Replies
    14
    Views
    6,934

    default timezone

    what is the best way to set the default timezone for php scripts?

    I have attempted:

    ini_set("date.timezone","America/Chicago");but that doesn't seem to do the trick.

    Any suggestions would be...
  13. Replies
    1
    Views
    4,944

    Outage this morning

    It appears that there was an extended outage this morning. The duration was approximately from 0100 - 0430 CT. This had an impact on Lisa and what ever server glowhost.com is served by. Please advise...
  14. Replies
    2
    Views
    4,957

    It appears I found the trouble. cPanel mod'd the...

    It appears I found the trouble. cPanel mod'd the htaccess file with a RedirectMatch, I went and manually changed the htaccess file to a RedirectPermanent and everything appears to be working.

    Im...
  15. Replies
    2
    Views
    4,957

    This seems simple enough however, when I apply...

    This seems simple enough however, when I apply the redirect and then test it, I keep getting a 404.

    Here is a list of the current redirect:...
  16. Replies
    7
    Views
    4,717

    Well it looks like I found a work around by...

    Well it looks like I found a work around by changing the glowhost ini setting for url_rewriter.tags.

    I would like to open a discussion as to why session.use_trans_sid is on if the default value...
  17. Replies
    7
    Views
    4,717

    More info from php.net ... ...

    More info from php.net ...

    **********************************
    session.use_trans_sid boolean session.use_trans_sid whether transparent sid support is enabled or not. Defaults to ...
  18. Replies
    7
    Views
    4,717

    Some progres. My local php.ini file has the...

    Some progres.

    My local php.ini file has the following turned off: session.use_trans_sid, while gloowhost has this on.


    Checking further ...
  19. Replies
    7
    Views
    4,717

    I am uploading FTP over TLS. Here is one...

    I am uploading FTP over TLS.

    Here is one example: http://www.allmartech.com/email-a-friend.php?ref=www.allmartech.com/

    This is even more strange, when I view source from my browser I see my...
  20. Replies
    7
    Views
    4,717

    Pages are failing to validate

    Pages on my site that have a form on them are not validating to XHTML 1.0 Strict. The problem occurs only when I copy the page from my local web server over to my account here for production. It...
  21. Replies
    5
    Views
    4,948

    OMG, I just noticed that, that is disgusting!...

    OMG, I just noticed that, that is disgusting! Have you found a work around for that yet?
  22. Replies
    1
    Views
    3,186

    Start writing some x/html and send it over to the...

    Start writing some x/html and send it over to the server.
  23. Replies
    7
    Views
    5,752

    Well that didn't work too well. Anywho, I use...

    Well that didn't work too well. Anywho, I use character codes inbetween the <a> tag and in the Href attribute.
  24. Replies
    7
    Views
    5,752

    I hear you. I have taken the precaution to fight...

    I hear you. I have taken the precaution to fight this a little by encoding the email address like this:

    <a href="mailto:info@allmartech.com">info@allmartech.com</a>

    Now this doesn't address...
  25. Replies
    7
    Views
    5,752

    I have an email address of info@ and I would like...

    I have an email address of info@ and I would like to configure it in such a way that when this email address receives an email that a multipart autoresponse email is sent out.

    I can handle this...
Results 1 to 25 of 27
Page 1 of 2 1 2

1 2 3 4 5 6 7 8 9 10 11 12 13 14