The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Make money cooperation

velvetrose4392

New Member
affiliate
Make money cooperation
Are you able to run ads on facebook?
You want to rent or buy an account
We can work together to make money
Please leave your contact
thank you
 
I would say wrong title for this thread. I was intriged at first but now it is something else and i am more meh
 
I fixed it for you

I have a good BANNED Facebook advertising account :(
Maybe it is nothing to lose? That said; Years ago Facebook did convert porn and cams pretty well.
 
The Geo module is made to match client addresses. You can use it to define a variable to test like so:

Code:
geo $bad_user {
  default 0;
  1.2.3.4/32 1;
  4.3.2.1/32 1;
}

server {
  if ($bad_user) {
   rewrite ^ http://www.example2.com/noscrape.html;
  }
}
**note the correction ^to a second domain to avoid a loop -- read that whole link below (I didn't -- until now :( )
This is more efficient than running a regex against $remote_addr, and easier to maintain.
Nginx - How to redirect users with certain IP to special page

This is trivial to do for me: to detect Facebook and block *known proxies.
Whether Facebook would accept the 'cloak' site and the ad IDK?
 
Last edited:
banners
Back