Results 1 to 9 of 9

Thread: not able to see the changes runtime

  1. #1
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default not able to see the changes runtime

    Hi

    I am newbie to this php world.

    I have "enc.php" which is encrypted/encoded.
    this "enc.php" is calling/invoking/including "sf.php" file.
    (i am not sure how sf.php is called, but i am very much sure that enc.php is calling sf.php)

    sf.php file has all core functions like dbconnect(),sendmail() ... many more like such.
    i changed few lines in sf.php.
    now my changes are not reflecting(not able to see at runtime).

    I was able to changes all other php files and could see online except for sf.php.

    I can share enc.php file with you guys.

    1) What shall i do to make my changes work?
    2) How can i decrypt the code?

    Please please help me in this.
    looking for help badly.

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    Please include your problematic code so that we can understand what your problem is.
    - Josh

  3. #3
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    added attachment.
    please rename the extension to php

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Please check again. There is no attachment. Note that attachments are uploaded in a two step process: first you add the attachment then you save the edited post.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    attached zipped file.

    unzip n rename the file to ".php" extension.

    thank you for your esteemed support.

  6. #6
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    no php experts here?

    guys please tell me how to see my changes runtime.

  7. #7
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    The code you have is not php. It looks like it's Zend-encrypted PHP, which you will not be able to decrypt. The only way to run it is using a Zend optimizer. Regardless if it's Zend-encrypted or not, it's certainly one-way encrypted, and not human-readable or decryptable.

    Now, it may be possible to override those functions if they're public, but you'll only be able to tell if it's possible by trying it.
    - Josh

  8. #8
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can you guys tell me atleast what encryption method was used in enc.php?

    What software might have used to encode/encrypt?

    thanks

  9. #9
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    I don't think it's Zend, actually. I have no idea how it's encrypted.

    Why don't you try to override the functions?
    - Josh

Bookmarks

Posting Permissions

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