liverpool echo
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Multiple STDOUT
This script demonstrates how to open STDOUT twice so you can echo to the console and also write to a file. more>>
Multiple STDOUT is designed to demonstrate how to open STDOUT twice so you can echo to the console and also write to a file.
Usage : - >perl stdout.pl
Added: 2008-07-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
17 downloads
PHP IP Echo 1.0
This simple script will show your users their IP. more>> This simple script will show your users their IP.<<less
Added: 2009-01-24 License: Freeware Price: $0.00USD
12 downloads
All-In-One Counter 1
This is an all-in-one hit counter for all of your needs! No MySQL database needed, it runs on flat text files that are created by themselves. Literally no configuration needed to setup the script, and less than 5 seconds to implement the counter anywhere more>> This is an all-in-one hit counter for all of your needs! No MySQL database needed, it runs on flat text files that are created by themselves. Literally no configuration needed to setup the script, and less than 5 seconds to implement the counter anywhere you want! It counts: total hits/views, unique hits/views, currently online visitors, most ever online visitors All you have to do is include the script at the top of your page using 1 line of code, and then use echo to print out any of the stats you need! All the information you need about the script is in the comments at the top: How to use it, how to include it, how to echo the arrays, where to put the file, where the settings are, how to use the settings, etc.<<less
Added: 2008-09-19 License: Freeware Price: $0.00USD
13 downloads
ICMP Knock Server 11-Sep-2007
This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked more>> This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked otherwise). But instead of listening for TCP or UDP packets to arrive on specific ports in a specific order, it accepts ICMP echo requests and checks if their payload lengths and order of arrival match the given pattern. The advantage is that this approach works with the standard PING tool. Programs with custom code or (although common) networking tools like netcat plus the ability to execute them are not required.<<less
Added: 2008-12-04 License: BSD Price: $0.00USD
12 downloads
ECHOpayform 1.9.9
ECHOpayform - Accept credit cards and checks more>>
ECHOpayform 1.9.9 offers an extremely easy approach to accepting credit cards and checks.
Major Features:
- An easy to implement payment processing form
- Accept credit cards and checks through ECHO
- Change appearance with stylesheet
- FrontPage and Dreamweaver compatible
- Fast and powerful
- Available in ASP. NET, PHP, ASP & Cold Fusion
- Easy installation with documentation
- Any business can collect using ECHOpayform
- Emails the customer and merchant (customizable)
- Customer can enter comments
- Churches and non-profits can use this for donations
- Add your own logo and text
- ISPs and hosting companies can resell ECHOpayform
- Email customer, customers or subscribers
- Change text in a .txt file
- Customer to merchant payments
- There are just too many features to mention here
- No database needed
- Lightning fast with popular PHP ASP & Cold Fusion
- Be sure to tell your friends
- ECHOpayform code is open source and free!
Added: 2007-06-08 License: GPL - GNU Public License Price: GPLGNUPublicLicense
12 downloads
OpenMail Advanced 1.11c
OpenMail Advanced is a fast, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans. As the destination email addresses are never echoed to the browser, there is no more>> OpenMail Advanced is a fast, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans. As the destination email addresses are never echoed to the browser, there is no opportunity for spammers to get hold of personal contact details. Now improved. Thanks too the feedback of users, and over 6000 downloads, this script is constantly being improved. Try the new improved version now.<<less
Added: 2004-01-07 License: GPL Price: $0.00USD
12 downloads
Other version of OpenMail Advanced
License:GPL
Using Echo and Basic Operators 1.00
The basics of printing and doing math more>> The basics of printing and doing math<<less
Added: 2008-02-11 License: Freeware Price: $0.00USD
10 downloads
Using AJAX to Post Form Data
JAX, short for asynchronous javascript and XML, is one of the in web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was s more>> JAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, its original intended method was simply sending data and retrieving responses without waiting for a page to reload. Were going to take a step back to the time where that was all it was used for. To start off, were going to write our PHP script that we are POSTing to. Were just going to have it echo our name back to us. Simple, but weve gotta start somewhere!<<less
Added: 2007-07-12 License: Freeware Price: Free
915 downloads
PHP - The Basics - Tags, echo and if/else
This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else. more>> This edition of the PHP walk through talks about the basics of PHP coding, including the PHP tags, echo and if/else.<<less
Added: 2008-01-13 License: Freeware Price: $0.00USD
14 downloads
Pasword Tester 1.0
Password tester is a simple upload and use program that will allow you to enter a password and see what it looks like using MD5, Sha1 or both types of encryption used together. This will allow you to avoid having to use echo in order to find out what more>> Password tester is a simple upload and use program that will allow you to enter a password and see what it looks like using MD5, Sha1 or both types of encryption used together. This will allow you to avoid having to use echo in order to find out what your password should be when you may need to know. This is great for databases and other applications where debugging may become tedious.<<less
Added: 2006-04-24 License: Freeware Price: $0.00USD
14 downloads
iScramble 1.1
iScramble is a PHP script that allows you to protect sections of your HTML code from prying eyes. It scrambles the text into a form that is not human readable, and generates some JavaScript code to descramble it. It is particularly useful for hiding more>> iScramble is a PHP script that allows you to protect sections of your HTML code from prying eyes. It scrambles the text into a form that is not human readable, and generates some JavaScript code to descramble it. It is particularly useful for hiding email addresses from email address harvesting robots. Using iScramble is simply a matter of including the php code, calling the iScramble() function passing in text that you want to scramble, then echo the returned string.<<less
Added: 2003-09-29 License: Freeware Price: 0.00
14 downloads
Other version of iScramble
Create Excel, Word and other files from PHP 1
A small but effective utility module that can create .xls .xlr .doc .txt .ppt .rtf and .csv files. You just pass the data and a filename. It can also capture print output (from echo statements) and send that to a file. A demo module is included to show more>> A small but effective utility module that can create .xls .xlr .doc .txt .ppt .rtf and .csv files. You just pass the data and a filename. It can also capture print output (from echo statements) and send that to a file. A demo module is included to show how to create the data for the various file types. The most effective way is to provide html to Word or Excel. This has been tested on a Linux server with a Windows desktop system. It may work with a Mac ot Linux desktop but youll have to try it (let me know). Its pretty easy to modify so you can make additions if necessary.<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
12 downloads
Speex 1.2b2
Speex 1.2b2 offers you a wonderful patent-free audio compression format which is used for speech. more>>
Speex 1.2b2 offers you a wonderful patent-free audio compression format which is used for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs.
Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs.
Major Features:
- Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz) compression in the same bitstream
- Intensity stereo encoding
- Packet loss concealment
- Variable bitrate operation (VBR)
- Voice Activity Detection (VAD)
- Discontinuous Transmission (DTX)
- In-progress fixed-point port
- Acoustic echo canceller
Added: 2007-06-21 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
HoinP 0.4.49
The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. It is an intermediate concept between templating systems (I more>> The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. It is an intermediate concept between templating systems (I dont like the paradigm) and PHP DOM extensions (over complicated for the purpose). It will fit well in MVC designed applications.<<less
Added: 2007-09-18 License: LGPL Price: $0.00USD
13 downloads
SS-Traffanalyz
SS-Traffanalyz monitors the flow of data around the world. more>>
SS-Traffanalyz is a tool for controlling the flow of data all over the world. It then shows a value between zero and 100. Higher values indicate faster and more reliable connections. This can be seen on a world map that is part of the module
Also There are graphs drawn showing the last 24 hours of the following:
- The "Traffic Index" is a score from 0 to 100 where 0 is "slow" and 100 is "fast". It is determined by comparing the current response of a ping echo to all previous responses from the same router over the past 7 days. A score of 0 to 100 is then assigned to the current response depending on if this response is better or worse than all previous responses from that router.
- Response Time in reference to Internet traffic is how long it takes for a chunk of data to travel from point A to point B and back (round trip). A typical response time on the Internet is 200 ms, which is 200 milliseconds (thousandths of a second) = 1/5th of one second.
Added: 2007-06-23 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above liverpool echo search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed