Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: The script is NOT SAFE

  1. #11
    Join Date
    Apr 2007
    Posts
    27

    Default

    This is my config.php:

    Code:
    <?
    
    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();
    
    $db_host     = "localhost";
    $db_user     = "username";
    $db_pass     = "password";
    $db_name     = "databasename";
    
    $config = array();
    
    $config['ffmpeg']          =  "/usr/local/bin/ffmpeg";
    $config['mplayer']          =  "/usr/bin/mplayer";
    $config['mencoder']          =  "/usr/bin/mencoder";
    $config['flvtool']          =  "/usr/local/bin/flvtool2";
    $config['basedir']        =  "";
    $config['baseurl']        =  "http://www.cgwatch.com";
    
    include("vshare.php");
    ?>
    Used the install-folder to make this... Any idea how to fix it?!

  2. #12
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    $config['basedir'] = "";
    This should to path to your install folder, that is change it to


    $config['basedir'] = "/home/cgwahcom/public_html";

Page 2 of 2 FirstFirst 12

Similar Threads

  1. safe mode for niche video script
    By musictvblogger in forum Installation Support
    Replies: 17
    Last Post: 04-24-2008, 12:01 AM
  2. What much for dating script/jokes script
    By olrac in forum Sales Questions
    Replies: 1
    Last Post: 06-19-2007, 04:43 PM

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
  •