PtokaX forum

PtokaX => Bugs => Topic started by: [NL]Pur on 21 February, 2004, 22:19:15

Title: $ForceMove BugorNOT?
Post by: [NL]Pur on 21 February, 2004, 22:19:15
Whould be nice if i could redirect users from my first hub
running on port 411 too my second hub running on port 1200 with a script.

I tried using $ForceMove in the script but i get the message: *** Redirect request received to a hub that's already connected

greets,

Pur
Title:
Post by: tezlo on 21 February, 2004, 23:49:39
well did you specify the port? as in.. address:1200
Title:
Post by: [NL]Pur on 22 February, 2004, 12:14:48
yes

did you get this too work then ?
Title:
Post by: pHaTTy on 22 February, 2004, 12:34:26
seems to be redirect on port 411 (from) to another port then it has that error, else if u redirect say from port 111 to port 411 then its fine
Title:
Post by: tezlo on 22 February, 2004, 16:43:56
works here
Title:
Post by: [NL]Pur on 22 February, 2004, 20:23:16
how ?
Title:
Post by: tezlo on 22 February, 2004, 20:41:18
user:SendData("$ForceMove 127.0.0.1:444")

and this is what i get..
[20:39] *** Press the follow redirect button to connect to 127.0.0.1:444
[20:39] *** Disconnected
[20:39] *** Connecting to 127.0.0.1:444...
[20:39] *** Connected
Title:
Post by: [NL]Pur on 22 February, 2004, 21:23:45
did you also tested with your real IP ?
Title:
Post by: tezlo on 22 February, 2004, 21:45:31
yes
Title:
Post by: [NL]Pur on 22 February, 2004, 22:03:45
which ptokax version ?
Title:
Post by: tezlo on 22 February, 2004, 23:25:54
any ptokax version
Title:
Post by: [NL]Pur on 26 February, 2004, 14:35:08
seems i was testing with a old client again,

:(

so it isn't a ptokax bug :D
Title:
Post by: Skrollster on 26 February, 2004, 16:59:09
The problem is that you can't redirect someone from

myip.no-ip.com:411 ---> myip.no-ip.com:1000

because most clients handle this as you are trying to connect to a hub that you already are connected to... this means that

yoursip.no-ip.com:411 ---> myip.no-ip.com:1000

will work as long as you are not connected to myip.no-ip.com already...

did i make any sense?
Title:
Post by: [NL]Pur on 26 February, 2004, 20:03:48
it's clear too mee now