UltimateVelocity
Junior Member
- May 18, 2013
- 141
- 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.
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.
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>
It also required that the site supports embedded java script codes
Any questions post here.
Last edited: