Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.406.215 Times

Dir Write Php Dir Etc Passwd software
Filter: All | Freeware | Demo
 

Dir Write Php Dir Etc Passwd

1 2 3 4 5 > 
Added: July 24, 2010 | Visits: 2.201

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: September 04, 2010 | Visits: 1.169

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: June 25, 2010 | Visits: 1.322

File::Size SYNOPSIS Get the size for directory /etc/ with the block size of 1024 while following symbolic links: my $obj = File::Size->new( dir => /etc/, blocksize => 1024, followsymlinks => 1, humanreadable => 1 ); print $obj->getsize(), "n"; File::Size is used to get the size of files and...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): File::Size Download

Added: August 06, 2008 | Visits: 1.272

MioFactory MioFactory is a desktop applications generator that lets you create downloadable and installable exe files using Web programming techniques: HTML, JavaScript, Flash, PHP, ASP, etc.


Platforms: Windows

License: Demo Cost: $195.00 USD Size: 4.59 MB Download (476): MioFactory Download

Added: August 04, 2008 | Visits: 1.020

Alternate Textbrowser This program makes it easy to browse through text and html/xml files, syntax highlighting for serveral programming languages is available (C++, Pascal, PHP, Perl etc.).


Platforms: Windows, *nix

License: Freeware Size: 895 KB Download (119): Alternate Textbrowser Download

Added: October 23, 2010 | Visits: 1.434

Syntax::Highlight::Shell Syntax::Highlight::Shell is a Perl module to highlight shell scripts. SYNOPSIS use Syntax::Highlight::Shell; my $highlighter = new Syntax::Highlight::Shell; $output = $highlighter->parse($script); If $script contains the following shell code: # an if statement if [ -f /etc/passwd ];...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (104): Syntax::Highlight::Shell Download

Added: May 10, 2013 | Visits: 515

libgmailer 0.9.0b8 libgmailer (class GMailer) is a PHP library that allow you to write PHP program to access Google’s free webmail service Gmail. Basically, GMailer connects to the Gmail website and does the data retrival for you. It uses the CURL extension of PHP to handle the HTTP/HTTPS traffic. Requirements:...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): libgmailer 0.9.0b8 Download

Added: November 04, 2013 | Visits: 615

MAPDAV MAPDAV is a software designed to use what is known about users via the /etc/passwd file on UNIX/Linux systems to generate a dynamic dictionary or csv file of more accurate guesses as to what their possible password may be, to look for bad password protection practices.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (65): MAPDAV Download

Added: September 07, 2010 | Visits: 1.037

PHP-Aquarium PHP-Aquarium save you time by simple one-click-operation! Write PHP-code on the left, click on "Execute" and view the effect on the right side..


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 32.77 KB Download (105): PHP-Aquarium Download

Added: May 10, 2013 | Visits: 918

Exec-PHP The execution of PHP in pages and posts can be restricted to certain users only.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Exec-PHP": - Executes PHP code in the excerpt and the content portion...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (59): Exec-PHP Download

Added: September 25, 2010 | Visits: 1.727

Remote Gnu Database Manager Remote Gnu Database Manager is a network server daemon and client library for the standard GNU GDBM(3) database management interface, which itself incorporates Berkeley DBM. To setup after installation (these notes are for 2.1.33 or later), let make install do what it can, and then: 1. create...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (106): Remote Gnu Database Manager Download

Added: January 25, 2010 | Visits: 871

DateCoder DateCoder is an application to help PHP and MySQL programmers write date commands with modifiers fast, without checking the manuals.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (90): DateCoder Download

Added: January 25, 2010 | Visits: 820

DateCoder X DateCoder is an application to help PHP and MySQL programmers write date commands with modifiers fast, without checking the manuals.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (97): DateCoder X Download

Released: July 30, 2007  |  Added: September 06, 2007 | Visits: 2.353

WeBuilder 2007 Complete all-in-one web code editor for all your web document editing needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, XHTML, CSS, JavaScript, VBScript, PHP, ASP, ASP.Net, SSI, Perl, Ruby, WML code faster and easier...


Platforms: Windows

License: Shareware Cost: $39.85 USD Size: 4.82 MB Download (826): WeBuilder 2007 Download

Released: January 14, 2009  |  Added: January 16, 2009 | Visits: 1.752

WeBuilder 2008 Complete all-in-one web code editor for all your web document editing needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, XHTML, CSS, JavaScript, VBScript, PHP, ASP, ASP.Net, SSI, Perl, Ruby, WML code faster and easier...


Platforms: Windows

License: Shareware Cost: $49.85 USD Size: 6.32 MB Download (816): WeBuilder 2008 Download

Added: May 22, 2010 | Visits: 1.238

File::LckPwdF File::LckPwdF is a Perl module to lock and unlock the passwd and shadow files with lckpwdf and ulckpwdf. SYNOPSIS use File::LckPwdF; (lock_passwd(15)) || (die "Cant lock password file:n$! stopped"); # ... do stuff with the passwd file ... (unlock_passwd()) || (die "Cant unlock password...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): File::LckPwdF Download

Added: September 12, 2010 | Visits: 875

KayBot KayBot is a bot written to guard IRC channels. To install, follow next procedure: ./configure --prefix=/your/home/dir (probably) make make install You will probably want to edit PREFIX/kaybot/etc/kaybot.conf to suit your channel and bot needs. Then youll need to run utils/kbadduser...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): KayBot Download

Added: November 17, 2010 | Visits: 793

mod_diffprivs mod_diffprivs makes Apache configurable to work as diffrent user/group and chroot env. for each VirtualServer and for ~user request. Designed mostly for ISP to make Apache secure. This is a core directive in mod_diffprivs. It takes one, two or three arguments. First is an user on what Apache...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): mod_diffprivs Download

Added: March 13, 2010 | Visits: 1.095

commitrc commitrc is a tool to put your /etc files (and the like) under cvs/svn. It is useful to see diff in /etc/passwd, routing information, dns zones, to keep an history of what happened to the box. commitrc project is also a safe backup of configs when tweaking software behavior. Usage: to add a...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (95): commitrc Download

Released: June 27, 2010  |  Added: July 03, 2010 | Visits: 1.396

WeBuilder 2010 Complete all-in-one web code editor for all your web programming needs. Clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit HTML, XHTML, CSS, JavaScript, VBScript, PHP, ASP, ASP.Net, SSI, Perl, Ruby, WML code faster and easier than...


Platforms: Windows

License: Shareware Cost: $49.85 USD Size: 7.42 MB Download (812): WeBuilder 2010 Download

1 2 3 4 5 >