Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 28, 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: 699
Members: 0
Total: 699
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 -> Wordpress Footer code
Post new topic  Reply to topic View previous topic :: View next topic 
Wordpress Footer code
PostPosted: Wed Apr 30, 2008 1:10 am Reply with quote
europamo
Beginner
Beginner
 
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




I dont like asking for help, because I like learning this stuff. But that said I am stumped on how to make this decoded. I know it contains alot of ill stuff, but fixing this can help me understand why my sidebar is screwed up when i removed the code. Thanks in advance.

I put it up here so it wouldnt be all skewing the forums, but if requested I will post it.


http://rapidshare.com/files/110932000/footer.php.html
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 2:23 am Reply with quote
Snap
Active user
Active user
 
Joined: Apr 14, 2008
Posts: 25




I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect
View user's profile Send private message
PostPosted: Wed Apr 30, 2008 2:46 am Reply with quote
europamo
Beginner
Beginner
 
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




Snap wrote:
I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect


thanks but that isnt not the problem. I wouldnt call me a spammer either.

I just need to know if there is some part of the code that is not letting me get what I need, ie: characters that dont belong.
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 1:16 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Snap wrote:
I didn't downloaded your file, but in the footer you just have to call the function get_sidebar ..

Code:
<?php get_sidebar(); ?>


**

Hey waraxe ! you should do a post-it for decode base-64 php code, and for decode MD5, your forum is getting spammed with this topics all the time in everywhere, it ain't cool yo

respect


Right now i don't see the problem here. There is special subforums for md5 crack requests and probably i will make new subforum for php decode requests too. Why not? It's fun to reverse obfuscated php scripts ...
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:16 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Here it is:

Code:

<!-- Sidebar -->
      <div class="sidebar sidebar-right">
      
         <h3>Categories</h3>
         <ul>
            <?php wp_list_categories('title_li='); ?>
         </ul>
         
         <h3>Blogroll</h3>
         <ul>
            <?php wp_list_bookmarks('categorize=0&title_li='); ?>
         </ul>
         
         <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
         
         <?php endif; ?>
      
      </div>
      <!-- Sidebar -->
      
      <div class="clear"></div>
   
   </div></div></div>
   <!-- /Main -->
   
   <!-- Footer -->
   <div id="footer">
   
      <!-- Copyright -->
      <div id="copyright">
         Designed By: <a href="http://www.elib.org/dire/166/1.php">Real Estates</a><br /><a href="http://www.imrealestateagent.com">Best real estate agents</a> : <a href="http://www.infectedbybugs.com">make money online</a> : <a href="http://www.pegasusdirectory.com">Free directory</a>


      </div>
      <!-- /Copyright -->
   
   </div>
   <!-- Footer -->

</div>
<!-- /Page -->

<?php wp_footer(); ?>

</body>

</html>


Enjoy Cool
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:23 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This is it - new subforum for php script decode requests!! All related posts here!! Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Apr 30, 2008 1:26 pm Reply with quote
europamo
Beginner
Beginner
 
Joined: Apr 30, 2008
Posts: 3
Location: Washington, D.C.




First of all, Thank You.
I just want to know though, because I tried yours and others online decode, what was I doing wrong?

I did read "The only characters used are the upper- and lower-case Roman alphabet characters (A-Z, a-z), the numerals (0-9), and the "+" and "/" symbols, with the "=" symbol as a special suffix code.",

but when I removed the ones that didnt belong it still came out jumbled. trying to learn some of this thats all.

Thanks again Very Happy
View user's profile Send private message Visit poster's website
PostPosted: Wed Apr 30, 2008 1:32 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Problem is, that this obuscation was using about 76 encoding iterations with base64, rot13 and gzip compression. So if you wanted to do it manually, then it would be very frustrating Smile
So i wrote little script (took me 20 minutes), which produce original source code. Just basic php skills, nothing special needed here Smile
View user's profile Send private message Send e-mail Visit poster's website
Wordpress Footer code
  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.132 Seconds