WE HAVE MOVED TO http://necroaccuracy.darkbb.com/
 
Coming SOON!HomeFAQCalendarSearchMemberlistUsergroupsRegisterLog inXat Chatbox
Log in
Username:
Password:
Log on automatically: 
:: I forgot my password
Latest topics
» poznan apartamenty pomaranczarnia
Thu Aug 04, 2011 10:47 am by Guest

» gdansk hotele stare miasto
Wed Aug 03, 2011 1:57 pm by Guest

» jantar kwatery domki
Tue Aug 02, 2011 1:58 pm by Guest

» The CPU Fan or something making a loud noise frequently, when i start it every morning. What may?
Tue Aug 02, 2011 1:24 pm by Guest

» teen boys feeling boobs
Tue Aug 02, 2011 12:56 pm by Guest

» noclegi krynica zdrój
Mon Aug 01, 2011 3:01 pm by Guest

» How to print online textbook to PDF?
Mon Aug 01, 2011 12:38 pm by Guest

» When the first Whirlpool Duet album was released in December 2001
Sun Jul 31, 2011 9:39 pm by Guest

» letniskowe drewniane domki
Sun Jul 31, 2011 1:50 pm by Guest

Top posters
PuritY (1468)
 
Red (1357)
 
Chieffan (1331)
 
KeaTon (1222)
 
KrustyBoBo (1193)
 
Henry (1176)
 
Bones44 (1129)
 
skeletor (879)
 
SmoothCopyCat (848)
 
DoCuMENTation (819)
 
Forum Clock
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Partners

HissingWorms TheForumsNG

eww
Welcome to Epic World Warriorz a new game being developed.



Share | 
 

 Blackie's Tech Team App

View previous topic View next topic Go down 
AuthorMessage
Blackie



Posts: 488
Points: 1315
Reputation: 3
Join date: 2010-06-28
Age: 16
Location: ASS TITS

PostSubject: Blackie's Tech Team App   Mon Oct 11, 2010 8:14 am

1. Why do you want to be a part of the tech team?

Cuz in the begining God made the Tech team and it was leet.

2. What experience do you have working with technology?
Vibrators.

3. How old are you?

Not old enough to do porn but old enough to drive.

4. Explain the job and entails of the Tech Team.

Sucking on Tdk's Tits

5. What area of Tech do you cover?(Coding, Anti Viral, ect.)

Well you know why stuff needs Tech stuff done to it i do that stuff.


6. Do you know any type of coding? Show examples of scripts YOU made. (Learning it is fine just show you have basic knowledge.)

Not to brag but i coded the chat box.

function Init_pref(){if(document.getElementById('divbold')){if(my_getcookie('CB_bold')==1){pref=my_getcookie('CB_bold');document.post.sbold.value=pref;document.getElementById('divbold').className='fontbutton fontbutton_selected';document.post.message.style.fontWeight='bold'}if(my_getcookie('CB_italic')==1){pref=my_getcookie('CB_italic');document.post.sitalic.value=pref;document.getElementById('divitalic').className=(pref=='1')?'fontbutton fontbutton_selected':'fontbutton fontbutton_normal';document.post.message.style.fontStyle='italic'}if(my_getcookie('CB_under')==1){pref=my_getcookie('CB_under');document.post.sunderline.value=pref;document.getElementById('divunderline').className=(pref=='1')?'fontbutton fontbutton_selected':'fontbutton fontbutton_normal';document.post.message.style.textDecoration='underline'}if(my_getcookie('CB_strike')==1){pref=my_getcookie('CB_strike');document.post.sstrike.value=pref;document.getElementById('divstrike').className=(pref=='1')?'fontbutton fontbutton_selected':'fontbutton fontbutton_normal';document.post.message.style.textDecoration=document.post.message.style.textDecoration+' line-through'}if(show_color=document.getElementById('show_color')){if(pref=my_getcookie('CB_color')){show_color.style.backgroundColor='#'+pref;document.post.scolor.value=pref;document.post.message.style.color='#'+pref}else if(template_color.length>2){show_color.style.backgroundColor=template_color}}}}function submitmsg(params){document.post.sent.value=document.post.message.value;document.post.message.value='';document.post.message.focus();ajax_submit_chatbox(params);return false}function do_style(dostyle){switch(dostyle){case'bold':{document.getElementById('divbold').style.fontWeight=(document.post.sbold.value=='0')?'bold':'';document.post.message.style.fontWeight=document.getElementById('divbold').style.fontWeight;document.post.sbold.value=(document.post.sbold.value=='0')?'1':'0';SetCookie('CB_bold',document.post.sbold.value);break}case'italic':{document.getElementById('divitalic').style.fontStyle=(document.post.sitalic.value=='0')?'italic':'';document.post.message.style.fontStyle=document.getElementById('divitalic').style.fontStyle;document.post.sitalic.value=(document.post.sitalic.value=='0')?'1':'0';SetCookie('CB_italic',document.post.sitalic.value);break}case'underline':{document.getElementById('divunderline').style.textDecoration=(document.post.sunderline.value=='0')?document.post.message.style.textDecoration+' underline':document.post.message.style.textDecoration.replace('underline','');document.post.message.style.textDecoration=document.getElementById('divunderline').style.textDecoration;document.post.sunderline.value=(document.post.sunderline.value=='0')?'1':'0';SetCookie('CB_under',document.post.sunderline.value);break}case'strike':{document.getElementById('divstrike').style.textDecoration=(document.post.sstrike.value=='0')?document.post.message.style.textDecoration+' line-through':document.post.message.style.textDecoration.replace('line-through','');document.post.message.style.textDecoration=document.getElementById('divstrike').style.textDecoration;document.post.sstrike.value=(document.post.sstrike.value=='0')?'1':'0';SetCookie('CB_strike',document.post.sstrike.value);break}}}function fetch_object(obj){return document.getElementById(obj)}function do_selectcolor(event){var scrX=(event.screenX-270);var scrY=(event.screenY-270);window.open('/chatbox/chatbox_selectcolor.htm','color','toolbar=no,menubar=no,personalbar=no,width=250,height=200,scrollbars=no,resizable=yes,left='+scrX+',top='+scrY)}function do_selectsmilies(event){var scrX=(event.screenX-270);var scrY=(event.screenY-380);if(window.open){window.open('/post.forum?mode=smilies_chatbox'+smilies_sid,'chatbox_smilies','toolbar=no,menubar=no,personalbar=no,width=350,height=300,scrollbars=yes,resizable=yes,left='+scrX+',top='+scrY)}else{}}function SetCookie(name,value){var expire='';var path="/";var domain='';document
Back to top Go down
TehDarkKnife



Posts: 480
Points: 1081
Reputation: 4
Join date: 2010-08-13
Age: 18
Location: Tits

PostSubject: Re: Blackie's Tech Team App   Mon Oct 11, 2010 8:16 am

Someone give this guy admin Razz.
Back to top Go down
KiLLErMaN99
Tech Co-Leader


Posts: 686
Points: 1599
Reputation: -11
Join date: 2010-07-03
Location: Here

PostSubject: Re: Blackie's Tech Team App   Mon Oct 11, 2010 8:18 am

Oh lord this gave me a good laugh.



Denied

_________________
Back to top Go down
Jesus



Posts: 535
Points: 1248
Reputation: 0
Join date: 2010-06-16
Age: 16

PostSubject: Re: Blackie's Tech Team App   Mon Oct 11, 2010 8:20 am

AWWWWWWWWW YEUHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH


/Denied. Your chatbox sucks.

_________________


Back to top Go down
 

Blackie's Tech Team App

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Anybody want to buy tech?
» How to Join the team
» Blackie's Tech Team App
» Azami's Tech Team Application
» Favorite (American) Football Team?

Permissions in this forum:You cannot reply to topics in this forum
Epic World Warriors :: User Group Forums :: Applications :: Application Results-