fileeditor.binary-technology.ro Report : Visit Site


  • Ranking Alexa Global: # 13,968,437

    Server:ClausWeb-nginx...
    X-Powered-By:PHP/5.2.17

    The main IP address: 89.40.33.127,Your server Romania,Satu Mare ISP:CLAUS WEB srl  TLD:ro CountryCode:RO

    The description :cdbconnection failed to open the db connection: sqlstate[28000] [1045] access denied for user 'binary_matricks'@'localhost' (using password: yes) /home/binary/public_html/fileeditor/protected/extensio...

    This report updates in 31-Jul-2018

Technical data of the fileeditor.binary-technology.ro


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host fileeditor.binary-technology.ro. Currently, hosted in Romania and its service provider is CLAUS WEB srl .

Latitude: 47.799999237061
Longitude: 22.883329391479
Country: Romania (RO)
City: Satu Mare
Region: Satu Mare
ISP: CLAUS WEB srl
    wxpython.org 

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called ClausWeb-nginx containing the details of what the browser wants and will accept back from the web server.

X-Powered-By:PHP/5.2.17
Transfer-Encoding:chunked
Server:ClausWeb-nginx
Connection:keep-alive
Date:Tue, 31 Jul 2018 12:14:35 GMT
Content-Type:text/html

DNS

txt:"v=spf1 +a +mx +ip4:86.107.43.51 ~all"
ipv4:IP:89.40.33.127
ASN:5588
OWNER:GTSCE GTS Central Europe / Antel Germany, CZ
Country:RO

HtmlToText

cdbconnection failed to open the db connection: sqlstate[28000] [1045] access denied for user 'binary_matricks'@'localhost' (using password: yes) /home/binary/public_html/fileeditor/protected/extensions/usercount/usercounter.php(99) 087 /** 088 * diese methode aktualisiert die zähler in der datenbank und übergibt an 089 * die lokalen variablen alle nötigen daten. 090 **/ 091 public function refresh() 092 { 093 $cfg_tbl_users = $this->cfg_tbl_users; 094 $cfg_tbl_save = $this->cfg_tbl_save; 095 $cfg_online_time = $this->cfg_online_time; 096 097 // daten aus db auslesen 098 $sql = 'select save_name, save_value from ' . $cfg_tbl_save; 099 $command = yii::app()->db->createcommand($sql); 100 $datareader = $command->query(); 101 $data = array(); 102 while (($row = $datareader->read()) !== false) 103 { 104 $data[$row['save_name']] = $row['save_value']; 105 } 106 107 // aktuellen tag als julianisches datum 108 $today_jd = gregoriantojd(date('m'), date('j'), date('y')); 109 110 // prüfen ob wir schon einen neuen tag haben 111 if ($today_jd != $data['day_time']) stack trace #0 + – /home/binary/public_html/yii/framework/db/cdbconnection.php(331): cdbconnection -> open () 326 public function setactive($value) 327 { 328 if($value!=$this->_active) 329 { 330 if($value) 331 $this->open(); 332 else 333 $this->close(); 334 } 335 } 336 #1 + – /home/binary/public_html/yii/framework/db/cdbconnection.php(309): cdbconnection -> setactive (true) 304 */ 305 public function init() 306 { 307 parent::init(); 308 if($this->autoconnect) 309 $this->setactive(true); 310 } 311 312 /** 313 * returns whether the db connection is established. 314 * @return boolean whether the db connection is established #2 + – /home/binary/public_html/yii/framework/base/cmodule.php(388): cdbconnection -> init () 383 if(!isset($config['enabled']) || $config['enabled']) 384 { 385 yii::trace("loading \"$id\" application component",'system.cmodule'); 386 unset($config['enabled']); 387 $component=yii::createcomponent($config); 388 $component->init(); 389 return $this->_components[$id]=$component; 390 } 391 } 392 } 393 #3 + – /home/binary/public_html/yii/framework/base/cmodule.php(104): cmodule -> getcomponent ("db") 099 * @return mixed the named property value 100 */ 101 public function __get($name) 102 { 103 if($this->hascomponent($name)) 104 return $this->getcomponent($name); 105 else 106 return parent::__get($name); 107 } 108 109 /** #4 + – /home/binary/public_html/fileeditor/protected/extensions/usercount/usercounter.php(99): cmodule -> __get ("db") 094 $cfg_tbl_save = $this->cfg_tbl_save; 095 $cfg_online_time = $this->cfg_online_time; 096 097 // daten aus db auslesen 098 $sql = 'select save_name, save_value from ' . $cfg_tbl_save; 099 $command = yii::app()->db->createcommand($sql); 100 $datareader = $command->query(); 101 $data = array(); 102 while (($row = $datareader->read()) !== false) 103 { 104 $data[$row['save_name']] = $row['save_value']; #5 + – /home/binary/public_html/fileeditor/protected/extensions/usercount/usercount.php(12): usercounter -> refresh () 07 08 public function init() 09 { 10 yii::app()->counter->useimg = $this->useimg; 11 yii::app()->counter->style = $this->style; 12 yii::app()->counter->refresh(); 13 self::registerfiles(); 14 parent::init(); 15 } 16 17 public function run() #6 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(148): usercount -> init () 143 * @return cwidget the fully initialized widget instance. 144 */ 145 public function createwidget($classname,$properties=array()) 146 { 147 $widget=yii::app()->getwidgetfactory()->createwidget($this,$classname,$properties); 148 $widget->init(); 149 return $widget; 150 } 151 152 /** 153 * creates a widget and executes it. #7 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(173): cbasecontroller -> createwidget ("application.extensions.usercount.usercount", array("display" => true, "useimg" => false, "style" => "ds9")) 168 $widget->run(); 169 return ob_get_clean(); 170 } 171 else 172 { 173 $widget=$this->createwidget($classname,$properties); 174 $widget->run(); 175 return $widget; 176 } 177 } 178 #8 + – /home/binary/public_html/fileeditor/protected/views/layouts/main.php(67): cbasecontroller -> widget ("application.extensions.usercount.usercount", array("display" => true, "useimg" => false, "style" => "ds9")) 62 ) 63 );?> 64 </div> 65 66 <div class="counter"> 67 <?php $this->widget('application.extensions.usercount.usercount', array('display'=>true, 'useimg'=>false, 'style'=>'ds9'));?> 68 </div> 69 </div> 70 71 </div><!-- header --> 72 #9 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(127): require ("/home/binary/public_html/fileeditor/protected/views/layouts/main...") 122 $data=$_data_; 123 if($_return_) 124 { 125 ob_start(); 126 ob_implicit_flush(false); 127 require($_viewfile_); 128 return ob_get_clean(); 129 } 130 else 131 require($_viewfile_); 132 } #10 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(96): cbasecontroller -> renderinternal ("/home/binary/public_html/fileeditor/protected/views//layouts/mai...", array("content" => "<div class="container"> <div id="content"> <h1>fileeditor - ..."), true) 091 { 092 $widgetcount=count($this->_widgetstack); 093 if(($renderer=yii::app()->getviewrenderer())!==null && $renderer->fileextension==='.'.cfilehelper::getextension($viewfile)) 094 $content=$renderer->renderfile($this,$viewfile,$data,$return); 095 else 096 $content=$this->renderinternal($viewfile,$data,$return); 097 if(count($this->_widgetstack)===$widgetcount) 098 return $content; 099 else 100 { 101 $widget=end($this->_widgetstack); #11 + – /home/binary/public_html/yii/framework/web/widgets/ccontentdecorator.php(77): cbasecontroller -> renderfile ("/home/binary/public_html/fileeditor/protected/views//layouts/mai...", array("content" => "<div class="container"> <div id="content"> <h1>fileeditor - ..."), true) 72 $viewfile=$owner->getviewfile($this->view); 73 if($viewfile!==false) 74 { 75 $data=$this->data; 76 $data['content']=$content; 77 return $owner->renderfile($viewfile,$data,true); 78 } 79 else 80 return $content; 81 } 82 } #12 + – /home/binary/public_html/yii/framework/web/widgets/ccontentdecorator.php(55): ccontentdecorator -> decorate ("<div class="container"> <div id="content"> <h1>fileeditor - ...") 50 * this method decorates the output with the specified {@link view}. 51 * @param string $output the captured output to be processed 52 */ 53 public function processoutput($output) 54 { 55 $output=$this->decorate($output); 56 parent::processoutput($output); 57 } 58 59 /** 60 * decorates the content by rendering a view and embedding the content in it. #13 + – /home/binary/public_html/yii/framework/web/widgets/coutputprocessor.php(45): ccontentdecorator -> processoutput ("<div class="container"> <div id="content"> <h1>fileeditor - ...") 40 * this method stops output buffering and processes the captured output. 41 */ 42 public function run() 43 { 44 $output=ob_get_clean(); 45 $this->processoutput($output); 46 } 47 48 /** 49 * processes the captured output. 50 * #14 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(207): coutputprocessor -> run () 202 */ 203 public function endwidget($id='') 204 { 205 if(($widget=array_pop($this->_widgetstack))!==null) 206 { 207 $widget->run(); 208 return $widget; 209 } 210 else 211 throw new cexception(yii::t('yii','{controller} has an extra endwidget({id}) call in its view.', 212 array('{controller}'=>get_class($this),'{id}'=>$id))); #15 + – /home/binary/public_html/yii/framework/web/cbasecontroller.php(301): cbasecontroller -> endwidget ("

URL analysis for fileeditor.binary-technology.ro



Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;


% Whois Server Version 3.0 - whois.rotld.ro:43

% Rights restricted by copyright.
% Specifically, this data MAY ONLY be used for Internet operational
% purposes. It may not be used for targeted advertising or any
% other purpose.

% Este INTERZISA folosirea datelor de pe acest server in oricare
% alt scop decat operarea retelei. In special este INTERZISA
% folosirea lor in scopuri publicitare.

% Top Level Domain : ro
% Maintainance : www.rotld.ro

Domain Name: binary-technology.ro
Registered On: 2005-09-06
Registrar: Romarg SRL
Referral URL: http://www.inregistrare-domenii.ro

DNSSEC: Inactive

Nameserver: ns2.claus.ro
Nameserver: ns3.claus.ro
Nameserver: ns1.romania-webhosting.com
Nameserver: ns4.romania-webhosting.com

Domain Status: OK



  REFERRER http://www.nic.ro

  REGISTRAR nic.ro

SERVERS

  SERVER ro.whois-servers.net

  ARGS binary-technology.ro

  PORT 43

  TYPE domain

DISCLAIMER
Whois Server Version 3.0 - whois.rotld.ro:43
Rights restricted by copyright.
Specifically, this data MAY ONLY be used for Internet operational
purposes. It may not be used for targeted advertising or any
other purpose.
Este INTERZISA folosirea datelor de pe acest server in oricare
alt scop decat operarea retelei. In special este INTERZISA
folosirea lor in scopuri publicitare.
Top Level Domain : ro
Maintainance : www.rotld.ro

  REGISTERED no

DOMAIN

  DOMAIN NAME binary-technology.ro

  REGISTERED ON 2005-09-06

  REGISTRAR Romarg SRL

  REFERRAL URL http://www.inregistrare-domenii.ro

  NAME binary-technology.ro

NSERVER

  NS.CLAUSWEB.RO 46.4.29.149

  NS.REGISTAR.RO 85.204.69.1

  NS.ROMANIA-WEBHOSTING.COM 85.9.19.1

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.ufileeditor.com
  • www.7fileeditor.com
  • www.hfileeditor.com
  • www.kfileeditor.com
  • www.jfileeditor.com
  • www.ifileeditor.com
  • www.8fileeditor.com
  • www.yfileeditor.com
  • www.fileeditorebc.com
  • www.fileeditorebc.com
  • www.fileeditor3bc.com
  • www.fileeditorwbc.com
  • www.fileeditorsbc.com
  • www.fileeditor#bc.com
  • www.fileeditordbc.com
  • www.fileeditorfbc.com
  • www.fileeditor&bc.com
  • www.fileeditorrbc.com
  • www.urlw4ebc.com
  • www.fileeditor4bc.com
  • www.fileeditorc.com
  • www.fileeditorbc.com
  • www.fileeditorvc.com
  • www.fileeditorvbc.com
  • www.fileeditorvc.com
  • www.fileeditor c.com
  • www.fileeditor bc.com
  • www.fileeditor c.com
  • www.fileeditorgc.com
  • www.fileeditorgbc.com
  • www.fileeditorgc.com
  • www.fileeditorjc.com
  • www.fileeditorjbc.com
  • www.fileeditorjc.com
  • www.fileeditornc.com
  • www.fileeditornbc.com
  • www.fileeditornc.com
  • www.fileeditorhc.com
  • www.fileeditorhbc.com
  • www.fileeditorhc.com
  • www.fileeditor.com
  • www.fileeditorc.com
  • www.fileeditorx.com
  • www.fileeditorxc.com
  • www.fileeditorx.com
  • www.fileeditorf.com
  • www.fileeditorfc.com
  • www.fileeditorf.com
  • www.fileeditorv.com
  • www.fileeditorvc.com
  • www.fileeditorv.com
  • www.fileeditord.com
  • www.fileeditordc.com
  • www.fileeditord.com
  • www.fileeditorcb.com
  • www.fileeditorcom
  • www.fileeditor..com
  • www.fileeditor/com
  • www.fileeditor/.com
  • www.fileeditor./com
  • www.fileeditorncom
  • www.fileeditorn.com
  • www.fileeditor.ncom
  • www.fileeditor;com
  • www.fileeditor;.com
  • www.fileeditor.;com
  • www.fileeditorlcom
  • www.fileeditorl.com
  • www.fileeditor.lcom
  • www.fileeditor com
  • www.fileeditor .com
  • www.fileeditor. com
  • www.fileeditor,com
  • www.fileeditor,.com
  • www.fileeditor.,com
  • www.fileeditormcom
  • www.fileeditorm.com
  • www.fileeditor.mcom
  • www.fileeditor.ccom
  • www.fileeditor.om
  • www.fileeditor.ccom
  • www.fileeditor.xom
  • www.fileeditor.xcom
  • www.fileeditor.cxom
  • www.fileeditor.fom
  • www.fileeditor.fcom
  • www.fileeditor.cfom
  • www.fileeditor.vom
  • www.fileeditor.vcom
  • www.fileeditor.cvom
  • www.fileeditor.dom
  • www.fileeditor.dcom
  • www.fileeditor.cdom
  • www.fileeditorc.om
  • www.fileeditor.cm
  • www.fileeditor.coom
  • www.fileeditor.cpm
  • www.fileeditor.cpom
  • www.fileeditor.copm
  • www.fileeditor.cim
  • www.fileeditor.ciom
  • www.fileeditor.coim
  • www.fileeditor.ckm
  • www.fileeditor.ckom
  • www.fileeditor.cokm
  • www.fileeditor.clm
  • www.fileeditor.clom
  • www.fileeditor.colm
  • www.fileeditor.c0m
  • www.fileeditor.c0om
  • www.fileeditor.co0m
  • www.fileeditor.c:m
  • www.fileeditor.c:om
  • www.fileeditor.co:m
  • www.fileeditor.c9m
  • www.fileeditor.c9om
  • www.fileeditor.co9m
  • www.fileeditor.ocm
  • www.fileeditor.co
  • fileeditor.binary-technology.rom
  • www.fileeditor.con
  • www.fileeditor.conm
  • fileeditor.binary-technology.ron
  • www.fileeditor.col
  • www.fileeditor.colm
  • fileeditor.binary-technology.rol
  • www.fileeditor.co
  • www.fileeditor.co m
  • fileeditor.binary-technology.ro
  • www.fileeditor.cok
  • www.fileeditor.cokm
  • fileeditor.binary-technology.rok
  • www.fileeditor.co,
  • www.fileeditor.co,m
  • fileeditor.binary-technology.ro,
  • www.fileeditor.coj
  • www.fileeditor.cojm
  • fileeditor.binary-technology.roj
  • www.fileeditor.cmo
Show All Mistakes Hide All Mistakes