|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 75
Members: 0
Total: 75
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Please help decode this file |
|
Posted: Fri Oct 16, 2009 8:38 am |
|
|
themoney30 |
Beginner |
|
|
Joined: Oct 16, 2009 |
Posts: 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 16, 2009 4:08 pm |
|
|
Cyko |
Moderator |
|
|
Joined: Jul 21, 2009 |
Posts: 375 |
|
|
|
|
|
|
|
Code: | <?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } } ?>
<?php if ( $wp_chatter_features_on == 'yes' && $wp_chatter_home_posts_by_cat == 'yes' && $wp_chatter_feature_display == 'Display Separately' ) { ?>
<?php include (TEMPLATEPATH . '/index2.php'); ?>
<?php } elseif ( $wp_chatter_features_on == 'yes' && $wp_chatter_home_posts_by_cat == 'yes' && $wp_chatter_feature_display == 'Display in Glider' ) { ?>
<?php include (TEMPLATEPATH . '/index3.php'); ?>
<?php } elseif ( $wp_chatter_features_on == 'no' && $wp_chatter_home_posts_by_cat == 'yes' ) { ?>
<?php include (TEMPLATEPATH . '/index3.php'); ?>
<?php } else { ?>
<?php include (TEMPLATEPATH . '/index1.php'); ?>
<?php } ?> |
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 16, 2009 4:42 pm |
|
|
themoney30 |
Beginner |
|
|
Joined: Oct 16, 2009 |
Posts: 2 |
|
|
|
|
|
|
|
Thanks Cyko...you'r great... |
|
|
|
|
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
|
|
|
|
|
|
|