antiufo Posted August 25, 2007 Posted August 25, 2007 (edited) 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/remoteYou no longer need to use a web hosting service Web page & download: http://antiufo.altervista.org/remote_getWeb page & download: http://antiufo.altervista.org/remote_get Edited September 7, 2007 by antiufo
Cyber Posted August 27, 2007 Posted August 27, 2007 Che spettacolo! Complimenti! Purtroppo se non si appoggia piu a un webserver non posso piu usarlo io che sono FastWeb. Cmq FAVOLOSO Console Browse: Navigate on the WEB in a textual consoleMultiPing!: Show computer on the lan and/or show the local/remote task, ALL animated!KillaWin: Event executingCryptPage: Crypt your webpage and show only with key
Kreatorul Posted August 27, 2007 Posted August 27, 2007 But the new source code for the server? Will you share it?
jvanegmond Posted August 27, 2007 Posted August 27, 2007 Why does it need IE6+? Is it because you do not handle HTTP properly? github.com/jvanegmond
antiufo Posted August 28, 2007 Author Posted August 28, 2007 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.
antiufo Posted August 28, 2007 Author Posted August 28, 2007 Why does it need IE6+? Is it because you do not handle HTTP properly?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...
antiufo Posted August 28, 2007 Author Posted August 28, 2007 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..
jvanegmond Posted August 29, 2007 Posted August 29, 2007 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..It just might help to put up a screenshot or two on the first page and a clearer and elaborate description of what features it has. github.com/jvanegmond
antiufo Posted August 31, 2007 Author Posted August 31, 2007 It just might help to put up a screenshot or two on the first page and a clearer and elaborate description of what features it has.Done, here is the page: http://antiufo.altervista.org/remote_get
antiufo Posted September 1, 2007 Author Posted September 1, 2007 Che spettacolo! Complimenti!Purtroppo se non si appoggia piu a un webserver non posso piu usarlo io che sono FastWeb.Cmq FAVOLOSO 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?
Creator Posted September 3, 2007 Posted September 3, 2007 Uuuuhm ... the setup can not be unpacked(manually). This is all a lil bit to invisible to just install Why is this in the scripts section? I see no script
antiufo Posted September 5, 2007 Author Posted September 5, 2007 It said: This program needs a direct connection to the internet and will now exit. 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.
jvanegmond Posted September 5, 2007 Posted September 5, 2007 antiufo:I tried forwarding some ports to my computer, but to no avail.. Any help? github.com/jvanegmond
antiufo Posted September 5, 2007 Author Posted September 5, 2007 antiufo: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.
jvanegmond Posted September 5, 2007 Posted September 5, 2007 (edited) Ever thought about using "127.0.0.1"? Else for me it is @IpAdress1 Edited September 5, 2007 by Manadar github.com/jvanegmond
antiufo Posted September 15, 2007 Author Posted September 15, 2007 Ever thought about using "127.0.0.1"?Else for me it is @IpAdress1I 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.
Darkimmortal Posted September 20, 2007 Posted September 20, 2007 I am getting the "This program needs a direct connection to the internet and will now exit." error. I have tried the autoit script you suggested and it returns my local lan ip address and nothing else. I think that if the check for the correct IP was removed, it would work - so if possible please upload a version without that check. I have no software firewall and I am behind a router with the firewall turned off, so it is not a firewall issue.
pintas Posted January 9, 2009 Posted January 9, 2009 Source, source. Where is the source? Isn't this supposed to be the Example Scripts section?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now