Click here to Skip to main content
15,890,282 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Help with mysql duplicate row Pin
Kornfeld Eliyahu Peter26-Mar-14 1:02
professionalKornfeld Eliyahu Peter26-Mar-14 1:02 
GeneralRe: Help with mysql duplicate row Pin
Izu Great26-Mar-14 1:07
professionalIzu Great26-Mar-14 1:07 
AnswerRe: Help with mysql duplicate row Pin
ZurdoDev27-Mar-14 10:14
professionalZurdoDev27-Mar-14 10:14 
AnswerRe: Help with mysql duplicate row Pin
stevic9-Apr-14 7:07
professionalstevic9-Apr-14 7:07 
QuestionDecode or deobfuscate php Pin
Mahdi 8216102118-Mar-14 23:10
Mahdi 8216102118-Mar-14 23:10 
AnswerRe: Decode or deobfuscate php Pin
Richard Deeming19-Mar-14 2:56
mveRichard Deeming19-Mar-14 2:56 
GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 4:35
Mahdi 8216102121-Mar-14 4:35 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 5:01
mveRichard Deeming21-Mar-14 5:01 
I don't have PHP installed, so I converted the function to C# and went from there.

If you want PHP to decode it for you, you'll need to do two things:
  • Replace eval with print on the line that starts eval(T7FC56270E7A70FA81A5935B72EACBE29("...
  • Remove the statement if (count($TA5F3C6A11B03839D46AF9FB43C97C188)) exit; from the function.


You'll need that second step, because as far as I can see, the following lines:
PHP
$TFF44570ACA8241914870AFBC310CDB85 = __FILE__;    
$TFF44570ACA8241914870AFBC310CDB85 = file_get_contents($TFF44570ACA8241914870AFBC310CDB85);    
$TA5F3C6A11B03839D46AF9FB43C97C188 = 0;    
preg_match(base64_decode("LyhwcmludHxzcHJpbnR8ZWNobykv"), $TFF44570ACA8241914870AFBC310CDB85, $TA5F3C6A11B03839D46AF9FB43C97C188);

are reading the content of the current file and testing it against the regular expression /(print|sprint|echo)/. If it finds any matches, the if (count(...)) exit; line within the loop will terminate the current script.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 5:14
Mahdi 8216102121-Mar-14 5:14 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 5:26
mveRichard Deeming21-Mar-14 5:26 
GeneralRe: Decode or deobfuscate php Pin
Mahdi 8216102121-Mar-14 5:30
Mahdi 8216102121-Mar-14 5:30 
GeneralRe: Decode or deobfuscate php Pin
Richard Deeming21-Mar-14 6:01
mveRichard Deeming21-Mar-14 6:01 
Questionwhich backend technology for an advanced messaging application? Pin
chronodekar18-Mar-14 21:05
chronodekar18-Mar-14 21:05 
AnswerRe: which backend technology for an advanced messaging application? Pin
Dar Brett24-Mar-14 19:50
Dar Brett24-Mar-14 19:50 
GeneralRe: which backend technology for an advanced messaging application? Pin
chronodekar7-Apr-14 5:58
chronodekar7-Apr-14 5:58 
AnswerRe: which backend technology for an advanced messaging application? Pin
stevic9-Apr-14 7:11
professionalstevic9-Apr-14 7:11 
QuestionFacebook share button is not working Pin
Member 803236014-Mar-14 21:47
Member 803236014-Mar-14 21:47 
AnswerRe: Facebook share button is not working Pin
Blikkies17-Mar-14 3:50
professionalBlikkies17-Mar-14 3:50 
AnswerRe: Facebook share button is not working Pin
stevic9-Apr-14 7:14
professionalstevic9-Apr-14 7:14 
QuestionHow to playing song in the mobil devices with my ASP Pin
famontepeque13-Mar-14 10:53
famontepeque13-Mar-14 10:53 
SuggestionRe: How to playing song in the mobil devices with my ASP Pin
Richard Deeming14-Mar-14 2:15
mveRichard Deeming14-Mar-14 2:15 
QuestionRazor - render to "js" files as supposed to "cshtml"? Pin
Swab.Jat13-Mar-14 2:13
Swab.Jat13-Mar-14 2:13 
QuestionChrist the redeemer Pin
Rich.Edwards10-Mar-14 22:55
Rich.Edwards10-Mar-14 22:55 
AnswerRe: Christ the redeemer Pin
Kornfeld Eliyahu Peter10-Mar-14 23:38
professionalKornfeld Eliyahu Peter10-Mar-14 23:38 
AnswerRe: Christ the redeemer Pin
vbmike17-Mar-14 3:40
vbmike17-Mar-14 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.