作者:GoPlaceI
项目:siac
$htmlInterativas .= '<td class="td-col-jus">' . (trim(strip_tags(nl2br($alternativa->Explicacao))) != '' ? '<a href="javascript:void(0);" onclick="javascript:fntDetItem(\'j\', \'' . $contUnico . '\', \'' . $contAlt . '\');">@lng[Ver detalhes]</a>' : '') . '</td>';
$htmlInterativas .= '<td class="td-col-compl"> </td>';
$htmlInterativas .= '</tr>';
if (trim(strip_tags($alternativa->Explicacao)) != '') {
if (!is_null($alternativa->Explicacao)) {
$htmlInterativas .= '<tr style="display:none;" id="jus-' . $contUnico . '-' . $contAlt . '">';
$htmlInterativas .= '<td colspan="5" class="apre-just"><div class="cont-just">' . $alternativa->Explicacao . '</div></td>';
$htmlInterativas .= '</tr>';
}
}
$contAlt++;
$contUnico++;
}
$htmlInterativas .= '</table>';
$htmlInterativas .= '</div>';
} else {
die($fe->getErro() . ' alternativas grupo pergunta');
}
$htmlInterativas .= '<div class="espacador"></div>';
}
}
} else {
$htmlInterativas = "Erro linha 122";
}
}
}
}
echo Comuns::Idioma($htmlInterativas);
}
Main();
作者:anggadjav
项目:mitra_siaka
// *** Parameters ***
// *** Main ***
if ($_SESSION['_LevelID'] == 1) {
$PMBID = GetSetVar('_pmbLoginPMBID');
} elseif ($_SESSION['_LevelID'] == 33) {
$PMBID = $_SESSION['_Login'];
} else {
die(ErrorMsg('Error', "Anda tidak berhak menjalankan modul ini."));
}
CekBolehAksesModul();
$oke = BolehAksesData($_SESSION['_Login']);
if ($oke) {
$gel = GetaField('pmbperiod', "KodeID='" . KodeID . "' and NA", 'N', "PMBPeriodID");
$gos = sqling($_REQUEST['gos']);
if (empty($gos)) {
Main($gel, $PMBID);
} else {
$gos($gel, $PMBID);
}
}
// *** Functions ***
function Main($gel, $pmbid)
{
$ButuhGanti = GetaField('pmb', 'PMBID', $pmbid, 'PasswordBaru');
if ($ButuhGanti == 'Y') {
CekGantiPassword($gel, $pmbid);
} else {
Edit(0, $gel, $pmbid);
}
}
function CekBolehAksesModul()
作者:Nazg-Gu
项目:gat
<?php
/**
* Gate - Wiki engine and web-interface for WebTester Server
*
* Entrypoint to dataset administration
*
* Copyright (c) 2008-2009 Sergey I. Sharybin <g.ulairi@gmail.com>
*
* This program can be distributed under the terms of the GNU GPL.
* See the file COPYING.
*/
include '../../../globals.php';
include $DOCUMENT_ROOT . '/inc/include.php';
Main(dirname($PHP_SELF), false);
作者:hanbingte
项目:Coreseek-Fi
if (count($runs) != 2) {
Fatal("not enough run files for '{$files['0']}' (needed 2, got " . count($runs) . ")");
}
break;
case 2:
// explicit run names given
$runs = array(LookupRun($files[0]), LookupRun($files[1]));
break;
case 3:
// explicit run names, shortcut syntax
$runs = array(LookupRun("{$files['0']}.{$files['1']}"), LookupRun("{$files['0']}.{$files['2']}"));
break;
default:
Fatal("invalid compare syntax (expected 1 to 3 args, got " . count($files) . ")");
}
sphTextReport(sphCompare($runs));
} else {
if ($mode == 'view') {
if (count($files) != 1) {
Fatal("view command requires exactly one argument");
}
$run = LookupRun($files[0]);
sphTextReport(sphCompare(array($run, $run)));
} else {
BenchPrintHelp($argv[0]);
}
}
}
}
Main($argv);
exit(0);
作者:tugasgi
项目:GIS-PROJEC
<?php
Main($map);
function Main($map)
{
$GLOBALS["goMap"] = ms_newMapObj("{$map}");
//batas koordinat seluruh peta, untuk tool 'zoom all'
$GLOBALS["gfMinX"] = (double) $GLOBALS["goMap"]->extent->minx;
$GLOBALS["gfMinY"] = (double) $GLOBALS["goMap"]->extent->miny;
$GLOBALS["gfMaxX"] = (double) $GLOBALS["goMap"]->extent->maxx;
$GLOBALS["gfMaxY"] = (double) $GLOBALS["goMap"]->extent->maxy;
//set nilai $aVars dengan nilai parameter URL
if (sizeof($_POST) > 0) {
$aVars = $_POST;
} else {
if (sizeof($_GET) > 0) {
$aVars = $_GET;
} else {
$aVars = array();
}
}
//tool navigasi default: zoom in
$GLOBALS["gszCurrentTool"] = "ZOOM_IN";
$GLOBALS["gShowQueryResults"] = FALSE;
//proses parameter URL
ProcessURLArray($aVars);
}
function DrawMap()
{
//fungsi untuk menggambar peta
if ($GLOBALS["gShowQueryResults"]) {
作者:Nazg-Gu
项目:e-mars
<?php
/**
* Gate - Wiki engine and web-interface for WebTester Server
*
* Index page for publication
*
* Copyright (c) 2008-2009 Sergey I. Sharybin <g.ulairi@gmail.com>
*
* This program can be distributed under the terms of the GNU GPL.
* See the file COPYING.
*/
include '../globals.php';
include $DOCUMENT_ROOT . '/inc/include.php';
$self = $PHP_SELF;
Main(dirname($PHP_SELF), true);
作者:dice903
项目:GestionLogistic
$Url_id = get('Url_id');
$sql = 'SELECT Codigo,Url_id,Estado
FROM sys_usuarios WHERE Url_id = "' . $Url_id . '" ';
$rg = rGT($conexDefsei, $sql);
$Codigo_empresa = $rg["Codigo"];
$Nom_BD = "eco_" . $Codigo_empresa;
$Servidor = "LOCALHOST";
$ConexionEmpresa = conexSis_Emp($Servidor, $Nom_BD);
if (get('ProformaCod') != '') {
Main(get('ProformaCod'));
}
if (get('Comprar') != '') {
Comprar(get('Comprar'), '');
}
/////////////////// PROCESOS///////////////////////////////////////
if (get('Main') != '') {
Main(get('Main'));
}
if (get("Formulario") != "") {
// esta condicion inicia cuando se procesa la info de un formulario
///////////////////////////////////////////
if (get("TipoDato") == "archivo") {
if (get("Formulario") == "Logo_Empresa") {
Guarda_Archivo($Codigo_Usuario, $Codigo_Empresa);
}
}
////////////////////////////////////
function p_interno($codigo, $campo)
{
global $FechaHora;
if (get("Formulario") == "ClienteA") {
作者:anggadjav
项目:sisfo
// *** Parameters ***
// *** Main ***
if ($_SESSION['_LevelID'] == 1) {
$AplikanID = GetSetVar('_pmbLoginAplikanID');
} elseif ($_SESSION['_LevelID'] == 29) {
$AplikanID = $_SESSION['_Login'];
} else {
die(ErrorMsg('Error', "Anda tidak berhak menjalankan modul ini."));
}
CekBolehAksesModul();
$oke = BolehAksesData($_SESSION['_Login']);
if ($oke) {
$gel = GetaField('pmbperiod', "KodeID='" . KodeID . "' and NA", 'N', "PMBPeriodID");
$gos = sqling($_REQUEST['gos']);
if (empty($gos)) {
Main($gel, $AplikanID);
} else {
$gos($gel, $AplikanID);
}
}
// *** Functions ***
function Main($gel, $aplikanid)
{
$ButuhGanti = GetaField('aplikan', 'AplikanID', $aplikanid, 'PasswordBaru');
//if($ButuhGanti == 'Y') CekGantiPassword($gel, $aplikanid);
Edit(0, $gel, $aplikanid);
}
function CekBolehAksesModul()
{
$arrAkses = array(1, 29);
$key = array_search($_SESSION['_LevelID'], $arrAkses);
作者:rachelobe
项目:elaria.landofrhul.co
}
}
elseif ($error = "bad_absolute_path")
{
echo "<b>COUNTER ERROR: Bad Absolute Path</b><br>Your absolute path value is incorrectly set in counter.php. To discover your absolute path, run the file abs.php that was packaged in the counter's zip file. After modifying counter.php refresh this page.";
exit();
}
else
{
echo "<b>COUNTER ERROR: </b><br>The counter has an error. However, the error file could not be found to provide additional assistance. It is likely that your \"absolute path\" is not correctly set in counter.php or the counter's error file is missing.";
exit();
}
}
switch ($_GET['p'])
{
case "stats": $OPTION['Hide_Counter'] = 0;
Main();
break;
case "main": Main();
break;
case "time" : Main();
$shorten = microtime();
print ("<br>Page took ".number_format($shorten,3));
print (" seconds.<br><small>EP-Dev Counter version ".number_format($version, 1)."</small>");
break;
default : Main();
}
/* Final Cleanup */
ignore_user_abort(false);
作者:rodrigoplu
项目:mv
function _getMain()
{
ob_start();
Main();
$main = ob_get_contents();
ob_end_clean();
return $main;
}
作者:agalard
项目:i-tim-loca
if (count($keywords) == 0) {
continue;
}
//Случай задания сайта без ключевых слов
if ($shuffle == 1) {
shuffle($keywords);
//мешаем запросы
}
if ($i != 0 && $iterationBool == 1) {
sleep($delay[0] + rand(0, $delay[1]));
//задержка для всех сайтов, кроме певого
} else {
$time_1 = $time_start;
}
$iterationBool = 0;
$resultMain = Main($depth, $url, $keywords, $site, $time_1, $delay);
$time_2 = $resultMain['time'];
/*
* Расчеты времени работы скрипта заморожены со времени проекта Technoid/diplom
*/
$time_1 = $time_2;
}
//---------------------Говорим что закончили парсинг---------------------
//$query = "UPDATE $activity_tablename SET bool = '0' WHERE seacher = '$seacher'";
//$result = mysql_query($query);
//
//if (!$result) {
// error_message(mysql_error());
//}
//$searchRequire == 0 поиск осуществлялся в ближайшие 12 часов вывести сообщение
if ($searchRequire == 1) {
作者:agalard
项目:i-tim-loca
if (count($keywords) == 0) {
continue;
}
//Случай задания сайта без ключевых слов
if ($shuffle == 1) {
shuffle($keywords);
//мешаем запросы
}
if ($i != 0 && $iterationBool == 1) {
sleep($delay[0] + rand(0, $delay[1]));
//задержка для всех сайтов, кроме певого
} else {
$time_1 = $time_start;
}
$iterationBool = 0;
$time_2 = Main($depth, $url, $keywords, $site, $time_1, $delay);
/*
* Расчеты времени работы скрипта заморожены со времени проекта Technoid/diplom
*/
$time_1 = $time_2;
}
//---------------------Говорим что закончили парсинг---------------------
//$query = "UPDATE $activity_tablename SET bool = '0' WHERE seacher = '$seacher'";
//$result = mysql_query($query);
//
//if (!$result) {
// error_message(mysql_error());
//}
if ($searchRequire == 1) {
echo 1;
} else {
作者:h16o2u9
项目:rtos
function ShowHtml()
{
global $htmlw, $page, $mode;
if (!$htmlw || $page || $mode == 'resmsg') {
head($buf);
Main($buf);
foot($buf);
echo $buf;
} else {
if (!is_file(HTML_FILE)) {
MakeHtml();
}
$html_file = file_exists('mod_gzip.php') ? "mod_gzip.php?" . HTML_FILE : HTML_FILE;
echo '<META HTTP-EQUIV="refresh" content="0;URL=' . $html_file . '?' . microtime() . '">';
#header("Location: $html_file?");
}
}
作者:HenrikTolboe
项目:LinnDS-jukebo
}
copy("index.php", $AppDir . "index.php");
copy("html_parts.php", $AppDir . "html_parts.php");
copy("actions.js", $AppDir . "actions.js");
copy("musik.css", $AppDir . "musik.css");
copy("LinnDS-jukebox-daemon.php", $AppDir . "LinnDS-jukebox-daemon.php");
copy("ServerState.php", $AppDir . "ServerState.php");
copy("LPECClientSocket.php", $AppDir . "LPECClientSocket.php");
copy("LinnDSClientSocket.php", $AppDir . "LinnDSClientSocket.php");
copy("StringUtils.php", $AppDir . "StringUtils.php");
copy("SocketServer.php", $AppDir . "SocketServer.php");
copy("LinnDS-jukebox-daemon-old.php", $AppDir . "LinnDS-jukebox-daemon-old.php");
copy("S98linn_lpec", $AppDir . "S98linn_lpec");
copy("Transparent.gif", $AppDir . "Transparent.gif");
copy("setup.php", $AppDir . "setup.php");
copy("Send.php", $AppDir . "Send.php");
copy("MusicDB.php", $AppDir . "MusicDB.php");
copy("QueryAlbum.php", $AppDir . "QueryAlbum.php");
copy("QueryAlbumList.php", $AppDir . "QueryAlbumList.php");
copy("QueryAlphabetPresent.php", $AppDir . "QueryAlphabetPresent.php");
copy("QueryDB.php", $AppDir . "QueryDB.php");
copy("QueryPlayingNowDB.php", $AppDir . "QueryPlayingNowDB.php");
echo "Making sprites and css file in " . $AppDir . $NL;
Make_CSS($musicDB->MaxPreset(), $AppDir . "sprites/sprites.css", $AppDir . "sprites/sprites@2x.css");
$musicDB->close();
copy($DATABASE_FILENAME, $AppDir . $DATABASE_FILENAME);
echo "Finished..." . $NL;
}
//Main(1);
Main(1);
作者:agalard
项目:i-tim-loca
$Data_text = $_GET['data'];
//------------------------json_decode работает только с UTF-8----------------------------
$Data = json_decode($Data_text, true);
if (!is_array($Data)) {
$Data_text = iconv('windows-1251', 'utf-8', $Data_text);
$Data = json_decode($Data_text, true);
}
unset($Data_text);
//-------------------Обход массива с данными $Data и выполнение запросов----------------
shuffle($Data);
//мешаем элементы
/*главная функция
* описана в ggl_parser_curl.php
* осуществляет поиск и граббинг емэйл
*/
Main($depth, $url, $Data);
//Результаты парсинга здесь ----->>> $resultAdress (array)((str)$keyword,(str)$site,(str)$title,(array)$email)
/*
* Ответ возвращаемый index.php через ajax
*/
echo 'Просмотрено ' . $countCurl . ' страниц<br/>';
echo '<table width="100%" id="resultTable" cellspacing="0">';
echo '<tr><td width="5%"><b>№</b></td><td width="10%"><b>keyword</b></td><td width="10%"><b>site</b></td><td width="45%"><b>title</b></td><td width="15%"><b>contact</b></td><td width="15%"><b>email</b></td></tr>';
foreach ($resultAdress as $i => $value) {
echo '<tr>';
echo '<td>';
echo $i + 1;
echo '</td>';
foreach ($value as $i => $val) {
if ($i == 4) {
echo '<td>';
作者:rsese
项目:nzt
if (in_array($extension, $remove_file_extensions) || $filename == '.DS_Store') {
// If these are files we know to be safe to delete, do so with a thunk.
$actions[] = function () use($pathname) {
print 'REMOVE: ' . $pathname . "\n";
if (INVOKE_ACTIONS) {
unlink(realpath($pathname));
}
};
} else {
// Any other types of files prevent us from unlinking the directory.
$directory_is_empty = FALSE;
}
}
}
// If the directory is empty, thunk its removal.
if ($directory_is_empty) {
$pathname = realpath($directory_name);
$actions[] = function () use($pathname) {
print 'REMOVE DIR: ' . $pathname . "\n";
if (INVOKE_ACTIONS) {
rmdir($pathname);
}
};
}
// Go through and execute all of the work that has been scheduled.
foreach ($actions as $action) {
$action();
}
}
Main($directory_name);