projects & downloads
21.02.2009 - release notice:
FTPConn V3.1.1 - Client File Exchange
FTPConn V3.1(.1) is now available for implementation.
- Changes/Fixes in V3.1:
- Fixed an issue when deleting files which transfered users to the main applications index. This issue only occured if you had an iframe implementation. All live applications were updated!
- Added headers to accompany file downloads. This addition doesn't really do much (considering you can use a generic file type for all downloads), but it's nice to have.
- Previous Changes/Fixes in versions 2.0 - 3.0:
- UPDATED! User-friendly interface to easily browse an FTP account.
- NEW! File-upload progress bar.
- NEW! Last-directory link added to allow further ease of use and file browsing.
- Security updated to hide all unnecessary information from the user, especially when downloading files.
- Automatic file-download when someone clicks a file in a directory. This file-link will only provide you will a file download pop-up window. It will no longer attempt to open the file in your internet browser.
- Strict naming convensions for folder names.
- Now available, and preferred, to embed the application into your website. This is done via iframes.
- The CSS (stylesheet) is clearly labled so you can quickly adjust colors to match your website.
- For the time being, renaming files is not available.
- There are 2 methods of implementation:
- Embed a link in an iframe which connects to our local server (local server provides the extensions which allow the progress bar to function correctly).
- Upload the source files to your webserver and install progress bar extensions if console access is available.
Screenshot:
2009.05.06 - release notice:
cConsole V2.6 - Client/Project Management System
- Added Work-Log entries which are applied to new billing.
- Added news feed reader/updater
- Updated invoice layout.
- Added hosting service tracking.
Screenshot:
10.10.2008 - home/office solutions:
Common software programs
provides a solid base for a powerful home/office computer.
10.10.2008 - php script:
iDBConnect
iDBConnect provides a connection to your database which simplifies the connection process. Uses the PHP function mysqli_connect().
@
methods {
dbSelect( query, array(params[..]) )
dbUpdate( query, array(params[..]) )
}
@
vars {
host, database, username, password
}
10.14.2008 - php script:
MailSender
MailSender provides a method of sending emails from websites. It prevents header injection and is flexible enough for production use.
@
methods {
setMailer($from, $to, $subject, $message, $html=false, $reply=true, $custom_headers)
send()
}
10.10.2008 - php script:
Countries and States for your SQL database
Just download, extract, then run the 2 sql files on the database you want to modify. There is a readme.txt file included containing deatiled instructions.