1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help me decrypt this code!

Discussion in 'PHP' started by LeetMan, Dec 23, 2010.

  1. #1
    Hey guys.

    I got this piece of code:

    </div>				</div>							</div>				</div>	<div id="adsense-ad">			</div>		<div id="footer">		<div id="footer-wrapper">						<ul> 					<li><a href="<?php echo get_option('home'); ?>">Home</a></li>					 <?php PD9waHANCmVjaG8gIjxhIGhyZWY9aHR0cDovL3JldmVyc2Vsb29rdXBzLmluZm8+UmV2ZXJzZSBQ
    aG9uZSBMb29rdXA8L2E+IjsNCj8+; ?>			</ul>					</div>	</div></body></html>
    Code (markup):
    Its the footer.php for a wordpress theme.

    When i go to my site it says:

    Parse error: syntax error, unexpected T_STRING in /home/xxxx/public_html/wp-content/themes/wordpressreviewtheme/footer.php on line 2
    Code (markup):
    I think that there is something wrong with this piece of code:

    <?php PD9waHANCmVjaG8gIjxhIGhyZWY9aHR0cDovL3JldmVyc2Vsb29rdXBzLmluZm8+UmV2ZXJzZSBQ
    aG9uZSBMb29rdXA8L2E+IjsNCj8+; ?>
    Code (markup):
    Is that somekind of encrypted code? If yes can u please help me decrypt it :)
     
    LeetMan, Dec 23, 2010 IP
  2. Minimal Network

    Minimal Network Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <?php
    echo "<a href=http://reverselookups.info>Reverse Phone Lookup</a>";
    ?>
    Code (markup):
     
    Minimal Network, Dec 23, 2010 IP
  3. LeetMan

    LeetMan Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    lol is that all?

    does this error really have something to do with that:

    Parse error: syntax error, unexpected T_STRING in /home/xxxx/public_html/wp-content/themes/wordpressreviewtheme/footer.php on line 2
    Code (markup):
    ?
     
    LeetMan, Dec 23, 2010 IP
  4. backlinkexcellence

    backlinkexcellence Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Did you try to delete that particular code? If so, what happens then?
    Anyway, minimal network deciphered it correctly and it looks like someone wanted to stick his affiliate link in the footer. You'll often face annoying crap like this when using free/warez themes.
     
    backlinkexcellence, Dec 23, 2010 IP
  5. LeetMan

    LeetMan Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the info. That was the problem :)
     
    LeetMan, Dec 23, 2010 IP
  6. makaleus

    makaleus Peon

    Messages:
    264
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I am send pm for problem.
     
    makaleus, Dec 24, 2010 IP
  7. Mr.AD

    Mr.AD Member

    Messages:
    89
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    41
    #7
    Do you try with "base64_decode" function yet ?
     
    Mr.AD, Dec 24, 2010 IP