Add an option to upload a HTML file with the ed2k-link, so it's possible to click on the image and add the server to edonkey (Port may default to 4661 until it's possible to get this info from edonkey) (sample html attached)
Logged In: NO
Sorry, my browser did not upload the file :(
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="refresh" content="1; URL=ed2k://|server|211.202.2.13|4661|"> </HEAD> <BODY> <a href="ed2k://|server|211.202.2.13|4661|">Corea eDonkey Server (211.202.2.13:4661)</A> <script type="text/javascript"> location.href = "ed2k://|server|211.202.2.13|4661|"; setTimeout("window.close();", 500, "javascript"); </script> </BODY> </HTML>
Log in to post a comment.
Logged In: NO
Sorry, my browser did not upload the file :(
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<meta http-equiv="refresh" content="1;
URL=ed2k://|server|211.202.2.13|4661|">
</HEAD>
<BODY>
<a href="ed2k://|server|211.202.2.13|4661|">Corea eDonkey
Server (211.202.2.13:4661)</A>
<script type="text/javascript">
location.href = "ed2k://|server|211.202.2.13|4661|";
setTimeout("window.close();", 500, "javascript");
</script>
</BODY>
</HTML>