Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

update.php File Reference

Go to the source code of this file.

Enumerations

enum  PHPMAP_FROM_VERSION
enum  PHPMAP_TO_VERSION

Variables

else $intStep = 0
 $oStyle = new Template( './templates/default/' )
 $strMessage = $oStyle->get_area( 'ErrorVersion' )
 $sqlLink = @mysql_connect( $strMysqlHost, $strMysqlUser, $strMysqlPwd )
 $sqlResult = mysql_query( 'SELECT COUNT(x) AS cnt FROM `'.$strMysqlPrefix.'map_data` GROUP BY x, y HAVING cnt>1' )
 $intCount = intval( @mysql_result( $sqlResult , 0, 0 ) )
 $strContinue = $oStyle->get_area( 'Step0Warning' )
 $sqlResult2 = mysql_query( "SELECT * FROM `".$strMysqlPrefix."map_data` WHERE x='".$aRow['x']."' AND y='".$aRow['y']."' ORDER BY last_update DESC LIMIT 1" )
 $aRow = mysql_fetch_assoc( $sqlResult2 )
 $strError = ''
 $aSqlQueries = explode ( ";\n", str_replace( "\r\n", "\n", $oStyle->get_area( 'Sql' ) ) )
 $strConfig = trim( $oStyle->get_area( 'Config' ) )
 $aFiles = array( './templates/default/update.html', './update.php', './endpage.php', './templates/default/template.php' )


Enumeration Type Documentation

enum PHPMAP_FROM_VERSION
 

Version:
Source
/cvsroot/wdstools/phpmap/src/update.php,v

Revision
1.5
Date:
Date
2005/05/06 07:15:46
Author:
Robert Vock <smir@andaloria.de>

Definition at line 25 of file update.php.

enum PHPMAP_TO_VERSION
 

Definition at line 26 of file update.php.


Variable Documentation

$aFiles = array( './templates/default/update.html', './update.php', './endpage.php', './templates/default/template.php' )
 

Definition at line 240 of file update.php.

$aRow = mysql_fetch_assoc( $sqlResult2 )
 

Definition at line 137 of file update.php.

$aSqlQueries = explode ( ";\n", str_replace( "\r\n", "\n", $oStyle->get_area( 'Sql' ) ) )
 

Definition at line 181 of file update.php.

$intCount = intval( @mysql_result( $sqlResult , 0, 0 ) )
 

Definition at line 125 of file update.php.

Referenced by Tools::clean(), Tools::csvimport(), Admin::mergeMap(), Pager::Pager(), and Fight::select().

else $intStep = 0
 

Definition at line 30 of file update.php.

$oStyle = new Template( './templates/default/' )
 

Definition at line 236 of file update.php.

$sqlLink = @mysql_connect( $strMysqlHost, $strMysqlUser, $strMysqlPwd )
 

Definition at line 119 of file update.php.

$sqlResult = mysql_query( 'SELECT COUNT(x) AS cnt FROM `'.$strMysqlPrefix.'map_data` GROUP BY x, y HAVING cnt>1' )
 

Definition at line 150 of file update.php.

Referenced by User::_setUser(), Search::doSearch(), TownInfo::get(), Field::get(), Guild::getAll(), Admin::getGroups(), WorldMap::getGuilds(), Admin::getUser(), Admin::getUsers(), ImportScan::import(), ImportHtml::import(), and ImportGuild::save_data().

$sqlResult2 = mysql_query( "SELECT * FROM `".$strMysqlPrefix."map_data` WHERE x='".$aRow['x']."' AND y='".$aRow['y']."' ORDER BY last_update DESC LIMIT 1" )
 

Definition at line 160 of file update.php.

$strConfig = trim( $oStyle->get_area( 'Config' ) )
 

Definition at line 214 of file update.php.

$strContinue = $oStyle->get_area( 'Step0Warning' )
 

Definition at line 95 of file update.php.

$strError = ''
 

Definition at line 180 of file update.php.

$strMessage = $oStyle->get_area( 'ErrorVersion' )
 

Definition at line 242 of file update.php.


Generated on Sun May 8 19:29:46 2005 for PhpMap by  doxygen 1.4.2