Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Win32 FDS » Alternative To winrem.exe
Alternative To winrem.exe [message #103090] Wed, 21 July 2004 10:17 Go to previous messageGo to previous message
Dante
Messages: 1039
Registered: February 2003
Karma:
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?


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug??
Next Topic: renegade windows servers...
Goto Forum:
  


Current Time: Tue Nov 19 02:36:04 MST 2024

Total time taken to generate the page: 0.00878 seconds