+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Senior Member The Black Death's Avatar
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    181

    need serious help with new project...

    :confused:

    yep it's me again the chat program guy, posting another dead thread...(dustball rolls by)

    anyway here goes, I started to make a rat at 11:30pm GB time, and this is what ive made in that sad few hours, I hope someone has some clues on the following..

    1. how to program a edit server file and server file.
    2. password protecting the connection to the server file.
    3. encrypting the data sent too and from the client and server file.
    4. cool vb snippets for rats.

    that last one isn't really needed but it would be usefull...

    hope someone will help me...(another dustball rolls by) lol just kiddin.

    ~peace

    The Black Death
    Attached Thumbnails Attached Thumbnails need serious help with new project...-rat.jpg   need serious help with new project...-rat2.jpg  
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Jun 2005
    Location
    one nation, under fraud
    Posts
    477
    hello black death

    i know i've seen an edit server example in vb somewhere, there is almost certainly one on this site.

    as for password protection, try making some code for this course of events: the client connects. on connection, if the server is passworded it sends a string to the client saying that a password is required. upon receiving this, the password dialog box pops up on the client window. the client enters a password. if it is correct, the server sets a boolean ('authenticated' for example) to 'true', and all commands sent to the server will execute. otherwise, the server leaves 'authenticated' at its' default (false), and then sends the same password command to the client, thus popping up the password dialog box again. you could secure this method from brute forcing by having a password timeout (such as disconnecting the client after 3 incorrect password attempts).

    encryption shouldn't be too hard, search pscode or something for an algorithm ported to vb. as for implementing it, have the client encrypt data right before it is sent and have the server decrypt all data before it is dealt with (sure, pretty obvious but hey at least i'm trying to help here.)

    i do have quite a few snippets somewhere on my old hard drive if you would like them. i will try to find them and post them if anyone else wants them as well.

    sorry man i would have some code but i haven't dealt with vb in ages. hope this little bit helps.


  3. #3
    Moderator Urban's Avatar
    Join Date
    Mar 2005
    Location
    Sydney, Australia
    Posts
    356
    forget VB, pick up a copy of delphi.

  4. #4
    Senior Member -silent-'s Avatar
    Join Date
    May 2005
    Posts
    1,374
    forget VB, pick up a copy of delphi.
    true true
    00101101 01110011 01101001 01101100 01100101 01101110 01110100 00101101


  5. #5
    Senior Member The Black Death's Avatar
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    181
    thanks rekonstructed , any snippets you've got would be great.

    @Urban - had delphi, baffled my head, visual basic is easier to understand i think.

  6. #6
    Member Natok's Avatar
    Join Date
    Dec 2005
    Posts
    41
    one possibility is, that u open your server as a file of char and seek the end...
    write there your data...

    when server starts, it has to read the data out of it from a copy... but the edit string should have a static size...

    when u want to read... just jump to server position - <static string size>

    should work with every language..

    br

    Natok

    sry for bad english

  7. #7
    Senior Member The Black Death's Avatar
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    181
    no offense but that went right over my head, I'm not that advanced with programming... i could do with an example maybe, or more details... ie tutorial with pictures:p lol

  8. #8
    Senior Member The Black Death's Avatar
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    181
    @ rekonstructed - btw, I couldn't find a vb server file or edit server...

  9. #9
    Senior Member
    Join Date
    Jun 2005
    Location
    one nation, under fraud
    Posts
    477
    i'll look for an example black death, and when i find snippets i'll post them as well. you really should consider moving to delphi though when you get better at programming. in the meantime, enjoy a copy of the visual basic black book with source included. btw spell my nick right lol its rekonstrukted with a k, not a c :p
    Attached Files Attached Files


  10. #10
    Senior Member The Black Death's Avatar
    Join Date
    Nov 2005
    Location
    Wales
    Posts
    181
    soz man didnt realise

    btw, thanks for the black book

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 27-09-2005, 18:12
  2. please help me in my c/c++ project
    By gemini in forum General Programming Help
    Replies: 7
    Last Post: 15-08-2005, 05:25
  3. My new project...
    By KiD_ZasTRe in forum Malware Samples and Information
    Replies: 21
    Last Post: 15-08-2005, 05:00
  4. Help with my project
    By LastResort in forum General Programming Help
    Replies: 3
    Last Post: 14-08-2005, 05:29

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.