Categories

These are just sample categories, members get access to more sections.

Simple optimization with Python in Binom

Welcome to my first follow along ever šŸ˜€ I donĀ“t know how regularly I update it because itĀ“s more of a fun project and not mandatory for my work but I do my best to update as often as possible. Before I start let me first tell you a bit about my motivation to run […]

Categories Programming, Servers & Scripts

Free Landing Page protection script {Download}

First of all, a happy 2019 to Everyone! I have decided to start the year with a bang and share my landing page protection script. This script redirects an x percentage of traffic to another url when someone rips your lander. The script is hidden in a standard jquery file and is very simple to […]

Categories Programming, Servers & Scripts

NEW: Zero (!) Load Time Bot Tester For Your Live Campaigns

So, a couple of weeks ago I promised you an updated bot detection script, based on the research that I did into 2017’s bot population. And here it is! Features Of This Script Gives you an accurate read on the percentage of common bot traffic clicking your ad links. Effectively zero impact on page load […]

Categories Programming, Servers & Scripts

Taking A Landing Page from 2 Seconds’ Loading Time To 34 Milliseonds Loading Time

No, that’s not a typo. It’s really possible to get your LPs in front of the user in sub-100ms times – which research shows can skyrocket your CTR (and here are the results of Stack That Money’s own testing to prove it!) I’m using an old landing page of mine for this tutorial, back from […]

Categories Programming, Servers & Scripts

Programming For Non-Programmer Affiliates, pt 1: Echoing Tracking Parameters

OK. It’s time. Time to tackle one of the questions that we get most frequently, and one of the things that many affiliates fear, struggle with, or just plain avoid like hell. How to learn to program. This is the first in a series of tutorials that will teach you the basics of programming in […]

Categories Programming, Servers & Scripts

A Simple Way to Detect Bot Traffic in Voluum

Although Voluum is an amazing tracker, I’ve always had a hard time implementing bot detection techniques within my live campaigns. In order to do that, I either needed to have some PHP server side scripts or a second campaign from where I could filter my traffic, ending up in a chaotic mess of stats. Here’s […]

Categories Programming, Servers & Scripts

Enabling GZIP compression on Amazon S3+Cloudfront hosted landers. Worth it?

Hi, I was looking into ways to improve the loading speeds of my landing pages for my campaigns. I had just recently set up S3+Cloudfront to host my landers on a CDN. I ran one of my landers through webpagetest.org and got an F for “Compress Transfer” and “Cache Static Content.” According to IAmAtilla’s blogpost: […]

Categories Programming, Servers & Scripts

2 interesting discoveries I made from ripped landers today

I spend a lot of my time recently looking at ripped landers and have been learning all kinds of tricks. Here is an interesting snippet I found today (commented out, obviously by someone else who ripped the lander and didn’t understand it) tdmnf = atob(‘aHR0cHM6Ly8=’)+getURLParameter(atob(‘dHJhY2tpbmdkb21haW4=’))+atob(‘L2NsaWNr’); For those that can’t read Base64 fluently (wait, there are […]

Categories Programming, Servers & Scripts

How to setup Caurmenā€™s ā€œParses Javascriptā€ Bot Detection using Binom

UPDATE: Using a new method on post #3. Unfortunately, I could not get this method to work, surely I did something wrong. Leaving the post up though, maybe it can be of help or maybe someone else can find the flaw or improve upon it? Hey all, 100% adapted from the original. NEW: Zero (!) […]

Categories Programming, Servers & Scripts

Phishing/Deceptive Site Warning From Amazon – What to do?

Hi guys, Got a weird email today from Amazon, saying one of landers was reported for phishing. Here’s the email: 16854 Has this happened to anyone before? Is this normal when running pop campaigns? I deleted the lander they mentioned from my S3 bucket, but I’m not sure what to do next… Should I contact […]

Categories Programming, Servers & Scripts