Jump to content

Alcoholic

Active Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Alcoholic

  1. it didnt work for me either. can somebody post a working example please?
  2. Could someone convert the TCPRecv example from the help file to a working Perl or PHP script? I googled "php server script" but couldn't find anything useful (I think)
  3. Yes, but how can I get the ip address of the other client/server to connect to? I don't want the user to input the ip. Any ideas?
  4. Hi everybody, I want to write a chat program but I don't have a computer pernament connected to the Internet so that I can use a server (.exe server program). In this http://en.wikipedia.org/wiki/Peer-to-peer page differences between server/client & p2p networks are explained I think... My question is if I can create a chat program without having to run a server all the time and how can I pass the IPs from one computer to another? (would owning a website help? hosting there a server or something?) Thanks.
  5. Yeah, I was pretty sure about that but it's always better to ask...
  6. Hi all, Some of you may know a program called "Deep Freeze", I would like to know if it is possible to make a program like that using AutoIt. Thanks...
  7. Hi, how can I get the GMT from the internet? (and display it in a window (I know that!)) Thanks
  8. I tried this forum but it only encrypts strings. I tried FileOpen() & FileRead() to encrypt a file (both in binary and asci mode) but it doesnt work. Any help?
  9. Isn't this breaking the AutoIt License Agreement?
  10. The problem is I have no idea how to do that. I found this udf: http://www.autoitscript.com/forum/index.ph...amp;hl=blowfish anyone has any idea?
  11. Hi, can someone provide me a simple Blowfish file encryption source example. I found some UDFs in the forum but I can only encrypt strings. IS it possible to encrypt files with the BlowFish algorithm?
  12. Can someone provide a script of encrypting (decrypting) files (exe jpg mp3 etc) with BlowFish & AES please.
  13. Hi all, I have written and compiled a small program but everytime I run it, I get a window to confirm that I started this program and I want to run it. I noticed that I got this with PhotoFiltre (which is not digitally signed) only the first time i run it. Is there anyway to avoid this window? My script starts with: #RequireAdmin because it doesnt seem to work without admin rights.
  14. Sorry, I figured it out now.Thanks very much. Cool script!
  15. Quick question: I downloaded dotNetFx35setup from Microsoft (and installed it) but I can't locate makecert.exe. Where is IT?
  16. Yes, but I haven't tried this yet
  17. Hi, interesting script yet I don't know how to use it... Does this script digitaly sign compiled scripts? ...
  18. Hi all, I would like to know how to add a menuitem to the explorer when i rightclick to ANY file. Thanks...
  19. I am writting a script for converting latin to greek characters. I want when I right click a text file in the expolrer to have a contextmenu item "Convert to greek" and when I click it to open the selected file in my script. Could someone help me with this please? Thanks
  20. Hi everyone, is there a way to associate a file type with a program written in autoit? I want to open .log files using a text editor written in autoit, is that possible? Thanks...
  21. Hi everybody, I'd like to create a simple internet browser using IE.au3 functions. DO I NEED TO HAVE MICROSOFT INTERNET EXPLORER INSTALLED TO THE COMPUTER THAT I'M GOING TO RUN THE COMPILED SCRIPT? Thanks.
  22. Hi everyone, I have created some scripts using GDI+ and all of them work fine but when I place another window on top of a GDI+ object and then place on top the GDI+ window again, all the GDI+ objects that had been coverd before are disappeared from the window. Can anyone help me please?
  23. Hi there, I was wondering if there is a way to read the value of a variable from a c++ program that is running (get it from the memory or something). Thanks in advance.
×
×
  • Create New...