AdLinkFly - Monetized URL Shortener


 

We’ve built Wiz to be translation ready so you can translate into any language. The process of translating the theme is a user responsibility. The following instructions are given only for guidance.
 

as you can see on the below image

 

You must turn on IPN into your PayPal account and set the notification URL to be like the following

http://www.yourdomian.com/member/campaigns/ipn

and of course make sure to replace www.yourdomian.com with your domian

Each member can Enter up to 20 URLs (one per line) to be shrunk and added to your account. You can find this information by navigating to member area >> Tools >> Mass Shrinker as you can see on the below image

 
 
 
For developers AdLinkFly prepared API which returns responses in JSON format.
 
Currently there is one method which can be used to shorten links on behalf of your account.
 
All you have to do is to send a GET request with your API token and URL Like the following:
 
http://www.yourdomain.com/api/?api=<<api_token>>&url=yourdestinationlink.com
 
You will get a JSON reposnse like the following
{"status":"success","shortenedUrl":""http://localhost/adlinkfly/xxxxx""}
As you can see on the below image
 

You can manage campaigns by navigating to Admin area -> Campaigns from there you will be able to see all campaigns and you will be able to pause, resume, cancel campaigns as you can see on the below images

 

 

You can manage withdraws by navigating to Admin area -> Withdraws from there you will be able to see all withdraws and you will be able to approve and complete withdraws as you can see on the below images

 

reCAPTCHA will help you prevent spam by adding the reCAPTCHA into create acccount page and lost password page.