|
|
Alternative To winrem.exe [message #103090] |
Wed, 21 July 2004 10:17 |
|
Dante
Messages: 1039 Registered: February 2003
Karma: 0
|
General (1 Star) |
|
|
Really, you have to appreciate someone with effort... it most cases.
#1: Using a form to do your dirty work is just asking for more programming then you need. "sck = CreateObject" ? would have worked better then using a form for the "ease of coding".
#2: Using winsock at all... kind of lazy if you ask me to be using a winsock CONTROL to get a random open port... there are other ways, that are one, faster, and two, most likely not going to make people go "uhhh, why is there another control in the zip file O_O"
#3: You hardcoded localhost, kinda defeats the purpose of a remote admin tool wouldn't you think? if you are at the computer, might as well just type it in the console?
#4: this sir, is just classic...
Form1.Text1 = str
cut = Form1.Text1
Form1.Text1 = ""
End Function
i almost fell out of my chair...
Mid() Instr() Instrrev() Right() and Left() should be your friend, not a text box CONTROL in a command line sub main application.
Solutions:
if Init(sPort + 1,sPass) = false then
sPort = sPort + 1
goto Solutions
End if
oh lookie, i found an open port
'Get_Response is supposed to go here
classic...
Now please tell me why anyone would download this hunk o trash over several already made available version that support multiple server connects, callbacks, and don't have to be sitting next to renrem.exe to work?
RenEvo
|
|
|
|
|
|
|
Re: Alternative To winrem.exe [message #207438 is a reply to message #103090] |
Mon, 10 July 2006 19:08 |
|
jnz
Messages: 3396 Registered: July 2006 Location: 30th century
Karma: 0
|
General (3 Stars) |
|
|
Dante wrote on Wed, 21 July 2004 18:17 | Really, you have to appreciate someone with effort... it most cases.
#1: Using a form to do your dirty work is just asking for more programming then you need. "sck = CreateObject" ? would have worked better then using a form for the "ease of coding".
#2: Using winsock at all... kind of lazy if you ask me to be using a winsock CONTROL to get a random open port... there are other ways, that are one, faster, and two, most likely not going to make people go "uhhh, why is there another control in the zip file O_O"
#3: You hardcoded localhost, kinda defeats the purpose of a remote admin tool wouldn't you think? if you are at the computer, might as well just type it in the console?
#4: this sir, is just classic...
Form1.Text1 = str
cut = Form1.Text1
Form1.Text1 = ""
End Function
i almost fell out of my chair...
Mid() Instr() Instrrev() Right() and Left() should be your friend, not a text box CONTROL in a command line sub main application.
Solutions:
if Init(sPort + 1,sPass) = false then
sPort = sPort + 1
goto Solutions
End if
oh lookie, i found an open port
'Get_Response is supposed to go here
classic...
Now please tell me why anyone would download this hunk o trash over several already made available version that support multiple server connects, callbacks, and don't have to be sitting next to renrem.exe to work?
|
come on! give the guy a break i would use it, it sounds much better then renrem. if i call renrem i get loads of unwanted text output in err so i cant just hide it. this program doesn't hang ether.
BTW: what path do i call as in C:\Westwood\RenegadeFDS\ or C:\Westwood\RenegadeFDS\Server\ i tryed both and the prog crashes. and yes we want documentation for the dll.
|
|
|
|
|
|