Simple tracking pixel written in php.
- write log file.
- send replace picture.
- redirect to other url.
- make debugging.
- cleaning old logs.
- send custome post request.
- set custome option.
- add additional text/informations.
- set custom id key
- read status of key
- Copy the code in your ftp folder. (Ready to use. :) )
git clone https://github.com/dmd2222/php-tracking-pixel.git
- Optional: change options in the beginning of the main file.
- Only using the tracking pixel:
-
- Make a redirecting to annoter website:
- https://your-domain-folder/tracking_pixel.php?re=https://earcandle.de/
- Replace image:
- https://your-domain-folder/tracking_pixel.php?ri=https://cs-digital-ug.de/images/logo.png
-
- Write the additional informations:
- https://your-domain-folder/tracking_pixel.php?ai=Heyho
-
- Send email by pixel call: (EMAIL is coded im base64, like [email protected] -> dGVzdEB0ZXN0LmNvbQ== -- En and Decoder:https://www.base64decode.org/)
- https://your-domain-folder/tracking_pixel/php-tracking-pixel/tracking_pixel.php?em=dGVzdEB0ZXN0LmNvbQ
- Set custom key:
- https://your-domain-folder/tracking_pixel/php-tracking-pixel/tracking_pixel.php?id=999
- Get status of key 999:
- https://your-domain-folder/tracking_pixel/php-tracking-pixel/tracking_pixel.php?getid=999
- Work with me on the project.
- Make sugesstions to improve the script.
- donate some coffee bucks:
- PATREONS.COM
- PAYPAL
- LTC(Litcoin): MLZ3ZDsWd2v5KPq8dVMZWbbsuH3xxZbgh5
- You dont have Litecoin:
Copyright (c) CS-Digital UG (hatungsbeschränkt) https://cs-digital-ug.de/
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
THE USE OR OTHER DEALINGS IN THE SOFTWARE
#####################################################################
- §1 Es wird keine haftung für das Projekt übernommen.
- §2 Sollten einzelne Bestimmungen dieses Vertrages unwirksam oder undurchführbar sein oder nach Vertragsschluss unwirksam oder undurchführbar werden, bleibt davon die Wirksamkeit des Vertrages im Übrigen unberührt. An die Stelle der unwirksamen oder undurchführbaren Bestimmung soll diejenige wirksame und durchführbare Regelung treten, deren Wirkungen der wirtschaftlichen Zielsetzung am nächsten kommen, die die Vertragsparteien mit der unwirksamen bzw. undurchführbaren Bestimmung verfolgt haben. Die vorstehenden Bestimmungen gelten entsprechend für den Fall, dass sich der Vertrag als lückenhaft erweist.