Use this code to increase your CPA/PPD conversion rate.

UltimateVelocity

Junior Member
Joined
May 18, 2013
Messages
141
Reaction score
41
Those who are in software/game hacks niche, use this code to increase your conversion. Basically, this will show the software/hack is updated.
Just copy and paste this code where your site allows you to enter html codes.
Code:
<script language="Javascript">
<!--

var dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday")

var monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")

var now = new Date

document.write("Working as of " + dayName[now.getDay()] + ", " +now.getDate() + " "+ monName[now.getMonth()] + " " + now.getFullYear() + ".") 

//-->
</script>
Thanks to bhw user riktubrs, I have changed the code so that you don't have to manually edit the year.
It also required that the site supports embedded java script codes
Any questions post here.:)
 
Last edited:
any preview for this?

I have wordpress blog and if i update this code in there, at which place it will show up?
 
any preview for this?

I have wordpress blog and if i update this code in there, at which place it will show up?
Sorry I have never worked with wordpress.
Edit : For preview, google "online html editor" and paste the code over there (I can't post url)
 
Last edited:
yeah, this is one of the small but pretty useful marketing tricks that help in increasing conversions!
 
I am in the Gaming Hack niche, I will give this a go. So does it just make it look like the site is updated daily?
 
I have seen this code in action on some sites. Thanks. I am gonna try this.
 
Great utility.

To get the year working automatically, remove this line:
document.write("Working as of " + dayName[now.getDay()] + ", " +now.getDate() + " "+ monName[now.getMonth()] +" 2013.")


and add this line instead:

document.write("Working as of " + dayName[now.getDay()] + ", " +now.getDate() + " "+ monName[now.getMonth()] + " " + now.getFullYear() + ".")
 
Great utility.

To get the year working automatically, remove this line:



and add this line instead:
Thanks a lot, this worked, I think I tried something different which showed the year "1113" instead of "2013", I have edited the OP giving you credits.
 
Has anyone been able to implement this into a Blogspot Blog? I've been pasting it in different areas within the HTML with no luck...
 
Back
Top