GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What software are you guys using for your ads ? (https://gfy.com/showthread.php?t=1168696)

Best-In-BC 06-19-2015 08:02 AM

What software are you guys using for your ads ?
 
Hi, ive used Smart Spots for a long time and have ran into one too many road blocks int he abilities I require.

I need software that can determine alot of user info to hit with adds accordingly. IE. Mobile

Any post of urls is greatly appreciated.

HomerSimpson 06-19-2015 03:09 PM

check this thread
https://gfy.com/fucking-around-and-pr...l#post20502971

brassmonkey 06-19-2015 03:10 PM

Quote:

Originally Posted by HomerSimpson (Post 20502972)

:2 cents::2 cents:

Best-In-BC 06-19-2015 04:46 PM

I can't get revive to filter for mobile

robwod 06-19-2015 06:00 PM

Quote:

Originally Posted by Best-In-BC (Post 20503048)
I can't get revive to filter for mobile

One option you could consider, with Revive" is the use of responsive design, that includes responsive action on banners (it's what we do). For example, you could use an img-responisve class and add that code, class="img-responsive" to the banner's "append" settings. This will make that banner responsive and effectively means you can use a single banner set across multiple devices.

Best-In-BC 06-19-2015 07:36 PM

There are programs that want only mobile ad clicks

Babaganoosh 06-19-2015 07:56 PM

A $5 instance isn't going to do much for you unless you have a shitty shared hosting account on an oversold server.

ClipperSoft - mySimpleAds Ad Server

robwod 06-20-2015 04:50 AM

Quote:

Originally Posted by Best-In-BC (Post 20503149)
There are programs that want only mobile ad clicks

In that case, create your mobile ad zone and then add a simple "if" variable to your header file that detects mobile (not unlike the scripts people use to redirect mobile traffic). Then set a variable, "mobile" if true, or "standard" if false.

In your ad zone areas of the php/html, do a check if == mobile, then show the mobile code, else show the standard code.

In this way, you can continue to use the software you know. Even if you switch to a different ad software, you will need to edit the html to insert it. Thus, if you're editing the html anyway, you may as well just do it with the software you already know.

Hope that helps.

Paul&John 06-20-2015 05:48 AM

Quote:

Originally Posted by robwod (Post 20503284)
In your ad zone areas of the php/html, do a check if == mobile, then show the mobile code, else show the standard code.

Yap something like this:

Code:

<?php
$text = $_SERVER['HTTP_USER_AGENT'];
 if (preg_match('/mobile|android|iphone|blackberry|brew|htc|j2me|lg| midp|mot|motorola|netfront|nokia|obigo|openweb|ope ra.mini|palm|psp|samsung|sanyo|sch|sonyericsson|sy mbian|symbos|teleca|up.browser|vodafone|wap|window s(\.ce)|webos/i', $text))
 {
        //echo "MOBILE<br>";
 }
 else
 {
 //do nothing or something else
        // echo "NOT MOBILE";
 }

?>


HomerSimpson 06-20-2015 03:16 PM

Quote:

Originally Posted by Babaganoosh (Post 20503156)
A $5 instance isn't going to do much for you unless you have a shitty shared hosting account on an oversold server.

ClipperSoft - mySimpleAds Ad Server

Depends on the setup... a $5 DigitalOcean VPS can push 2-3 million imps per day...

HomerSimpson 06-20-2015 03:20 PM

Quote:

Originally Posted by Paul&John (Post 20503305)
Yap something like this:

Code:

<?php
$text = $_SERVER['HTTP_USER_AGENT'];
 if (preg_match('/mobile|android|iphone|blackberry|brew|htc|j2me|lg| midp|mot|motorola|netfront|nokia|obigo|openweb|ope ra.mini|palm|psp|samsung|sanyo|sch|sonyericsson|sy mbian|symbos|teleca|up.browser|vodafone|wap|window s(\.ce)|webos/i', $text))
 {
        //echo "MOBILE<br>";
 }
 else
 {
 //do nothing or something else
        // echo "NOT MOBILE";
 }

?>




You can do something like this in Revive too -> Screenshot by Lightshot

HomerSimpson 06-20-2015 03:21 PM

double post...


All times are GMT -7. The time now is 01:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc