- 
	
	
	
		
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
	 
 - 
	
	
	
	
		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
	 
 - 
	
	
	
		
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.
	 
 - 
	
	
	
	
		Please PM your login details.
	 
 - 
	
	
	
		
Re: Problem with Upload
	
	
		PM Sent. Please check..
Thnx