Search Results for "simple php scripts" - Page 44

Showing 3813 open source projects for "simple php scripts"

View related business solutions
  • Atera - an All-in-one platform for IT management Icon
    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!
    Try Atera now
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    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
  • 1

    PHPDriver

    Module Based CMS / PHP Development Framework

    We have moved to Google Code. http://code.google.com/p/phpdriver Simple. Fast. Secure. Super easy to extend. Use any design you like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    sflog!

    sflog!

    light CMS, no DB needed.

    sflog! is a flat and light CMS::Blog system. Its aim is to provide a simple way to build your website and keep it updated. No database needed, sflog! uses the filesystem to store and organize data. This makes it really light and easy to install and manage. sflog! requires: - PHP 4/5+ - Unix-like Operation System - Write permissions - tar to manage backups
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mediaportal für Neutrino (D-Box2) mit Interface für Popcorn Hour Geräte: einfacher "OnlineStream Proxy" auf Basis des internen Movieplayers. Enthalten Scripts: Youtube, ZDFMediathek, MyVideo, Apple Trailer, Spiegel.TV, kino.de, Tv-Total.de alle in PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Form Tools
    Form Tools is a mature, PHP / MySQL script that provides any existing web form with a backend database and a user-friendly interface to manage the submissions, plus a wealth of tools for managing and manipulating your form data. http://formtools.org
    Downloads: 2 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5

    PHP Bug Lost

    PHP Console for debug and monitoring websites

    PBL (aka PHP Bug lost) is a simple one-file script for use in any php websites that offers a console for debug and monitoring on your broser. It's based on FirePHP and PHP Quick Profiler. You can send log messages to the console, view SQL Querys, memory usage, list of user and server vars, files included, automatic detection of ajax request (like FireBug)... etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AmazonLib
    AmazonLib is a PHP library for use with Amazon.com's Product Advertising API (nee E-Commerce Service 4.0) and Seller Services (AIMS and Merchants@). The scripts are described in a book - www.awsbook.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Oxaidine

    Oxaidine

    Simplest bookmarking!

    Oxaidine is a simple bookmarking widget, it give you the ability to instantly share any web page, with a single click of a bookmarklet in your bookmarks bar, and share it with world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    eZ Community is a branch of the eZ Systems eZ publish 2 php/mysql web content management system, updated to include new bug fixes, contributions, missing features and modules. eZ systems does not provide support in any way for eZ Community releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    CssValidator
    Tool for validating Css according a custome rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SOS Project

    Simple Online Shop Project

    Simple Online Shop atau disebut SOS adalah Content Management System sederhana untuk website jual beli online. CMS ini dibangun dengan bahasa pemrograman PHP dan MySQL untuk databasenya. CMS diciptakan sebagai bahan mempelajari PHP dan MySQL dalam bentuk praktik. Penggunaan penulisan program secara prosuderal yang cukup mudah dipahami.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ragnarok Online Site Engine (ROse) - Free Control Panel (CMS) for eAthena Ragnarok Online server Emulator. Written in PHP language. Use smarty php class for templates. contains many functions for manage eAthena dabases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    tomato's Web Application Common Components -- project aimed on building commonly used components for web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    codeKB is a source code knowledge base. It was designed to keep all your patches, scripts, code snippets, short liners and algorithms together in one place where you can find them easily and fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AgileTemplate is a simple but powerful PHP view engine. AgileWeb is a web 2.0 development framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MySQL DB Cleanup Script

    PHP Script to drop tables on all/some databases with wildcards

    I see there is no way in MySQL to drop tables using wildcards like 'temp_%', this simple PHP will help us do the following. 1. specify databases like 'anything%', so you check only the databases you need to. 2. specify tables like 'temp_%' , 'temp3_%' in an array so any number of temp wildcards possible. 3. loop through all databases and tables matching to drop the temp tables. This makes it easy for you dropping many temp tables but be very careful about the wildcard, things may go completely wrong if you get the wildcard wrong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KiPhoto
    A simple version of a platform named KiPhoto developed with PHP and jQuery. The Platform not require database and is simple to personalize. Read a folder and create an album with thumbnails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WarNards

    WarNards is an advanced version of backgammon.

    WarNards is an advanced version of backgammon. Unlike ordinary backgammon, there are opportunities to build impenetrable castles, assault them, make a coordinated attack on the units (chips) of the enemy. The same options are available for single game (hunting, assault, defense, adventure). For full board rules see game site (warnards.ucoz.ru). There is only russian version of rules now, but it may be translated by Google. Computer version of WarNards based on PHP and has both web and text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    4Vientos
    4vientos is a web file manager that allows to share information. You can set tags/description for files and directories and perform searches by them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Snaps! Gallery is an easy to install and use PHP image gallery. It aims to be simple, powerful, and customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    With YAPB you've got an easy way to have a full functionally IRC-Bot. You just need a server with SSH-Login and the possibility to execute shell-scripts on it. You can choose between having a debug-onscreen-output (in a shell ;SSH, with detailed informati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OSM Datamanager is a simple webapplication for managing geographically data (e.g. upload and display gpx files, create point of interessts or use geo rss files) . It's using PHP, MYSQL and Javascript so that you can install it at the most webhosters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    AGENCY4NET WEBFTP is a user-friendly Web FTP client build in PHP. It has a simple browser in German or English. Users can upload, download, delete, rename, or chmod files and create,delete, chmod, or rename directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A very simple website to buy and sell books without account registration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MRTG Traffic Utilization (mrtgtu) is a simple PHP script that reads your MRTG log files and will display the total amount of traffic for a given time period. Output is in east-to-read HTML and fully customizable via CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo