Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
Start Free Trial
Atera - an All-in-one platform for IT management
Ideal for IT departments and MSPs (managed service providers)
Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
A set of tools for power users of the game "Magic: The Gathering Online". ACTool and AutoIT bots, and collection import/export managers are some of the things built and added to the library.
cSprites is a pure PHP driven CSS sprite generator. It uses the GD library to automatically combine your images into larger sprites to cut down on http requests. In addition it automatically generates all the CSS you need to use the sprites.
fshop would be the basement for an fake eShop-System. It contains User-Account Area, Shopping Basket, Categories and more but there will no shipping modules. You can use it as framework for your own work or use it with billing services like paypal.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
FormMaker is a Java program that allows users to draw form fields on top of an image and output PHP and Javascript code for web-based forms. Easily turn paper forms into online forms.
A set of MediaWiki extensions and other tools developed for the Twelf wiki (http://twelf.plparty.org) that enable a wiki to naturally incorporate logic Twelf in a number of meaningful and useful ways.
newslog is a tool that can display a large ammount of news feeds
using a simple aggregation method to order the apperances
by name and plot them by the similar articles that exist.
The aim of the SQP project is to create client and server stubs for the SQP(Simple Query Protocol) protocol. Compliance and regression testing utilities are also within scope. It is a spin-off from the JSDC(Javascript Data Components) project.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Token server reference implementation for the TorBank anonymous virtual currency system, useable via TOR onion routing or the WWW. Includes the bank-network backend server, a web frontend for end users, and a library for payment and online transactions.
Trison has the goal to become a template engine with support of php, java and the transform ability to javascript to intergrate client/serverside generation of code.
Unimark is a web-based bookmark tool, and its goal is a open bookmark system for personal use.
The scripts are mainly coded by modifying "Scuttle" & "Sabros.us".
Please refer these projects in sourceforge.net if you want a social bookmarking system.
The vBMA project is a add-on (Or "hack" according to some users) for vBulletin 3.6.x, including a licenseing system, support tickets, and some other useful scripts added in.
DomainInteract is an advanced content, commerce & customer communication system that can be pluged into any standard php website. Enhance your exisitng site using DI's seiries of backend ActivCode ™ scripts and secure user/group access control system.
SA Schools Open CD is a project to provide all South Australian students with a CD full of Open Source Software. This project is to create php scripts to dynamically create, and zip all the html files required for cd packaging on the fly, depending on us
...There's a full write up/article detailing exactly what I did/how it works here:
PHP MySQL "instant" Audit Trail:
http://www.flatcoder.co.uk/php-mysql-instant-auditorauditing/
This came about when a client asked for a way to audit their system. The codebase was an old PHP application with more files/scripts that anyone would like to plough through!
The solution was a simple "drop in" replacement for the mysql_query call. From there, a simple search/replace on the codebase.
The auditor will capture "who did what" and "when". It is also smart enough to fully parse the raw MySQL query and compare updates to existing rows. Only actual changes are recorded in the audit log (database table) regardless of the SQL.
...