
Alcoholic
Active Members-
Posts
37 -
Joined
-
Last visited
Everything posted by Alcoholic
-
_TocLib, a library for TOC Protocol
Alcoholic replied to Falcone88's topic in AutoIt Example Scripts
it didnt work for me either. can somebody post a working example please? -
Where can I upload and run my server (exe) file?
Alcoholic replied to Madza91's topic in AutoIt General Help and Support
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) -
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?
-
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.
-
Q: Deep Freeze like program?
Alcoholic replied to Alcoholic's topic in AutoIt General Help and Support
Yeah, I was pretty sure about that but it's always better to ask... -
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...
-
Get GMT time from Internet
Alcoholic replied to Alcoholic's topic in AutoIt General Help and Support
works great, thanks -
Hi, how can I get the GMT from the internet? (and display it in a window (I know that!)) Thanks
-
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?
-
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?
-
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?
-
Can someone provide a script of encrypting (decrypting) files (exe jpg mp3 etc) with BlowFish & AES please.
-
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.
-
Sorry, I figured it out now.Thanks very much. Cool script!
-
Quick question: I downloaded dotNetFx35setup from Microsoft (and installed it) but I can't locate makecert.exe. Where is IT?
-
Yes, but I haven't tried this yet
-
Hi, interesting script yet I don't know how to use it... Does this script digitaly sign compiled scripts? ...
-
Hi all, I would like to know how to add a menuitem to the explorer when i rightclick to ANY file. Thanks...
-
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
-
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...
-
Still no answer?
-
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.
-
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?
-
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.