so where do i go to change it?
Printable View
so where do i go to change it?
I'm guessing (without detail info) that you need to look in the /cgi-bin/uu_default_config.pm file.
Look for:
upload_dir => '/home/admin/Your-path/www',
ERROR: Failed to mkdir http://hilariouslaugh.com/vshare/video/: No such file or directory
it change alreadyQuote:
Originally Posted by spun2u
but i guess this one
that need to be change.Quote:
temp_dir => '/path/to/templates_c/',
but what will i change it for /path?
Seems that you and I are having the same issue.
The progress bar works great! But for some reason it says it cant make the video dirctory.
Is this supposed to be in the video folder?
its on an index html file
vShare YouTube Clone
Why is a link to buy scriopts in here?
Quote:
Originally Posted by olrac
The 'temp_dir' & the 'upload_dir' should use the same path except temp_dir should point to templates_c/ & the upload_dir point to video/
Yes, it was in mine install. I simply changed it to point to may main page. There is a link to vshare.in in the .htaccess files so when someone accesses the /include/ folder it sends them to the vshare site also, of course I changed it to point to my main page.Quote:
Originally Posted by hilariouslaugh.com
progress bar works good but im having a forbidden error page after upload is completed for upload_success.php file.
Could it be possible that you forgot to do a RewriteRule in the .htaccess file for upload_success.php file?
Did you get it fixed yet? Also I wonder if someone would be kind enough to post their settings if they have installed and got this running successfully?
This is my .htaccess file:Quote:
Originally Posted by karlmay
Code:Options +FollowSymLinks
RewriteEngine on
RewriteRule ^admin$ - [L]
RewriteRule ^admin/(.*) - [L]
RewriteRule ^install$ - [L]
RewriteRule ^install/(.*) - [L]
RewriteRule ^$ index.php
RewriteRule ^view/(.*)/(.*)/ view_video.php?id=$1 [L,QSA]
RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]
RewriteRule ^channel/(.*)/(.*)/recent/(.*) video.php?category=recent&chid=$1&page=$3
RewriteRule ^channel/(.*)/(.*)/viewed/(.*) video.php?category=viewed&chid=$1&page=$3
RewriteRule ^channel/(.*)/(.*)/ channel_detail.php?id=$1
RewriteRule ^detailed/recent/(.*) video.php?category=recent&page=$1&viewtype=detailed
RewriteRule ^detailed/viewed/(.*) video.php?category=viewed&page=$1&viewtype=detailed
RewriteRule ^detailed/discussed/(.*) video.php?category=discussed&page=$1&viewtype=detailed
RewriteRule ^detailed/favorites/(.*) video.php?category=favorites&page=$1&viewtype=detailed
RewriteRule ^detailed/rated/(.*) video.php?category=rated&page=$1&viewtype=detailed
RewriteRule ^detailed/featured/(.*) video.php?category=featured&page=$1&viewtype=detailed
RewriteRule ^detailed/random/(.*) video.php?category=random&page=$1&viewtype=detailed
RewriteRule ^recent/(.*) video.php?category=recent&page=$1
RewriteRule ^viewed/(.*) video.php?category=viewed&page=$1
RewriteRule ^discussed/(.*) video.php?category=discussed&page=$1
RewriteRule ^favorites/(.*) video.php?category=favorites&page=$1
RewriteRule ^rated/(.*) video.php?category=rated&page=$1
RewriteRule ^featured/(.*) video.php?category=featured&page=$1
RewriteRule ^random/(.*) video.php?category=random&page=$1
RewriteRule ^rss/new/ rss.php?type=new [L]
RewriteRule ^rss/comments/ rss.php?type=comments [L]
RewriteRule ^rss/views/ rss.php?type=views [L]
RewriteRule ^group/(.*)/members/(.*) group_members.php?urlkey=$1&page=$2
RewriteRule ^group/(.*)/videos/(.*) group_videos.php?urlkey=$1&page=$2
RewriteRule ^group/(.*)/add/(.*) add_video.php?urlkey=$1&page=$2
RewriteRule ^group/(.*)/fav/(.*) add_favour.php?urlkey=$1&page=$2
RewriteRule ^group/(.*)/ groups_home.php?urlkey=$1 [L,QSA]
RewriteRule ^include/(.*) http://www.u2jam.com
RewriteRule ^pages/(.*).html$ show_page.php?name=$1 [QSA,L]
RewriteRule ^([^/\.]+)/favorites/(.*) user_favorites.php?username=$1&page=$2
RewriteRule ^([^/\.]+)/playlist/(.*) playlist.php?username=$1&page=$2
RewriteRule ^([^/\.]+)/friends/(.*) user_friends.php?username=$1&page=$2
RewriteRule ^([^/\.]+)/public/(.*)$ user_videos.php?username=$1&type=public&page=$2
RewriteRule ^([^/\.]+)/private/(.*)$ user_videos.php?username=$1&type=private&page=$2 [L,QSA]
RewriteRule ^([^/\.]+)/groups/(.*)$ user_groups.php?username=$1&page=$2 [L,QSA]
RewriteRule ^([^/\.]+)?/?$ user.php?username=$1 [L,QSA]
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
This is my uu_default_config.pm :Quote:
Originally Posted by hilariouslaugh.com
Hope this helps.Code: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/username/www/templates_c/',
upload_dir => '/home/username/www/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.YOUR-DOMAIN.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|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://www.YOUR-DOMAIN.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]',
from_email_address => '[email protected]',
};
1;
thanks spun2u but both are the same, i was just wondering if they forgot to do a RewriteRule for upload_success.php file in the .htaccess
as soon as the upload is over it goes to a forbidden error page for upload_success.php
Your path is not right to your upload directory. You need to set this to the upload path on your server. In fact you have not set any of your paths that I can see. The paths that are on here are defult but you need to change these for your server.Quote:
Originally Posted by spun2u
[quote=hilariouslaugh.com]Your path is not right to your upload directory. You need to set this to the upload path on your server. In fact you have not set any of your paths that I can see. The paths that are on here are defult but you need to change these for your server.[/quote:1db45]Quote:
Originally Posted by spun2u
Dude, I posted this for karlmay & you since you guys seem to be having issue with this thing. I blanked out certain parts of the path. You or whoever finds this helpful should replace my example paths with their own.
Geez.
Not sure about the rewriterule being left out, but if they did then somehow my installed version works.Quote:
Originally Posted by karlmay
Oh, could be a server issue in that case, thanks for your help.Quote:
Originally Posted by spun2u
Ok thank you! I did what you said but this is the error i am getting now.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at hilariouslaugh.com Port 80
What page are you accessing when you get this error?Quote:
Originally Posted by hilariouslaugh.com
Do you know what this means?
[Wed Aug 1 22:05:28 2007] [error] [client 75.17.76.14] File does not exist: /home2/video/public_html/favicon.ico
What is this favicon.ico?
it's the little icon up next to your url in the browser address window. you can show your own icon instead of the default icon that the browser uses.Quote:
Originally Posted by hilariouslaugh.com
Oh! Ok well Did you get this thing running yet? I am getting a 404 error now.Quote:
Originally Posted by spun2u
[quote=hilariouslaugh.com]Oh! Ok well Did you get this thing running yet? I am getting a 404 error now.[/quote:17fa5]Quote:
Originally Posted by spun2u
Um yes, the script runs on my end.
Admin;
My audio is on and off, and I can't barely hear
and here is one my video quality isn't good either
this is the link
http://www.grindplay.com/view/233/skater/ <-- Mpg
http://www.grindplay.com/view/231/skater-flv/ <-- FLV
this is the old version v2.2 Audio and Video Quality are fine.
http://www.grindplay.com/view/224/skater/
Admin;
Here is the other error on group video list
Can't view the image videos
http://www.grindplay.com/group/create/videos/1
im having the same error, i cant see any thumbs of my group videos when i click on View All Videos link.Quote:
Originally Posted by olrac
http://www.worldadstv.com/group/funny/ (scroll down and click on View All Videos)
status bar is beautiful !
Mine is working to but just as its ready to complete I get a 404 error .
Could someone tell me if i have the correct settings?
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 => '/home2/video/www/vshare/templates_c/ ',
upload_dir => '/home2/video/www/vshare/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://hilariouslaugh.com/vshare/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://hilariouslaugh.com/vshare/video/',
send_email_on_upload => 1,
html_email_support => 1,
link_to_upload_in_email => 1,
email_subject => 'Uber File Upload',
to_email_address => '[email protected],[email protected]',
from_email_address => '[email protected]',
};
1;
Quote:
Originally Posted by olrac
There is no change in video conversion part.
If you have problem, it should be problem with your mencoder/ffmpeg installation on the server.
hmm there is something even more wrong with groups, see http://forums.buyscripts.in/viewtopic.php?t=1003 ....on mine and the bizhat site the "remove video" button does not appear....but on yours and karlmay's site the remove button is there for me to click even though i have not even signed up to your site. sorry olrac i just removed 2 vids from your group!Quote:
Originally Posted by olrac
just checked and not logged in users can remove videos/members from any group....admin we need fix asap.
Karls site is all over the shop on my computer.
thnx a lot. now its working fine. but when i upload the video of more than 2 mins length, i get the error "page cannot be displayed". kindly help me to fix this issue.
I have this happening too. Larger files than 10meg it seems. I got some on smaller and now, error.Quote:
Originally Posted by winkannaa
Sorry for my english understanding, what do you mean by all over the shop of your computer?Quote:
Originally Posted by zeffer
The tool "import video" not found :
thanksCode:Fatal error: Smarty error: [in admin/import_video.tpl line 156]: syntax error: mismatched tag {/if}. (Smarty_Compiler.class.php, line 2300) in /home/video3de/public_html/include/smarty/libs/Smarty.class.php on line 1095
Have you modiified template file ? try reuploading admin/import_video.tpl
I upgraded to the new version. Good job! I enabled the upload progressbar and that worked very smooth.
One problem is that in the new version ADMIN SIDE, number of channels on top of the "View Channels" is shown as zero and I only can see the first page of the channels, for example for 24 channels I can see channel 1 to 21 and there is no way to navigate to the second page.
Quote:
Originally Posted by admin
thanks :wink:
Could someone tell me where on the phpinfo file i would find FFMPEG if its installed?
http://hilariouslaugh.com/vshare/phpinfo.php
Thanks!