renaka.com Report : Visit Site


  • Ranking Alexa Global: # 594,657

    The main IP address: 217.70.185.74,Your server France,Paris ISP:Gandi SAS  TLD:com CountryCode:FR

    The description :a personal website for archiving original content and showcasing reviewed works, compiling cultural phrases and starcraft maps....

    This report updates in 24-Jun-2018

Created Date:2008-07-23
Changed Date:2017-06-25

Technical data of the renaka.com


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host renaka.com. Currently, hosted in France and its service provider is Gandi SAS .

Latitude: 48.853408813477
Longitude: 2.348799943924
Country: France (FR)
City: Paris
Region: Ile-de-France
ISP: Gandi SAS

HTTP Header Analysis


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

X-Varnish:238106529
X-Cache:MISS
Transfer-Encoding:chunked
Age:0
Via:1.1 varnish-v4
X-Served-By:varnishblog1
Last-Modified:Fri, 22 Jun 2018 05:33:56 GMT
Connection:keep-alive
ETag:"43d8d51dc4a5a1c2386b01384d3f372b"
Pragma:
Cache-Control:must-revalidate, max-age=0
Date:Sun, 24 Jun 2018 03:12:53 GMT
Content-Type:text/html; charset=UTF-8
Accept-Ranges:bytes

DNS

soa:a.dns.gandi.net. hostmaster.gandi.net. 1303199990 10800 3600 604800 10800
txt:"google-site-verification: BnnXDmLevUQH_3Pf-lk_PIXM8V3-m1TJ88As4Ta_AaI"
ns:b.dns.gandi.net.
c.dns.gandi.net.
a.dns.gandi.net.
ipv4:IP:217.70.185.74
ASN:29169
OWNER:GANDI-AS Domain name registrar - http:
Country:www.gandi.net, FR
mx:MX preference = 50, mail exchanger = fb.mail.gandi.net.
MX preference = 10, mail exchanger = spool.mail.gandi.net.

HtmlToText

to content | to menu | to search saturday 13 february 2010 modifying the access control list to delete locked files by drant on saturday 13 february 2010, - technical problem: windows won't let you remove folders or files because of permission rights error: cannot delete folder. access is denied you need permission to perform this action. you require permission from computer\user to make changes to this folder you will need to provide administrator permission to change these attributes example: you installed a program that sets special permissions to its directory, and after formatting or reinstalling windows, that folder now belongs to another user (your old account) which you do not have access to. windows will block your attempt to rename, move, or delete the files or folders. cause: lost user permission (mismatch sid) from previous windows installation. solution: as an administrator, give yourself or everyone permission to the entire directory. use the unlocker program for other access related problems. foreword: in the following instructions, the word "target" means the locked file or folder that you want to reclaim. bolded all-caps words in the code should be replaced with your own input. move your mouse over the underdotted words for tooltips. all steps will be done inside the command prompt, not windows explorer. if you are experienced with the command prompt, skip to step 3. step 1: directory start button -> enter cmd in the search box -> command prompt should be opened go to the folder where the target is stored. if your target is in a different hard drive, type: cd /d driveletter : example: if the target is in "d:\program files", type cd /d d:\program files type cd directory to change directory. type dir to see the current directory's contents. type cd .. to go one directory up. step 2: ownership if you do not have ownership to the target, type: takeown /f target /r example: if you are in "program files" and you want to give yourself permission to the child folder "cygwin", type takeown /f cygwin /r step 3: permission assuming you want to delete the target later, the following code gives all permissions to everyone: icacls target /grant everyone : (oi)(ci)(f) /t if you want to give only yourself permissions, type: icacls target /grant computer \ user :(oi)(ci)(f) /t to find out your computer name, type systeminfo . your user name is same as the windows login. you may also set permissions in windows explorer by right clicking a file -> properties option -> security tab example: icacls target /grant everyone:(de) /t will make that target deleteable. step 4: deletion you should now be able to do anything with the target from windows explorer. if you rather use the command prompt for deletion, type rmdir target /s /q for a directory, or del target /f for a file. command prompt: icacls /? read this help message for more specific permission settings. icacls name /save aclfile [/t] [/c] [/l] [/q] stores the dacls for the files and folders that match the name into aclfile for later use with /restore. note that sacls, owner, or integrity labels are not saved. icacls directory [/substitute sidold sidnew [...]] /restore aclfile [/c] [/l] [/q] applies the stored dacls to files in directory. icacls name /setowner user [/t] [/c] [/l] [/q] changes the owner of all matching names. this option does not force a change of ownership; use the takeown.exe utility for that purpose. icacls name /findsid sid [/t] [/c] [/l] [/q] finds all matching names that contain an acl explicitly mentioning sid. icacls name /verify [/t] [/c] [/l] [/q] finds all files whose acl is not in canonical form or whose lengths are inconsistent with ace counts. icacls name /reset [/t] [/c] [/l] [/q] replaces acls with default inherited acls for all matching files. icacls name [/grant[:r] sid:perm[...]] [/deny sid:perm [...]] [/remove[:g|:d]] sid[...]] [/t] [/c] [/l] [/q] [/setintegritylevel level:policy[...]] /grant[:r] sid:perm grants the specified user access rights. with :r, the permissions replace any previouly granted explicit permissions. without :r, the permissions are added to any previously granted explicit permissions. /deny sid:perm explicitly denies the specified user access rights. an explicit deny ace is added for the stated permissions and the same permissions in any explicit grant are removed. /remove[:[g|d]] sid removes all occurrences of sid in the acl. with :g, it removes all occurrences of granted rights to that sid. with :d, it removes all occurrences of denied rights to that sid. /setintegritylevel [(ci)(oi)]level explicitly adds an integrity ace to all matching files. the level is to be specified as one of: l[ow] m[edium] h[igh] inheritance options for the integrity ace may precede the level and are applied only to directories. /inheritance:e|d|r e - enables inheritance d - disables inheritance and copy the aces r - remove all inherited aces note: sids may be in either numerical or friendly name form. if a numerical form is given, affix a * to the start of the sid. /t indicates that this operation is performed on all matching files/directories below the directories specified in the name. /c indicates that this operation will continue on all file errors. error messages will still be displayed. /l indicates that this operation is performed on a symbolic link itself versus its target. /q indicates that icacls should supress success messages. icacls preserves the canonical ordering of ace entries: explicit denials explicit grants inherited denials inherited grants perm is a permission mask and can be specified in one of two forms: a sequence of simple rights: n - no access f - full access m - modify access rx - read and execute access r - read-only access w - write-only access d - delete access a comma-separated list in parentheses of specific rights: de - delete rc - read control wdac - write dac wo - write owner s - synchronize as - access system security ma - maximum allowed gr - generic read gw - generic write ge - generic execute ga - generic all rd - read data/list directory wd - write data/add file ad - append data/add subdirectory rea - read extended attributes wea - write extended attributes x - execute/traverse dc - delete child ra - read attributes wa - write attributes inheritance rights may precede either form and are applied only to directories: (oi) - object inherit (ci) - container inherit (io) - inherit only (np) - don't propagate inherit (i) - permission inherited from parent container examples: icacls c:\windows\* /save aclfile /t - will save the acls for all files under c:\windows and its subdirectories to aclfile. icacls c:\windows\ /restore aclfile - will restore the acls for every file within aclfile that exists in c:\windows and its subdirectories. icacls file /grant administrator:(d,wdac) - will grant the user administrator delete and write dac permissions to file. icacls file /grant *s-1-1-0:(d,wdac) - will grant the user defined by sid s-1-1-0 delete and write dac permissions to file. keywords: windows 7, windows vista, uac, user account control, cacls, cygwin folder, cygwin directory one comment wednesday 10 february 2010 jquery hover event won't fire the first time by drant on wednesday 10 february 2010, - technical problem: jquery won't fire when hovered over an element initially. example: for a menu with tabs or tooltips that fade in or pop up when a user hovers over, this bug prevents the binded effect from activating when the user hovers over the element for the first time. such a menu tab would only effect after the user's mouse has entered, left, and entered the element's area again. cause: event bubbling? multiple nested elements? solution: trigger a hover out event on the element programmatically (instead of by user interaction). add the following code after binding the hover function to that element: $(' element ').trigger('mouseout'); the effects-binded element should now fires when mouseovered the first time. keywor

URL analysis for renaka.com


http://renaka.com/post/2010/02/10/jquery-hover-event-won-t-fire-the-first-time#comments
http://renaka.com/pages/sgh
http://forum.renaka.com/topic/1744110/
http://renaka.com/post/2009/08/02/scmotd
http://renaka.com/post/2009/08/03/scmotd
http://renaka.com/#main
http://renaka.com/post/2010/02/13/modifying-the-access-control-list-to-delete-locked-files-and-folders#comments
http://renaka.com/post/2009/06/27/tentative-scmotd-list
http://renaka.com/post/2009/04/24/scm-archive-status-report
http://renaka.com/page/2
http://renaka.com/post/2009/08/15/this-is-it-scmotd
http://renaka.com/legalnotice
http://renaka.com/post/2009/08/02/scmotd#comments
http://renaka.com/post/2009/08/01/scmotd#comments
http://renaka.com/post/2009/08/15/this-is-it-scmotd#comments

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: RENAKA.COM
Registry Domain ID: 1509760404_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gandi.net
Registrar URL: http://www.gandi.net
Updated Date: 2017-06-25T17:22:35Z
Creation Date: 2008-07-23T00:58:58Z
Registry Expiry Date: 2020-07-23T00:58:58Z
Registrar: Gandi SAS
Registrar IANA ID: 81
Registrar Abuse Contact Email: [email protected]
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-08-09T16:24:57Z <<<

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 =renaka.com

  PORT 43

  TYPE domain

DOMAIN

  NAME renaka.com

  CHANGED 2017-06-25

  CREATED 2008-07-23

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

Mistakes


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

  • www.urenaka.com
  • www.7renaka.com
  • www.hrenaka.com
  • www.krenaka.com
  • www.jrenaka.com
  • www.irenaka.com
  • www.8renaka.com
  • www.yrenaka.com
  • www.renakaebc.com
  • www.renakaebc.com
  • www.renaka3bc.com
  • www.renakawbc.com
  • www.renakasbc.com
  • www.renaka#bc.com
  • www.renakadbc.com
  • www.renakafbc.com
  • www.renaka&bc.com
  • www.renakarbc.com
  • www.urlw4ebc.com
  • www.renaka4bc.com
  • www.renakac.com
  • www.renakabc.com
  • www.renakavc.com
  • www.renakavbc.com
  • www.renakavc.com
  • www.renaka c.com
  • www.renaka bc.com
  • www.renaka c.com
  • www.renakagc.com
  • www.renakagbc.com
  • www.renakagc.com
  • www.renakajc.com
  • www.renakajbc.com
  • www.renakajc.com
  • www.renakanc.com
  • www.renakanbc.com
  • www.renakanc.com
  • www.renakahc.com
  • www.renakahbc.com
  • www.renakahc.com
  • www.renaka.com
  • www.renakac.com
  • www.renakax.com
  • www.renakaxc.com
  • www.renakax.com
  • www.renakaf.com
  • www.renakafc.com
  • www.renakaf.com
  • www.renakav.com
  • www.renakavc.com
  • www.renakav.com
  • www.renakad.com
  • www.renakadc.com
  • www.renakad.com
  • www.renakacb.com
  • www.renakacom
  • www.renaka..com
  • www.renaka/com
  • www.renaka/.com
  • www.renaka./com
  • www.renakancom
  • www.renakan.com
  • www.renaka.ncom
  • www.renaka;com
  • www.renaka;.com
  • www.renaka.;com
  • www.renakalcom
  • www.renakal.com
  • www.renaka.lcom
  • www.renaka com
  • www.renaka .com
  • www.renaka. com
  • www.renaka,com
  • www.renaka,.com
  • www.renaka.,com
  • www.renakamcom
  • www.renakam.com
  • www.renaka.mcom
  • www.renaka.ccom
  • www.renaka.om
  • www.renaka.ccom
  • www.renaka.xom
  • www.renaka.xcom
  • www.renaka.cxom
  • www.renaka.fom
  • www.renaka.fcom
  • www.renaka.cfom
  • www.renaka.vom
  • www.renaka.vcom
  • www.renaka.cvom
  • www.renaka.dom
  • www.renaka.dcom
  • www.renaka.cdom
  • www.renakac.om
  • www.renaka.cm
  • www.renaka.coom
  • www.renaka.cpm
  • www.renaka.cpom
  • www.renaka.copm
  • www.renaka.cim
  • www.renaka.ciom
  • www.renaka.coim
  • www.renaka.ckm
  • www.renaka.ckom
  • www.renaka.cokm
  • www.renaka.clm
  • www.renaka.clom
  • www.renaka.colm
  • www.renaka.c0m
  • www.renaka.c0om
  • www.renaka.co0m
  • www.renaka.c:m
  • www.renaka.c:om
  • www.renaka.co:m
  • www.renaka.c9m
  • www.renaka.c9om
  • www.renaka.co9m
  • www.renaka.ocm
  • www.renaka.co
  • renaka.comm
  • www.renaka.con
  • www.renaka.conm
  • renaka.comn
  • www.renaka.col
  • www.renaka.colm
  • renaka.coml
  • www.renaka.co
  • www.renaka.co m
  • renaka.com
  • www.renaka.cok
  • www.renaka.cokm
  • renaka.comk
  • www.renaka.co,
  • www.renaka.co,m
  • renaka.com,
  • www.renaka.coj
  • www.renaka.cojm
  • renaka.comj
  • www.renaka.cmo
Show All Mistakes Hide All Mistakes