Showing 373 open source projects for "directory"

View related business solutions
  • 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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    51Degrees-PHP

    51Degrees-PHP

    Mobile Device Detection for PHP - 4 Step Setup - 3 Minutes

    ...No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Step 1 - Download the Zip file from SourceForge. Step 2 - Unzip the file into a directory of your choice within your project. Step 3 - Then add the following code to your PHP page file: include_once('path/to/51Degrees.php'); include_once('path/to/51Degrees.usage.php'); (It is recommended for performance purposes that these lines are included after a session_start();) Step 4 - Get the details about the device that is accessing your site with code like this: if ($_51d[‘IsMobile’] == TRUE) { //Start coding for a mobile device here. } Read the full user guide on our web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Reportula

    Reportula is a php based web program that provides you a summarized ou

    ...Show Jobs which executed with errors last day, week, month Show a condition of your Volumes Show terminated Jobs Search Jobs on several conditions The detailed information on Pools, Volumes, Storages and Clients Search options List the files stored on job Acl Supports and Login users support Integration with Active Directory or Ldap servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    bWAPP

    an extremely buggy web app !

    bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. bWAPP helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. bWAPP prepares one to conduct successful penetration testing and ethical hacking projects. What makes bWAPP so unique? Well, it has over 100 web bugs! It covers all major known web vulnerabilities, including all risks from the OWASP Top 10 project. The focus is not just on one specific...
    Leader badge
    Downloads: 801 This Week
    Last Update:
    See Project
  • 4

    configthis

    Manage and execute Linux testing and reporting programs

    These bash shell scripts are intended to iteratively load executable files via symbolic links and echo output to a log file for later review. These bash shell scripts rely on a directory structure intended to group testing and reporting executable files by project, target platform, and version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    MyOrgNet
    An online system to support membership organizations with public events. Includes support for multiple programs, budgets and accounting, committees, online ballots, newsletters, sub-groups, volunteers, and online ticket sales using PayPal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    F7 Indexer

    F7 Indexer

    A PHP script to display files and folders

    A simple PHP script that displays the content of a specified directory in a good-looking responsive output page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Send files from any place to an HTTP server. Transfer files in parts / chunks. Transfer big files (and small). Have limited upload file size? Multiple files at once? Behind a firewall (no scp/rsync/sftp)? This is for you. Made in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Zoozle Search & Download Suchmaschine

    Zoozle Search & Download Suchmaschine

    Zoozle 2008 - 2010 Webpage, Tools and SQL Files

    Download search engine and directory with Rapidshare and Torrent - zoozle Download Suchmaschine All The files that run the World Leading German Download Search Engine in 2010 with 500 000 unique visitors a day - all the tools you need to set up a clone. Code Contains: - PHP Files for zoozle - Perl Crawler for gathering new content to database and all other cool tools i have created https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.unaique.de/ https://www.openinsider.de/ https://www.artikelschreiber.com/ https://zoozle.sourceforge.io/ https://www.artikelschreiben.com/ https://www.artikelschreiber.com/opensource/ It was very successful and 2008/2009 one of the biggest German download engines! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Yapeal

    Yapeal

    Yet Another PHP EVE API Library.

    *** Project Moved *** This is not the code you are looking for!!! Current development on this project has moved to GitHub. Look for the project at : http://github.com/Dragonrun1/yapeal Yapeal not only grabs the data from the API for you but also saves the data into a MySQL database as well. It was made to be ran from a crontab job or a scheduled task and works in the background to 'Auto-magically' as I call it, keep the database updated so all you have to do is work with the database...
    Downloads: 0 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
    Artica For Samba Appliance

    Artica For Samba Appliance

    NAS/File Sharing/PDC server in 5 Minutes

    Artica For Samba Appliance is an Open source ISO based on Debian 6 that create a full NAS/File server using LDAP system with all necessaries features. It install Artica Web administration Console, a sexy Ajax interface to help you create shares and other filesystem tunes & tweaks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    phpMD / PHP CodeSniffer Netbeans Plugin

    Netbeans Plugin for phpmd, phpcs, checkstyle and phpcpd.

    Netbeans PHP Plugin which provides violations detected by PHP Mess Detector (phpmd.org by Manuel Pichler) and warnings / infos from PHP CodeSniffer (http://pear.php.net/package/PHP_CodeSniffer/) also displayes dublicated php code detected by PHP Copy & Paste Detector (phpcpd by Sebastian Bergmann https://github.com/sebastianbergmann/phpcpd) and even supports PHP Checkstyle (http://code.google.com/p/phpcheckstyle/) Plugin by http://www.fin-sn.de
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12

    SSH Access Manager

    SSH Key Management solution

    ...You can organise these keys with group of keys called keyring. Then SSH Access Manager will deploy the keys and/or keyrings to specified unix accounts / groups / servers. User can be read from a LDAP directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Getter/Setter generator for Dreamweaver

    A command for dreamweaver to automatically generate getters/setters

    ...It comes very comfortable for PHP developers using ORMs such as doctrine. (To install copy the .htm and .js files into "C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\Commands" directory or whatever your dreamweaver commands directory is)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CN=Monitor
    LDAP Directory Server Monitoring tool with focus on 389 DS / Red Hat / Sun / Oracle ODSEE and Open LDAP. IBM Tivoli and Novell eDirectory. Other Directory Services are also supprted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    localBrowse

    localBrowse is a file manager/editor to run on a local server

    ...localBrowse is subject to some restrictions that a desktop file browser is not, however. This is mainly because the server scripts usually run as "nobody". localBrowse can currently list the files in a directory (including marking up hidden files and files that it does not have permission to), and edit simple text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Roundcube Special Folders Plugin
    Special Folders Plugin is a plugin for the popular webmail Roundcube. This plugin lets the admin define new special folders, which will be displayed at top of folders lists. Admin can directly choose the real mail folder, a name for it and the icon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Desy

    Interactive geospatial directory

    Desy is an interactive, geospatially driven directory designed for finding places near and far based on location and parameters--not folders or political boundaries. Places are community-built with users helping to add, build, and maintain site data. Content is available through desktop and mobile interfaces, various feeds, and semantically structured for maximum accessibility. Monetization and SEO tools are built-in for profit generation and higher rankings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jwphorald

    jwphorald

    Joorgportal is a Groupware for familys and private people. please look here: https://sourceforge.net/projects/joorgportal/?source=directory
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Precurio Intranet Portal (v2) [UPDATE]

    Precurio Intranet Portal (v2) [UPDATE]

    Intranet | Document Management | Workflow Automation

    ********* THIS PROJECT HAS BEEN CLOSED ****************** We are still in the business of providing an open platform for intranet collaboration and business process automation; BUT it is no longer free. (see details here: http://www.precurio.org/forums/showthread.php?tid=45414 ) Please visit our website. Thanks.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    This is a free set of PHP Scripts for a web server. These are a handful of scripts that helped me get started learning PHP. Please don't just download scripts. Take some time and break down the scripts to understand how they work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    kh_vmoci

    kh_vmoci

    Open Catalog Interface (OCI) for VirtueMart

    ...Tested against SAP R3 and SAP ByD (Business by Design) Available in some versions 2.5.1 for Joomla 2.5 and VM 2.0.x (default download) You can use a custom field as product unit. 2.5 for Joomla 2.5 and Virtuemart 2.0 (download from file directory) 1.5 for Joomla 1.5 and Virtuemart 1.1 (download from file directory) kh_vmoci contains two plugins: Kh_autologin for automatic login. Kh_vmoci for sending data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Freeware Directory Script

    Freeware Directory Script

    Open Source Freeware Directory Script

    Open source freeware directory script with configurable categories and allowing webmaster and user ratings. Included in the project is sample data for data recovery freeware. The sample data has 400+ rows. My programmer tells me the script was programmed from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Weblery
    ...The code and versions available on SourceForge are outdated. https://github.com/kjw3/weblery/ Weblery is a simple php based web photo gallery. It is driven by the directory structure of the gallery. All that is needed is to include the weblery.php file into your website. Make adding a photo gallery to your website as easy as it should be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PhotoFrame is a PHP5 script that automatically creates a clean Web interface (using frames) from a directory full of JPEG, PNG and GIF images. It creates thumbnails automatically and can use JPEG comments if it finds them. Features web administration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PHP Cache Variable

    PHP ทำ CACHE ตัวแปร Array และ Object

    โดยปกติ การทำแคชจะทำทั้งหน้าเว็บไซต์ แต่สำหรับ PHP Cache Variable สร้างขึ้นมาเพื่อทำ Cache ให้กับตัวแปรเท่านั้น เพื่อความสะดวกในการใช้งาน และการแคชเฉพาะค่าของตัวแปรเก็บไว้ใช้งาน ปล. การอัพโหลดใช้งานบนโฮสติ้งจริง ต้องตั้งค่า Path ให้ถูกต้องดว้ย ตาม Web Control Panel ทีท่านใช้งาน
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo