+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Senior Member
    Join Date
    Oct 2007
    Posts
    181

    [Doubt]Connections are down ? TServerSocket

    My ListView1 of connections reverse is going to send wrong information to the command pc.

    I discovered that when you remove the item of idle connections that conflict occurs.

    ItemIndex = passes the selected item to the low

    how can I make tserversocket renew their connections in order to listview1 ?

  2. #2
    Retired Admin KriPpLer's Avatar
    Join Date
    Apr 2006
    Location
    \xeb\x06\x90\x90
    Posts
    2,063
    my adivce: Fuck learning tserversocket and start with threads and winsock API. Indexing conections is a bad idea.

    __________________________________________________ _________________
    I like pie.

  3. #3
    Senior Member
    Join Date
    Oct 2007
    Posts
    181
    Quote Originally Posted by KriPpLer View Post
    my adivce: Fuck learning tserversocket and start with threads and winsock API. Indexing conections is a bad idea.
    For now I will finish the project with TserverSocket


    Resolved

    Solution

    ServerSocket1.Socket.Connections[Number of connection removed].Destroy;

  4. #4
    Senior Member mjrod5's Avatar
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,120
    my adivce: Fuck learning tserversocket and start with threads and winsock API. Indexing conections is a bad idea.
    I shall follow the advice of the master :p
    In The Oven (err in Development) : Pie
    Quote Originally Posted by uraskiddie View Post
    What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.
    Quote Originally Posted by Envy View Post
    Russian?
    Trusted.
    Botnets are like our right hands.
    http://cognitivity.org/

  5. #5
    Senior Member
    Join Date
    Apr 2007
    Posts
    301
    @Krippler

    What does threads have over indexing then?

    p.s please dont shout at me you will make me cry you know .

  6. #6
    Senior Member mjrod5's Avatar
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,120
    you will make me cry you know
    :p
    I want to know that too...
    Cus i dont feel like writing alot of codes like in ur example..
    Thats alot of code for something simple like that...
    With the SockComp u can do the same thing with ALOT less code..
    In The Oven (err in Development) : Pie
    Quote Originally Posted by uraskiddie View Post
    What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.
    Quote Originally Posted by Envy View Post
    Russian?
    Trusted.
    Botnets are like our right hands.
    http://cognitivity.org/

  7. #7
    Retired Admin KriPpLer's Avatar
    Join Date
    Apr 2006
    Location
    \xeb\x06\x90\x90
    Posts
    2,063
    Quote Originally Posted by acidrain View Post
    @Krippler

    What does threads have over indexing then?

    p.s please dont shout at me you will make me cry you know .

    Cuz with threads you can use pointers to threaded objects (Its better than an array) instead of looping though a list of connections which is like I said: a bad idea because its buggy. With Threading and classes, you can do things a lot faster with less code. This way you can directly send/manipulate to the selected TListItems object....

    __________________________________________________ _________________
    I like pie.

  8. #8
    Senior Member mjrod5's Avatar
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,120
    As long as i dont have to use ListView1.ItemIndex;
    :p
    That gets on my nerves...
    When I use an inputbox, it sends the data to THe ItemIndex but when u open an inputbox the victim is no longer highlighted so it does not work :\
    In The Oven (err in Development) : Pie
    Quote Originally Posted by uraskiddie View Post
    What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.
    Quote Originally Posted by Envy View Post
    Russian?
    Trusted.
    Botnets are like our right hands.
    http://cognitivity.org/

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [REQ] Modded Bifrost to bypass 201 connections' limit
    By t0fx in forum Malware Samples and Information
    Replies: 32
    Last Post: 26-06-2009, 02:50
  2. Close listen port but keep connections
    By kaotix_1 in forum Delphi Help
    Replies: 3
    Last Post: 31-10-2006, 12:43
  3. using socks 4/5 in c/s connections??
    By drkdreams in forum Delphi Help
    Replies: 0
    Last Post: 05-04-2006, 09:54
  4. Replies: 15
    Last Post: 24-09-2005, 11:35
  5. how to use tserverSocket in console
    By Dark Angel in forum Delphi Help
    Replies: 7
    Last Post: 08-02-2005, 16:35

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.