Search results

  1. C

    Files ownership on Linux servers issue

    There are three common ways to upload/delete files on a webserver: -- via ftp client, -- via CMS, -- via WebShell file manager in Hsphere CP. About a year ago, when I developed a site for the client, files uploaded with ftp client used to receive accountname/accountname user/group...
  2. C

    Can't overcome upload file size 2MB limit

    Dear all, I am coding simple function accepting picture uploads. It works fine, except the server does not accept anything larger than 2MB. My function first checks for the upload error based on value of $_FILES[filename][error]. Whenever I upload a JPG over 2MB, the upload terminates...
  3. C

    Seeking critique

    Let me know, whatever comes to mind: structure, interface, technicalities, aesthetics, whatever you feel is not right... www.pscommunicationsinc.com
  4. C

    FORGED_MUA_OUTLOOK issue

    A few months ago I noticed increased amount of false positives in the correspondence with my clients, mainly with those hosted with Jodo. It got to the point where my clients became annoyed by this. At tfirst I suggested whitelisting, but after some googling around I found out that the issue is...
  5. C

    Desperately need help with FoxPro db

    Has anyone had any success with making ODBC DSN-based or DSN-less connection to FoxPro database file? I tried on 3 different servers (win2, win23, web9) with no success whatsoever. Different errors each time. Anyone could share working settings/configuration? Please!
  6. C

    SPF problem?

    My domain is used for Joe-jobbing. Basic research indicated activation of SPF as a possible remedy. I followed HSphere instructions and activated SPF for the problematic domain. Couple weeks later I still see number of bounced messages, definitely not sent from my accounts. I made more thorough...
  7. C

    Please review this site

    Looking for some critique about: pscommunicationsinc . com Thanks in advance for any feedback.
  8. C

    Unable to access mail server

    I need some help with troubleshooting the following issue: Last Thursday I received a phonecall from my client, who complained that for 4 days they cannot receive emails (timeouts in Outlook), neither can access the accounts via webmail on all of their computers in the office. I quickly...
  9. C

    PHP mail() security requirements

    General question - what are security requirements for using mail() function of PHP at Jodohost? At my previous host running HSphere for scripts executed on Unix servers line "from" within "headers" parameter of mail()must have included the real email account existing on the mail server. For...
  10. C

    "indexes" setting - what does it do?

    In end-user CP, under domain settings -> domain - edit -> Web service - edit -> second section titled "settings" contains two parameters: "Indexes" and "Service status". What does "Indexes" control? At the bottom of the same page there is "Directory Indexes", which allows to assign a default...
  11. C

    What is that 'test' database?

    Each time I create the new MySQL DB from HSphere CP it creates extra 'test' database. I cannot remove it with 'DROP DATABASE test' query. What's up with that? Is it on purpose or it is some sort of glitch? I didn't see that 'test' db appearing on its own at another HSphere based host. Can...
  12. C

    CP invalid location error

    This probably is explained somewhere, but can't find the answer. As one of RC refugees I spent entire day yesterday re-creating hosting environment and end-users accounts. I went through all steps including changing URL for CP within my main reseller account. Now when I try to login to...
Back
Top