The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I need to know which hack they use
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. |
#2
|
|||
|
|||
That's not a hack/addon, just a normal html page before you enter.
|
#3
|
|||
|
|||
Thanks for reply,
|
#4
|
|||
|
|||
yh jas a simple html page let . me know if you need any help in creating one..
welcome to vbulletin |
#5
|
|||
|
|||
PLease help me how to do it. I am a newbie here.
Thank you every much |
#6
|
|||
|
|||
Is anyone able to help me with this?
Thanks |
#7
|
||||
|
||||
Here you go:-
Paste this code in your head tag i.e. between <head> and </head> Code:
<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> Code:
<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 !! |
#8
|
|||
|
|||
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 |
#9
|
||||
|
||||
Quote:
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: |
#10
|
|||
|
|||
Thank you, veenuisthebest.
I have to make the new template and I have to put it outside the forum's folder, right? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|