Thread: base64 decode
View Single Post
  #6 (permalink)  
Old 09-23-09, 05:03 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 7,536
Thanks: 5
Thanked 20 Times in 18 Posts
It was actually very easy.

Replace the eval() with echo() in the string you posted above. In that new code that appears, there'll be a lot of eval()s, but I just replaced the last one with echo(). And that's it really.
Reply With Quote