Results 1 to 3 of 3

Thread: PC Proxy Server Help!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2008
    Posts
    25

    Unhappy PC Proxy Server Help!

    Hello,



    I have decompiled a .Net program and need some help just fixing up the errors. I have decompiled purly for informational gain (Would love to learn about sockets and that in VB)

    The program is that of PS3.ProxyServer.GUI by CF3B5. As an avid user, I would like to change the code to suit my use.


    Project file is attached, and thanks in advanced to anyone that can help!
    Attached Files Attached Files

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: PC Proxy Server Help!

    First of all we don't help with hacks, including PS3 hacks on this forum.

    Second of all, we are developers who spend our time writing software, most of us do it for a living. So why would we want to assist you in stealing someone elses work to make it your own?

    "Decompiling purly for informational gain" and "change the code to suit my use" are pretty contradictory of eachother.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2008
    Posts
    25

    Re: PC Proxy Server Help!

    First of all we don't help with hacks, including PS3 hacks on this forum.
    What on earth made you think it was a "PS3 hack". Its a proxy server to run on my pc, so that other devices, such as iphone, ps3, pc or any internet capable device can connect to the internet through.

    Second of all, we are developers who spend our time writing software, most of us do it for a living. So why would we want to assist you in stealing someone elses work to make it your own?
    Yea, Fair point, I was just asking for help. Maybye I should ask for more specific error help then.

    "Decompiling purly for informational gain" and "change the code to suit my use" are pretty contradictory of eachother.
    Whats bad about decompiling to learn? To learn we must experiment and change things.

    Ok, Specific error help.
    I have an error when I go to compile a project.
    Code:
    Delegate '***.**********.Http.UpdataLogMsg' requires an 'AddressOf' expression or lambda expression as the only argument to its constructor.
    It points to this part of the code:
    Code:
    Form1.listener = New PS3.ProxyServer.Http.HttpListener(ipaddress1, i1, flag1, flag2, flag3, (New UpdataLogMsg(AddURL)))
    specifically the "New UpdataLogMsg(AddURL)"

    Any Ideas on how to fix? Thanks.

    NOTE: **** Are blanked out names.

Tags for this Thread

Posting Permissions

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



Click Here to Expand Forum to Full Width