Search Results for "restaurant php script" - Page 5

Showing 1728 open source projects for "restaurant php script"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
  • 1
    Z-cart
    ...-Added limits to all input fields so that SQL limits can not be exceeded. -Added regular expression (RegEx) pattern requirements for zip code, phone number, and email fields. -Added redirects in all PHP includes to redirect browsers to store front if they attempt to access a script. -Added return address (auto populated from store_settings.php) to shipping labels -Added RegEx requirements for stock and price in admin/maintenance. -Menu is collapsible (default state is expanded). -Added logout menu item in admin. Also fixed all PHP warning messages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    simpleGifMaker

    A simple maximum 5 layers Gif maker. It uses XAMPP, PHP,JS,HTML,CSS

    It is make with HTML, CSS, PHP, JavaScript, Ajax and XAMPP server. This project uses the imagick library of PHP. The first goal is to create a minimally animated GIF with image movement, brightness and transparency changes. The HTML page handles the operation of PHP and displays the result of running the PHP code. (E.g. animated GIF.) Video tutorial: https://www.youtube.com/watch?v=o8hB_VCaVtc This part of the project is made under the GNU General Public License...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    $form = new JSForm( array( new JSInputHidden('id', new JSInputValidator(JSValidateType::INT, true), $iID) , new JSInput('text', 'name', 'Name', new JSInputValidator(JSValidateType::NONE, true), 'Name of the Template', array($aInitialValues,'name'), 6) , new JSInputGap(6) , new JSInput('text', 'open', 'Opening Script', new JSInputValidator(JSValidateType::URL_SYMBOLS, true), 'Opening script of the template',...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This script uses a javascript table called simpledatatables. window.addEventListener('DOMContentLoaded', event => { // Simple-DataTables // https://github.com/fiduswriter/Simple-DataTables/wiki const datatablesSimple = document.getElementById('datatablesSimple'); if (datatablesSimple) { new simpleDatatables.DataTable(datatablesSimple); } }); Example usage for creating a dynamic table with delete and edit hyperlinks. Please note, that the data is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5

    SabroCMS CMS and Online FTP

    SABROCMS (CONTENT MANAGEMENT SYSTEM) PHP SCRIPT TO EDIT WEBSITES

    SabroCMS is a Freemium PHP Script that allows you to manage the files of your hosting or your website, from any web browser, either from your computer, tablet or cell phone, with online FTP functions, ideal for uploading files, deleting files, renaming files, clone files, create or delete directories and especially to create and edit files online, such as HTML files, Javascript JS files, CSS Style Sheets, Python PT Scripts, PHP Scripts, Perl, CGI and all kinds of TXT, XML, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    phpb2b

    phpb2b

    opensource and free b2b script

    Build your b2b trade portal using PHPB2B,the opensource php b2b script, get help from : http://www.phpb2b.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Simple Image Warehouse

    Simple image hosting script for one person use.

    Simple image hosting script for one person use. Based on only PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    imgi image hosting & sharing

    imgi image hosting & sharing

    Free image hosting & sharing script

    imgi Image Host is a free, simple and easy-to-use Image hosting script, which aims to make it easy to set up and maintain a photo/image hosting/sharing site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XMB Forum - php forum script

    XMB Forum - php forum script

    php forum, php forum script, forum software, bbs - by XMB Forum

    php forum, php forum script, forum software, bbs - XMB Forum is all of the above. Project has moved to: https://github.com/miqrogroove/xmb Can still download via: https://forums.xmbforum2.com/forumdisplay.php?fid=1 https://sourceforge.net/projects/xmb-forum/ XMB forum software is free, open source and runs PHP scripts with a MySQL database backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    BSW Mailer

    BSW Mailer

    Scrip to send mail with attachments

    This Scrip can send email with or without multiple attachments. It is written in PHP and needs MySQL database the setup of this script is very easy Hint: This script developed from another script. This script creates a table with name members in your database if exist this name before you should change the name of table in install.php and change the same name in bswmail.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    AutoIndex PHP Script 7

    AutoIndex PHP Script (Directory Indexer) for PHP 7.1

    AutoIndex PHP Script (Directory Indexer) was created by another developer but was not designed for PHP 7..0 or newer. it was designed for php 5 only. AutoIndex PHP Script 7 was modified for php 7.0 and newer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Wheefun Presentation Layer

    A framework for implementing a presentation layer.

    WFPL is a framework for implementing web pages using the model-view-controller (MVC) design pattern. In WFPL, documents are represented abstractly using a hierarchical "Page" structure, which are then rendered using a renderer which may represent media such as HTML, TeX, or Markdown. The controller is frequently implemented as a callback script in the case of a webpage. WPFL's strengths lie in its hierarchical design; it is similar to HTML/XML's document object model and provides a number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BSW Math

    BSW Math

    Mathematical tools for physics and engineer

    This updated script gives a great facilities to solve many problems in physics and engineer and other fields related to basic science. This script is written in PHP code and tested with many problems. It needs wamp server to run or run in internet server we added a database to this script just create a database then import the database from the folder of database then fill connection information in include/imp.php
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pirate Bay Proxy

    Pirate Bay Proxy

    Unblock The Pirate Bay

    The Pirate Bay is blocked in several countries due to governement and ISP blockades. This script will allow anybody to setup their own public proxy in order to unblock the pirate bay in any country. Please follow the instructions in the README to setup your own pirate bay proxy. This script is brought to you by avoidcenosrship, please feel free to submit your proxy to us after it is setup.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Buffet Box

    Buffet Box

    Most Advance online restaurant menu, food delivery system

    Most Advance online restaurant menus, food delivery systems, online restaurant menus, free online restaurant menu, free online restaurant menu apps, and online restaurant menu service providers. Most Advanced POS Billing & Invoicing Software that can perfectly fit your whole sale & Retail Business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    element open source social network

    element open source social network

    Create your own social network website!

    ...Free cms to build your social network aka social cms aka E Ossn aka E Ossn social network. We provide the world with a Element Open Source Social Network script the best free social networking CMS. If you are enjoying our free CMS please share our site with friends and family to help us reach more people around the world!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MinPOS

    MinPOS

    Stability POS software, Free soft develop from Openbravo POS

    ...It's developed from Openbravo POS but modified so many. Please see how to install at Wiki Support multi-language (English, France, Vietnam...) Run good: Retail, Market, Restaurant, Hotel, Motel, Karaoke, Nail, Billiard... -------------- In this release (4.02): - Update Mysql script created for all versions of Mysql and Mariadb. - Update JDK 8. - Set default language from Vietnam to English. - Update receipt template for 58mm printer. - Remove Text and URL settings in the Configuration screen. - Bug: Can not print the receipt of the company name has special symbol (%^&...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 21
    MyWebSQL
    MyWebSQL is a web based WYSIWYG Database client written in PHP. It has a simple and intuitive interface with the look and feel of a desktop application, and offers rich features for database management. No installation is needed, just download, extract and you are ready to go. It even has a single file compact version with full functionality, which you can quickly deploy on your server. Currently MyWebSQL supports working with MySQL, PostgreSQL and SQLite databases.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    yBlog Creator

    Fast, Simple Full-Featured Blog Creator in PHP. No database needed.

    Designed from the ground up to take advantage of the new and increasingly standardized features of HTML5 and PHP7+, Yofiel's file-based yBlog Creator provides W3C-validated, responsive, animated page templates that work consistently on Chrome, Safari, and Edge desktops and mobiles. But its fast CSS3 and native JavaScript libraries total less than 15KB. Any HTML editor may create content. Menus and metadata are automatic. A single stylesheet provides multiple color and appearance options...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    Clickbank URL Rotator

    Make Money With Clickbank EASY.

    This PHP script downloads the ClickBank marketplace feed, and displays random items in an elegant view. This is useful to get lots and lots of ClickBank hops. When people use the share Facebook and Twitter buttons they get free ads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RADPhE

    Rapid Application Development PHP Hosting Environment

    A Rapid PHP Application Development Environment designed for webmasters, developers, and hosts to enforce website uniformity, hardening, and light weight enough to function within shared hosting, in the presence of other scripts, and nested within itself.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    GD Process

    GD Process

    A CLI image file manipulation script

    This script was inspired by the 'convert' utility that is provided with ImageMagic. It is designed to be a CLI script that provides some basic image file manipulations. ./gd_process.php can perform these image file manipulations :- none - so it can be used to convert image file types create scale crop mirror rotate merge adjoin PHP can only work with image file types (by extension) :- jpg, jpeg gif png bmp ....
    Downloads: 3 This Week
    Last Update:
    See Project
Auth0 Logo