• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

~~ v14X Redirector ~~

C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
Hello,

Today i'm re-releasing the v14X redirector in a new version that works with any IP.


MirrorZero


- Credits goes to: xStr0nGx for making it into winforms, LegitLisa for originally creating it.


Enjoy!
 
Last edited:
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

https://hostr.co/GRRe7WJ5OkwL - Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.
 
Supreme Arcanarch
Joined
Apr 1, 2012
Messages
946
Reaction score
329
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

https://hostr.co/GRRe7WJ5OkwL - Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.

teach him how to english first
 
C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

https://hostr.co/GRRe7WJ5OkwL - Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.

The post has been edited, as u can see.
 
Newbie Spellweaver
Joined
Apr 18, 2013
Messages
17
Reaction score
0
I can't do it. Why? It show message "Failed to initialize iRedirectoRX!
 
Legendary Battlemage
Joined
Mar 7, 2013
Messages
686
Reaction score
43
hi, appears "unable connect to server"
change Ip to vpsIp
 
Newbie Spellweaver
Joined
Dec 14, 2014
Messages
8
Reaction score
0
i tried to use the redirector you just posted for my ourstory source v142 server and it says it's outdated.
 
C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
i tried to use the redirector you just posted for my ourstory source v142 server and it says it's outdated.

Client's version != Server's version
||
Client's patch-version != Server's patch-version.
 
Back
Top