clas.co Report : Visit Site


  • Ranking Alexa Global: # 1,680,516,Alexa Ranking in Colombia is # 16,243

    Server:nginx/1.14.0...

    The main IP address: 192.185.26.195,Your server United States,Carrollton ISP:WebsiteWelcome.com  TLD:co CountryCode:US

    The description :error why am i seeing this page? 500 errors usually mean that the server has encountered an unexpected condition that prevented it from fulfilling the request made by the client. this is a general err...

    This report updates in 05-Aug-2018

Created Date:2000-11-26

Technical data of the clas.co


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host clas.co. Currently, hosted in United States and its service provider is WebsiteWelcome.com .

Latitude: 32.953731536865
Longitude: -96.890281677246
Country: United States (US)
City: Carrollton
Region: Texas
ISP: WebsiteWelcome.com

the related websites

HTTP Header Analysis


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

Content-Length:17779
Accept-Ranges:bytes
Server:nginx/1.14.0
Last-Modified:Thu, 28 Jan 2016 02:01:24 GMT
Connection:keep-alive
Date:Sat, 04 Aug 2018 22:56:32 GMT
Content-Type:text/html

DNS

soa:ns1.amarillascoffee.com. jforero1159.gmail.com. 2018051702 86400 7200 3600000 86400
txt:"v=spf1 a mx include:websitewelcome.com ~all"
ns:ns1.amarillascoffee.com.
ns2.amarillascoffee.com.
ipv4:IP:192.185.26.195
ASN:20013
OWNER:CYRUSONE - CyrusOne LLC, US
Country:US
mx:MX preference = 0, mail exchanger = mail.clas.co.

HtmlToText

error why am i seeing this page? 500 errors usually mean that the server has encountered an unexpected condition that prevented it from fulfilling the request made by the client. this is a general error class returned by a web server when it encounters a problem in which the server itself can not be more specific about the error condition in its response to the client. in many cases this is not an indication of an actual problem with the server itself but rather a problem with the information the server has been instructed to access or return as a result of the request. this error is often caused by an issue on your site which may require additional review by your web host. please contact your web host for further assistance. is there anything that i can do? there are a few common causes for this error code including problems with the individual script that may be executed upon request. some of these are easier to spot and correct than others. file and directory ownership the server you are on runs applications in a very specific way in most cases. the server generally expects files and directories be owned by your specific user cpanel user . if you have made changes to the file ownership on your own through ssh please reset the owner and group appropriately. file and directory permissions the server you are on runs applications in a very specific way in most cases. the server generally expects files such as html, images, and other media to have a permission mode of 644 . the server also expects the permission mode on directories to be set to 755 in most cases. (see the section on understanding filesystem permissions.) command syntax errors in .htaccess file in the .htaccess file, you may have added lines that are conflicting with each other or that are not allowed. if you would like to check a specific rule in your .htaccess file you can comment that specific line in the .htaccess by adding # to the beginning of the line. you should always make a backup of this file before you start making changes. for example, if the .htaccess looks like directoryindex default.html addtype application/x-httpd-php5 php then try something like this directoryindex default.html #addtype application/x-httpd-php5 php note: due to the way in which the server environments are setup you may not use php_value arguments in a .htaccess file. exceeded process limits it is possible that this error is caused by having too many processes in the server queue for your individual account. every account on our server may only have 25 simultaneous processes active at any point in time whether they are related to your site or other processes owned by your user such as mail. ps faux or type this to view a specific user's account (be sure to replace username with the actual username): ps faux |grep username once you have the process id ("pid"), type this to kill the specific process (be sure to replace pid with the actual process id): kill pid your web host will be able to advise you on how to avoid this error if it is caused by process limitations. please contact your web host. be sure to include the steps needed to see the 500 error on your site. understanding filesystem permissions symbolic representation the first character indicates the file type and is not related to permissions. the remaining nine characters are in three sets, each representing a class of permissions as three characters. the first set represents the user class. the second set represents the group class. the third set represents the others class. each of the three characters represent the read, write, and execute permissions: r if reading is permitted, - if it is not. w if writing is permitted, - if it is not. x if execution is permitted, - if it is not. the following are some examples of symbolic notation: - rwx r-x r-x a regular file whose user class has full permissions and whose group and others classes have only the read and execute permissions. c rw- rw- r-- a character special file whose user and group classes have the read and write permissions and whose others class has only the read permission. d r-x --- --- a directory whose user class has read and execute permissions and whose group and others classes have no permissions. numeric representation another method for representing permissions is an octal (base-8) notation as shown. this notation consists of at least three digits. each of the three rightmost digits represents a different component of the permissions: user , group , and others . each of these digits is the sum of its component bits as a result, specific bits add to the sum as it is represented by a numeral: the read bit adds 4 to its total (in binary 100), the write bit adds 2 to its total (in binary 010), and the execute bit adds 1 to its total (in binary 001). these values never produce ambiguous combinations. each sum represents a specific set of permissions. more technically, this is an octal representation of a bit field – each bit references a separate permission, and grouping 3 bits at a time in octal corresponds to grouping these permissions by user , group , and others . permission mode 0 7 5 5 4+2+1=7 read, write, execute 4+1=5 read, execute 4+1=5 read, execute permission mode 0 6 4 4 4+2=6 read, write 4 read 4 read how to modify your .htaccess file the .htaccess file contains directives (instructions) that tell the server how to behave in certain scenarios and directly affect how your website functions. redirects and rewriting urls are two very common directives found in a .htaccess file, and many scripts such as wordpress, drupal, joomla and magento add directives to the .htaccess so those scripts can function. it is possible that you may need to edit the .htaccess file at some point, for various reasons.this section covers how to edit the file in cpanel, but not what may need to be changed.(you may need to consult other articles and resources for that information.) there are many ways to edit a .htaccess file edit the file on your computer and upload it to the server via ftp use an ftp program's edit mode use ssh and a text editor use the file manager in cpanel the easiest way to edit a .htaccess file for most people is through the file manager in cpanel. how to edit .htaccess files in cpanel's file manager before you do anything, it is suggested that you backup your website so that you can revert back to a previous version if something goes wrong. open the file manager log into cpanel. in the files section, click on the file manager icon. check the box for document root for and select the domain name you wish to access from the drop-down menu. make sure show hidden files (dotfiles) " is checked. click go . the file manager will open in a new tab or window. look for the .htaccess file in the list of files. you may need to scroll to find it. to edit the .htaccess file right click on the .htaccess file and click code edit from the menu. alternatively, you can click on the icon for the .htaccess file and then click on the code editor icon at the top of the page. a dialogue box may appear asking you about encoding. just click edit to continue. the editor will open in a new window. edit the file as needed. click save changes in the upper right hand corner when done. the changes will be saved. test your website to make sure your changes were successfully saved. if not, correct the error or revert back to the previous version until your site works again. once complete, you can click close to close the file manager window. how to modify file and directory permissions the permissions on a file or directory tell the server how in what ways it should be able to interact with a file or directory. this section covers how to edit the file permissions in cpanel, but not what may need to be changed.(see the section on what you can do for more information.) there are many ways to edit a file permissions use an ftp program use ssh and a text editor use the file manager in cpanel the easiest way to

URL analysis for clas.co




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: clas.co
Registry Domain ID: D63181497-CO
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: whois.godaddy.com
Updated Date: 2018-04-30T16:04:57Z
Creation Date: 2014-11-26T22:03:55Z
Registry Expiry Date: 2018-11-25T23:59:59Z
Registrar: GoDaddy.com, Inc.
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4806242505
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registry Registrant ID:
Registrant Name:
Registrant Organization:
Registrant Street:
Registrant Street:
Registrant Street:
Registrant City:
Registrant State/Province: tolima
Registrant Postal Code:
Registrant Country: CO
Registrant Phone:
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Registry Admin ID:
Admin Name:
Admin Organization:
Admin Street:
Admin Street:
Admin Street:
Admin City:
Admin State/Province:
Admin Postal Code:
Admin Country:
Admin Phone:
Admin Phone Ext:
Admin Fax:
Admin Fax Ext:
Admin Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Registry Tech ID:
Tech Name:
Tech Organization:
Tech Street:
Tech Street:
Tech Street:
Tech City:
Tech State/Province:
Tech Postal Code:
Tech Country:
Tech Phone:
Tech Phone Ext:
Tech Fax:
Tech Fax Ext:
Tech Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
Name Server: ns2.amarillascoffee.com
Name Server: ns1.amarillascoffee.com
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of WHOIS database: 2018-08-05T16:42:25Z <<<

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

The above WHOIS results have been redacted to remove potential personal data. The full WHOIS output may be available to individuals and organisations with a legitimate interest in accessing this data not outweighed by the fundamental privacy rights of the data subject. To find out more, or to make a request for access, please visit: RDDSrequest.nic.co.

.CO Internet, S.A.S., the Administrator for .CO, has collected this information for the WHOIS database through Accredited Registrars. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the .CO Internet registry database. .CO Internet makes this information available to you "as is" and does 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: (1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; (2) in contravention of any applicable data and privacy protection laws; or (3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). Compilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without .CO Internet's prior written permission. .CO Internet reserves the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. In some limited cases, domains that might appear as available in whois might not actually be available as they could be already registered and the whois not yet updated and/or they could be part of the Restricted list. In this cases, performing a check through your Registrar's (EPP check) will give you the actual status of the domain. Additionally, domains currently or previously used as extensions in 3rd level domains will not be available for registration in the 2nd level. For example, org.co,mil.co,edu.co,com.co,net.co,nom.co,arts.co, firm.co,info.co,int.co,web.co,rec.co,co.co.

NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME. All domain names are subject to certain additional domain name registration rules. For details, please visit our site at www.cointernet.co .


  REFERRER http://www.cointernet.com.co/

  REGISTRAR .CO Internet, S.A.S.

SERVERS

  SERVER co.whois-servers.net

  ARGS clas.co

  PORT 43

  TYPE domain

DOMAIN

  NAME clas.co

  HANDLE D63181497-CO

  CREATED 2000-11-26

STATUS
clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
clientRenewProhibited https://icann.org/epp#clientRenewProhibited
clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
clientTransferProhibited https://icann.org/epp#clientTransferProhibited

NSERVER

  NS2.AMARILLASCOFFEE.COM 192.185.26.105

  NS1.AMARILLASCOFFEE.COM 192.185.26.104

OWNER

ADDRESS

  STATE tolima

  COUNTRY CO

  EMAIL Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.

ADMIN

  EMAIL Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.

TECH

  EMAIL Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.

  REGISTERED yes

Go to top

Mistakes


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

  • www.uclas.com
  • www.7clas.com
  • www.hclas.com
  • www.kclas.com
  • www.jclas.com
  • www.iclas.com
  • www.8clas.com
  • www.yclas.com
  • www.clasebc.com
  • www.clasebc.com
  • www.clas3bc.com
  • www.claswbc.com
  • www.classbc.com
  • www.clas#bc.com
  • www.clasdbc.com
  • www.clasfbc.com
  • www.clas&bc.com
  • www.clasrbc.com
  • www.urlw4ebc.com
  • www.clas4bc.com
  • www.clasc.com
  • www.clasbc.com
  • www.clasvc.com
  • www.clasvbc.com
  • www.clasvc.com
  • www.clas c.com
  • www.clas bc.com
  • www.clas c.com
  • www.clasgc.com
  • www.clasgbc.com
  • www.clasgc.com
  • www.clasjc.com
  • www.clasjbc.com
  • www.clasjc.com
  • www.clasnc.com
  • www.clasnbc.com
  • www.clasnc.com
  • www.clashc.com
  • www.clashbc.com
  • www.clashc.com
  • www.clas.com
  • www.clasc.com
  • www.clasx.com
  • www.clasxc.com
  • www.clasx.com
  • www.clasf.com
  • www.clasfc.com
  • www.clasf.com
  • www.clasv.com
  • www.clasvc.com
  • www.clasv.com
  • www.clasd.com
  • www.clasdc.com
  • www.clasd.com
  • www.clascb.com
  • www.clascom
  • www.clas..com
  • www.clas/com
  • www.clas/.com
  • www.clas./com
  • www.clasncom
  • www.clasn.com
  • www.clas.ncom
  • www.clas;com
  • www.clas;.com
  • www.clas.;com
  • www.claslcom
  • www.clasl.com
  • www.clas.lcom
  • www.clas com
  • www.clas .com
  • www.clas. com
  • www.clas,com
  • www.clas,.com
  • www.clas.,com
  • www.clasmcom
  • www.clasm.com
  • www.clas.mcom
  • www.clas.ccom
  • www.clas.om
  • www.clas.ccom
  • www.clas.xom
  • www.clas.xcom
  • www.clas.cxom
  • www.clas.fom
  • www.clas.fcom
  • www.clas.cfom
  • www.clas.vom
  • www.clas.vcom
  • www.clas.cvom
  • www.clas.dom
  • www.clas.dcom
  • www.clas.cdom
  • www.clasc.om
  • www.clas.cm
  • www.clas.coom
  • www.clas.cpm
  • www.clas.cpom
  • www.clas.copm
  • www.clas.cim
  • www.clas.ciom
  • www.clas.coim
  • www.clas.ckm
  • www.clas.ckom
  • www.clas.cokm
  • www.clas.clm
  • www.clas.clom
  • www.clas.colm
  • www.clas.c0m
  • www.clas.c0om
  • www.clas.co0m
  • www.clas.c:m
  • www.clas.c:om
  • www.clas.co:m
  • www.clas.c9m
  • www.clas.c9om
  • www.clas.co9m
  • www.clas.ocm
  • www.clas.co
  • clas.com
  • www.clas.con
  • www.clas.conm
  • clas.con
  • www.clas.col
  • www.clas.colm
  • clas.col
  • www.clas.co
  • www.clas.co m
  • clas.co
  • www.clas.cok
  • www.clas.cokm
  • clas.cok
  • www.clas.co,
  • www.clas.co,m
  • clas.co,
  • www.clas.coj
  • www.clas.cojm
  • clas.coj
  • www.clas.cmo
Show All Mistakes Hide All Mistakes