help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mirana
Forum Newbie
Posts: 9
Joined: Wed Dec 08, 2010 11:56 pm

help

Post by mirana »

does anyone know, is it possible to modify this code?

what it is doing?

<?php //0035e
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);
?>
4+oV55FIKMEPFwfKO6B4G5zYfKdOO109AaXSHjObwHHKXgZ1Yfs2evWidxV/mUcs/q8BmmSGRLmx
nZUWpXPZDhpZqT8UHPGlA5OCucWc5YsGB1xWCc3PkiwmCKwbKyGqO84Ns16RM43ricdJeOena4UN
tTi8/EKsgN+TGjdobIhah6J2bGe72EB8RYISVf9AIozeSriKDr7AxUiVHClMkAbbRGt0MGG3BtlN
vc4IkIvX5QMNbAAwogs7y7dxqBN9MV2u0lOo4nBmhi3piB8t6DQ1WuolL0bWdHOXkra6XMbnMh0E
0ipR1oS1KqoPu012uD8s7jbce38vzz6vVpOp49zAWpS0RN5zW4xtS/srxWZIcXdVilo1fqQmuIZw
ip/OwP5o+5pMpaxqwUxgnkBHIUVxW1GCG24OwTfxTKHSJFauINxNgNbomZf+eY4ALGAhci+/IuIk
LoCkx7YesSiZvQNKETX8p8Avu0R9YMSPk3iB36lb1l2CbI1xuysDEtXcEPd9f3xxruE4oFR+ri9F
HXbzZgQ/lWUlmoPaxSXnbQWtxx0SGfl+6diBOF63nrJ+jh11nqZfipfZ4KjZYH1w0/CjNpaK/ldA
adUYijNegPu0N2MFOEn4Ob0iET2boy3pAkd9ZzaPwu6BNIue65/Jc/eXsewt72jQsPaf7TykqITu
5tCj06rL3piv2owE+A9ZaJB3bOA1k3sVuHnccu8eC7qzd4PcqsVU3mHikKvqQMFhEFlvdqdR1umL
5y4Pk/+TVXlcLaJi2N4rXyJOH6qQrlgZ0Qs4z/tshysIMzb+V5rc5FQfOnsrnKhbHxjqVCruwezh
+KdRhM83mCngghTJd1VSRO9/8SzqeSNAWcV+CwHt7C5LIHRo8JkXttw8zEKMOBuFis/ZhSjGZOoP
6BJtmCGHexWQx4iFDZtkdKkeVYJBlorgviL/Gugdki4SIvo5pcJnpEoZZMaKYDSfJgsvFs2/8ZA+
glk4S0utJFfmN75XSt69OOftYZHm/zgGAb9eVeEDJc9tza/IKOZLuZtWtM+9Wv92cuzcSRT8bIW8
4KYF0kkmJAuziwhK/iMi4xKxrc+07kt3tDoG8nZEcpYOTFLD5pCoqrb/JRIDuzg4TfT0+EkoXfB5
ahs+6P6CZxQ+lrAStueRQbh4qqwQOO+o2tUXJOw6mP/nYKBUTKLkNP+S8uIZduSmivB7uerWHx/4
Q+yOIxnGfa4xuVq3NQN1KaedImjMKsjQU4JbP0gMDE7U/dNFO8pO8HvQwFegNQK5hCHxKRP6aJwS
G05tM3aKH4Hw3f8tLBdL7LxZHNuaEOIZkRp7m3OTXvPK5b0cjpjDKlPRDGo+d3M4HHd/fwo1j+nR
ElVdaySwak8Jl7eqcyxWt2ya1HEDy3j5wOcHN0x1cbDaZfrRjBRh5eepSlpYbmSfX4Aj+vW6WmTm
4HF3ZqqnicfR7nc8Dfr2lTtdOaxi42hR1ncYFhqebFEy2qFI+rFHzHYjA3KWOQAgXjgqwjJiBQTa
.....................................................................................................
....................................................................................................
.............................................and so on
mellowman
Forum Commoner
Posts: 62
Joined: Sat Nov 22, 2008 5:37 pm

Re: help

Post by mellowman »

going to guess this is an algorithm and say that whoever made this didn't want anyone else to read or hes an <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> and doesnt know about good coding habits :D

And it would take a while to reverse engineer it.
Post Reply