I need skin

GANGCHIL

New Member
I need this skin. Here is demo link. Please, Any one rip this skin for me. Thanks.

Demo

Code:
http://joubonjatra.com/forums/index.php
 

Filez

New Member
GANGCHIL If I were you I would might ask Sandlizard or the Prophet to do that one as it will take a bit to do it is heavy modded.
 

akilis

New Member
damn the best skin i ever seen

i like the bar at the box for registration,anyone knows this mod or what is it? lol
 

Filez

New Member
here is the source code have fun with it.

HTML:
<!-- Start Quick Register by vietvbb.com -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:right" href="#top" onclick="return toggle_collapse('quickregister')"><img id="collapseimg_quickregister" src="styles/joubonjala/buttons/collapse_tcat.gif" alt="" border="0" /></a>
<strong>Register Now for FREE!</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_quickregister" style="">
<tr>
<td class="alt1" align="center">
<span class="smallfont"><script type="text/javascript" src="http://joubonjatra.com/forums/clientscript/vbulletin_md5.js"></script>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=381"></script>
<script type="text/javascript"> 
function verify_passwords(password1, password2)
{
	// do various checks, this will save people noticing mistakes on next page
	if (password1.value == '' || password2.value == '')
	{
		alert('');
		return false;
	}
	else if (password1.value != password2.value)
	{
		alert('');
		return false;
	}
	else
	{
		
 
		var junk_output;
 
		md5hash(password1, document.forms.register.password_md5, junk_output, );
		md5hash(password2, document.forms.register.passwordconfirm_md5, junk_output, );
 
		
 
		return true;
	}
	return false;
}
</script>
 
<form action="register.php?do=addmember" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
<input type="hidden" name="s" value="f70f47781980ba2c770443b824bd2550" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="addmember" />
<input type="hidden" name="url" value="" />
<input type="hidden" name="agree" value="" />
<input type="hidden" name="password_md5" />
<input type="hidden" name="passwordconfirm_md5" />
	 
     Username:
     <input type="text" class="bginput" name="username" maxlength="25" value="" style="width:70px" />
     Password:
     <input type="password" class="bginput" name="password" size="25" maxlength="50" value="" style="width:70px" />
     Confirm Password:
     <input type="password" class="bginput" name="passwordconfirm" size="25" maxlength="50" value="" style="width:70px" />
     E-Mail:
     <input type="text" class="bginput" name="email" size="25" maxlength="50" value="" dir="ltr" style="width:70px" />
     Confirm E-Mail:
     <input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50" value="" dir="ltr" style="width:70px" /><br>
	 
 
  &nbsp; 
<fieldset class="fieldset">
	<legend>Random Question</legend>
	<table cellpadding="0" cellspacing="3"  border="0" width="100%">
	<tr>
		<td width="100%" valign="top">
			<div><strong><label for="humanverify">Bangladesh er rajhdhanir nam ki?</label></strong></div>
			<input type="text" class="bginput" name="humanverify[input]" id="humanverify" size="50" />
			<input id="hash" type="hidden" name="humanverify[hash]" value="4904e059396e799aaf2189f3cea0f8c8" />
		</td>
	</tr>
	</table>
</fieldset>
 
 
<input type="submit" class="button" value="Submit" accesskey="s" />&nbsp;
<input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>I agree to <a href="http://joubonjatra.com/forums/register.php?" target="_blank">forum rules</a></strong>&nbsp;     
</form>
</span></td>
</tr>
</tbody>
</table><br>
<!-- End Quick Register by vietvbb.com -->
 
Top