Page 1 of 13 12311 ... LastLast
Results 1 to 10 of 127

Thread: Enable Upload Progress Bar

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

    Default Enable Upload Progress Bar

    THIS IS FOR vShare 2.3 to vShare 2.5.

    FOR VSHARE 2.6, see

    http://docs.buyscripts.in/wiki/Enabl...d_Progress_Bar

    Upload Progress Bar is added to vShare 2.3. By default, Upload Progress Bar is set to disabled. Upload Progress Bar will work only if you have (cgi-bin) support on your web server.

    To enable upload Progress Bar, you need to make following changes


    Open /include/settings/upload.php

    FIND

    Code:
    $use_upload_progress_bar = 0;
    REPLACE WITH

    Code:
    $use_upload_progress_bar = 1;

    Open /cgi-bin/uu_default_config.pm



    FIND

    Code:
    temp_dir                 => '/home/web/vshare/templates_c/',

    REPLACE WITH

    Code:
    temp_dir                 => '/path/to/templates_c/',
    On Cpanel Servers, it will be

    /home/YOUR-CPANEL_USERNAME/public_html/templates_c/


    FIND


    Code:
    	upload_dir               => '/home/web/vshare/video/',

    REPLACE WITH


    Code:
    	upload_dir               => '/home/YOUR-CPANEL_USERNAME/public_html/video/',

    FIND

    Code:
    redirect_url             => 'http://linux/web/vshare/upload.php',
    REPLACE WITH

    Code:
    	redirect_url             => 'http://www.yourdomain.extn/upload.php',
    This is url of upload.php on your web site.


    WORKING COPY OF uu_default_config.pm used by http://video.bizhat.com

    http://video.bizhat.com/doc/uu_default_config.pm.txt


    Set Permissions

    Perl files (CGI Scripts) only work if you set 755 permission (chmod 755) on following files. You can do this with FTP software or in Cpanel. Also the files should not change it format (UNIX format).

    Code:
    chmod 755 /cgi-bin/uu_ini_status.pl
    chmod 755 /cgi-bin/uu_upload.pl
    Common Errors and Solutions

    http://docs.buyscripts.in/wiki/Upload_Progress_Bar

  2. #2

    Default

    The progress bar is activated on my site (u2jam.com)but when I go to upload a video it doesn't show the progress area. It does upload the video fine but the progress feature doesn't display.

  3. #3
    Join Date
    May 2007
    Posts
    394

    Default

    The below is from /cgi-bin/uu_default_config.pm ... prob. at least the first line also needs to be edited if I'm guessing right.... ?


    Code:
    path_to_upload           => 'I_changed_this/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]',

  4. #4

    Default

    mersh, are you having any problems with the progress thingy?

  5. #5
    Join Date
    Jul 2007
    Location
    Webmaster
    Posts
    2

    Default

    yea.. the progress bar works..

    however after I upload

    it re-directs me to

    http://www.tinytabetha.com/signup.php?n ... d=XoNWeE5o


    so I just turned off re-direct.. and it is work..

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

    Default

    Quote Originally Posted by vegasric
    yea.. the progress bar works..

    however after I upload

    it re-directs me to

    http://www.tinytabetha.com/signup.php?n ... d=XoNWeE5o


    so I just turned off re-direct.. and it is work..
    You need to use url the same way as you put in include/config.php

    That is if you use with "www", you need to use www in uu_default_config.pm also.

  7. #7
    Join Date
    Jul 2007
    Posts
    19

    Default

    I have done everything that you mentioned. But still i don't find the upload bar. I have hosted my site with cirtexhosting.com

    plz advice

  8. #8
    Join Date
    Jun 2007
    Posts
    197

    Default

    Quote Originally Posted by winkannaa
    I have done everything that you mentioned. But still i don't find the upload bar. I have hosted my site with cirtexhosting.com

    plz advice
    Yep I'm having the same issues
    ------------------------------------
    Make an arse of yourself:
    http://www.youtwatonline.com
    ------------------------------------

  9. #9

    Default Same Problem

    We are having the same problem. Also our verification code is not working.

  10. #10

    Default Question

    Are we supposed to change the paths to our own paths?

    THis is ours and its not working.

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/YOUR-CPANEL_USERNAME/public_html/templates_c/ ',
    ',
    upload_dir => '/home/YOUR-CPANEL_USERNAME/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://www.yourdomain.extn/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| 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://linux/web/vshare/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;

Page 1 of 13 12311 ... LastLast

Similar Threads

  1. Upload Progress help
    By chris34470 in forum Installation Support
    Replies: 4
    Last Post: 08-25-2008, 01:33 PM
  2. NICHE VIDEO SCRIPT: How to enable User Profile, Upload, etc
    By grynmoors in forum Installation Support
    Replies: 1
    Last Post: 03-17-2008, 12:01 AM
  3. upload progress bar
    By bigbuttsTV in forum Fixed Bugs
    Replies: 3
    Last Post: 08-14-2007, 09:54 AM
  4. upload progress bar
    By hake in forum Fixed Bugs
    Replies: 15
    Last Post: 07-17-2007, 12:32 AM
  5. Upload Progress Bar
    By sam in forum Feature Requests
    Replies: 5
    Last Post: 06-12-2007, 12:19 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
  •