Results 1 to 7 of 7

Thread: Error Converting. Please help?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5

    Default

    Thank you for your reply.

    Here is the content of include/config.php:

    Code:
    <?php
    
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    
    session_start();
    
    $db_host     = "";
    $db_name     = "";
    $db_user     = "";
    $db_pass     = "";
    
    $language = "en";
    
    $config = array();
    $config['ffmpeg']          =  "/usr/bin/ffmpeg";
    $config['mplayer']          =  "/usr/bin/ffmpeg";
    $config['mencoder']          =  "/usr/bin/ffmpeg";
    $config['flvtool']          =  "/usr/bin/ffmpeg";
    $config['basedir']        =  "/home/valvideo/public_html";
    $config['baseurl']        =  "http://videos.val-emmich.net";
    
    include($config['basedir'] . "/include/vshare.php");
    Hmm, are the paths wrong?
    Last edited by bangnificent; 10-31-2009 at 10:12 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •