If you would like to offer geolocation services on your own website. ipTRACKERonline offers an XML API key allowing webmasters to do thier own geolocation via this website. In order to get going simply purchase geolocation credits here and we will send you your own API key as well as instruction on how to access our service. Should you want more information feel free to email us at
Please recommend this site on Google and Facebook by clicking on the two links below.
iptoMAILER php Function Documentation
iptoMAILER is a simple PHP
function script that allows webmasters to have the following
functionality for the web sites.
1
Display an email address while
having it encoded so that web scrapers or harvesting BOTS cannot
grab it and add it to spam lists.
2
Convert all characters on a web
page to to html entities. This is particularly helpful when
dealing with foreign alphabets not being displayed correctly.
3
The function has built in
encoding functions that allow you to create your own encoded email
addresses.
License and Distribution rights
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2 of the License.
This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Sample php script to hide your email address from harvester BOTS on your website
Three different parameters can be parsed to iptoMAILER they are as follows
1: c - this is the class to use from your CSS file (used in the example below) 2: v - this is the ENCODED email name to echo to the screen (used in example) and 3: l - this is an encoded link to parse to the iptoMAILER it is handled the same as the v parameter.
Copy the sample HTML below to create your own encoded email address
In the example above the following is the inserted iptoMAILER call:
Sample php script to encode your own email address using iptoMAILER.php
Copy the code below to create your own encoding php file
Sample php script to decode your own email address using iptoMAILER.php
Copy the code below to create your own decoding php file
Sample php script to convert all chars to html entities
Copy the code below to create your own encoding php file
Click here to download the iptoMAILER function script