[eMule-Web]

[eMule-Web] (http://www.emule-web.de/board/)
-   eMule Signatur (http://www.emule-web.de/board/emule-signatur/)
-   -   Online Signature EV2b [01-Mar-2003 aktualisiert] (http://www.emule-web.de/board/1580-online-signature-ev2b-01-mar.html)

Dawuid 3. March 2003 22:55

In this post there are tests of signatures using OS EV. In the last posts there are the last tests with last funcionalities. Take a look to HandKraft's Signature in special. He had put a lot of info :shock: .

Problem with gauge icons and DUMeter is with Delphi FloatToStr instruction. This command depend on system decimal separator. This is not a real problem, but in eMule they have hardcoded decimal separator. Instead of use system decimal separator, they use language decimal separator. So, you must use same language in eMule and in OS EV. Sadly, we are a spanish community and except one person, nobody knows german, so there isn't german translation still. If you open spanish.lng with the notepad (windows simple text editor) you can find decimal line. You could copy this line into your german.lng (or use english.lng and change that line).

eMulaFrancis 5. March 2003 06:48

deutsch.lng
 
Guten Tag für Allemenschen... :P

Wir haben eine neue Online Signature EV 2B Deutsche Übersetzung !!! :wink:

http://www.emulespana.net/forums/vie...?p=79498#79498

8ung: Entschuldigung für die Fehler...

Salu2 8)

Sharp-in-Black 5. March 2003 15:20

@eMulaFrancis Recht vielen Dank, gute Arbeit !!!

Shooter2kHH 18. March 2003 00:10

Signaturvariable
 
Moin Moin,
könnte mir jemand die varibale für die Anzeige : PC Running + Dauer sagen?

mfg Henry

Dawuid 18. March 2003 23:54

@Shooter2kHH: Sorry, I don't understand dustch. Do you want that OS EV have PC Uptime? I thought that OS Uptime, and eMule Uptime have more interest, but if you want it, I will add it to ToDo list.

Marv 19. March 2003 14:10

He only wanted the variable (?) for OS Uptime...
varible = for example: %client%

Dawuid 20. March 2003 00:18

Thanks Marv. In OS EV 2b this variables aren't avalaible. In next release (about one or two weeks) I will post here variables avalaible in OS EV.

Dawuid 1. April 2003 23:20

New version of OS EV is avalaible: 2c.

There isn't a german translation yet. But eMulaFrancis' german translation cover almost all application.

Web:
This are the changes:
  • + Added Fully translatable
    + Changed now, background is updated when background picture file is updated
    + Added upload until 100 html templates (.htp files like add.htp and info.htp)
    + Added now you can choose what eMule files do you want OS EV read to get information
    + Added option for static background (default in true). Static background is loaded only one time (idea taken of blacklotus)
    + Added relative pathering. Now directions relative to OS directory are saved in relative mode
    + Added PC Uptime with variables: %WinOnDays% and (%WinOnHours%, %WinOnMins%, %WinOnSecs%) or %WinOnTime% (idea taken of Blacklotus) (not limited to 49'7 days)
    + Added Gauge clock lines (with border) (helpman idea)
    + BUGFIX: no more memory consumed in every eMule active check
    + Added Multiply meters
    + Added Start minimized, and changed (very little) try icon working
    + Added PNG export support for 8 bits
    + Added PNG import/export support for 16 bits
    + Added support for MBM5 Data (thanks to mastropiero for URLs) (code of Micha.R@online.de)
    + Added At last, PNG import support for 8 bits
    + Added extract info about current server of server.met
    + Added it's possible select cipher in variable field (put ':' and before cipher position: 0 first cipher, 1 second cipher, -1 first decimal, etc)
    * BUGFIXED: no more errors reading decimal numbers (I hope)
    + Added %FilesShared% and %SizeFilesShared% (similar algorithm than official eMule)
    + Added memory consumed by OS (idea taken of winki OS)
    * BUGFIXES: minor bugs corrected
    * CHANGE - Better memory management. New system should decrease consumption very much
    + Added contextual menu in log viewer
    + Added %hourClock% to better hour clock line apparience
    * CHANGE - Automatic adjust to decimal separator
    + Added New variables for Hard disk: %<drive>HDFree%, %<drive>HDFreePerc%, %<drive>HDSize%
    * CHANGE - EV has been changed. Now is like .ini system. Milena/Melinda extention should be accesible
    + Added option to encrypt FTP password in online.ini file

Variables avalaible are:
  • %modname%
    %modversion%
    %away%
    %WinVersion% - gives out windows version
    %ComputerName% - gives out Computer Name
    %UserName% - gives out User Name
    %CPUSpeed% - approximately cpu speed in MHz
    %CPUBrandName%
    %ClientsKnown%
    %MemoryOS% - Memory used by OS EV (in bytes)
    %MemoryLoad%
    %MemoryLoadFree%
    %MemTotalPhys%
    %MemAvailPhys%
    %MemTotalPageFile%
    %MemAvailPageFile%
    %MemTotalVirtual%
    %MemAvailVirtual%
    %MemTotalPhysB%
    %MemAvailPhysB%
    %MemTotalPageFileB%
    %MemAvailPageFileB%
    %MemTotalVirtualB%
    %MemAvailVirtualB%
    %CPULoad% - CPU percentage time been used
    %CPULoadFree% - CPU percentage time not been used

    ** Hard Disks info **
    %HDSize% - Size of Temp directory HD
    %HDFree% - Free size of Temp directory HD
    %HDFreePerc% - Percentage of free size of Temp directory HD
    &<letter>HDSize%
    &<letter>HDFree%
    &<letter>HDFreePerc% - Same but with all HD: C, D, E, etc.

    ** obtained in emule.exe **
    %EXECompanyName%
    %EXEFileDescription%
    %EXEFileVersion%
    %EXEInternalName%
    %EXECopyright%
    %EXETradeMarks%
    %EXEOriginalFileName%
    %EXEProductName%
    %EXEProductVersion%
    %EXEComments%
    %EXEAuthor%
    %EXESpecialBuild%

    ** obtained in server.met **
    %ServersKnown%
    %ServerDesc%
    %ServerDynIP%
    %ServerPing%
    %ServerMaxUsers%
    %ServerUsers%
    %ServerLastPing%

    ** obtained Of Shared Dirs **
    %FilesShared%
    %SizeFilesShared%

    ** eMule Values in Preferences**
    %eMuleVersion%
    %eMuleNick%
    %eMuleMaxUpload%
    %eMuleMaxDownload%
    %eMuleMaxConnections%
    %eMulePort%
    %eMuleUDPPort%
    %eMuleMaxSourcesPerFile%
    %eMuleMaxConn5Sec%
    %eMuleIRCNick%
    %eMuleQueuePref%
    %eMuleTempDir%
    %TotalDownS% - (in before session)
    %TotalUpS% - (in before session)
    %TotalUpRatioS% - (based on before session)
    %TotalDownRatioS% - (based on before session)

    ** When DUMeter is active **
    %dlrateMax%
    %dlrateMin%
    %dlrateAvg%
    %ulrateMax%
    %ulrateMin%
    %ulrateAvg%

    ** Times **
    %WinOnDays% - days with windows going
    %WinOnTime% - hh:mm:ss with windows going
    %WinOnHours% - hh with windows going (hours)
    %WinOnMins% - mm with windows going (minutes)
    %WinOnSecs% - ss with windows going (seconds)
    ** Only for WinNT based (not WinMe nor Win9x) (Not tested)
    %eMuleOnSinceYear% - Year when eMule was started
    %eMuleOnSinceMonth% - Month when eMule was started
    %eMuleOnSinceDay% - Day when eMule was started
    %eMuleOnSinceHour% - Hour when eMule was started
    %eMuleOnSinceMinute% - Minute when eMule was started
    %eMuleOnSinceSecond% - Second when eMule was started
    %eMuleOnSinceDayName% - Day name when eMule was started
    %eMuleOnSinceMonthName% - Month name when eMule was started
    %eMuleOnSinceDate% - Date when eMule was started
    %eMuleOnSinceTime% - Time when eMule was started
    %eMuleOnDays% - Days with eMule running since it started
    %eMuleOnHours% - Hours with eMule running since it started
    %OSEVOnDate% - OS EV Date when was started
    %OSEVOnTime% - OS EV Time when was started
    %OSEVOnDays% - OS EV Days running
    %OSEVOnHours% - OS EV hours running

I hope you enjoy.

mfg, Dawuid.


Alle Zeitangaben in WEZ +1. Es ist jetzt 03:33 Uhr.

Powered by vBulletin® Version 3.8.3 (Deutsch)
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102