PHP Classes

Packages of larry bird

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of larry bird (2)  >  Mission progress status  >  Reputation  
Picture of larry bird
Name: larry bird <contact>
Classes: 2
Country: Bulgaria Bulgaria
Age: ???
All time rank: 11116 in Bulgaria Bulgaria
Week rank: 195 Up2 in Bulgaria Bulgaria Up
All time users: 2890
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Get IP Info  
Keep track of remote machine IP addresses
This class can be used to keep track of remote machines IP address.

It can associates a given e-mail address passed as a request parameter to the IP address of a machine accessing the Web server.

The IP address and the e-mail address association are stored in an e-mail address.

When the IP address of the given e-mail address is changed, the class sends a notification to that e-mail address.

The class can be used regularly with a task scheduler like cron, to monitor and notify changes of an IP address of a machine connected to the Internet using a dynamic IP address.

That class get IP (from machine on execute) and send e- mail if IP is change. This is if you have remote machine with dynamic IP and you want connect to it via SSH, Remote Desctop connection or etc. This action require class execute periodic time and on Linux you need add cron job. Details are in comments of class.

  Files folder image Template Generation  
Template engine that replaces regular expression
This class is a simple template engine based on replacing regular expressions.

It reads template files using the PHP include function to make any PHP in the template file be executed. Then it searches the resulting included file for template placeholders.

It uses regular expressions to match each of the input parameters. The placeholders that are found are replaced by the respective parameter values.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z