Вход Регистрация
Файл: includes/functions/IsVacationMode.php
Строк: 57
<?php

##############################################################################
# *                                                                             #
# * XG PROYECT                                                                 #
# *                                                                           #
# * @copyright Copyright (C) 2008 - 2009 By lucky from xgproyect.net           #
# *                                                                             #
# *                                                                             #
# *  This program is free software: you can redistribute it and/or modify    #
# *  it under the terms of the GNU General Public License as published by    #
# *  the Free Software Foundation, either version 3 of the License, or       #
# *  (at your option) any later version.                                     #
# *                                                                             #
# *  This program is distributed in the hope that it will be useful,         #
# *  but WITHOUT ANY WARRANTY; without even the implied warranty of             #
# *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
# *  GNU General Public License for more details.                             #
# *                                                                             #
##############################################################################

if(!defined('INSIDE')){ die(header("location:../../"));}

    function 
IsVacationMode($CurrentUser)
    {
        global 
$game_config;

        if(
$CurrentUser['urlaubs_modus'] == 1)
        {
            
$query doquery("SELECT * FROM {{table}} WHERE id_owner = '".intval($CurrentUser['id'])."'"'planets');

            while(
$id mysql_fetch_array($query))
            {
                
doquery("UPDATE {{table}} SET
                metal_perhour = '"
.intval($game_config['metal_basic_income'])."',
                crystal_perhour = '"
.intval($game_config['crystal_basic_income'])."',
                deuterium_perhour = '"
.intval($game_config['deuterium_basic_income'])."',
                metal_mine_porcent = '0',
                crystal_mine_porcent = '0',
                deuterium_sintetizer_porcent = '0',
                solar_plant_porcent = '0',
                fusion_plant_porcent = '0',
                solar_satelit_porcent = '0'
                WHERE id = '"
.intval($id['id'])."' AND `planet_type` = '1' "'planets');
            }
            return 
true;
        }
        return 
false;
    }
?>
Онлайн: 0
Реклама