Search results

  1. C

    Files ownership on Linux servers issue

    Thank you, Stephen. Will issue a trouble ticket.
  2. 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...
  3. 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...
  4. C

    Read this story carefully. I and Jodohot

    If I understand this situation right, this all started from your desire to get the 5th month for free. Was it it worth to put up a fight to get a $37.00 worth of services? Was this all worth it? Dude, I can't extend my sympathies to you. You caused your own clients to loose their website only...
  5. C

    No email to at least one domain

    Just out of curiosity I looked up the Dolphin website. This seems to be fairly established web app. You may want to consider posting this issue on their forum. I bet there is more people having the same issue and they may have an easy way posted there. Perhaps there is a mod ready to install...
  6. C

    No email to at least one domain

    Check how the Dolphin is sending emails: using PHP mail() function or using SMTP protocol, eg. by using PHPmailer (http://phpmailer.sourceforge.net/). I 've seen that happening a lot - messages generated automatically by PHP scripts were coming normally to some addresses and were MIA where sent...
  7. C

    Need ModSecurity Ticket Resolved!!!!

    Fair enough. Thank you for your answer.
  8. C

    Need ModSecurity Ticket Resolved!!!!

    I would like to back up Milehigh, who is not the only one slammed by ModSecurity restrictions preventing from using basic CMS features. I have a ticket opened for a little while already and we go back and forth with the support person: I send info what errors I am getting, he makes the rule...
  9. C

    Cluster1 Post upgrade master thread - myh*ph*ere.biz based domain

    Just wanted to second the previous post. Many features in the admin panel of the CMS I use for my sites are not working properly after recent hSphere update. They are being stopped by the HTTP Response Splitting rule within ModSecurity. I had a couple of trouble tickets - one has been resolved...
  10. C

    Seeking critique

    Thanks, liming. I don't think I ever made a site with a logo linking to the homepage. This must be a mental block or something... I see your point, though, will make this adjustment in some free moment.
  11. C

    Seeking critique

    Thanks for checking. Jyst FYI, I have still FF 1.5.0.12 on older PC and it does the same thing. Same randomness and same frequency.
  12. C

    Seeking critique

    I am glad you experienced that, because it does not happen in IE, Opera, Safari and Chrome. Nobody from the client side reported the issue. I started thinking it is something with my FF, which is enriched with some plug-ins. Thought they messed it up. All I can think of it must be the way FF...
  13. C

    Seeking critique

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

    FORGED_MUA_OUTLOOK issue

    Tanmaya, with all due respect to SpamAssasin, I don't question the quality of its operation. I guess I am pointing out that all legit messages sent from Outlook Express in Windows XP with SP3 to any malibox on Jodo are slapped with FORGED_MUA_OUTLOOK flag, which has a weight of 4.2. All...
  15. 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...
  16. C

    Desperately need help with FoxPro db

    Just as a follow-up: The dbase commands work just fine. After few more tests I managed to get the DSN-less connection to work properly. The winning code lines were: $dsn_string = "Driver={Microsoft Visual FoxPro...
  17. C

    Desperately need help with FoxPro db

    AWESOME! I am on php4.4.4 and the dbase commands work. Thanks so much. Actually. My other script using ODBC commands worked as well. That's a progress. Thanks again. You guys are THE BEST!
  18. C

    Desperately need help with FoxPro db

    Wonderful! I request it then. I was typing email to you when saw your post coming. I submitted two responses to my original ticket: one via ticket system and second via email.Had not received the email confirmation in both cases. Is something going on? At this point I prefer to work with...
  19. C

    Desperately need help with FoxPro db

    Would it be easier to transfer entire hosting to another Windows machine with php 4.x on it? Just a thought...
  20. C

    Desperately need help with FoxPro db

    Okay then. How about enabling dbase commands? All I did on win2 was uncommenting extension=php_dbase.dll in generic php.ini and had the commands working. They seem to be perfectly sufficient to do the job. Can you enable them on win23?
Back
Top