Official eMule-Board: Micro Webserver Template - Official eMule-Board

Jump to content


Page 1 of 1

Micro Webserver Template for mobile devices

#1 User is offline   yellow13 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 59
  • Joined: 01-December 03

Posted 05 September 2005 - 11:44 AM

Ultra light server template for html enabled mobile devices. Mostly to view the downloads and change basic options, displays

total down speed

current downloads, speed and completed/size for each download

my info

options to change the speed limits

log out

uses the downstate gif, i recommend to make a small version of this gif, i use a 14x14 pixels and 16 bit color reduction. you can place them in a separate folder or rename them and change the img src in <--TMPL_TRANSFER_DOWN_LINE--> accordinlgy.
<-- #################################################################### -->
<-- ##                      eMule y13 TEMPLATE            ## -->
<-- ##      Ultra light for html enabled mobile devices    	## -->
<-- #################################################################### -->
<-- ##                  BASED ON eMuleXP TEMPLATE              	## -->
<-- #################################################################### -->

<--TMPL_VERSION-->
7
<--TMPL_VERSION_END-->


<-- ################################################################# -->
<-- ############################ LOGIN ############################## -->
<-- ################################################################# -->


<--TMPL_LOGIN-->
<html>
<body>
<form action="/" method="POST" name="login">eMule Login:<br />
<input type="password" name=p maxlength=12>
<input type="hidden" name=w value="password">
<input type="submit" value="Login">
</form>
</body>
</html>
<--TMPL_LOGIN_END-->


<-- ################################################################# -->
<-- ######################### MAIN SITE ############################# -->
<-- ################################################################# -->


<--TMPL_HEADER-->
<html>
<body>
<table>
<tr>
<td><a href="?ses=[Session]&amp;w=transfer">DWN</a></td>
<td><a href="?ses=[Session]&amp;w=myinfo">INF</a></td>
<td><a href="?ses=[Session]&amp;w=options">OPT</a></td>
<td><a href="?ses=[Session]&amp;w=logout">OUT</a></td>
<td><font color="green">[CurDownload]</font></td>
</tr>
</table>
<--TMPL_HEADER_END-->

<--TMPL_FOOTER-->
</body>
</html>
<--TMPL_FOOTER_END-->


<-- ################################################################# -->
<-- ######################### TRANSFER ############################## -->
<-- ################################################################# -->

<--TMPL_TRANSFER_LIST-->
[DownloadFooter]
[DownloadFilesList]
<--TMPL_TRANSFER_LIST_END-->

<--TMPL_TRANSFER_DOWN_LINE-->
<img src="t_[DownState].gif"><font color="green">[4]</font> [ShortFileName]<br /><font color="#00FF00">[3]</font> / <font color="#A52A2A">[2]</font><br />
<--TMPL_TRANSFER_DOWN_LINE_END-->

<--TMPL_TRANSFER_DOWN_FOOTER-->
<br />T: <font color="#00FF00">[TotalDownTransferred]</font> / <font color="#A52A2A">[TotalDownSize]</font><br />
<--TMPL_TRANSFER_DOWN_FOOTER_END-->


<-- ################################################################# -->
<-- ######################### My Info ############################### -->
<-- ################################################################# -->

<--TMPL_MYINFO-->
<pre>[MYINFOLOG]</pre>
<--TMPL_MYINFO_END-->


<-- ################################################################# -->
<-- ######################### PREFERENCES ########################### -->
<-- ################################################################# -->


<--TMPL_PREFERENCES-->
<form action="./" method="GET">
Speed Limits:<br />
Down:<input type="text" name=maxdown size="5" value="[MaxDownVal]"><br />
Up:<input type="text" name=maxup size="5" value="[MaxUpVal]""><br />
<input type="submit" value="Apply">
<input type="hidden" name=ses value="[Session]">
<input type="hidden" name=w value=options>
<input type="hidden" name=saveprefs value="true">
</form>
<--TMPL_PREFERENCES_END-->



This post has been edited by yellow13: 05 September 2005 - 11:50 AM

0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users