Jump to content

antiufo

Active Members
  • Posts

    35
  • Joined

  • Last visited

About antiufo

  • Birthday 12/04/1990

Profile Information

  • Location
    Italy

Recent Profile Visitors

226 profile views

antiufo's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi, how is it possible to set the rating for the song that windows media player 11 is playing? For example, if wmp11 and the script are running and I press CTRL+ALT+5, I want the current song rating to be set to 5. >> I DON'T want to embed wmp11 into a gui!, I want to use the standard wmp11 window (wmplayer.exe) Thanks.
  2. I tried to use 127.0.0.1 as IP address: it worked if I used http://127.0.0.1:49659 but if I use my real IP in the URL it doesn't work.
  3. This is the problem: The programs needs to know the IP of its computer: TCPListen needs to know the IP of the computer. Which @IPAddress should I use? In my computer the right one is @IPAddress2, but in many other it's @IPAddress1. So I need to use _GetIP to retrieve the IP from a service like checkmyip. If this address is not in the list of @IPAddresses, I can't open the TCP port. Try to disable the proxies and firewalls, if you have one and connect directly to the Internet. I'm sorry this happens, but TCPListen needs the IP address.
  4. Try to see your IP address from http://www.checkmyip.com/ Then Run this script: MsgBox(0, 'My IPs', @IPAddress1 & '; ' & @IPAddress2 & '; ' & @IPAddress3 & '; ' & @IPAddress4) If your IP from checkmyip.com is not in the list of @IPAddressX, Probabily you are using a proxy. Try to disable the proxy.
  5. I don't want to create the mutex if the first script is not running. If I call _Singleton in the second script: * If the first script is running I get the right return value (OK) * But if the first script is not running I don't want to create the mutex, I only want to check if the first script is running
  6. How can I check if an AutoIt3 script is running using mutex? For example, a script calls _Singleton now I need a script that checks if the first cript is running checking if its mutex exists. How can I do? thanks
  7. How can I create a GUI that: * Has no input controls * Accepts dropped files everywhere * when a file is dropped on any point of the window, call a function with the path of the file as parameter? thanks.
  8. Non ci avevo mai pensato, gli utenti FastWeb di un edificio hanno tutti lo stesso IP, la connessione è in comune e quindi non possono aprire porte TCP?
  9. I've created a library that lets you to gradually transform a window into an other changing the position and the transparency. The best way to explain the effect is seeing it, so here is a short demo: WinMoveAnimated.au3 Example.au3
  10. Done, here is the page: http://antiufo.altervista.org/remote_get
  11. Is there any doubt about the common login page and the user name function? I see there are not so many users paragoned to the number of downloads. I'm ready to make them clear..
  12. I'm used to write Javascript code for Internet Explorer. You can use it with Firefox, but javascript doesn't work properly (add index.htm to the URL to bypass the browser check). Never mind, Internet Explorer is on almost every windows computer...
  13. Currently there are two available languages: english and italian. To translate it in an other language, download http://antiufo.altervista.org/download.php...e3_template.lng and follow the instruction inside.
  14. >>> NEW VERSION HERE <<<
  15. Here is the new version of PC Remote Control. It works in a completely different way. There is no more need of the intermediate server: Now you can type your IP & port in the browser or type the user name in the common login page: http://antiufo.altervista.org/remote You no longer need to use a web hosting service Web page & download: http://antiufo.altervista.org/remote_get Web page & download: http://antiufo.altervista.org/remote_get
×
×
  • Create New...