blackdevelop.com Report : Visit Site


  • Ranking Alexa Global: # 9,481,123

    Server:nginx...
    X-Powered-By:PHP/5.3.29

    The main IP address: 195.8.58.52,Your server Portugal,Seia ISP:Datasource - Web Solutions Lda.  TLD:com CountryCode:PT

    The description :o meu notebook :)...

    This report updates in 16-Aug-2018

Created Date:2005-11-07
Changed Date:2016-06-21
Expires Date:2017-11-07

Technical data of the blackdevelop.com


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host blackdevelop.com. Currently, hosted in Portugal and its service provider is Datasource - Web Solutions Lda. .

Latitude: 40.415100097656
Longitude: -7.7085900306702
Country: Portugal (PT)
City: Seia
Region: Guarda
ISP: Datasource - Web Solutions Lda.

HTTP Header Analysis


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

X-Cache-Status:EXPIRED
X-Powered-By:PHP/5.3.29
Transfer-Encoding:chunked
Expires:Thu, 16 Aug 2018 12:57:41 GMT
Vary:Accept-Encoding
Server:nginx
Connection:keep-alive
Link:; rel="https://api.w.org/"
X-UA-Compatible:IE=Edge,chrome=1
Pragma:no-cache
Cache-Control:no-store, no-cache, must-revalidate, max-age=0
Date:Thu, 16 Aug 2018 11:57:46 GMT
Content-Type:text/html; charset=UTF-8
Content-Encoding:gzip

DNS

soa:ns17.hocnet.pt. joao.leitao.rumonet.pt. 2017022002 86400 7200 3600000 86400
txt:"v=spf1 ip4:195.8.58.52 a mx ip4:81.92.209.53 ?all"
ns:ns18.hocnet.pt.
ns17.hocnet.pt.
ipv4:IP:195.8.58.52
ASN:9186
OWNER:ONI Lisbon, Portugal., PT
Country:PT
mx:MX preference = 0, mail exchanger = blackdevelop.com.

HtmlToText

-- -- página inicial projectos movie folder manager legacy web eventos sobre kodi – pvr iptv simple with programme icon in channels list 24, janeiro, 2018 pr nenhum comentário kodi by default dont give the icon from programme in channels list. so, it’s not perfect but a simple workaround do the ugly job. this example use a 600×372 image. first of all, install skin helper service from kodi repository. then set two triggers on epg file kodi\userdata\database\epg11.db: mysql create trigger t_icon after insert on epgtags for each row begin update epgtags set splotoutline = new.siconpath where idbroadcast = new.idbroadcast; end create trigger t_iconu after update on epgtags for each row begin update epgtags set splotoutline = new.siconpath where idbroadcast = new.idbroadcast; end 1 2 3 create trigger t_icon after insert on epgtags for each row begin update epgtags set splotoutline = new.siconpath where idbroadcast = new.idbroadcast; end create trigger t_iconu after update on epgtags for each row begin update epgtags set splotoutline = new.siconpath where idbroadcast = new.idbroadcast; end with this, the siconpath field will be copy to splotoutline field. this field isn’t used in iptv simple addon but kodi sends the var to skin in channels list. now we need to show the image in kodi skin. in this example we will use the defaut skin from kodi 17 – estuary. add the control image before the plot with the plotoutline field: xhtml <control type="image"> <left>100</left> <top>360</top> <width>600</width> <aspectratio align="right" aligny="top">keep</aspectratio> <texture fallback="defaulttvshows.png">$info[listitem.plotoutline]</texture> <fadetime>200</fadetime> </control> 1 2 3 4 5 6 7 8 <control type = "image" > <left> 100 </left> <top> 360 </top> <width> 600 </width> <aspectratio align = "right" aligny = "top" > keep </aspectratio> <texture fallback = "defaulttvshows.png" > $info[listitem.plotoutline] </texture> <fadetime> 200 </fadetime> </control> change the plot position to bottom of image: xhtml <control type="textbox"> <top>750</top> <width>820</width> <bottom>114</bottom> <label>[b]$info[listitem.episodename,,[cr]][/b]$info[listitem.plot]</label> </control> <control type="textbox"> <top>750</top> <width>800</width> <height>362</height> <align>center</align> <font>font27</font> <textcolor>80ffffff</textcolor> <label>$localize[19055]</label> <visible>string.isempty(listitem.plot)</visible> </control> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <control type = "textbox" > <top> 750 </top> <width> 820 </width> <bottom> 114 </bottom> <label> [b]$info[listitem.episodename,,[cr]][/b]$info[listitem.plot] </label> </control> <control type = "textbox" > <top> 750 </top> <width> 800 </width> <height> 362 </height> <align> center </align> <font> font27 </font> <textcolor> 80ffffff </textcolor> <label> $localize[19055] </label> <visible> string.isempty(listitem.plot) </visible> </control> now the result: tags: kodi svn ignore multiple files and folders and add full depth 27, outubro, 2015 pr nenhum comentário checkout for the current folder shell svn co file:///var/svn/project/trunk . 1 svn co file : / / / var / svn / project / trunk . ignore multiple files/dirs. if you want to ignore tmp,obj,bin dirs and all files with *.o*.lib,*.la extension. save this file tmp obj bin *.o *.lib *.la 1 2 3 4 5 6 tmp obj bin * . o * . lib * . la and name it svnignore.txt , the following command will do the job ! shell svn propset svn:ignore -f svnignore.txt . 1 svn propset svn : ignore - f svnignore .txt . if one of your directories is already under version control, remove it first with: shell svn rm --keep-local tmp 1 svn rm -- keep - local tmp …then ignore: shell svn propset svn:ignore tmp . 1 svn propset svn : ignore tmp . add files to commit in full depth shell svn --force --depth infinity add . 1 svn -- force -- depth infinity add . tags: svn flush and reset mysql binary logs 14, setembro, 2015 pr nenhum comentário clean log files like mysqld-bin.000001: mysql mysql> flush logs; mysql> reset master; 1 2 mysql > flush logs ; mysql > reset master ; tags: mysql php sort array by two field values 29, abril, 2015 pr nenhum comentário php // obtain a list of columns foreach ($data as $key => $row) { $return_fare[$key] = $row['return_fare']; $one_way_fare[$key] = $row['one_way_fare']; } // sort the data with return_fare descending, one_way_fare ascending array_multisort($return_fare, sort_desc, $one_way_fare, sort_asc, $data); 1 2 3 4 5 6 7 8 // obtain a list of columns foreach ( $data as $key = > $row ) { $return_fare [ $key ] = $row [ 'return_fare' ] ; $one_way_fare [ $key ] = $row [ 'one_way_fare' ] ; } // sort the data with return_fare descending, one_way_fare ascending array_multisort ( $return_fare , sort_desc , $one_way_fare , sort_asc , $data ) ; tags: php find and replace text – command line 12, janeiro, 2015 pr nenhum comentário shell grep -rl 'text_search' ./ | xargs sed -i 's/text_search/text_replace/g' 1 grep - rl 'text_search' . / | xargs sed - i 's/text_search/text_replace/g' tags: linux how to connect connet/mount with sftp and private key 30, novembro, 2014 pr nenhum comentário that command should read code: ssh -i /path/to/your/privatekey [email protected] 1 ssh - i / path / to / your / privatekey your_username @ yourdomain . com to use sshfs you need to install the package, the command to install it is code: sudo apt-get install sshfs 1 sudo apt - get install sshfs then to mount a remote host as the directory /mnt (your mount point) (you can use any directory you like even ones with stuff in – it will not write over the top of them the contents will just be invisible until you umount). note the -o ssh_command… option should not be necessary if you have loaded your key using ssh-add /path/to/your/privatekey . code: sshfs [email protected]:/folder/in/remotehost /mnt -o ssh_command='ssh -i /path/to/your/privatekey' 1 sshfs username @ remotehost . com : / folder / in / remotehost / mnt - o ssh_command = 'ssh -i /path/to/your/privatekey' to unmount where /mnt is your mount point: code: fusermount -u /mnt 1 fusermount - u / mnt i prefer to use a mount point in my home directory. e.g. /home/username/mnt/ and use that as my mountpoint instead tags: ftp , linux , sftp connect ssh through a proxy in linux terminal 28, novembro, 2014 pr nenhum comentário shell ssh user@final_dest -o "proxycommand=nc -x connect -x proxyhost:proxyport %h %p" 1 ssh user @ final_dest - o "proxycommand=nc -x connect -x proxyhost:proxyport %h %p" with tunneling: shell ssh -l 22:localhost:22 [email protected] -o "proxycommand=nc -x connect -x 192.168.1.26:3128 %h %p" 1 ssh - l 22 : localhost : 22 root @ example .com - o "proxycommand=nc -x connect -x 192.168.1.26:3128 %h %p" tags: linux , osx , ssh mass change file permissions 24, outubro, 2014 pr nenhum comentário you can change the permissions of all 777 folders to 755 using find as below. find /var/www -type d -perm 777 -print -exec chmod 755 {} \; 1 find / var / www - type d - perm 777 - print - exec chmod 755 { } \ ; the above command will change all the directories inside /var/www to have the permission set as 755 . to verify it, you can use the below command. stat -c "%a %n" /var/www/directory-name 1 stat - c "%a %n" / var / www / directory - name to change the permissions of all php files, you can use the below command. find /var/www/some-directory -type f -name "*.php" -perm 777 -print -exec chmod 644 {} \; 1 find /

URL analysis for blackdevelop.com


http://www.blackdevelop.com/archives/346#respond
http://www.blackdevelop.com/archives/tag/windows
http://www.blackdevelop.com/archives/date/2014/10
http://www.blackdevelop.com/archives/334
http://www.blackdevelop.com/archives/337
http://www.blackdevelop.com/archives/tag/webservices
http://www.blackdevelop.com/archives/date/2015/10
http://www.blackdevelop.com/archives/date/2018/01
http://www.blackdevelop.com/archives/tag/linux
http://www.blackdevelop.com/archives/297#more-297
http://www.blackdevelop.com/archives/tag/osx
http://www.blackdevelop.com/archives/340#respond
http://www.blackdevelop.com/archives/date/2014/11
http://www.blackdevelop.com/archives/328#respond
http://www.blackdevelop.com/archives/351

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;

Domain Name: BLACKDEVELOP.COM
Registry Domain ID: 181707846_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.publicdomainregistry.com
Registrar URL: www.publicdomainregistry.com
Updated Date: 2016-06-21T14:38:09Z
Creation Date: 2005-07-11T17:35:20Z
Registrar Registration Expiration Date: 2017-07-11T16:35:20Z
Registrar: PDR Ltd. d/b/a PublicDomainRegistry.com
Registrar IANA ID: 303
Domain Status: OK https://icann.org/epp#OK
Registry Registrant ID: Not Available From Registry
Registrant Name: Pedro Amaral
Registrant Organization: Hocnet.pt - Registo e Alojamento de Dominios WEB
Registrant Street: Rua Dr. Gaspar Rebelo N 13 Edificio Multimedia Piso 1
Registrant City: Seia
Registrant State/Province: Seia
Registrant Postal Code: 6270-436
Registrant Country: PT
Registrant Phone: +351.967882693
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email: [email protected]
Registry Admin ID: Not Available From Registry
Admin Name: Pedro Amaral
Admin Organization: Hocnet.pt - Registo e Alojamento de Dominios WEB
Admin Street: Rua Dr. Gaspar Rebelo N 13 Edificio Multimedia Piso 1
Admin City: Seia
Admin State/Province: Seia
Admin Postal Code: 6270-436
Admin Country: PT
Admin Phone: +351.967882693
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email: [email protected]
Registry Tech ID: Not Available From Registry
Tech Name: Pedro Amaral
Tech Organization: Hocnet.pt - Registo e Alojamento de Dominios WEB
Tech Street: Rua Dr. Gaspar Rebelo N 13 Edificio Multimedia Piso 1
Tech City: Seia
Tech State/Province: Seia
Tech Postal Code: 6270-436
Tech Country: PT
Tech Phone: +351.967882693
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email: [email protected]
Name Server: ns17.hocnet.pt
Name Server: ns18.hocnet.pt
DNSSEC:Unsigned
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.2013775952
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
>>> Last update of WHOIS database: 2017-06-13T18:26:15Z <<<

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

Registration Service Provided By: HOCNET.PT - SOLUCOES DE INTERNET

The data in this whois database is provided to you for information purposes
only, that is, to assist you in obtaining information about or related to a
domain name registration record. We make this information available "as is",
and do not guarantee its accuracy. By submitting a whois query, you agree
that you will use this data only for lawful purposes and that, under no
circumstances will you use this data to:
(1) enable high volume, automated, electronic processes that stress or load
this whois database system providing you this information; or
(2) allow, enable, or otherwise support the transmission of mass unsolicited,
commercial advertising or solicitations via direct mail, electronic mail, or
by telephone.
The compilation, repackaging, dissemination or other use of this data is
expressly prohibited without prior written consent from us. The Registrar of
record is PDR Ltd. d/b/a PublicDomainRegistry.com.
We reserve the right to modify these terms at any time.
By submitting this query, you agree to abide by these terms.



  REGISTRAR PDR LTD. D/B/A PUBLICDOMAINREGISTRY.COM

  REFERRER http://www.publicdomainregistry.com

SERVERS

  SERVER com.whois-servers.net

  ARGS domain =blackdevelop.com

  PORT 43

  SERVER whois.PublicDomainRegistry.com

  ARGS blackdevelop.com

  PORT 43

  TYPE domain

DOMAIN

  NAME blackdevelop.com

NSERVER

  NS17.HOCNET.PT 195.8.58.53

  NS18.HOCNET.PT 195.8.58.54

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

  CHANGED 2016-06-21

  CREATED 2005-11-07

  EXPIRES 2017-11-07

  SPONSOR HOCNET.PT - SOLUCOES DE INTERNET

  REGISTERED yes

Go to top

Mistakes


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

  • www.ublackdevelop.com
  • www.7blackdevelop.com
  • www.hblackdevelop.com
  • www.kblackdevelop.com
  • www.jblackdevelop.com
  • www.iblackdevelop.com
  • www.8blackdevelop.com
  • www.yblackdevelop.com
  • www.blackdevelopebc.com
  • www.blackdevelopebc.com
  • www.blackdevelop3bc.com
  • www.blackdevelopwbc.com
  • www.blackdevelopsbc.com
  • www.blackdevelop#bc.com
  • www.blackdevelopdbc.com
  • www.blackdevelopfbc.com
  • www.blackdevelop&bc.com
  • www.blackdeveloprbc.com
  • www.urlw4ebc.com
  • www.blackdevelop4bc.com
  • www.blackdevelopc.com
  • www.blackdevelopbc.com
  • www.blackdevelopvc.com
  • www.blackdevelopvbc.com
  • www.blackdevelopvc.com
  • www.blackdevelop c.com
  • www.blackdevelop bc.com
  • www.blackdevelop c.com
  • www.blackdevelopgc.com
  • www.blackdevelopgbc.com
  • www.blackdevelopgc.com
  • www.blackdevelopjc.com
  • www.blackdevelopjbc.com
  • www.blackdevelopjc.com
  • www.blackdevelopnc.com
  • www.blackdevelopnbc.com
  • www.blackdevelopnc.com
  • www.blackdevelophc.com
  • www.blackdevelophbc.com
  • www.blackdevelophc.com
  • www.blackdevelop.com
  • www.blackdevelopc.com
  • www.blackdevelopx.com
  • www.blackdevelopxc.com
  • www.blackdevelopx.com
  • www.blackdevelopf.com
  • www.blackdevelopfc.com
  • www.blackdevelopf.com
  • www.blackdevelopv.com
  • www.blackdevelopvc.com
  • www.blackdevelopv.com
  • www.blackdevelopd.com
  • www.blackdevelopdc.com
  • www.blackdevelopd.com
  • www.blackdevelopcb.com
  • www.blackdevelopcom
  • www.blackdevelop..com
  • www.blackdevelop/com
  • www.blackdevelop/.com
  • www.blackdevelop./com
  • www.blackdevelopncom
  • www.blackdevelopn.com
  • www.blackdevelop.ncom
  • www.blackdevelop;com
  • www.blackdevelop;.com
  • www.blackdevelop.;com
  • www.blackdeveloplcom
  • www.blackdevelopl.com
  • www.blackdevelop.lcom
  • www.blackdevelop com
  • www.blackdevelop .com
  • www.blackdevelop. com
  • www.blackdevelop,com
  • www.blackdevelop,.com
  • www.blackdevelop.,com
  • www.blackdevelopmcom
  • www.blackdevelopm.com
  • www.blackdevelop.mcom
  • www.blackdevelop.ccom
  • www.blackdevelop.om
  • www.blackdevelop.ccom
  • www.blackdevelop.xom
  • www.blackdevelop.xcom
  • www.blackdevelop.cxom
  • www.blackdevelop.fom
  • www.blackdevelop.fcom
  • www.blackdevelop.cfom
  • www.blackdevelop.vom
  • www.blackdevelop.vcom
  • www.blackdevelop.cvom
  • www.blackdevelop.dom
  • www.blackdevelop.dcom
  • www.blackdevelop.cdom
  • www.blackdevelopc.om
  • www.blackdevelop.cm
  • www.blackdevelop.coom
  • www.blackdevelop.cpm
  • www.blackdevelop.cpom
  • www.blackdevelop.copm
  • www.blackdevelop.cim
  • www.blackdevelop.ciom
  • www.blackdevelop.coim
  • www.blackdevelop.ckm
  • www.blackdevelop.ckom
  • www.blackdevelop.cokm
  • www.blackdevelop.clm
  • www.blackdevelop.clom
  • www.blackdevelop.colm
  • www.blackdevelop.c0m
  • www.blackdevelop.c0om
  • www.blackdevelop.co0m
  • www.blackdevelop.c:m
  • www.blackdevelop.c:om
  • www.blackdevelop.co:m
  • www.blackdevelop.c9m
  • www.blackdevelop.c9om
  • www.blackdevelop.co9m
  • www.blackdevelop.ocm
  • www.blackdevelop.co
  • blackdevelop.comm
  • www.blackdevelop.con
  • www.blackdevelop.conm
  • blackdevelop.comn
  • www.blackdevelop.col
  • www.blackdevelop.colm
  • blackdevelop.coml
  • www.blackdevelop.co
  • www.blackdevelop.co m
  • blackdevelop.com
  • www.blackdevelop.cok
  • www.blackdevelop.cokm
  • blackdevelop.comk
  • www.blackdevelop.co,
  • www.blackdevelop.co,m
  • blackdevelop.com,
  • www.blackdevelop.coj
  • www.blackdevelop.cojm
  • blackdevelop.comj
  • www.blackdevelop.cmo
Show All Mistakes Hide All Mistakes