PtokaX forum

PtokaX => FAQ section => Topic started by: Quispiam on 28 January, 2007, 13:26:18

Title: How to disable sharing?
Post by: Quispiam on 28 January, 2007, 13:26:18
i am interested in disabling sharing so i can run a straight trivia hub and i cant seem to find any option to do so. Is there any way i can do this?

Thanks heaps
Title: Re: How to disable sharing?
Post by: bastya_elvtars on 28 January, 2007, 13:56:38
Maybe this one?

function NewUserConnected(user) if user.iShareSize~=0 then user:SendData("*** File sharing isn't allowed in here!"); user:Disconnect() end
Title: Re: How to disable sharing?
Post by: the-master on 28 January, 2007, 15:03:43
aint that what max-share is all about?
<PtokaX> <Low 0 B Max 1 B share message>
Title: Re: How to disable sharing?
Post by: bastya_elvtars on 28 January, 2007, 15:18:35
Quote from: the-master on 28 January, 2007, 15:03:43
aint that what max-share is all about?
<PtokaX> <Low 0 B Max 1 B share message>

Yes, but the user would have no clue what the hell is going on.
Title: Re: How to disable sharing?
Post by: the-master on 28 January, 2007, 15:38:57
change the <Low 0 B Max 1 B share message> to <sharing is not allowed inhere>
Title: Re: How to disable sharing?
Post by: bastya_elvtars on 28 January, 2007, 15:40:40
:)
Anyway, writing this was easier for me than to look for ptokax.exe. :-D
Title: Re: How to disable sharing?
Post by: khing on 29 January, 2007, 09:43:45
hi.  friend of Quispams.  we are trying to run a trivia hub on an internal network, while easily allowing users to also be part of another sharing hub.  We want to disable sharing on the trivia, while allowing other users to use the same client for the sharing.  is there a disable option? or a script?
Title: Re: How to disable sharing?
Post by: khing on 31 January, 2007, 13:47:34
thanks, will try that.