Search results

  1. C

    Email credentials faulty

    Hi, since switching to "mail.yourdomain.exofire.net" and the likes there is a fault in the email configuration given, wen you click on "configure client" for an existing email. It states there, that the port used is 25, but the mailserver uses the standard port 110 instead (tested). Regards, Stefan
  2. C

    Risky Coding in the PHPWiki

    Sometimes it seems to be a good idea to use available Software with a suitable common license in your projects. It can save time and using a well tested backend sounds like a great idea... BUT: Check what you use VERY CAREFULLY. I for my part used the PHPWiki as a backend for kind of a "poor...
  3. C

    PHP safe mode & blacklisted functions

    PHP is running more restrictive in the free hosting section, and for a good reason. too. If someone wants an idea why, this is a god starting point: http://cl.php.net/manual/en/features.safe-mode.php#features.safe-mode.functions Sadly, even the providers of BB's, CMS's and Blogs often seek the...
  4. C

    PHP Error and linking

    Greetings! There seems to be a problem with PHP: "Fatal error: Call to undefined function mysql_connect() in/home/chefan/public_html/wiki/lib/mysql.php on line 39" should not occur. The site was up and running yesterday with no problem at all. Could it be that php was compiled without mysql...
Top