View Full Version : I need to know which hack they use
Phongvanlau
05-04-2008, 05:02 PM
Hello everyone,
I am looking for this hack like this site www.ftaforall.net as soon as you connect to their site, there is a front page news and timer count down. I would like to know where to get it, if any know know, please point me to it.
Thanks everyone.
That's not a hack/addon, just a normal html page before you enter.
Phongvanlau
05-05-2008, 12:18 AM
Thanks for reply,
notrious
05-05-2008, 12:32 AM
yh jas a simple html page let . me know if you need any help in creating one..
welcome to vbulletin
Phongvanlau
05-07-2008, 01:48 AM
PLease help me how to do it. I am a newbie here.
Thank you every much
Phongvanlau
05-15-2008, 07:34 PM
Is anyone able to help me with this?
Thanks
veenuisthebest
05-15-2008, 07:45 PM
Here you go:-
Paste this code in your head tag i.e. between <head> and </head>
<script type="text/javascript">
document.write('<style type="text/css">#timed{display:none;}<\/style>')
function delay_link(){
var d=delay_link, t=document.getElementById('timed');
if(d.c&&d.c.nodeValue.replace(/[^\d]*/,'')-1>0){
d.c.nodeValue='\xa0\xa0'+(d.c.nodeValue.replace(/[^\d]*/,'')-1);
setTimeout('delay_link()', 1000)
return;
}
else if(!d.c){
d.c=document.createTextNode('15');
t.parentNode.insertBefore(d.c,t);
setTimeout('delay_link()', 1000)
return;
}
d.c.nodeValue='';
t.style.display='inline';
}
</script>
Then paste this code in your body tag i.e. between <body> and </body>
<a id="timed" href="http://www.example.com">Enter Forums</a></div>
<script type="text/javascript">delay_link();</script>
You may change the URL above to point to your forums. This should work for you !! :)
Phongvanlau
05-16-2008, 02:05 AM
Thanks veenuisthebest,
I would like to know, where do I go I insert this code? in my header template or some where else. Sorry, I am very new to this. is possible to help with step by step?
Thanks for all your time.
Phong
veenuisthebest
05-16-2008, 02:13 AM
I would like to know, where do I go I insert this code? in my header template
no, not in any of the templates..
it depends how you wanna use it OR where do you want to show it ??
If you plan to show it just like in the demo you had provided with (ftaforall), then you need to create a new separate page for that which would be totally different from vB and has nothing to do with it.
for example, you can create a file called index.html, design it to match your site and paste the code in it and provide the URL of your forums.
Thats it :up:
Phongvanlau
05-16-2008, 02:33 AM
Thank you, veenuisthebest.
I have to make the new template and I have to put it outside the forum's folder, right?
veenuisthebest
05-16-2008, 02:37 AM
NOT template..... but just an HTML file.
Phongvanlau
05-16-2008, 06:48 AM
Thank you
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.