Search found 2 matches

by pav55
Sep 05, 2011 12:17 pm
Forum: XFileSharing Free
Topic: Help setup permission file windows server
Replies: 1
Views: 4410

Help setup permission file windows server

XFileSharingPro Installation Script 1) Permissions Check logs.txt : 0666 : OK api.cgi : 0666 : ERROR: should be 0755 uploads : 0777 : OK fs.cgi : 0666 : ERROR: should be 0755 upload_status.cgi : 0666 : ERROR: should be 0755 ipn.cgi : 0666 : ERROR: should be 0755 cron.pl : 0666 : ERROR: should be 075...
by pav55
Aug 30, 2011 2:38 pm
Forum: XFileSharing Free
Topic: Pleas help neww install problem:probably wrong php.ini ???
Replies: 1
Views: 4452

Pleas help neww install problem:probably wrong php.ini ???

#!/usr/bin/perl use strict; use CGI::Carp qw(fatalsToBrowser); use lib '.'; use DBI; use XFileConfig; use Process; use CGI qw(param); my $ok = " OK"; my $ses = Process->new; my $f = $ses->f; if($f->{save_sql_settings} || $f->{site_settings}) { my @fields = $f->{save_sql_settings} ? qw(db_h...