Thread: delta help

Results 1 to 3 of 3
  1. #1 delta help 
    Donator

    mike623030's Avatar
    Join Date
    Oct 2008
    Posts
    402
    Thanks given
    40
    Thanks received
    4
    Rep Power
    92
    how 2 make it so that 3 ip can only log in from 1 ip i look it up and seached if u find 1 tell me
    but i been looking for 3 days
    Reply With Quote  
     

  2. #2  
    Registered Member
    Nando's Avatar
    Join Date
    Feb 2009
    Age
    29
    Posts
    3,517
    Thanks given
    2,439
    Thanks received
    1,108
    Rep Power
    5000
    open server.java and search
    Code:
    banHost(host, num);
    			return false;
    		}
    top of that, should say
    Code:
    if (num > #) {
    # = how many connections , make it wat ever you want.
    Reply With Quote  
     

  3. #3  
    Donator

    mike623030's Avatar
    Join Date
    Oct 2008
    Posts
    402
    Thanks given
    40
    Thanks received
    4
    Rep Power
    92
    nope that does not work
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •