Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 26, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 776
Members: 0
Total: 776
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PHP script decode requests -> Please DECODE this WP-Footer Please
Post new topic  Reply to topic View previous topic :: View next topic 
Please DECODE this WP-Footer Please
PostPosted: Mon Feb 02, 2009 1:12 am Reply with quote
resaik_king
Beginner
Beginner
 
Joined: Feb 02, 2009
Posts: 4




I need this WP-Footer Coded. Thanks..

can you give me script that will automatically this one?

Encoded by G-Encoder 1.0 or do you have G-DECODER?Smile

Code:
<?php function d($s,$k=''){if($k==''){for($i=0;$i<strlen($s);$i){$d.=chr(hexdec(substr($s,$i,2)));$i=(float)($i)+2;}return $d;}else{$r='';$f=d('6261736536345f6465636f6465');$u=$f('Z3ppbmZsYXRl');$s=$u($f($s));for($i=0;$i<strlen($s);$i++){$c=substr($s,$i,1);$kc=substr($k,($i%strlen($k))-1,1);$c=chr(ord($c)-ord($kc));$r.=$c;}return $r;}}eval(d("
   RZJrb9s2GIV/1wa027plnw3NjSg5iKWslrPUdeML5Qbtug7L2jQJ0GaqLxRJibrwYpK20y/7fZNXDPtGgC/e95znHEoDvzQVsUedbce7eP0SgA18/kvYenvd7hbc0rp7pAIwefeq1bGjaZZwMw/CHS6WYfcyL6Rr5qZgBlANSiNrghUhDv7cmqC2tobTZ4m/FHVhxsk9KhPfKfScwo8eExt1FvXNdhcwmqVyRXRgs2NOVeKfw3Q4ySpuHSKJ0KPEfzx4GvRHzarzNz3IcYVpDfsLIRSchjgeRGh8HD77u8jSeo2pE97Cy6s3L25n7y8ufwMnbjdM09zaxFC9ieqd7QQT5/Sk9VYhDhIsuVkqci/6VjUuOBAFbRmGaurkkmAqXFt49BOzbcOwBTW5V+5J+CL+6odHDyb9Rbkd7h9eN0J/NZZcu/xsW0Ss3F53dvD1twcPXTAsdCut59o872BCkPBA2Hy54DwieBcPQC+MskLZ+RqET+Jvvp92caHh9Keo15UIE9CN4gffHTzcn8AlIdQYx9q7tW0/6Z3/+GjQDLvFIvaTNV0xyzvN8HTFtg6p77QZeSgr86yiqWmoFsMmlFwvc+jkVslxeLqT28gIvVjrRp4sC2ajRPBDt2GVzw08XKRZKrAHFLNZBp1fry9egfdKf3qnkTbObdUAnHPivKzzDFzlNM88B74WhDofZYmvBDHcu8FMSDerFd/HNOnjGRisAGnUxv7K2HrUD+93socWCNUlynu4qn1ng8qMqql/h+s7Xh3C39mGlhwpJllat/7cCE2dG5qsN9TwpbRfNu+zcBtQDVWQVEhq2E5rlAnB8nTj/+99Mqtz5eBGc1FS6Qe60meJ1VkQPnVnY69xhCoND9emgQm5FYxy7/qP6+nPq9iBqJVrRGEbzliu2qguWJFReXSMC8Hn3MqF5vbsg9WsKaQ3G3pg2UCy0Fkb6cVQcUqE0uDy9mav2Z3yNcpczFaGxz4ROeVS7qX+q/BefahkQ6/YWhBM2nE8PDVsJcb/te5Lf/4B",782980784));
   
/* Encoded by G-Encoder 1.0 */
?>
View user's profile Send private message
PostPosted: Mon Feb 02, 2009 10:26 pm Reply with quote
zerobytes
Valuable expert
Valuable expert
 
Joined: Aug 30, 2008
Posts: 199




Code:


<?php
if ( (isset ($v) AND $v == 0) OR  (isset ($t) AND $t == false)) {
    die ('This script is protected by <a style=\"color:cyan\" href=\"http://www.gencoder.sf.net\"><b><font color=\"#330099\">G-Encoder</font></b></a>');
}
include ( TEMPLATEPATH . '/about_text.txt');
/* Open about_text.txt in the theme folder to edit this text */ ?>     
    </div> 
    <!--about text end --> 
     
  <hr class="clear" /> 
  </div><!--/footer --> 
</div><!--/page --> 

<!--credits start --> 
<div id="credits"> 
<div class="alignleft"><i><a href="http://www.wordpressskins.com" target="_blank" title="FREE WordPress Skin and Blog Theme!">Free WordPress Skins from</a></i> <a href="http://www.abbariao.com" target="_blank">International Nurse Recruitment</a></div>   
<div class="alignright"><a href="<?php bloginfo ('rss2_url');
?>" class="rss">Entries RSS</a> <a href="<?php bloginfo ('comments_rss2_url');
?>" class="rss">Comments RSS</a> <span class="loginout"><?php wp_loginout ();
?></span></div> 
</div>



ZeroBytes
View user's profile Send private message Visit poster's website
PostPosted: Wed Feb 04, 2009 4:20 pm Reply with quote
resaik_king
Beginner
Beginner
 
Joined: Feb 02, 2009
Posts: 4




Thank you..

Can you give me some idea how to decode this kind of encryption??
View user's profile Send private message
Please DECODE this WP-Footer Please
  www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.150 Seconds