any php coder wants to earn some money?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Peacemaker
    Confirmed User
    • Feb 2002
    • 897

    #1

    any php coder wants to earn some money?

    Hello,
    I need a php proxy script rewritten. Right now it uses fsocketopen, which cant handle "bind to ip". But I need this Proxy beeing bind to a IP on a linux machine with multiple ips.

    further details.
    icq 14011082
    SEO since 2002 - Google Index Record: 32 minutes. - Selling SEO services and tools
  • bashbug
    Confirmed User
    • Oct 2005
    • 929

    #2
    Whats your budget?

    Comment

    • st0ned
      Confirmed User
      • Mar 2007
      • 8437

      #3
      I have a guy, if you want me to forward on the details feel free to send them to fizuct[at]gmail.com.
      Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts.
      We will guarantee and beat your current EPC to win your dating traffic!
      Skype: ConversionSharks || Email: info /@/ conversionsharks.com

      Comment

      • Tempest
        Too lazy to set a custom title
        • May 2004
        • 10217

        #4
        Originally posted by Peacemaker
        Hello,
        I need a php proxy script rewritten. Right now it uses fsocketopen, which cant handle "bind to ip". But I need this Proxy beeing bind to a IP on a linux machine with multiple ips.

        further details.
        icq 14011082
        If you're running PHP 5+ you can use stream_socket_client with stream_context_create to bind to an IP and open a socket just like fsockopen so that the rest of your code doesn't have to change.. I tried this a few weeks back and it worked fine although you may have to ensure certain libraries are turned on...

        Comment

        Working...