phpUpload09/10/05 4:40pm
 PHP does not provide support for 'live' progress update while receiving uploaded files. This set of scripts provide such support. The implementation is based on the idea of Raditha Dissanyake (http://www.raditha.com).
 
LicenseMPLv1.1
 
phpUpload with Status v0.3 (14.13 KB)
 

Gallery06/08/2003
 A simple PHP-based image gallery. Users may see different set of directories and pictures based on their access level.
See README for more details.
 
LicenseGPL
 
Gallery (894.17 KB)
 
SVNThe latest development snapshot of Gallery is available through Subversion.
http://dev.rusi.cjb.net/gallery/svn/current/
 

CVS05/09/2003
 
The CVS repository is not available.
 
 CVS repositories and projects:
  • docpile - /cvsroot/docpile
  • java2latex - /cvsroot/public
  • TicTacToe - /cvsroot/public
  • checkers4 - /cvsroot/public
All projects are available through anonymous CVS access. For example, if you want to get the <b>java2latex</b> source code, then you can use the following command:
cvs -d :pserver:anonymous@rusi.cjb.net:/cvsroot/public co java2latex

 

File Sync05/06/2003
 This page mirros some of the information published at this File Synchronization Tools site.
  • unison - *BEST* File-synchrozation tool for Unix and Windows. It synchronizes and merges two [remote] directories.
  • rsync - Mirroring tool that provides fast incremental file transfer. It does not detect changes, it simply copies the source directory to the destination.
  • cvs - *BEST* Complete version control system
  • xfiles - Java based file synchronization tool. It is an interactive utility for comparing and merging one file tree with another over a network.
  • fsync - A Perl script that allows for file synchronization between remote hosts.
  • drsync - A front end to rsync.
 

java2LaTeX10/10/2002
 
Email me if you are interested.
 
 Java to LaTeX converter. It pretty prints Java source code and produces TeX document.
 

code2html05/12/2003
 code2html is a simple PHP script that converts Java, C, C++, Prolog, Perl, PHP, and others to HTML. The script uses GNU's source-highlight to produce the HTML code.

The archive also contains instructions explaining how to add code2html to phpbb (through bbcode).
 
bugVersion 0.2 of the script is an excellent example of that how easy it is to write insecure PHP scripts. The script allows anybody to execute ANY code on the host machine. I kept that version online, so that you can get it and try it yourself. Can you find the exploit?

NOTE: DO NOT USE v0.2. GET THE LATEST ONE.
v0.2 exploit: Enter the following line in the 'Tabs' field:
2 < /tmp/pipein; ls -l; echo

 
LicenseGPL
 
code2html v0.3 (4.39 KB)
 
code2html v0.2 (insecure) (4.26 KB)
 


© 2003-2007. Ruslan Hristov. All rights reserved.