Jump to content

Recommended Posts

Posted

I did not understand ... adik not know how both English .. So in conclusion I can get credit source .... and I want the source code for me and I found one I like but not really want to see what I can make I want to do 2 of 2 and a good adkika I mean that's not good ...

not be taken in the river ...

ms much .. but I want to see what the response asyept unless Gimme pm plsssss a private message ..

ramin dator

Posted

Deci pana la urma omul nu vrea sa dea sursa si are tot dreptul sa faca asta si daca te mai rogi de el o sa iti dea astia ban.

So the guy doesn't want to release the source code and he has all the right to do so and if you keep beggin' you'll get yourself banned.

Posted (edited)

@ipadress1 gives the 192._._._ ip adress of my router network cant you make an option where i can type in my external ip so i can run it without the error of no direct connection

(and i realy want to know how you made a webserver in autoit :) )

or this also gives my external ip

Hi

Here you have your TCP/IP Version, quick'n'dirty :lmao::think:

#include <inet.au3>
TCPStartup()

$hTI = TimerInit()
_GetIP()
ConsoleWrite("Normal GETip: "&@TAB&TimerDiff($hTI) & @CRLF)
$hTI = TimerInit()
_GetIP2()
ConsoleWrite("New GETip: "&@TAB&TimerDiff($hTI) & @CRLF)



Func _GetIP2()

    $IP = TCPNameToIP("checkip.dyndns.org")
    $hCon = TCPConnect($IP, 80)
    TCPSend($hCon, "GET / HTTP/1.1" & @CRLF & "Host: checkip.dyndns.org" & @CRLF & @CRLF)
    Do
        $sRecv = TCPRecv($hCon, 1024)
    Until $sRecv <> ''
    $aRegEx = StringRegExp($sRecv, "<body>Current IP Address: (.*?)</body>", 3)
    Return $aRegEx[0]
EndFunc   ;==>_GetIP2

Well its a joke, it is not realy TCP/IP, its http.

Spider

bozzman

Edited by Bozzman
Posted (edited)

scusa non hai mai risposto direttamente al problema della distribuzione del sorgente ?

esiste la remota possibilita' che tu possa distribuirlo o pubblicamente o via pm ?

comunque ottimo lavoro! veramente figo!

Edited by torels

Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org

  • 13 years later...
Posted (edited)

Aww, I saw the title of this and got all excited. I've been looking for a way to write a remote access tool for internal use. (just for fun. I normally use Teamviewer and have no problem with that.)

EDIT: And in my haste to say that, I reply to a nercrothread thus contributing to the problem. Oops. Sorry all. 😕 )

Edited by Draygoes
Spoiler

 

"If a vegetarian eats vegetables,What the heck does a humanitarian eat?"

"I hear voices in my head, but I ignore them and continue on killing."

"You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring."

An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist.

 

 
  • Developers
Posted
1 minute ago, Draygoes said:

I've been looking for a way to write a remote access tool for internal use.

Don't reinvent that wheel and use something like UltraVNC. ;) 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted
1 minute ago, Jos said:

Don't reinvent that wheel and use something like UltraVNC. ;) 

I may not have a choice. :D
Actually, that's a fantastic idea. Thanks @Jos. :)

Spoiler

 

"If a vegetarian eats vegetables,What the heck does a humanitarian eat?"

"I hear voices in my head, but I ignore them and continue on killing."

"You have forced me to raise the indifference warning to beige, it's a beige alert people. As with all beige alerts please prepare to think about the possibility of caring."

An optimist says that giving someone power DOESN'T immediately turn them into a sadist. A pessimist says that giving someone power doesn't IMMEDIATELY turn them into a sadist.

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...