Showing 579 open source projects for "file server"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • 1

    VinHEP

    A simple CMS that doesn't need a database...

    VinHEP is an opensource application made in the simplest possible way to create the ordinary users change contents of the HTML included using PHP inside their website. It is proudly based on Nic Edit application so as everyone was able to do the change. Apart of this, it is optimised for slower hosting servers and manipulates the files themselves. Unlike other content managemant systems, this does not and never will need a database to work. Aditionaly, it supports uploading of images to the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Messaging library for multi-user / real-time collaborative applications. Server side logic in php, realtime communication between clients. Short learning curve, host everywhere, pass firewalls, no installation. Applications: chat, collaborative apps, games...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    php database sync toolkit

    php database sync toolkit

    A PHP API which provides Sync Support for multiple PHP suppo Databases

    PHP Database Sync Toolkit is a PHP API which provides functionality of Transparency between multiple PHP databases by PDO and facilitate of synchronization. Due to synchronization the data is maintained between different data server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    APMP
    Another distribution of apache that contains Apache, MySQL, Perl, and PHP. and comes with the following modules mod_perl, mod_php, mod_python, and more. Also Contains a FTP and Mail Server. Will be ready to run right after installation and a reboot.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Simple PHP Polling System

    Simple PHP Polling System

    Helps an organization to create polls of different types of positions.

    This script helps organizations to make polls of different types of positions with a number of candidates under each position. The script is not very stable and the code is still rough. Installation: i. Download the script and unzip it to your localhost or web server. Works best with Wamp server. ii. Import polling3.sql from the dbBackups folder in the admin folder. Use phpMyAdmin in this case or together with cPanel for online server. iii. Add login.html into the Apache configuration file to enable direct redirection to the system. If you don't know the config file, Google for more info about this!!! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Babel Enterprise
    Babel is a enterprise grade secure monitoring platfform to check OS security status: user/passwords, kernel options, file perms, patches, network setup, SUID, binary files changes and much more. All in a distributed and modular management architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    C0CMS Community Widget

    Community board widget for websites

    === Donate to the C0CMS Project === Flattr : https://flattr.com/t/961915 Paypal : http://slcnc.blogspot.fr/p/donatecontact.html === Deployment scenarii === * Basic scenario : copy and paste the following HTML code in any blog, CMS or website surpporting iframe-based widgets : <iframe src="http://shangri-l.dyndns.org/audio/road-travel-ZZL/" style="background-color:white;" width="100%" height="100%"></iframe> * Advanced scenario -download the latest version -edid the file : modify $addcode to add whatever you want instead of default advertising, and replace any occurence of http://www.example.com by your root website url -deploy the php file on your web server. Create subdirs named 0, 1, 2, 3, and 4. Provides bulletin boards for websites. See it working : http://road-travel.zxq.net http://www.underketing.com/p/community.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    mineserverstats

    minecraft, server, statistik, bukkit, gigacraft

    Mineserverstats ist ein simples PHP Script das einen Minecraft Server anzeigen kann. Nur die IP und die Slots muss man in der einstellungen.php eintragen, das wars schon. Es ist zwar wirklich simple Aufgebaut, aber der ein oder andere Server Owner kann es gebrauchen :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    This module provides attack surface reduction enhancements against the HTTP Flood Attacks at the web application level. Massive crawling/scanning tools, HTTP Flood tools can be detected and blocked by this module via htaccess, firewall or iptables, etc. (like mod_evasive) You can use this module by including "iosec.php" to any PHP file which wants to be protected. You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video:...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10

    yapd

    Yet another PHP to DAO conversion software

    Imagine you want to start a new project in PHP using MySQL as a DB server. You create your tables and then the first thing you should do is... Create the DAO files. And this is the boring, error prone part of your system.<p> yapd will do it for you: it will read your schema in MySQL and it will create four files for you: * A file for the data object * A file for the interface * The DAO file * The file that extends the DAO files (for custom queries) I've used the fantastic phpdao software and I have fixed some bugs, added more phpdoc elements and used PHP MySQL's PDO system (instead of the deprecated mysql php driver)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Koko

    Koko is a simple PHP-based pastebin that can be used from a terminal

    Koko is a PHP-based pastebin that can be easily used with curl, or the included Python Koko utility to upload pastes from a terminal. This means no more copy and pasting, just "ps aux | koko -s example.com"! Currently there is no offical main Koko install, so you'll have to find a server or run one yourself. The Python utility is located in the client directory in the tarball. You need pycurl, libcurl and python 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MPSE

    Maniaplanet Server Extender

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    web@all CMS

    ■A simple CMS, Free for any use!■

    Free & open-source PHP5 + MYSQL/SQLite CMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bassa Web

    Bassa Web

    Bassa Web is client interface for bassa server.

    Bassa client can add request to bassa server, show status of request, user handeling and authentication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PGBuild

    Compile your mobile web pages into mobile aps via build.phonegap.com

    PGbuild is a Phonegap development system that automates the development process by connecting your CMS/web server with the online service [Phonegap Build](http://build.phonegap.com). PGBuild is essentially a web spider that make off-line versions of web pages. The off-line version is zippped and send to the Phonegap Build service. The spider is controlled by a project file that sets the rules for the spider and the options for the phonebap build service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ani-Shell
    Ani-Shell is a PHP remote shell, basically used for remote access and security pen testing. Ani-Shell provides a robust and a basic interface to access the file system, do some networking tweaks and even test your server for some common security vulnerabilities. The developer has tried to follow a coding standard which makes the code a little clean and easier to understand, Note: How you use this shell is exactly on you, and author pays no responsibility for what you use it for and what may be the consequences.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    MiniChatbox
    A small PHP chatbox which supports the use of emoticons and also has a filter for bad language. No databases are required so all you need is a server which supports PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Multiplayer Chess Script

    Multiplayer Chess Script

    PHP Multiplayer Chess Script

    Creat your own multiplayer chess game website, or add it to your website Download more PHP scripts : http://goo.gl/MsHnCI Get Free Web Hosting : http://mchost.ws/ ==================================== Installation steps: 1- download Multiplayer-Chess.zip file. 2- extract and upload it to your server. 3- run it . Have fun Download more PHP scripts : http://goo.gl/XjmPj9
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Multiplayer Snakes And Ladders

    Multiplayer Snakes And Ladders

    Multiplayer snakes and ladders game Script

    ...Download more PHP scripts : http://goo.gl/MsHnCI Get Free Web Hosting : http://mchost.ws/ ==================================== Installation steps: 1- download Snakes-Ladders.zip file. 2- extract and upload it to your server. 3- run it . Have fun
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Squidgate

    Squidgate is a webinterface to manage squid

    PHP LDAP web interface to manage Squid Proxy Server, you can create/add/delete squid users groups and ACL (Access Control lists), change Proxy ports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    apMWSearch

    advanced search for mediawiki

    This extension for mediawiki is based on Woogle and during the last year we improved and enhanced this extension. The main differences between Woogle and apMWsearch are the following: * no remote server, search is restricted to the included wiki * more file types can be searched * possibility to use different engines for indexing files * more flexible configuration for embedding into mediawiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    winginx

    winginx

    Local web server for PHP, Node.js, MongoDB, MySQL developers

    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Seoul Search
    ...You only need a Linux system with Apache and MySQL running and you will be able to use Seoul Search. How to install? Very easy, download seoulsearch.tar.gz in your file system, open a terminal and unzip/untar the file. To start the installation type ./install.sh, but make sure you have write permissions on the Apache www directory before continuing. The first step is to specify the Apache www directory. Once files have been copied to the new location you'll have to specify the MySQL DB Server host, user and password. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    srvRX live

    A simple project for creating hosting server-a-like live distribution

    The idea is creating a simple and easy to install debian based secure system distibuted in LAMP stack as well and LNMP (nginx), with support for 32-64 bit cpus and small-large ram. Initial Stage: Creating stable live systems Second Stage: mod_mono and php coexistance, RoR, manage users/groups/packages scripts and system monitoring system, custom graphics Third Stage BUilding entire CnCP system (CnCp's not cPanel in old UNIX fashion), a web interface to create/manage and deploy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EGallery

    EGallery

    A simple PHP image gallery with cache and no database.

    EGallery is a PHP script that generates an image gallery from a directory of files without having to set up a database. What this means to you is that you can have an image gallery set up in mere seconds by just uploading the EGallery files to your web server. Features include: - Cached thumbnails to reduce page load times - Upload script to add image files from your web browser - Download all images as a .zip file - Clicking on an image thumbnail prompts users to save the original image file to their computer Credits: - Utilizes the jQuery Masonry plugin to align images: http://masonry.desandro.com/ - Upload script from Uploadify: http://www.uploadify.com/ - Thumbnail creation: http://code.google.com/p/timthumb/
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo