Personalize your Broadcasted Messages using tag fields. The message and the list of email addresses are contained in separate files.
The Address File contains:
-Email Address
-Last Name (optional)
-First Name (optional)
-Title [Mr., Mrs., Ms., etc] (optional)
-Greeting [Dear, etc.] (optional)
Personalize your Broadcasted Messages using these tag fields in your message:
[firstname] replaced with "First Name"
[lastname] replaced with "Last Name"
[title] replaced with "Title"
[greeting] replaced with "Greeting"
This is a small little PHP script written as a web interface to getwmail written by Doug Rinckes. It was wrtten to be used either stand-alone or to be easilyincluded into any web page with a simple php include command.
This scripts generates DCT4 codes for mobile phones. These codes are entered into a mobile phone to remove the network restriction set by the network when boguht. This means it can be used on any network.
This is a simple shoutbox where people on your site can add their nick, and a small message. An example can be found on my website. Now with word wraping.
A lot of my scripts follow a pattern of being simple yet effective, and this one is no different! I needed a ping script in PHP that would check to see if a server was online (pingable or not) however every other script I found was either complicated, or used some port connection (usually port 80). Not every server is a http server and not every script should have a million parameters for such a simple request. And thus is born, Bizzar.PING. This script will ping an IP, parse the output, and display whether the server is online or not. Simple, to the point.