ok so i run this server on my friends computer:
UDPStartup()
; Bind to a SOCKET
;==============================================
$socket = UDPBind(@ipaddress1, 65532)
If @error <> 0 Then Exit
$n = 0
While 1
$data = UDPRecv($socket, 50)
$CheckData = StringSplit($data, "|")
If Not @Error Then
For $x = 1 to $Accounts[0]
$AccRecord = StringSplit($Accounts[$x], "|")
If Not @Error Then
If $CheckData[1] = $AccRecord[2] And $CheckData[2] = $AccRecord[3] Then
$Exist = 1
MsgBox(64,"User", "User Exists")
ExitLoop
Else
$Exist = 0
MsgBox(64,"User", "User doesnt Exists")
EndIfoÝ÷ Ù©Ý¢y²r©º×«»§¶'§µ«¢+ÙUAMÑÉÑÕÀ ¤((ì=Á¸ÅÕ½ÐíM=
-PÅÕ½Ðì(ìôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôôô((ÀÌØíͽÐôUA=Á¸ ÅÕ½Ðí5äÉ¥¹Ì%@ÉÍÌ!ÉÅÕ½Ðì°ØÔÔÌȤ)%ÉɽȱÐìÐìÀQ¡¸á¥Ð((ÀÌØí¸ôÀ)]¡¥±Ä($ÀÌØí ½Ñ½Õ¹ÐôU%
ÑɱI ÀÌØí½Õ¹Ð¤($ÀÌØí ½ÑAÍÌôU%
ÑɱI ÀÌØíAÍ̤($ÀÌØíµÍôU%Ñ5Í ¤(%%ÀÌØíµÍôÀÌØí
¡¬Q¡¸($$ÀÌØíÍÑÑÕÌôUAM¹ ÀÌØíͽаU%
ÑɱI ÀÌØí½Õ¹Ð¤µÀìÅÕ½ÐíðÅÕ½ÐìµÀìU%
ÑɱI ÀÌØíAÍ̤µÀìÅÕ½ÐíðÅÕ½ÐìµÀìÅÕ½Ðí=,ÅÕ½Ðì¤($%%ÀÌØíÍÑÑÕÌôÀQ¡¸($$%5Í ½à À°ÅÕ½ÐíII=HÅÕ½Ðì°ÅÕ½ÐíÉɽÈÝ¡¥±½¹¹Ñ¥¹ÅÕ½ÐìµÀìÉɽȤ($$%á¥Ð($%¹%($%M±À ÄÀÀÀ¤($$ÀÌØíIÍÁ½¹ÍôUAIØ ÀÌØíͽаÔÀ¤($%%ÀÌØíIÍÁ½¹ÍôÅÕ½ÐíÁÑÅÕ½ÐìQ¡¸($$%U%MÑMÑÑ¡M]}!%¤($$%5¥¹U$ ¤($%¹%($%%ÀÌØíIÍÁ½¹ÍôÅÕ½Ðí¹¥ÅÕ½ÐìQ¡¸($%¹%($%%ÀÌØíIÍÁ½¹ÍôÅÕ½Ðíá¥ÐÅÕ½ÐìQ¡¸($$%á¥Ð($%¹%(%¹%
i can get it working if i run bot the server and the client on my computer using the "127.0.0.1" as the ip but when i try and connect to the server when its running on a diff computer it does nothing at all.
anyone know whats wrong?