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