
skyteddy
Active Members-
Posts
36 -
Joined
-
Last visited
Profile Information
-
Location
Germany
skyteddy's Achievements

Seeker (1/7)
0
Reputation
-
Smtp Mailer That Supports Html And Attachments.
skyteddy replied to Jos's topic in AutoIt Example Scripts
Hello Jos, do you know which TLS-version will be used? Or how can I check this? many thanks skyteddy -
Hi all, I've just noticed with dismay, on Windows XP I receive only answers from devices, they are connected on the first network card. I don't receive anything from the devices, they are connected on the second network cards. When I want to "read" this devices, I must disable the first network card in Device Manager. What do I wrong in principle or what is the matter? many thanks in advance skyteddy
-
Hi all, I need your help because I do not come on. The purpose of my program is to collect all sent replies within 15 second of all devices in my network, after my SSDP-Discover via UPnP. Every 3 seconds, I will send again. My program works on Windows XP, independent how many network cards are installed. In Windows 7 only, if only one network card is installed or active. This means, if all network cards are active, I get no UPnP-Responds. When I disable all network cards (vmware network adapter too!), except 1, my program works in Windows 7 too. the windows firewall is deactivated. Now I'm not sure if I make a principal mistake or maybe it's a bug in AutoIt? to test several things, I wrote 2 functions: The SSDPdiscover_V1 works as just described above. I use for UDPRecv the same port, which was used for sending. In SSDPdiscover_V2 I've tried various UDPBinds to catch the incoming UPnP-packets, but nothing works :-( If you want to test this, you must adjust the call in main. here is my program. Or you can use the attachment: Yes, I know, there is also a but my final goal is, to collect the "Locations", and the Obj-methode doesn't provide this information. Does anyone have any idea what I'm doing wrong? Many thanks and best regards skyteddy SSDPdiscover_V3_english.au3
-
In post 1 you wrote: WARNING - This version is not finished! Uninstall Apps v2.0.0.11 (Jan 15th, 2008) You plan to finish this App? thanks in advance R@iner
-
- No obfuscator using! - OS: Windows XP Pro, SP3+, x86, German - Script:: happy computing R@iner
-
Be happy, I got not an error, AU3check happy computing! R@iner
-
Thank to all for the new version 3.3.7.1! I can't compile anything, because the au3check.exe crashes every time. OS: Win XP, SP3+, x64, German >Running AU3Check (1.54.20.0) params:-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 from:C:\Programme\AutoIt3\Beta !>11:26:24 AU3Check ended.rc:-1073741819
-
MD5,SHA1,CRC32,RC4,BASE64,XXTEA machine code version
skyteddy replied to Ward's topic in AutoIt Example Scripts
Hello KaFu, hello monoceres, thank you for your help! Great, this works if I use the 3.3.1.5 compiler too. My idea was, only to copy the crypt.au3 in me workingdir and include this local crypt.au3 and compile my script with 3.3.0.0 but it doesn't work. I get an error 1 and don't know why. Yes, it is easy to use, but with md5 its slower. It works on x32 und x64 operating systems. This is the most important point. My challenge is now, to modify my script, that I can compile it with the new beta-compiler. There a many changes between the final and the latest beta, e.g. the Inet functions. many thanks again! R@iner -
MD5,SHA1,CRC32,RC4,BASE64,XXTEA machine code version
skyteddy replied to Ward's topic in AutoIt Example Scripts
Hello Kafu, hello everybody, I used your example and it works pretty good, when I use the "normal" x32-compiler. If I use the x64-compiler, the program crashes after the fileselection. Independed if I use the compiler of the version 3.3.0.0 or the compiler from the actual beta 3.3.1.5 I try also then _MD5-function from the posting number 1, but it crashes too. At least, I try the other md5-udf from your footer. They don't crash, but on each second file, I don't get a md5-checksum. :-( What can I do? Many thanks in advance und viele Gruesse an das andere Ende Deutschlands! R@iner PS: I need the md5-calculation for files and for strings. -
It works without problems! Thank you very much for your quick help! R@iner
-
Ok, I tried the Obfuscator 1.0.26.15 (I hope this is the latest beta) and the crash occurs too. I will send you a PM Thanks in advance R@iner
-
Hello, since many monthes I use the obfuscator with all my scripts without any problem. Now I added many new functions to one of my scripts. The AU3Check works without errors. If I compile the large script with using the obfuscator, the obfuscator crashes at the end of his work, but it seams, the obfuscator has done his job. The AU3Check for obfuscated file runs without errors, also the aut2exe.exe. Crashes means, I got a windows with from XP: "Obfuscator has detect a problem... [close] [send to M$]" [sorry, free translation ] Here an extract of the obfuscator.log I tried to compile this script on a second PC with the same result. I reinstalled autoit and scite completely, nothing helps. What can I do? Many thanks in advance R@iner
-
broadcast to 255.255.255.255 doesn't work
skyteddy replied to skyteddy's topic in AutoIt General Help and Support
/bin/done Here is the bug-report Thank you for your support! R@iner -
broadcast to 255.255.255.255 doesn't work
skyteddy replied to skyteddy's topic in AutoIt General Help and Support
Hello Martin, thank you very much for your support! 2 remarks: * In script A you can change your ip-adresse from 192.168.1.10 to the broadcast-address 192.168.1.255, and it works too ;$socket = UDPOpen("192.168.1.255",5032);<----------if I use this line instead then works ok with script B * At the beginning of script B, UDPStartup() is missing I test your script with wireshark, in my mind not the UDPRecv is the problem, the UDPSend or the UDPopen to 255.255.255.255 doesn't work. I can't see anything with wireshark. kind regards R@iner