Search found 5 matches

by frenzi85
Jul 30, 2007 9:22 am
Forum: XUpload
Topic: Aruba Settings
Replies: 8
Views: 4467

can you help me????
by frenzi85
Jul 28, 2007 2:39 am
Forum: XUpload
Topic: Aruba Settings
Replies: 8
Views: 4467

finally i have created a file test.pl in cgi-bin and i've put in this code: #!/usr/local/bin/perl use CGI; use Cwd; my $dir = cwd; #my $cgi = CGI->new(); #my @param = $cgi->param(); print"Content-type: text/html\n\n"; print"$dir"; OUTPUT IS THIS D:/Inetpub/webs/lasostaorg PS: cre...
by frenzi85
Jul 27, 2007 9:35 am
Forum: XUpload
Topic: Aruba Settings
Replies: 8
Views: 4467

is it possible that the code that you gave me is only for linux?
by frenzi85
Jul 27, 2007 2:36 am
Forum: XUpload
Topic: Aruba Settings
Replies: 8
Views: 4467

problem: i make the file 'a.cgi' in cgi-bin folder with this code inside only: #!/usr/bin/perl use CGI; use Cwd; my $dir = cwd; #my $cgi = CGI->new(); #my @param = $cgi->param(); print"Content-type: text/html\n\n"; print"$dir"; i go to: www.lasosta.org/cgi-bin/a.cgi and it can't ...
by frenzi85
Jul 26, 2007 10:07 am
Forum: XUpload
Topic: Aruba Settings
Replies: 8
Views: 4467

Aruba Settings

hello, my website provider is aruba, and i have this folders in the root /lasosta.org +-- cgi-bin +-- public +-- mdb-database +-- … default permissions in folders: cgi-bin --> read, execution; public --> read, write; mdb-database --> write; I CAN'T SET OTHER MERMISSIONS IN OTHERS FOLDERS.... 1) i pu...