Results 1 to 5 of 5

Thread: Problem with Upload

  1. #1

    Default Problem with Upload

    Hi,
    I was able to successfuly install the script in http://www.pinoymonster.com I made a test upload and it did just fine.
    after 1 day when i retry i started getting problem. In between I didn't make any changes in my scripts..
    Problem is When I upload I notice video uploading nice. but after upload finish instead of getting confirmation i redirect to
    http://www.pinoymonster.com/signup.php? ... EySjU1S0xZ
    And I dont see Video in webpage. I checked the folder and Ifound it didn't convert it to FLV. Any help please.
    Regards,
    MD Hoque

  2. #2

    Default

    You need to set the same url in cgi-bin/uu_default_config.pm and include/config.php

    Installation Instructions available at http://buyscripts.in/vshare2-installation.html

  3. #3

    Default Re: Problem with Upload

    Admin,
    I started Feelings like may be it would be a issue with Hosting company..
    Cos if you visit my webpage http://pinoymonster.com it was working just fine. I have uploaded many videos. Then today morning it started giving me same problem..
    I am using hostonnet.com
    Here is the config.php
    <?

    error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
    session_start();

    $db_host = "localhost";
    $db_name = "pinoymon_monster";
    $db_user = "pinoymon_monster";
    $db_pass = "9900694Mm";

    $language = "en";

    $config = array();
    $config['ffmpeg'] = "/usr/bin/ffmpeg";
    $config['mplayer'] = "/usr/bin/mplayer";
    $config['mencoder'] = "/usr/bin/mencoder";
    $config['flvtool'] = "/usr/bin/flvtool2";
    $config['basedir'] = "/home/pinoymon/public_html";
    $config['baseurl'] = "http://pinoymonster.com";

    include($config['basedir'] . "/include/vshare.php");




    and here UU_default_config

    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/pinoymon/public_html/templates_c/',
    upload_dir => '/home/pinoymon/public_html/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    redirect_url => 'http://pinoymonster.com/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    delete_param_file => 1,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| mp3|htaccess|htpasswd)',
    allow_extensions => '(3gp)|(mp4)|(mov)|(asf)|(avi)|(flv)|(wmv)|(mpg)|( mpeg)|(mpeg4)|(xvid)|(divx)|(3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 1,
    path_to_upload => 'http://pinoymonster.com/video/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    };

    1;

    I dont see any problem. Please visit my site and try to upload. You will notice the problem. It happen automatically. It was just working fine last night. I wake up today and try to upload and not working. Please help me what should i do.

  4. #4

  5. #5

    Default Re: Problem with Upload

    PM Sent. Please check..
    Thnx

Similar Threads

  1. after upload problem
    By roshavia in forum Bug Reports
    Replies: 5
    Last Post: 01-25-2009, 12:22 PM
  2. upload problem
    By thaya in forum Installation Support
    Replies: 12
    Last Post: 08-01-2008, 09:50 AM
  3. Upload problem
    By jackyjacky in forum Installation Support
    Replies: 3
    Last Post: 07-08-2008, 11:41 AM
  4. Upload problem
    By XdeanX in forum Installation Support
    Replies: 2
    Last Post: 03-07-2008, 05:52 AM
  5. Upload Problem
    By wannaclip in forum General Discussions
    Replies: 3
    Last Post: 06-23-2007, 02:45 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
  •