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)
-   -   This AD will make you SHITLOADS of money !!!! (https://gfy.com/showthread.php?t=977792)

Fabien 07-14-2010 11:35 AM

As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
You know, the
<javascript blhabhla> thingo

Thanks

CIVMatt 07-14-2010 12:11 PM

Smokey what do you have to do with Kirzenchat?

Fabien 07-14-2010 12:18 PM

Quote:

Originally Posted by Fabien (Post 17335016)
As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
You know, the
<javascript blhabhla> thingo

Thanks

As i suck at english too i should add:1orglaugh

awxm 07-14-2010 12:23 PM

Quote:

Originally Posted by Fabien (Post 17335016)
As i suck a scripting, what is code i need to enter into my page get code.js triggered ?
You know, the
<javascript blhabhla> thingo

Thanks

Code:

<script type="text/javascript" src="code.js"></script>

Nicky 07-14-2010 12:31 PM

This will be useful. Thanks

Fabien 07-14-2010 05:32 PM

Weird, i got the ad again when testing my stuff ? Isn't suppose to show only once ?

DVTimes 07-14-2010 05:37 PM

thats cool

Fabien 07-14-2010 05:41 PM

Weird, if i click on "no thanks" with firefox the ad doesn't disapear. What about you guys ?
Works with Chrome tho

HighEnergy 07-14-2010 07:11 PM

Welcome to 2006

SmokeyTheBear 07-15-2010 01:55 PM

Quote:

Originally Posted by Fabien (Post 17336001)
Weird, i got the ad again when testing my stuff ? Isn't suppose to show only once ?

if the cookie name is changed it will display twice. i suspect something else is the problem , the cookie is only set if the user clicks the no thanks

SmokeyTheBear 07-15-2010 01:57 PM

Quote:

Originally Posted by HighEnergy (Post 17336162)
Welcome to 2006

Why because in 2006 they didn't understand how to read the first 5 words of this thread ?


i will repost since you obviously did not read it.

"While the concept isn't new "

SmokeyTheBear 07-15-2010 01:58 PM

Quote:

Originally Posted by Bex (Post 17334875)
Very cool. You mind if I get a tech to mess with it and let our webmasters use it?

as long as you mess with it and dont make me mess with it :) otherwise i gotta charge ya :)

Jakez 07-17-2010 07:02 PM

Smokey, what does your page views, bounce rate, time on site, etc. look like after adding this?

I put this up a few days ago and all of these stats have gotten slightly worse, probably because the surfer isn't liking the popup factor.. my traffic also went down substantially, I think because many people are x'ing out because of the popup and they never get a chance to view the site and get skimmed to trades.

For now I have edited it so that it won't show on the FIRST site load, but if they reload or visit a 2nd page it will show once per 7 days.

Pics Traffic 07-17-2010 07:11 PM

cool stuff man.

Matyko 07-18-2010 06:07 AM

Thanks, this is very nice! :)

Konkan 07-18-2010 09:11 AM

Thanks a lot, I`ll try it on my sites........bump for you

SmokeyTheBear 07-18-2010 10:14 AM

Quote:

Originally Posted by Jakez (Post 17343708)
Smokey, what does your page views, bounce rate, time on site, etc. look like after adding this?

I put this up a few days ago and all of these stats have gotten slightly worse, probably because the surfer isn't liking the popup factor.. my traffic also went down substantially, I think because many people are x'ing out because of the popup and they never get a chance to view the site and get skimmed to trades.

For now I have edited it so that it won't show on the FIRST site load, but if they reload or visit a 2nd page it will show once per 7 days.

you def have to use it wisely. if you have alot of return visitors you can always set a cookie for 7 days that does nothing , then use the script after 7 days , return visitors wont see anything only new surfers. It is always going to be a tossup, you may get less overall traffic , but it might be more productive.


p.s. make sure to target any links in the overlay to a new window.

also it might help to make sure to let user know they will only see the message once ( and make the NO THANKS bigger or an image )

SmokeyTheBear 07-18-2010 10:21 AM

as posted in thread above , if you want your valuable return surfers to not see the overlay , run this script for several days before using the script .

Code:

<script>
// cookie name - same as full script
var cun = "mypop";
setCookie(cun,'1',365);
function getCookie(c_name)
{
if (document.cookie.length>0)
  {
  c_start=document.cookie.indexOf(c_name + "=");
  if (c_start!=-1)
    {
    c_start=c_start + c_name.length+1;
    c_end=document.cookie.indexOf(";",c_start);
    if (c_end==-1) c_end=document.cookie.length;
    return unescape(document.cookie.substring(c_start,c_end));
    }
  }
return "";
}

function setCookie(c_name,value,expiredays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate()+expiredays);
document.cookie=c_name+ "=" +escape(value)+
((expiredays==null) ? "" : ";expires="+exdate.toGMTString());
}
</script>


stonehammer 08-01-2010 07:43 AM

cool stuff...thanks for sharing !


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

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