[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.128.78.221: ~ $
<div class="twitter-wrapper">
    <div class="twitter-inner">
		<?php
		if ( ! empty( $instance['title'] ) ) {
			echo ent2ncr( $args['before_title'] . $instance['title'] . $args['after_title'] );
		}
		$username = '';

		if ( ! empty( $twitter ) && is_array( $twitter ) ) : ?>
            <div class="thim-tweets">
                <div class="twitter-item-wrapper">
					<?php
					foreach ( $twitter as $tweet ) :
						$twitter_time = strtotime( $tweet['created_at'] );
						$avatar = $tweet['user']['profile_image_url'];
						$username = $tweet['user']['screen_name'];
						$location = $tweet['user']['location'];
						$latest_tweet = $tweet['text'];
						$latest_tweet = preg_replace( '/https:\/\/([a-z0-9_\.\-\+\&\!\#\~\/\,]+)/i', '', $latest_tweet );
						$latest_tweet = preg_replace( '/@([a-z0-9_]+)/i', '', $latest_tweet );
						$urls = $tweet['entities']['urls'];
						?>
                        <div class="tweet-item">
                            <div class="content">
								<?php echo ent2ncr( $latest_tweet ); ?>
                            </div>
							<?php
							if ( ! empty( $urls ) ) {
								echo '<div class="links">';
								foreach ( $urls as $key => $value ) {
									if ( ! empty( $value['url'] ) ) {
										echo '<a href="' . $value['url'] . '" >' . $value['url'] . '</a>';
									}
								}
								echo '</div>';
							}
							?>
                            <div class="date">
								<?php echo date( 'F j, Y', $twitter_time ); ?>
                            </div>
                        </div>
					<?php endforeach; ?>
                </div>
            </div>
		<?php endif; ?>
        <a class="link-follow" href="https://twitter.com/<?php echo esc_attr( $username ); ?>"><i class="fa fa-twitter"></i></a>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
default.php File 1.74 KB 0644