Important and urgent help required

Discussion in 'PHP' started by hallianonline, Aug 4, 2013.

  1. #1
    I want to decode my script
    plz if some once can do it for me
     

    Attached Files:

    • 1.txt
      File size:
      31.2 KB
      Views:
      52
    • 2.txt
      File size:
      6.3 KB
      Views:
      46
    hallianonline, Aug 4, 2013 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Given that Avast throws a wobbly on both files... good luck with that. Couldn't pay me to touch either file.
     
    deathshadow, Aug 4, 2013 IP
  3. liamwli

    liamwli Well-Known Member

    Messages:
    174
    Likes Received:
    16
    Best Answers:
    1
    Trophy Points:
    190
    #3
    Huh, well, if you're the one that encrypted them surely you should have the original somewhere? Why do I smell a rat...?
     
    liamwli, Aug 4, 2013 IP
  4. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #4
    That is so simple.
    Let me send you the files in PM after decoded.
     
    Vooler, Aug 5, 2013 IP
  5. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #5
    Is it paid service or just help? btw decoded 1.txt already and here is the code of first few lines:

    if(!function_exists('gzuncompress'))die('The PHP zlib module is required to run this script. Please see <A HREF="http://www.php.net/manual/en/ref.zlib.php">http://www.php.net/manual/en/ref.zlib.php</A>');if(((isset($HTTP_SERVER_VARS['SERVER_NAME']))&&(!eregi('((.*\.)?paymentmedium\.com)',$HTTP_SERVER_VARS['SERVER_NAME'])))||((isset($_SERVER['HTTP_HOST']))&&(!eregi('((.*\.)?paymentmedium\.com)',$_SERVER['HTTP_HOST']))))die('This script is locked for paymentmedium.com domain name. Your details submitted to Admin.');$OO00O00O0=ereg_replace('__FILE__',"'".$OOO0O0O00."'",gzuncompress(base64_decode(strtr(fread($O000O0O00,$OO00O0000),'LIsrp/SVDYxKWfltwJ215zu7Ag638q90OkcniF4dRGbUyZeQTmPXa+oCvEHhjMBN=','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'))));fclose($O000O0O00);eval($OO00O00O0);
    ###############################################################################
    # PROGRAM    : PAYMENT PROCESSOR SCRIPT                                      #
    # COPYRIGHTS  : (C)2007 PAYMENTPROCESSORSCRIPT.NET. ALL RIGHTS RESERVED      #
    ###############################################################################
    #                        DEVELOPED BY PAYMENTPROCESSORSCRIPT.NET          #
    ###############################################################################
    #    ALL SOURCE CODE, IMAGES, PROGRAMS, FILES INCLUDED IN THIS DISTRIBUTION  #
    #    COPYRIGHTS BY (C)2007 PAYMENTPROCESSORSCRIPT.NET. ALL RIGHTS RESERVDED  #
    ###############################################################################
    #    ANY REDISTRIBUTION WITHOUT PERMISSION OF PAYMENTPROCESSORSCRIPT.NET    #
    #                            AND IS STRICTLY FORBIDDEN                      #
    ###############################################################################
    
    
    
    ###############################################################################
    error_reporting(E_ERROR | E_WARNING | E_PARSE);
    if(!ini_get('safe_mode'))set_time_limit(3600);
    set_magic_quotes_runtime(0);
    ignore_user_abort(true);
    Code (markup):
     
    Vooler, Aug 5, 2013 IP