|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 51
Members: 0
Total: 51
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Decode your files.. |
|
Posted: Fri Nov 30, 2012 6:56 am |
|
|
jigs15784 |
Regular user |
|
|
Joined: Oct 22, 2012 |
Posts: 19 |
|
|
|
|
|
|
|
|
|
|
|
|
I can decode this type of encryption |
|
Posted: Fri Dec 14, 2012 10:22 pm |
|
|
codedecoder |
Regular user |
|
|
Joined: Dec 15, 2012 |
Posts: 21 |
|
|
|
|
|
|
|
I had decode your code.See below the first part of your code:
Code: |
<?php
if ($auto_gonews == 'manual') {
$jumpost = get_option('feedcyborg_nump');
echo'<div style="margin: 10px 0 10px 0; max-width:720px;"><div id="message" class="updated fade"><p><strong>'.$jumpost.' Post created for Google News successfully.</strong></p></div></div>';
include_once(ABSPATH.WPINC.'/feed.php');
$source_news = urlencode('http://news.google.com/news?ned=us&topic=h&output=rss');
$rss = fetch_feed('http://full-text-rss.aws.af.cm/makefulltextfeed.php?url='.$source_news.'&max=10&links=remove&exc=&submit=Create+Feed');
$jumpost = get_option('feedcyborg_nump');
for($i = 0;$i <$jumpost;$i++){
if (!is_wp_error( $rss ) ) {
$maxitems = $rss->get_item_quantity($i);
$rss_items = $rss->get_items(0,$maxitems);
}
|
|
|
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|