Script that hides the IP from Netfounders, Masters and Operators
 

Script that hides the IP from Netfounders, Masters and Operators

Started by Spijker, 08 July, 2007, 08:51:11

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Spijker

I'm looking for a script so that the IP's from Netfounders, Masters and Operators can not be seen by other users (Regs, Vips, Moderators, Users)
Now it's so that if they look at youre filelist or they download something they can see the IP adress from every user.
To protect the Netfounders, Masters and Operators I'm looking for a script that hide the IP from these three profiles at all time.
I hope someone can help me.

Thnx for youre support.

Spijker

Psycho_Chihuahua

i doubt that will be possible as to download for a user you would have to have his IP for the connection. In other Words: even if one could hide the IP per script or whatever it would still be visible via netstat or any other connection monitor.
PtokaxWiki ?PtokaX Mirror + latest Libs

01100001011011000111001101101111001000000110101101101110011011110111011101101110001000000110000101110011001000000101010001101111011010110110111101101100011011110111001101101000

Thor

Since it client side connection, can't be scripted. If the downloader sends an another IP in connection request, Ptokax will ignore it, because it contains wrong IP. By the way, I don't see why it's useful... :-X

bastya_elvtars

For this, I recommend disabling all the netwok interfaces.
Everything could have been anything else and it would have just as much meaning.

Spijker

The reason I want it is that we had a user who is banned in our hub because he had a very big mouth all the time and don't respect us.
But the major problem is that he is a wizkid and began one of our Operators to attack with ddos what means that his whole internet connection was down.

Spijker

Thor

Then block the downloads from operators. Not the best solution, but better than nothing.
edit:
Or just from him. That's possible.
Code: lua
nick = "YourOperator"
function ConnectToMeArrival(user, data)
    if data:find(nick,1,1) then
        return 1
    end
end

Maybe this helps

bastya_elvtars

I do not think that (D)DoS protection is the responsibiliy of a DC server or client.
Everything could have been anything else and it would have just as much meaning.

SMF spam blocked by CleanTalk