Ejemplo n.º 1
0
<?php

echo showSectionHead($spTextPanel['Schedule Reports']);
// if saved successfully
if (!empty($success)) {
    showSuccessMsg($spTextReport['sheduledsuccessfully'], false);
}
?>
<form id="schedule_form">
<input type="hidden" name="sec" value="schedule"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='30%'><?php 
echo $spTextPanel['Schedule Reports'];
?>
</td>
		<td class="right">&nbsp;</td>
	</tr>
	<?php 
if (isAdmin()) {
    ?>
	
		<tr class="blue_row">
			<td class="td_left_col"><?php 
    echo $spText['common']['User'];
    ?>
:</td>
			<td class="td_right_col">
				<select id="user_id" name="user_id" style="width:150px;" onchange="doLoad('user_id', 'reports.php?sec=schedule', 'content')">
					<?php 
    foreach ($userList as $userInfo) {
Ejemplo n.º 2
0
</h1>
                    		<div class="acc_confirm">
                    			<?php 
    showErrorMsg($error, false);
    ?>
                    		</div>
                    	<?php 
} else {
    ?>
                    		<h1 class="head"><?php 
    echo $spText['login']['Your Password Reset Successfully'];
    ?>
</h1>		
                    		<div class="acc_confirm">
                    		<?php 
    echo showSuccessMsg($spText['login']['password_reset_success_message'], false);
    ?>
                    		</div>
                    	<?php 
}
?>
</td>
                	</tr>
                </table>               
                </form>
            </div>
        </div>
    	<?php 
echo getRoundTabBot();
?>
	</div>
<?php

$headLabel = empty($headLabel) ? $spTextPanel['Proxy Settings'] : $headLabel;
echo showSectionHead($headLabel);
// if saved successfully
if (!empty($saved)) {
    showSuccessMsg($spTextSettings['allsettingssaved'], false);
}
?>
<form id="updateSettings">
<input type="hidden" value="update" name="sec">
<input type="hidden" value="<?php 
echo $category;
?>
" name="category">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='35%'><?php 
echo $headLabel;
?>
</td>
		<td class="right">&nbsp;</td>
	</tr>
	<?php 
foreach ($list as $i => $listInfo) {
    $class = $i % 2 ? "blue_row" : "white_row";
    switch ($listInfo['set_type']) {
        case "small":
            $width = 40;
            break;
        case "bool":
Ejemplo n.º 4
0
echo $checkedCount;
?>
');
	updateInnerHtml('active_count', '<?php 
echo $activeCount;
?>
');
	updateInnerHtml('inactive_count', '<?php 
echo $inActiveCount;
?>
');
</script>
<?php 
if (count($proxyList)) {
    $proxyInfo = $proxyList[0];
    $argumentVar = isset($status) ? "&status={$status}" : "";
    $argumentVar .= empty($proxyMaxId) ? "" : "&proxy_max_id={$proxyMaxId}";
    ?>
	<script>
		scriptDoLoad('proxy.php?sec=runcheckstatus&id=<?php 
    echo $proxyInfo['id'];
    echo $argumentVar;
    ?>
', 'subcontmed');
    </script>
	<?php 
} else {
    showSuccessMsg($spTextSA['Completed project execution'], false);
}
?>
	
Ejemplo n.º 5
0
<?php

echo showSectionHead($sectionHead);
if (!empty($msg)) {
    showSuccessMsg($msg, false);
}
?>
<form id="updateUser">
<input type="hidden" name="sec" value="updatemyprofile"/>
<input type="hidden" name="oldName" value="<?php 
echo $post['oldName'];
?>
"/>
<input type="hidden" name="id" value="<?php 
echo $post['id'];
?>
"/>
<input type="hidden" name="oldEmail" value="<?php 
echo $post['oldEmail'];
?>
"/>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='20%'>My Profile</td>
		<td class="right">&nbsp;</td>
	</tr>
	<tr class="white_row">
		<td class="td_left_col">Username:</td>
		<td class="td_right_col"><input type="text" name="userName" value="<?php 
echo $post['userName'];
?>
Ejemplo n.º 6
0
<div class="Left">
    <div class="col">
        <?php 
echo getRoundTabTop();
?>
        <div id="round_content">
            <div class="Block">
            
            	<table width="100%" cellpadding="0" cellspacing="0" class="actionForm">
                	<tr>
                		<td colspan="2">
                			<?php 
showSuccessMsg($spText['login']['newaccountsuccess'], false);
?>
                		</td>
                	</tr>
                	<tr>
                		<td colspan="2"><a class="actionbut" href="<?php 
echo SP_WEBPATH;
?>
/login.php"><?php 
echo $spText['login']['Sign in to your account'];
?>
 >></a></td>
                	</tr>
            	</table>     
            </div>
		</div>
		<?php 
echo getRoundTabBot();
?>
Ejemplo n.º 7
0
 function checkVersion()
 {
     $content = $this->spider->getContent(SP_VERSION_PAGE);
     $content['page'] = str_replace('Version:', '', $content['page']);
     $latestVersion = str_replace('.', '', $content['page']);
     $installVersion = str_replace('.', '', SP_INSTALLED);
     if ($latestVersion > $installVersion) {
         echo showErrorMsg($this->spTextSettings['versionnotuptodatemsg'] . "({$content['page']}) from <a href='" . SP_DOWNLOAD_LINK . "' target='_blank'>" . SP_DOWNLOAD_LINK . "</a>", false);
     } else {
         echo showSuccessMsg($this->spTextSettings["Your Seo Panel installation is up to date"], false);
     }
 }
Ejemplo n.º 8
0
<?php

echo showSectionHead($spTextPanel['Seo Plugins Manager']);
if (!empty($msg)) {
    echo $error ? showErrorMsg($msg, false) : showSuccessMsg($msg, false);
}
echo $pagingDiv;
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left"><?php 
echo $spText['label']['Plugin'];
?>
</td>		
		<td><?php 
echo $spText['label']['Author'];
?>
</td>		
		<td><?php 
echo $spText['common']['Website'];
?>
</td>
		<td><?php 
echo $spText['common']['Status'];
?>
</td>		
		<td><?php 
echo $spText['label']['Installation'];
?>
</td>
		<td class="right"><?php 
Ejemplo n.º 9
0
<?php

echo showSectionHead($sectionHead);
if (!empty($saved)) {
    showSuccessMsg('System settings saved successfully!', false);
}
?>
<form id="updateSettings">
<input type="hidden" value="update" name="sec">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='30%'>System Settings</td>
		<td class="right">&nbsp;</td>
	</tr>
	<?php 
foreach ($list as $i => $listInfo) {
    $class = $i % 2 ? "blue_row" : "white_row";
    switch ($listInfo['set_type']) {
        case "small":
            $width = 40;
            break;
        case "bool":
            if (empty($listInfo['set_val'])) {
                $selectYes = "";
                $selectNo = "selected";
            } else {
                $selectYes = "selected";
                $selectNo = "";
            }
            break;
        case "medium":
<?php

$headLabel = empty($headLabel) ? $spTextPanel['Report Settings'] : $headLabel;
echo showSectionHead($headLabel);
// if saved successfully
if (!empty($saved)) {
    showSuccessMsg($spTextReport['reportsettingssaved'], false);
}
?>
<form id="updateSettings">
<input type="hidden" value="update" name="sec">
<input type="hidden" value="<?php 
echo $category;
?>
" name="category">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
	<tr class="listHead">
		<td class="left" width='35%'><?php 
echo $headLabel;
?>
</td>
		<td class="right">&nbsp;</td>
	</tr>
	<?php 
foreach ($list as $i => $listInfo) {
    $class = $i % 2 ? "blue_row" : "white_row";
    switch ($listInfo['set_type']) {
        case "small":
            $width = 40;
            break;
        case "bool":
Ejemplo n.º 11
0
<div class="Left">
<div class="col">
<div class="Block">
<h1 class="BlockHeader">Create New Account</h1>

<?php 
showSuccessMsg("New account created successfully!", false);
?>


<div style="text-align: ;margin: 20px;">
	<a class="actionbut" href="<?php 
echo SP_WEBPATH;
?>
/login.php">Sign in to your account >></a>
</div>

</div>
</div>
</div>
Ejemplo n.º 12
0
<?php

if ($completed == 1) {
    $submitLink = scriptAJAXLinkHref('siteauditor.php', 'content', "sec=viewreports&project_id={$projectId}", $spText['label']['Click Here']);
    showSuccessMsg($spTextSA['Completed project execution'] . "! {$submitLink} " . $spTextSA['to view the reports'], false);
} elseif ($completed == -1) {
    echo showErrorMsg($errorMsg, false);
} else {
    if ($projectInfo['check_pr'] || $projectInfo['check_backlinks'] || $projectInfo['check_indexed']) {
        if (SA_CRAWL_DELAY_TIME < 10) {
            $delay = 10 * 1000;
        } else {
            $delay = SA_CRAWL_DELAY_TIME * 1000;
        }
    } else {
        $delay = 2 * 1000;
    }
    echo "<b>'{$crawledUrl}' {$spTextSA['crawledsuccesssfullywaitfornext']} " . $delay / 1000 . " seconds</b>";
    ?>
	<script>
 		setTimeout('scriptDoLoad(\'siteauditor.php?sec=runproject&project_id=<?php 
    echo $projectId;
    ?>
\', \'subcontmed\')', <?php 
    echo $delay;
    ?>
);
    </script>
	<?php 
}
?>