general bot: max number of connected hubs: question

Which hub software is the best? Where can I find script XXX? Discuss it here...(no, this is not for advertising your hub...)

Moderator: Moderators

Locked
InnerCity
Posts: 105
Joined: 2003-05-17 00:35

general bot: max number of connected hubs: question

Post by InnerCity » 2003-08-24 10:44

in my hub the max number of hubs you can be simultaneously connected is 2, but some users have been connected on more than 2 hubs, breaking this rule, this occurs when they are registered in other hubs, so the tag is something like H:2/1/1 (for example), so my question is: what does general bot check: the sum (unregistered, registered and op) or only the first value(unregistered)? in other words: gadget, are you still in vacations? time to help me, please¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡

Code: Select all

    Case "H:"
     If InStr(sDcpp(i),"/")>0 Then      
      sDcpp(i)=Left(sDcpp(i),InStr(sDcpp(i),"/")-1)
     ElseIf iPPV=0.24 And Not iAllowUploadLimit Then
      iReason=12
     End If
     aUD(9)=Mid(sDcpp(i),3)+" (at least)"
     iHubs=CDbl(Mid(sDcpp(i),3))
need to understand what this code do
Hi hi hoo

Locked