コード例 #1
0
 public function Add(array $params,array $country) {

     $con=Country::getCountry($country); 
     $endPoint = Http::prepare("singledomainhosting/linux/".$con."/add.json");
       
        $response = json_decode(Http::send($this->apicaller, $endPoint, $params, 'POST'));
        if (!is_object($response)) {
            throw new ResponseException(__METHOD__);
        }
        return $response;
    }
コード例 #2
0
ファイル: include.php プロジェクト: HostedDinner/fstat
    $newvisitor->appendChild($xmldoc->createElement('uas', htmlspecialchars($user->agent)));
    $newvisitor->appendChild($xmldoc->createElement('uip', htmlspecialchars($user->ip)));
    $newvisitor->appendChild($xmldoc->createElement('uhost', htmlspecialchars(gethostbyaddr($user->ip))));
    $newvisitor->appendChild($xmldoc->createElement('uti', $user->time));
    $newvisitor->appendChild($xmldoc->createElement('ufam', htmlspecialchars($uaa['ua_family'])));
    $newvisitor->appendChild($xmldoc->createElement('unam', htmlspecialchars($uaa['ua_name'])));
    $newvisitor->appendChild($xmldoc->createElement('uico', htmlspecialchars($uaa['ua_icon'])));
    if ($user->type == "Robot" or $user->type == "Validator") {
        $newvisitor->appendChild($xmldoc->createElement('uurl', htmlspecialchars($uaa['ua_url'])));
    }
    $newvisitor->appendChild($xmldoc->createElement('usec', Security::isHTTPS() ? 'HTTPS' : 'HTTP'));
    $newvisitor->appendChild($xmldoc->createElement('ofam', htmlspecialchars($uaa['os_family'])));
    $newvisitor->appendChild($xmldoc->createElement('onam', htmlspecialchars($uaa['os_name'])));
    $newvisitor->appendChild($xmldoc->createElement('oico', htmlspecialchars($uaa['os_icon'])));
    $newvisitor->appendChild($xmldoc->createElement('ucoi', htmlspecialchars($country->getCountryShort())));
    $newvisitor->appendChild($xmldoc->createElement('ucon', htmlspecialchars($country->getCountry())));
    $newvisitor->appendChild($xmldoc->createElement('rkey', htmlspecialchars($ref->getKeywords())));
    $newvisitor->appendChild($xmldoc->createElement('rdom', htmlspecialchars($ref->getDomain())));
    $newvisitor->appendChild($xmldoc->createElement('host', htmlspecialchars($_SERVER['HTTP_HOST'])));
    // the requested host
    $root->appendChild($newvisitor);
    $xmldoc->formatOutput = true;
    $xmldoc->save($tmp_filename, LIBXML_NOEMPTYTAG);
    //IP Cache schreiben:
    $user->writeToCache(__DIR__ . "/" . $fstat_cache_dir . "ip");
}
//Daten ausgewertet...
//Pfade notieren
$current_folder = __DIR__ . "/" . $fstat_data_dir . "paths/" . gmdate("Y", $user->time) . "/" . gmdate("m", $user->time);
if ($dirhelper->checkExists($fstat_data_dir . "paths") == false || $dirhelper->checkExists($fstat_data_dir . "paths/" . gmdate("Y", $user->time)) == false || $dirhelper->checkExists($current_folder, true) == false) {
    return 0;
コード例 #3
0
ファイル: invoice.php プロジェクト: sydorenkovd/e-com.loc
        echo !empty($user['address_2']) ? $user['address_2'] . '<br />' : null;
        ?>
		<?php 
        echo $user['town'];
        ?>
<br />
		<?php 
        echo $user['county'];
        ?>
<br />
		<?php 
        echo $user['post_code'];
        ?>
<br />
		<?php 
        $country = $objCountry->getCountry($user['country']);
        echo $country['name'];
        ?>
		</p>		
	</div>
	<div style="width:50%;float:right;text-align:right;">
		<p><strong><?php 
        echo $business['name'];
        ?>
</strong><br />
		<?php 
        echo nl2br($business['address']);
        ?>
<br />
		<?php 
        echo $business['telephone'];
コード例 #4
0
ファイル: CountryTest.php プロジェクト: delboy1978uk/country
 public function testGetSetCountry()
 {
     $this->country->setCountry('Great Britain');
     $this->assertEquals('Great Britain', $this->country->getCountry());
 }
コード例 #5
0
 public static function countryFilter(Country $country)
 {
     return array("column" => "userCountry", "value" => $country->getCountry());
 }
コード例 #6
0
ファイル: view.php プロジェクト: optimosolution/jasorbd
<div class="widget-box">
    <div class="widget-header">
        <h5>Details Directory (<?php 
echo $model->title;
?>
)</h5>
        <div class="widget-toolbar">
            <a data-action="settings" href="#"><i class="icon-cog"></i></a>
            <a data-action="reload" href="#"><i class="icon-refresh"></i></a>
            <a data-action="collapse" href="#"><i class="icon-chevron-up"></i></a>
            <a data-action="close" href="#"><i class="icon-remove"></i></a>
        </div>
        <div class="widget-toolbar">
            <?php 
echo CHtml::link('<i class="icon-pencil"></i>', array('update', 'id' => $model->id), array('data-rel' => 'tooltip', 'title' => 'Edit', 'data-placement' => 'bottom'));
?>
        </div>
        <div class="widget-toolbar">
            <?php 
echo CHtml::link('<i class="icon-plus"></i>', array('create'), array('data-rel' => 'tooltip', 'title' => 'Add', 'data-placement' => 'bottom'));
?>
        </div>
    </div><!--/.widget-header -->
    <div class="widget-body">
        <div class="widget-main">
            <?php 
$this->widget('zii.widgets.CDetailView', array('htmlOptions' => array('class' => 'table table-striped table-condensed table-hover'), 'data' => $model, 'attributes' => array('id', array('name' => 'category', 'type' => 'raw', 'value' => DirectoryCategory::getDirectoryCategory($model->category)), 'title', 'address', 'postcode', array('name' => 'country', 'type' => 'raw', 'value' => Country::getCountry($model->country)), array('name' => 'state', 'type' => 'raw', 'value' => State::getState($model->state)), array('name' => 'city', 'type' => 'raw', 'value' => City::getCity($model->city)), array('name' => 'district', 'type' => 'raw', 'value' => District::getDistrict($model->district)), array('name' => 'thana', 'type' => 'raw', 'value' => Thana::getThana($model->thana)), 'telephone', 'mobile', 'email', 'fax', 'website', 'details', array('name' => 'created_by', 'type' => 'raw', 'value' => UserAdmin::get_user_name($model->created_by)), array('name' => 'created_on', 'type' => 'raw', 'value' => UserAdmin::get_date_time($model->created_on)), array('name' => 'modified_by', 'type' => 'raw', 'value' => UserAdmin::get_user_name($model->modified_by)), array('name' => 'modified_on', 'type' => 'raw', 'value' => UserAdmin::get_date_time($model->modified_on)), array('name' => 'published', 'value' => $model->published ? "Yes" : "No"), 'hits')));
?>
        </div>
    </div><!--/.widget-body -->
</div><!--/.widget-box -->
コード例 #7
0
ファイル: view.php プロジェクト: optimosolution/jasorbd
<div class="widget-box">
    <div class="widget-header">
        <h5>Details Thana (<?php 
echo $model->title;
?>
)</h5>
        <div class="widget-toolbar">
            <a data-action="settings" href="#"><i class="icon-cog"></i></a>
            <a data-action="reload" href="#"><i class="icon-refresh"></i></a>
            <a data-action="collapse" href="#"><i class="icon-chevron-up"></i></a>
            <a data-action="close" href="#"><i class="icon-remove"></i></a>
        </div>
        <div class="widget-toolbar">
            <?php 
echo CHtml::link('<i class="icon-pencil"></i>', array('update', 'id' => $model->id), array('data-rel' => 'tooltip', 'title' => 'Edit', 'data-placement' => 'bottom'));
?>
        </div>
        <div class="widget-toolbar">
            <?php 
echo CHtml::link('<i class="icon-plus"></i>', array('create'), array('data-rel' => 'tooltip', 'title' => 'Add', 'data-placement' => 'bottom'));
?>
        </div>
    </div><!--/.widget-header -->
    <div class="widget-body">
        <div class="widget-main">
            <?php 
$this->widget('zii.widgets.CDetailView', array('htmlOptions' => array('class' => 'table table-striped table-condensed table-hover'), 'data' => $model, 'attributes' => array('id', array('name' => 'country_id', 'type' => 'raw', 'value' => Country::getCountry($model->country_id)), array('name' => 'state_id', 'type' => 'raw', 'value' => State::getState($model->state_id)), array('name' => 'city_id', 'type' => 'raw', 'value' => City::getCity($model->city_id)), array('name' => 'district_id', 'type' => 'raw', 'value' => District::getDistrict($model->district_id)), 'title', array('name' => 'published', 'value' => $model->published ? "Yes" : "No"))));
?>
        </div>
    </div><!--/.widget-body -->
</div><!--/.widget-box -->
コード例 #8
0
ファイル: view.php プロジェクト: optimosolution/jasorbd
                                            <div class="profile-info-row">
                                                <div class="profile-info-name"> Last Online </div>

                                                <div class="profile-info-value">
                                                    <span><?php 
echo UserAdmin::get_date_time($model->lastvisitDate);
?>
</span>
                                                </div>
                                            </div>
                                            <div class="profile-info-row">
                                                <div class="profile-info-name"> Country </div>

                                                <div class="profile-info-value">
                                                    <span><?php 
echo Country::getCountry($model_profile->country_id);
?>
</span>
                                                </div>
                                            </div>
                                            <div class="profile-info-row">
                                                <div class="profile-info-name"> State </div>

                                                <div class="profile-info-value">
                                                    <span><?php 
echo State::getState($model_profile->state_id);
?>
</span>
                                                </div>
                                            </div>
                                            <div class="profile-info-row">