citroencreativeawards.com rapport :   Visitez le site


  • Titre:aucun titre

    La description :database_exception [ 2 ]: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: host '172.16.4.16' is not allowed to connect to this mysql server modpath/database/...

    Server:Apache/2.2.16 (Debia...

    L'adresse IP principale: 91.151.77.108,Votre serveur France,Nanterre ISP:PSA  TLD:com Code postal:fr

    Ce rapport est mis à jour en 19-Aug-2018

Created Date:2010-03-26
Changed Date:2017-02-23

Données techniques du citroencreativeawards.com


Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations. Notre service GeoIP a trouvé l'hôte citroencreativeawards.com.Actuellement, hébergé dans France et son fournisseur de services est PSA .

Latitude: 48.891979217529
Longitude: 2.2067499160767
Pays: France (fr)
Ville: Nanterre
Région: Ile-de-France
ISP: PSA

the related websites

domaine Titre
sportou.bzh aucun titre
bydesigngifts.ca aucun titre
le-clebstomane.com aucun titre
propagandes.info aucun titre
lormar-lannion.bzh aucun titre
stp-enseignes.com aucun titre
ganaderialagarrocha.com aucun titre
robustrecords.net aucun titre
networkvisio.com aucun titre
emicrocredit.com aucun titre
revetement-sol-mur.com aucun titre
sejoursvoyagesturquie.com aucun titre
post-dream.com aucun titre
flox-corporate.com aucun titre
agencetheatre.com aucun titre

Analyse d'en-tête HTTP


Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache/2.2.16 (Debian) contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.

Content-Length:8458
Content-Encoding:gzip
Set-Cookie:session=dc1aae62afbec7af8b30775e84596098; path=/
Vary:Accept-Encoding
Server:Apache/2.2.16 (Debian)
Connection:close
Date:Sun, 19 Aug 2018 01:53:48 GMT
Content-Type:text/html; charset=utf-8

DNS

soa:a.dns.gandi.net. hostmaster.gandi.net. 1449243138 10800 3600 604800 10800
txt:"v=spf1 ip4:91.151.77.97 ip4:91.151.77.117 -all"
ns:c.dns.gandi.net.
b.dns.gandi.net.
a.dns.gandi.net.
ipv4:IP:91.151.77.108
ASN:12826
OWNER:CETSI, FR
Country:FR

HtmlToText

database_exception [ 2 ]: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: host '172.16.4.16' is not allowed to connect to this mysql server modpath/database/classes/kohana/database/mysql.php [ 67 ] 62 catch (exception $e) 63 { 64 // no connection exists 65 $this->_connection = null; 66 67 throw new database_exception(':error', 68 array(':error' => $e->getmessage()), 69 $e->getcode()); 70 } 71 72 // \xff is a better delimiter, but the php driver uses underscore modpath/database/classes/kohana/database/mysql.php [ 432 ] » kohana_database_mysql->connect() 427 } 428 429 public function escape($value) 430 { 431 // make sure the database is connected 432 $this->_connection or $this->connect(); 433 434 if (($value = mysql_real_escape_string( (string) $value, $this->_connection)) === false) 435 { 436 throw new database_exception(':error', 437 array(':error' => mysql_error($this->_connection)), modpath/database/classes/kohana/database.php [ 473 ] » kohana_database_mysql->escape( arguments ) 0 string (13) "awards.stage%" 468 { 469 // convert to non-locale aware float to prevent possible commas 470 return sprintf('%f', $value); 471 } 472 473 return $this->escape($value); 474 } 475 476 /** 477 * quote a database column name and add the table prefix if needed. 478 * modpath/database/classes/kohana/database/query/builder.php [ 116 ] » kohana_database->quote( arguments ) 0 string (13) "awards.stage%" 111 $value = $min.' and '.$max; 112 } 113 elseif ((is_string($value) and array_key_exists($value, $this->_parameters)) === false) 114 { 115 // quote the value, it is not a parameter 116 $value = $db->quote($value); 117 } 118 119 if ($column) 120 { 121 if (is_array($column)) modpath/database/classes/kohana/database/query/builder/select.php [ 370 ] » kohana_database_query_builder->_compile_conditions( arguments ) 0 object database_mysql(6) { protected _connection_id => null protected _identifier => string (1) "`" public last_query => null protected _instance => string (7) "default" protected _connection => null protected _config => array (6) ( "type" => string (5) "mysql" "connection" => array (3) ( "hostname" => string (11) "172.16.4.15" "database" => string (16) "sql_citrocawards" "persistent" => bool false ) "table_prefix" => string (0) "" "charset" => string (4) "utf8" "caching" => bool false "profiling" => bool true ) } 1 array (1) ( 0 => array (1) ( "and" => array (3) ( 0 => string (12) "settings.key" 1 => string (4) "like" 2 => string (13) "awards.stage%" ) ) ) 365 } 366 367 if ( ! empty($this->_where)) 368 { 369 // add selection conditions 370 $query .= ' where '.$this->_compile_conditions($db, $this->_where); 371 } 372 373 if ( ! empty($this->_group_by)) 374 { 375 // add grouping modpath/database/classes/kohana/database/query.php [ 228 ] » kohana_database_query_builder_select->compile( arguments ) 0 object database_mysql(6) { protected _connection_id => null protected _identifier => string (1) "`" public last_query => null protected _instance => string (7) "default" protected _connection => null protected _config => array (6) ( "type" => string (5) "mysql" "connection" => array (3) ( "hostname" => string (11) "172.16.4.15" "database" => string (16) "sql_citrocawards" "persistent" => bool false ) "table_prefix" => string (0) "" "charset" => string (4) "utf8" "caching" => bool false "profiling" => bool true ) } 223 { 224 $object_params = $this->_object_params; 225 } 226 227 // compile the sql query 228 $sql = $this->compile($db); 229 230 if ($this->_lifetime !== null and $this->_type === database::select) 231 { 232 // set the cache key based on the database instance name and sql 233 $cache_key = 'database::query("'.$db.'", "'.$sql.'")'; modpath/jelly/classes/jelly/core/builder.php [ 175 ] » kohana_database_query->execute( arguments ) 0 string (7) "default" 170 { 171 $this->_result->as_object($this->_as_object); 172 } 173 174 // pass off to jelly_collection, which manages the result 175 $this->_result = new jelly_collection($this->_result->execute($db), $this->_as_object); 176 177 // trigger after_query callbacks 178 if ($meta) 179 { 180 $meta->events()->trigger('builder.after_select', $this); modpath/jelly/classes/jelly/core/builder.php [ 129 ] » jelly_core_builder->select_all( arguments ) 0 null 124 * @return jelly_collection|jelly_model 125 */ 126 public function select($db = null) 127 { 128 // execute the query 129 $this->select_all($db); 130 131 // if the record was limited to 1, we only return that model 132 // otherwise we return the whole result set. 133 if ($this->_limit === 1) 134 { apppath/classes/timeline.php [ 38 ] » jelly_core_builder->select() 33 34 public static function initstage() { 35 $_date_stage = array(); 36 $settings = jelly::query('setting')->where('key', 'like', 'awards.stage%') 37 ->order_by('key', 'asc') 38 ->select(); 39 foreach ($settings as $cle => $setting) { 40 $_date_stage[$setting->value] = date('y-m-d h:i:s', $setting->date); 41 } 42 return $_date_stage; 43 } apppath/classes/timeline.php [ 19 ] » timeline::initstage() 14 protected $stages = array(); 15 protected $timeline = 0; 16 17 public function __construct() { 18 19 $this->stages = $this->initstage(); 20 foreach ($this->stages as $key => $value) { 21 array_push($this->available_steps, $key); 22 if (strtotime($value) <= time()) { 23 $this->index++; 24 $this->current_step_id = $key; apppath/classes/controller/template.php [ 135 ] » timeline->__construct() 130 131 132 133 // get current idea stage 134 $this->idea_stage = 1; 135 $timeline_object = new timeline(); 136 $this->stage_id = $timeline_object->getcurrentstepid(); 137 view::set_global('timeline_object', $timeline_object); 138 foreach ($timeline_object->getstages() as $key => $value) { 139 if(time() >= strtotime($value)) 140 $this->idea_stage = $key + 1; {php internal call} » controller_template->before() syspath/classes/kohana/request/client/internal.php [ 103 ] » reflectionmethod->invoke( arguments ) 0 object controller_welcome(9) { public template => object view(2) { protected _file => string (102) "/var/www/citroencreativeawards.com/www.citroencreativeawards.com/htdocs/application/views/template.php" protected _data => array (15) ( "style" => string (7) "default" "scripts" => array (9) ( 0 => string (37) "assets/js/libs/jquery.colorbox-min.js" 1 => string (35) "assets/js/libs/jquery.mousewheel.js" 2 => string (30) "assets/js/libs/mwheelintent.js" 3 => string (40) "assets/js/libs/jquery.jscrollpane.min.js" 4 => string (22) "assets/js/libs/date.js" 5 => string (40) "assets/js/libs/jquery.pikachoose.full.js" 6 => string (35) "assets/js/libs/jquery.datepicker.js" 7 => string (20) "assets/js/i18n-en.js" 8 => string (35) "assets/js/libs/jquery.easing.1.3.js" ) "content" => null "title" => null "nav" => array (7) ( "manifest" => string (8) "manifest" "brief" => string (5) "brief" "rules" => string (5) "rules" "juries" => string (4) "jury" "prizes" => string (5) "prize" "press" => string (5) "press" "dispatch" => string (9) "2010/2011" ) "nav_current" => null "aside" => array (1) ( "connect your drive" => string (18) "connect-your-drive" ) "steps" => object config_group(5) { public season => string (4) "2012" public stage => null public step_options => array (4) ( "start" => array (5) ( "id" => string (5) "start" "title" => string (5) "brief" "is_visible" => bool true "action" => string (5) "brief" "label_nav" => string (5) "brief" ) "shortlist" => array (5) ( "id" => string (6) "middle" "title" => string (6) "middle" "is_visible" => bool false "action" => string (9) "sho

Analyse PopURL pour citroencreativeawards.com


http://www.citroencreativeawards.com/#error5b78cdad03b48args6
http://www.citroencreativeawards.com/#error5b78cdad03b48args4
http://www.citroencreativeawards.com/#error5b78cdad03b48args5
http://www.citroencreativeawards.com/#error5b78cdad03b48args2
http://www.citroencreativeawards.com/#error5b78cdad03b48args3
http://www.citroencreativeawards.com/#error5b78cdad03b48args1
http://www.citroencreativeawards.com/#error5b78cdad03b48environment_session
http://www.citroencreativeawards.com/#error5b78cdad03b48environment_included
http://www.citroencreativeawards.com/#error5b78cdad03b48environment_loaded
http://www.citroencreativeawards.com/#error5b78cdad03b48source4
http://www.citroencreativeawards.com/#error5b78cdad03b48source5
http://www.citroencreativeawards.com/#error5b78cdad03b48source6
http://www.citroencreativeawards.com/#error5b78cdad03b48source7
http://www.citroencreativeawards.com/#error5b78cdad03b48source0
http://www.citroencreativeawards.com/#error5b78cdad03b48source1

Informations Whois


Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;

Domain Name: CITROENCREATIVEAWARDS.COM
Registry Domain ID: 1590293033_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2017-02-23T14:21:26Z
Creation Date: 2010-03-26T16:10:07Z
Registry Expiry Date: 2018-03-26T16:10:07Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: abuse@support.gandi.net
Registrar Abuse Contact Phone: +33.170377661
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A.DNS.GANDI.NET
Name Server: B.DNS.GANDI.NET
Name Server: C.DNS.GANDI.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2017-09-05T07:29:03Z <<<

For more information on Whois status codes, please visit https://icann.org/epp

NOTICE: The expiration date displayed in this record is the date the
registrar's sponsorship of the domain name registration in the registry is
currently set to expire. This date does not necessarily reflect the expiration
date of the domain name registrant's agreement with the sponsoring
registrar. Users may consult the sponsoring registrar's Whois database to
view the registrar's reported date of expiration for this registration.

TERMS OF USE: You are not authorized to access or query our Whois
database through the use of electronic processes that are high-volume and
automated except as reasonably necessary to register domain names or
modify existing registrations; the Data in VeriSign Global Registry
Services' ("VeriSign") Whois database is provided by VeriSign for
information purposes only, and to assist persons in obtaining information
about or related to a domain name registration record. VeriSign does not
guarantee its accuracy. By submitting a Whois query, you agree to abide
by the following terms of use: You agree that you may use this Data only
for lawful purposes and that under no circumstances will you use this Data
to: (1) allow, enable, or otherwise support the transmission of mass
unsolicited, commercial advertising or solicitations via e-mail, telephone,
or facsimile; or (2) enable high volume, automated, electronic processes
that apply to VeriSign (or its computer systems). The compilation,
repackaging, dissemination or other use of this Data is expressly
prohibited without the prior written consent of VeriSign. You agree not to
use electronic processes that are automated and high-volume to access or
query the Whois database except as reasonably necessary to register
domain names or modify existing registrations. VeriSign reserves the right
to restrict your access to the Whois database in its sole discretion to ensure
operational stability. VeriSign may restrict or terminate your access to the
Whois database for failure to abide by these terms of use. VeriSign
reserves the right to modify these terms at any time.

The Registry database contains ONLY .COM, .NET, .EDU domains and
Registrars.

  REGISTRAR Gandi SAS

SERVERS

  SERVER com.whois-servers.net

  ARGS domain =citroencreativeawards.com

  PORT 43

  TYPE domain
RegrInfo
DOMAIN

  NAME citroencreativeawards.com

  CHANGED 2017-02-23

  CREATED 2010-03-26

STATUS
clientTransferProhibited https://icann.org/epp#clientTransferProhibited

NSERVER

  A.DNS.GANDI.NET 173.246.98.1

  B.DNS.GANDI.NET 213.167.229.1

  C.DNS.GANDI.NET 217.70.179.1

  REGISTERED yes

Go to top

Erreurs


La liste suivante vous montre les fautes d'orthographe possibles des internautes pour le site Web recherché.

  • www.ucitroencreativeawards.com
  • www.7citroencreativeawards.com
  • www.hcitroencreativeawards.com
  • www.kcitroencreativeawards.com
  • www.jcitroencreativeawards.com
  • www.icitroencreativeawards.com
  • www.8citroencreativeawards.com
  • www.ycitroencreativeawards.com
  • www.citroencreativeawardsebc.com
  • www.citroencreativeawardsebc.com
  • www.citroencreativeawards3bc.com
  • www.citroencreativeawardswbc.com
  • www.citroencreativeawardssbc.com
  • www.citroencreativeawards#bc.com
  • www.citroencreativeawardsdbc.com
  • www.citroencreativeawardsfbc.com
  • www.citroencreativeawards&bc.com
  • www.citroencreativeawardsrbc.com
  • www.urlw4ebc.com
  • www.citroencreativeawards4bc.com
  • www.citroencreativeawardsc.com
  • www.citroencreativeawardsbc.com
  • www.citroencreativeawardsvc.com
  • www.citroencreativeawardsvbc.com
  • www.citroencreativeawardsvc.com
  • www.citroencreativeawards c.com
  • www.citroencreativeawards bc.com
  • www.citroencreativeawards c.com
  • www.citroencreativeawardsgc.com
  • www.citroencreativeawardsgbc.com
  • www.citroencreativeawardsgc.com
  • www.citroencreativeawardsjc.com
  • www.citroencreativeawardsjbc.com
  • www.citroencreativeawardsjc.com
  • www.citroencreativeawardsnc.com
  • www.citroencreativeawardsnbc.com
  • www.citroencreativeawardsnc.com
  • www.citroencreativeawardshc.com
  • www.citroencreativeawardshbc.com
  • www.citroencreativeawardshc.com
  • www.citroencreativeawards.com
  • www.citroencreativeawardsc.com
  • www.citroencreativeawardsx.com
  • www.citroencreativeawardsxc.com
  • www.citroencreativeawardsx.com
  • www.citroencreativeawardsf.com
  • www.citroencreativeawardsfc.com
  • www.citroencreativeawardsf.com
  • www.citroencreativeawardsv.com
  • www.citroencreativeawardsvc.com
  • www.citroencreativeawardsv.com
  • www.citroencreativeawardsd.com
  • www.citroencreativeawardsdc.com
  • www.citroencreativeawardsd.com
  • www.citroencreativeawardscb.com
  • www.citroencreativeawardscom
  • www.citroencreativeawards..com
  • www.citroencreativeawards/com
  • www.citroencreativeawards/.com
  • www.citroencreativeawards./com
  • www.citroencreativeawardsncom
  • www.citroencreativeawardsn.com
  • www.citroencreativeawards.ncom
  • www.citroencreativeawards;com
  • www.citroencreativeawards;.com
  • www.citroencreativeawards.;com
  • www.citroencreativeawardslcom
  • www.citroencreativeawardsl.com
  • www.citroencreativeawards.lcom
  • www.citroencreativeawards com
  • www.citroencreativeawards .com
  • www.citroencreativeawards. com
  • www.citroencreativeawards,com
  • www.citroencreativeawards,.com
  • www.citroencreativeawards.,com
  • www.citroencreativeawardsmcom
  • www.citroencreativeawardsm.com
  • www.citroencreativeawards.mcom
  • www.citroencreativeawards.ccom
  • www.citroencreativeawards.om
  • www.citroencreativeawards.ccom
  • www.citroencreativeawards.xom
  • www.citroencreativeawards.xcom
  • www.citroencreativeawards.cxom
  • www.citroencreativeawards.fom
  • www.citroencreativeawards.fcom
  • www.citroencreativeawards.cfom
  • www.citroencreativeawards.vom
  • www.citroencreativeawards.vcom
  • www.citroencreativeawards.cvom
  • www.citroencreativeawards.dom
  • www.citroencreativeawards.dcom
  • www.citroencreativeawards.cdom
  • www.citroencreativeawardsc.om
  • www.citroencreativeawards.cm
  • www.citroencreativeawards.coom
  • www.citroencreativeawards.cpm
  • www.citroencreativeawards.cpom
  • www.citroencreativeawards.copm
  • www.citroencreativeawards.cim
  • www.citroencreativeawards.ciom
  • www.citroencreativeawards.coim
  • www.citroencreativeawards.ckm
  • www.citroencreativeawards.ckom
  • www.citroencreativeawards.cokm
  • www.citroencreativeawards.clm
  • www.citroencreativeawards.clom
  • www.citroencreativeawards.colm
  • www.citroencreativeawards.c0m
  • www.citroencreativeawards.c0om
  • www.citroencreativeawards.co0m
  • www.citroencreativeawards.c:m
  • www.citroencreativeawards.c:om
  • www.citroencreativeawards.co:m
  • www.citroencreativeawards.c9m
  • www.citroencreativeawards.c9om
  • www.citroencreativeawards.co9m
  • www.citroencreativeawards.ocm
  • www.citroencreativeawards.co
  • citroencreativeawards.comm
  • www.citroencreativeawards.con
  • www.citroencreativeawards.conm
  • citroencreativeawards.comn
  • www.citroencreativeawards.col
  • www.citroencreativeawards.colm
  • citroencreativeawards.coml
  • www.citroencreativeawards.co
  • www.citroencreativeawards.co m
  • citroencreativeawards.com
  • www.citroencreativeawards.cok
  • www.citroencreativeawards.cokm
  • citroencreativeawards.comk
  • www.citroencreativeawards.co,
  • www.citroencreativeawards.co,m
  • citroencreativeawards.com,
  • www.citroencreativeawards.coj
  • www.citroencreativeawards.cojm
  • citroencreativeawards.comj
  • www.citroencreativeawards.cmo
 Afficher toutes les erreurs  Cacher toutes les erreurs