This topic was locked 19th Apr 08 at 6:55pm by Michael |
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | [F] enter sign page code (19th Apr 08 at 3:19pm UTC) | | http://fma.vforums.co.uk
I need help with this code, this code is originally from PB.
 Code: - <script type="text/javascript">
- <!--
- var iImg = 'http://i185.photobucket.com/albums/x20/magedesigns/entersign.jpg';
-
- if(!location.href.match("action") && !document.referrer.match(location.href.split(".")[0]))
- {
- document.write('<style type="text/css">table,font,.hide{display:none;}.nohide{display: ;}</style>');
- d = document.createElement('div');
- with(d){ align = 'center'; appendChild(document.createElement('a')); }
- with(d.lastChild){ href = '/index.cgi?'; appendChild(document.createElement('img')); }
- with(d.lastChild.lastChild){ alt = 'Click to Enter'; border = '0'; src = iImg; }
- document.body.appendChild(d);
- }
- // -->
- </script>
Now since it was from PB my forum shows http://fma.vforums.co.uk/index.cgi? and it wont allow me to go to the forum.
I want it to look like this:
http://fma2.proboards3.com
Thanks, Darkmage | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: enter sign page code (19th Apr 08 at 3:50pm UTC) | |  Code: - <script type="text/javascript">
- <!--
- var iImg = 'http://i185.photobucket.com/albums/x20/magedesigns/entersign.jpg';
-
- if(!location.href.match("action") && !document.referrer.match(location.href.split(".")[0]))
- {
- document.write('<style type="text/css">table,font,.hide{display:none;}.nohide{display: ;}</style>');
- d = document.createElement('div');
- with(d){ align = 'center'; appendChild(document.createElement('a')); }
- with(d.lastChild){ href = '/action/home/'; appendChild(document.createElement('img')); }
- with(d.lastChild.lastChild){ alt = 'Click to Enter'; border = '0'; src = iImg; }
- document.body.appendChild(d);
- }
- // -->
- </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: enter sign page code (19th Apr 08 at 3:54pm UTC) | | Thanks it works. And is there a way to add this code into the index? | |
|
Marc vChat Developer
     I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 33 Joined:
Additional Groups: Coding Team
  
pmwww | Re: enter sign page code (19th Apr 08 at 3:59pm UTC) | | Thanks it works. And is there a way to add this code into the index?
I'll get a more advanced splash page code added soon. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,013 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: enter sign page code (19th Apr 08 at 4:01pm UTC) | | Ok Cool thanks ^_^ | |
|