<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>www.horozz.net</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Adnan DAN (horozz@horozz.net) -->
<!-- Web Site: http://www.horozz.net -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.horozz.net -->
<!-- Begin
function unObfuscateURL(frm) {
strURL = unescape(frm.txtURL.value.replace(/\s/g,""));
strURLInitial = strURL;
numHTTP = strURL.toLowerCase().indexOf("http://");
numHTTPS = strURL.toLowerCase().indexOf("https://");
numFTP = strURL.toLowerCase().indexOf("ftp://");
if (numHTTP >= 0) numStart = numHTTP + 7;
else if (numHTTPS >= 0) numStart = numHTTPS + 8;
else if (numFTP >= 0) numStart = numFTP + 6;
else numStart = 0;
// ignore everything after the #
numPound = strURL.indexOf("#", numStart);
if (numPound >= 0) strURL = strURL.substring(0, numPound);
// if @ before a /, ignore everything up to the @
numAt = strURL.indexOf("@", numStart);
numSlash = strURL.indexOf("/", numStart);
if (numAt >= 0) {
if ( (numSlash >=0 && numAt < numSlash) || numSlash < 0 ) {
strURL = strURL.substring(0, numStart)
+ strURL.substring(numAt+1, strURL.length);
}
}
frm.txtURLInitial.value = strURLInitial;
frm.txtURLFinal.innerText = strURL;
}
function clearURL(frm) {
frm.txtURL.value = "";
frm.txtURLInitial.value = "";
frm.txtURLFinal.value = "";
frm.txtURL.focus();
}
// End -->
</script>
<title>[:: HoRoZz Atölye ::]</title>
</head>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<body bgcolor="#C0C0C0">
<!-- TWO STEPS TO INSTALL URL REVEALER:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<center>
<form name=frmURL>
<table border=4 cellpadding=0 cellspacing=3>
<tr>
<td valign=top rowspan=2 bgcolor="#e0e0e0" align="center"><font face="Verdana" size="1">Karışık URL</font></td>
<td><textarea name=txtURL cols=50 rows=5>http://www.angelfire.com%40%77w%77%2e%63yb%65%72%67atew%61%79%2e%6e%65%74/s%70%61%6d%6d%65r/%69%6Ed%65%78.%68%74m%6C#3491382728/%32c%72%65%64%69%74c/%69%6Ed%65%78.%68%74m%6C</textarea></td>
</tr>
<tr>
<td>
<p align="center">
<input type=button value="URL Bul" onClick="unObfuscateURL(this.form)">
<input type=button value="Temizle" onClick="clearURL(this.form)"><br>
<i><font size="1" face="Verdana">Adnan DAN || <a href="http://www.horozz.net">www.horozz.net</a> </font></i></p>
</td>
</tr>
<tr>
<td valign=top bgcolor="#e0e0e0" align="center"><font face="Verdana" size="1">Yarım uzatma</font></td>
<td><input type=text size=65 name=txtURLInitial></td>
</tr>
<tr>
<td valign=top bgcolor="#e0e0e0" align="center"><font face="Verdana" size="1">Tam adres</font></td>
<td><input type=text size=65 name=txtURLFinal></td>
</tr>
</table>
</form>
</center>