Forums

Join
bbPress Support ForumsRequests and FeedbackREQUIREMENT OF Forum - WebMaster

Info

REQUIREMENT OF Forum - WebMaster

  1. Hello,

    I am the webmaster of http://www.infotainmentcenter.com and we are
    in requirement of FORUM, so, please help us .
    Our system will not support PHP pages .
    So, I would request you to provide me some feedback about this matter
    on how can I embed a forum software.

  2. Your server responds that it DOES support PHP:

    (uiserver):u12345678:~ > curl -I http://www.infotainmentcenter.com
    HTTP/1.1 200 OK
    Date: Sat, 15 Mar 2008 20:01:32 GMT
    Server: Apache
    X-Powered-By: PHP/4.4.1

    Try putting this into a file and making it accessible at your domain:

    <?php
    phpinfo();
    ?>

    Save that as info.php and try accessing it http://www.infotainmentcenter.com/info.php . Maybe you will find that the server supports PHP.

    If the host does not support PHP, I suggest you get a new host. I have seen forum software that can run with flat files instead of a MySQL database, but none that are done without a scripting language like PHP.

  3. A host that doesn't support PHP is quite rare... I don't think I've ever seen one.

  4. You must log in to post.