Send SMS from PHP (To almost every country)
13
This little function will split an e-mail address passed to it at the @ sign, and make sure that there is a valid e-mail server at the other end =)
5
Returns an array of folder/file names in the specified path.
9
This routine checks a client's IP address against a few open lists of blacklisted IP addresses, returns TRUE if the ip is a known proxy.
0
auto create and check token with different xoops versio
8
A very simple yet very useful function to have around. Especially generating session codes, filenames or new passwords
5
This detects screen resolution using javascript and makes it available to php by way of cookies.
4
This perl subroutine uses the CPAN module Mail::Webmail::Gmail to iterate through a Gmail account searching for a particular string. If a match is found, the sender's name along with his/her email address, the subject, and the "blurb" is printed to standard out. Also, all messages found will be archived automatically within Gmail to clear the message from the inbox folder. The subroutine returns the number of messages found back to the calling environment.
Sample invocation: check_email(username, password);
By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.
Sample invocation: check_email(username, password);
By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.
11
Enforce loadig fresh script code for the external javascript files. Compatible with HTTP 1.0.
9
This is a simple PHP script that will show whether a certain port/socket of a certain computer is currently open/active.









