Search Results for "script php ping" - Page 20

Showing 1491 open source projects for "script php ping"

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
  • 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
  • 1
    Ping Script Linux

    Ping Script Linux

    Bash script for pinging websites

    Ping Script Linux is a free script written in bash that pings an arbitrary number of websites from a text file and saves it to a separate output file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PHP-P10

    PHP Framework to write Bots connecting to a P10 (IRCu) Server

    PHP-P10 is an efficent PHP Framework to script IRC Bots connecting via P10 (IRCu Server to Server protocol).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Bulk Email Sender

    MOX Bulk Email Sender is free and powerful bulk email sender script

    ...Now you can use the script - have fun ! Download PHP Scripts : http://microcode.ws/ Cheap Web Hosting + FREE Domain : http://goo.gl/HY7Ubq
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ps_googlebaseshopping

    prestashop_googlebaseshopping

    This is a script used to export products for a google base shopping feed. It exports products into a spreadsheet tab delimited format ready for upload to google merchant centre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Apache Log Parser

    Apache Log Parser

    PHP script to parser apache log

    PHP script to parser apache log. You can fetch by: IP Requests Request by IP Request by day hour and much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Easy Contact

    A simple contact script including a contact form and online viewer

    Using Easy Contact contact forms on websites have never been so easy to make and use. Using the supplied contact form, messages are sent to the convenient online message viewer and can also be forwarded to your email address. Replying to the messages can also be done through the online viewer with one click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    brains storms

    fix problems and find solutions

    brains storms is a php script that help fixing problems and finding solutions for any problem by taking advises from the website visitors or by making teams from all over the world to work together on fixing any problem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Formulario de contacto básico GMAIL con captcha de facial configuración y muy util. la protección captcha es muy útil si no quieres recibir span en tu bandeja de entrada gmail. lo único que necesitas es una cuenta en GMAIL para que funcione. la primera vez que ejecute el script se abrirá una pagina de configuración, no es necesario meter mano al código pero son libres de hacerlo siempre y cuando hagan referencia a su creador.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    xBoard

    xBoard

    xBoard is a lightweight forum, news, and chat script.

    xBoard is a lightweight forum, news, and chat script that uses no database, everything is stored in text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10

    SpeedTestApplet

    Clientless Speed Test

    This is a Java applet and PHP script which are uploaded to a webserver. People can then navigate to a webpage to perform speed tests. This requires that the websever have a dns or host entry of uswvpntest. You can always change the source code. My goal would be eventually to use injection for this information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MD Backup Script

    MD Backup Script

    This php script create zipped backup of all files and mysql db of site

    This php script create zipped backup of all files and mysql database of site which can be downloaded by user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    myImageClock

    myImageClock

    Displays a new image every minute according to current time.

    myImageClock will display a new image every minute according to the current time. No database required! Can be embedded into any website with configurable size options for side-column displays or as main content. Example ideas for Image Clocks; Race-Cars or Football, Players using thier numbers for the minute of the hour. Includes an Auto-Install process with assistance to secure the back-end admin area. micStarterImages.zip is REQUIRED! This 82.7MB File includes necessary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ISP-fW is a firewall script that provides port forwarding, packet filtering, stateful packet inspection, port redirection, masquerading, SNAT/ DNAT, TOS, and never the last it generates htb rules for bandwich management. Includes: htb-tools, mipclass
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    jFeedMe

    jQuery based cross-domain feed subscriber and renderer into HTML

    A simple to use jQuery-based scriptlet that allows you to render HTML within a P tag (can be changed to DIV, SPAN etc with minor modifications) from an RSS/XML feed. It is capable of making cross-domain subscriptions without the need of any server-side support. (overcome single origin policy) Features: 1. Low footprint: compact script - 2.25KB (requires jquery-minimal 1.5+) 2. Ease of use: link the script to your html and add an empty <p id='feedPanel' rssurl='<feed url>'...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    mzz19ticker

    a mysql php text ticker script

    a mysql php text ticker script. when created this script was made with these four purposes in mind, but the future roadmap hopes to choose one of these four to make the project more focused: metropolitan food critic's blog, dollar vs. yuan stock ticker, boston marathon tweet capture form, college campus events calendar. that is to say, this text ticker was designed so that it can be used for any of these four purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The nanoURL project is essentially a script similar to the one used at tinyurl.com, which takes long URLs and turns them into shorter and more easily-remembered URLs. Web administration interface and installer included!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    1337 Multiple CMS Scaner Online

    CMS Scaner Online , Make By KedAns-Dz

    ---- Info : This is Simple Project to make lil PHP script Search and finding Vulnarble Commponetns and Plugins é Modules in CMS Target online ---- New about v0.4 ! : This Script version (0!IIIV) rc is Scanner for all Server Target and find Multiple CMS Extension (Comp,plug,mod...) Is slowly couse scanning Multi 4 CMS on all Server web Sites .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LDAP-Password-Change-Tool

    LDAP password change Tool

    This script will help you change the password of 389 directory server,Centos-DS through a web page. There is no need to bind the script with your LDAP server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    JCInstall Applications

    Projekthomepage von JCInstall

    Projekthomepage von JCInstall. Hier kannst du Hilfe, Support und Informationen über das JCInstall-Script erhalten.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DNSBL Lookup

    PHP script to lookup for blacklisted IP against multiple DNSBLs.

    How to Use? Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button An animated loading bar will appear Be patient, as the lookup may take up to a minute to complete The status is shown as "Listed" if the IP address appear on any DNS blacklist or "Not Listed" if it isn't blacklisted Click on various DNSBLs and follow the link to their website for further explanation Under normal circumstances, if you never send any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    distributedPHP client

    distributedPHP client

    A simple script for distributed computing through PHP:

    distributedPHP client is a simple PHP script that can simultaneously activate/send data to as many web scripts as you want. You must open and configure the distributedPHP .php file prior to running it. ditributedPHP client supports activating scripts without data, sending the same data to all scripts, sending unique data to each script or sending user input to each script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PHP JSON Login

    PHP JSON Login

    PHP login script using JSON
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wordpress addons finder
    This is a Simple PHP script can find addons installed on a wordpress blog from over then 2000 addon list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    eGramBOT

    eGramBOT

    A PHP parser and notifier for Cardisoft's eUniversity software.

    Το eGramBOT είναι ένα php script, το οποίο συνδέεται στην πλατφόρμα Cardisoft e-University που χρησιμοποιεί το ΤΕΙ Σερρών (όπως και τα περισσότερα ελληνικά ΑΕΙ) και ελέγχει τα μαθήματα της τελευταίας (ή και προ-τελευταίας) δήλωσης μαθημάτων με τις αντίστοιχες βαθμολογίες. Όταν βγαίνει κάποιος νέος βαθμός, ενημερώνει τον φοιτητή στέλνοντας e-mail ή/και sms σε διεύθυνση ή/και αριθμό που επιλέγει ο φοιτητής.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo