Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
nate said:
cddude229 said:
You won't, cause he never finishes >_>
lol I should be done soon.

really??.....dang, i haven't even started :P
But there's no due date, woohoo


CD, ill try to finish yours today and i still have to think of something for this battle. I have something in mind but meh :)

Nate

Nate Avatar

**
Official Member

85


July 2007
How about a due date for the 15th?

My script:



<script type="text/Javascript">
<!--


//Copyright All Rights Reserved to Nate
//This header must stay intact
//Do not repots without my permission
var TD = document.getElementsByTagName('TD');
if(TD[2].innerHTML.match(/welcome/i))
{
TD[5].innerHTML = "<table width='100%'><tr><td align='left'>Welcome Guest (<a href='index.cgi?action=login'>Login</a>|<a href='index.cgi?action=register'>Register</a>)</td><td align='right'>[<a href='index.cgi?'>Home</a>] [<a href='http://help.proboards.com'>Help</a>] [<a href='index.cgi?action=search'>Search</a>]</td></tr></table>";
}
if(TD[2].innerHTML.match(/hey, (.+?),/i) && TD[5].innerHTML.match(/=admin/i))
{
var name = RegExp.$1;
TD[5].innerHTML = "<table width='100%'><tr><td align='left'>Welcome "+name+" (<a href='index.cgi?action=viewprofile'> User CP </a>|<a href='index.cgi?action=admin'> Admin CP </a>)</td><td align='right'>[<a href='index.cgi?'>Home</a>] [<a href='http://help.proboards.com'>Help</a>] [<a href='index.cgi?action=search'>Search</a>] [<a href='index.cgi?action=calendar'>Calendar</a>] [<a href='index.cgi?action=members'>Members</a>] [<a href='index.cgi?action=logout'>Logout</a>]</td></tr></table>";
}
if(TD[2].innerHTML.match(/hey,\s(.+?),\s/i) && !TD[5].innerHTML.match(/admin/i))
{
var name = RegExp.$1;
TD[5].innerHTML = "<table width='100%'><tr><td align='left'>(<a href='index.cgi?action=viewprofile'> User CP </a>)</td><td align='right'>[<a href='index.cgi?'>Home</a>] [<a href='http://help.proboards.com'>Help</a>] [<a href='index.cgi?action=search'>Search</a>] [<a href='index.cgi?action=calendar'>Calendar</a>] [<a href='index.cgi?action=members'>Members</a>] [<a href='index.cgi?action=logout'>Logout</a>]</td></tr></table>";
}


//-->
</script>



Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Not bad nate. But what if they have the Calender disabled? :P

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005

<script type='text/javascript'>
/*Hide show menu bar
created by CrAzY_J
Do no redistribute this code without the creator's permission*/
var Table=document.getElementsByTagName("table")[3];
var q=Table.insertRow(0);
var w=q.insertCell(0);
w.id='e';w.align="center";w.className="windowbg"
w.innerHTML="<a href='javascript:Rawr(Table.rows[1],document.getElementById(\"e\"));'>Show</a>";w.style.display="none";
Table.rows[1].cells[0].innerHTML+="<br /><a href='javascript:Rawr(Table.rows[1],document.getElementById(\"e\"));'>Hide</a>";
function Rawr(z,y){
   z.style.display=(z.style.display=="none")?"":"none";
   y.style.display=(z.style.display=="none")?"":"none";
}
</script>



Preview



No time to make it dynamic, have to work on CD's, after i get some food :).
Start voting people

Moose

Moose Avatar

****
Senior Member

449


August 2005
Crazy_J, because it has never been done before to my knowledge and it's short and to the point. Nice work to both of you. :)
Greg says:
Coding music...
Greg says:
Hmm...
Greg says:
I wouldn't rule it out. :P
Chris 3.0 [New features? Yes.] says:
:P
Greg says:
If you think about machine code it's a bunch of 1s and 0s
Chris 3.0 [New features? Yes.] says:
Anything is possible.
Greg says:
Yeah try to code Metallica
Chris 3.0 [New features? Yes.] says:
:P Yeah, I'll get right on that... right after I learn to fly.

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
moose said:
Crazy_J, because it has never been done before to my knowledge and it's short and to the point. Nice work to both of you. :)

thankies :-*

CrAzY_J: 1
Nate: 0

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Eh, I like Crazy's.... Nate's could of been simplified more, isn't as original, and a few other less important things.

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
cddude229 said:
Eh, I like Crazy's.... Nate's could of been simplified more, isn't as original, and a few other less important things.

vote?....

Sasuke

Sasuke Avatar

****
Senior Member

418


August 2005
CrAzY's is cooler in my opinion short,and as optimized as possible.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
I voted for yoiur's Crazy >_>

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
thanks

CrAzY_J: 3
Nate: 0

Jamie85

Jamie85 Avatar

****
Studio Member

541


August 2005
Is yours IE only Crazy? =S I don't see anything different with that menu...


crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
jamie85 said:
Is yours IE only Crazy? =S I don't see anything different with that menu...

i removed the code from my test board =P

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
:P Its a hide/show for the menu Jamie (since I'm not sure that you can read it)

Jamie85

Jamie85 Avatar

****
Studio Member

541


August 2005
I read that in the code...don't patronise me!! :o ;)

I just didn't see how to work it, but Crazy has put my fears that I am unable to see to rest XD


newBookmarkLockedFalling