WebTools

 view release on metacpan or  search on metacpan

docs/INSTALL.html  view on Meta::CPAN

        change path to new location of <font color="#000066">db</font>, <font color="#000066">logs</font>, 
        <font color="#000099">mail</font> and <font color="#000099">tmp</font> 
        directories! </font></font></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">(or 
        use install.cgi to modify config.pl file!)</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#000099"><font color="#000000"><br>
        <br>
        --------------------------------------------------------------------------------------------------<br>
        <font color="#FF0000">CASE 3:</font> &nbsp;You have<font color="#FF0000"> 
        root</font> access! Well is <font color="#FF0000">not a good idea</font> 
        to install webtools <font color="#FF0000">with root access</font>! You 
        can <font color="#006600">login with some other user</font> and install 
        package in directory you want and <font color="#006600">chown/chmod</font> 
        if need (using root). With root access you can install package on way 
        you want and can resolve problems very fast (if you want you can run your 
        scripts with '<font color="#006600">www</font>' user and so on...). You 
        can create directories (<font color="#000099">db,logs,mail, tmp</font> 
        ...) into <font color="#006600">some private directory</font> (where nobady 
        except <font color="#006600">Apache can read/<font color="#FF0000">write</font></font>)...<br>
        <font color="#FF6600">NOTE:</font> Please be very careful when install 
        any scripts/modules with root access. You bring responsibilty for your 
        actions!<br>
        </font></font></font></b><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#000099"><font color="#000000">--------------------------------------------------------------------------------------------------</font></fon...

docs/WORDFILE.TXT  view on Meta::CPAN

my
next no
package
redo return require
sub
until unless use
while
/C2
accept action_sid_adder alarm atan2 action_adder attach_var
bind binmode bless b_print
caller chdir chmod chomp convert_ses_time chop chown chr chroot ClearBuffer ClearHeader close closedir connect cos crypt
DB_OnDestroy DB_OnExit dbmclose dbmopen decode_separator defined delete delete_cookie DestroyScript die disattach_var dump
each encode_separator endgrent endhostent endnetent endprotoent endpwent endservent eof eval exec exit exp exists
fcntl fileno flock flush_print fork formline format
getc GetCookies GetCompressedCookies GetCurrentSID getgrent getgrgid getgrname gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername getpgrp getppid getpriority getprotobyname getprotobynumber getprotoent get...
Header hex hideerror href_adder href_sid_adder
index int ioctl
join
keys kill
lc lcfirst length link listen LoadCfgFile localtime log lstat
map mkdir msgctl msgget msgrcv msgsnd

install.txt  view on Meta::CPAN

      After this you MUST move files from original(installed) directories to 
      directories we've just created (preserve attributes/permissions when files 
      are moved). Ok, is evrything done? Actualy not at all, you also need to 
      edit "config.pl". Please run 'pico' or some other editor and change path 
      to new location of db, logs, mail and tmp directories! (or use install.cgi 
      to modify config.pl file!)

      --------------------------------------------------------------------------------------------------
      CASE 3:  You have root access! Well is not a good idea to install webtools 
      with root access! You can login with some other user and install package 
      in directory you want and chown/chmod if need (using root). With root 
      access you can install package on way you want and can resolve problems 
      very fast (if you want you can run your scripts with 'www' user and so 
      on...). You can create directories (db,logs,mail, tmp ...) into some 
      private directory (where nobady except Apache can read/write)...
      NOTE: Please be very careful when install any scripts/modules with root 
      access. You bring responsibilty for your actions!
      --------------------------------------------------------------------------------------------------

      SECURITY SETTINGS:

lib/libs/deepwalk.pl  view on Meta::CPAN

 close SRCFILE;
 close DSTFILE;
 
 if($umask eq undef)
  {
   chmod ($mode, $target);
  }
  
 if($< == 0)
  {
   chown $uid, $gid, $target;
  }
 
 utime ($atime, $mtime, $target);
 umask $orig_mask;
 return(1);
}

sub recursive_mkdir
{
 my $folder = shift;



( run in 1.375 second using v1.01-cache-2.11-cpan-5511b514fd6 )