phash.org Report : Visit Site


  • Ranking Alexa Global: # 1,392,965

    Server:Apache...

    The main IP address: 208.113.154.12,Your server United States,Brea ISP:New Dream Network LLC  TLD:org CountryCode:US

    The description :phash the open source perceptual hash library home demo about -- docs download support licensing apps what is a perceptual hash? a perceptual hash is a fingerprint of a multimedia file derived from va...

    This report updates in 12-Aug-2018

Created Date:2006-12-25

Technical data of the phash.org


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host phash.org. Currently, hosted in United States and its service provider is New Dream Network LLC .

Latitude: 33.930221557617
Longitude: -117.88842010498
Country: United States (US)
City: Brea
Region: California
ISP: New Dream Network LLC

HTTP Header Analysis


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

Content-Length:4732
Content-Encoding:gzip
Accept-Ranges:bytes
Vary:Accept-Encoding
Keep-Alive:timeout=2, max=100
Server:Apache
Last-Modified:Sat, 15 Aug 2015 17:27:15 GMT
Connection:Keep-Alive
ETag:"32af-51d5ce128e75c"
Date:Sun, 12 Aug 2018 12:47:01 GMT
Content-Type:text/html

DNS

soa:ns1.dreamhost.com. hostmaster.dreamhost.com. 2018080507 19701 1800 1814400 14400
txt:"google-site-verification=n98Q3_gCnsPQeAKHEnNMmVBhs2YvBW52Q5l9C_noG3A"
ns:ns2.dreamhost.com.
ns3.dreamhost.com.
ns1.dreamhost.com.
ipv4:IP:208.113.154.12
ASN:26347
OWNER:DREAMHOST-AS - New Dream Network, LLC, US
Country:US
mx:MX preference = 0, mail exchanger = vade-in1.mail.dreamhost.com.
MX preference = 0, mail exchanger = vade-in2.mail.dreamhost.com.

HtmlToText

phash the open source perceptual hash library home demo about -- docs download support licensing apps what is a perceptual hash? a perceptual hash is a fingerprint of a multimedia file derived from various features from its content. unlike cryptographic hash functions which rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the features are similar. relevance of perceptual hashing perceptual hashes must be robust enough to take into account transformations or "attacks" on a given input and yet be flexible enough to distinguish between dissimilar files. such attacks can include rotation, skew, contrast adjustment and different compression/formats. all of these challenges make perceptual hashing an interesting field of study and at the forefront of computer science research. what is phash? phash is an open source software library released under the gplv3 license that implements several perceptual hashing algorithms, and provides a c-like api to use those functions in your own programs. phash itself is written in c++. phash 0.9.6 released 04.23.2013 phash 0.9.6 fixes some compilation errors and warnings, as well as updates to the automake files to support building on gentoo. news and updates: 04.23.2013 phash 0.9.6 released. fix some compilation errors and warnings, as well as updates to the automake files to support building on gentoo. 11.23.2012 phash 0.9.5 released. fix compilation problem with using deprecated ffmpeg functions. 10.20.2011 cumulix 1.0 cumulix is an extremely fast and scalable cloud-based image search and retrieval system based on phash pro and neo4j. 01.31.2011 phash 0.9.4 released. added radial image hash to java bindings, fixed compilation on mac os x with complex header type, and the examples linking to pthread. 12.24.2010 mvptree v1.0 new download available. the mvptree is a generic distance-based indexing structure to store n-dimensional data points. the distance function is configurable as well as the type of data. 10.29.2010 audioscout v1.0 audio content indexing software released! a scalable audio content indexing solution for managing a collection of audio files, audioscout is a set of distributed servers that index audio signals based on low-level features in the signal, not just simply on the filename or even its metadata. this makes it ideal for such uses as duplicate detection or the protection of copyrights. it works on both music and speech content. read the preliminary paper or contact us for further details. 08.15.2010 phash 0.9.3 released. fixed a bug with the auxiliary header file causing mp3 support to break. 08.15.2010 phash 0.9.2 released. fixed a bug in the audio perceptual hash when converting from stereo to mono for wav/ogg/flac audio files. 06.15.2010 phash 0.9.1 released. removed dependency on ffmpeg for audio functions (now using libmpg123,libsndfile and libsamplerate libraries), cleaned up java bindings, fixed bug in determining number of cpus on mac os x, fixed bug in multi-threaded image, audio and video functions, preliminary bindings for php and c#. 03.28.2010 phash 0.9.0 released. multithreading support added for hash functions, audio hash can now read ogg and flac files and image hash can handle rgba files. fixed a heap corruption bug in the mvp storage functions. 01.28.2010 phash 0.8.1 released. minor bug fixes for mh image hash and compilation with older gcc releases. 01.25.2010 phash 0.8.0 released. a new perceptual hash has been added based on the marr/mexican hat wavelet, the jni has been greatly improved, and several bugs have been fixed. 12.23.2009 phash 0.7.2 released. fixed a bug when building on systems where mremap is not present. 12.20.2009 phash 0.7.1 released. updates to the java bindings to use new dct video hash, removed need for fftw, included spec file for creating rpms and general code clean up. 12.12.2009 phash 0.7 released. fixed a bug in the perceptual text hash to make hash truly cyclic (credit to xiaofan lin for discovering the bug), now works with latest cimg versions, as well as on windows and bsd systems. 10.07.2009 phash 0.6 released. the new release contains a variable length dct video hash which supercedes the previous video hash. 09.12.2009 the end-stopped wavelets are taking longer than anticipated, so in the meantime we've been devoting more time to improving the video hash to handle longer videos. look for it in the 0.6 release. 07.22.2009 the next version of phash is in the works and will include a new image hash based on gabor and end-stopped wavelets, leading to better feature extraction. we will also be improving the video hash to account for longer videos. stay tuned! 07.02.2009 phash 0.5 released. 06.29.2009 custom index technique added for quick storage, search and retrieval of all hash values within a given distance of a query. this technique uses a specially developed file format for persistent storage and can be used for virtually any size hash and distance metric. preliminary testing reveals a 300% improvement in search time over a simple linear search. for image or audio hashes, additional storage amounts to less than 0.05% of the space used by the actual files. to be included in the 0.5 release! 06.22.2009 support for textual hashing is now in the library. although support is limited to plain utf-8 textual encoded documents for now, the functions allow for a quick scan of documents to find string matches and their offsets. expect this in the next release. 06.05.2009 changed the build system to use the gnu autoconf tools. this should make things easier to build and install the phash lib and program files. 04.15.2009 java bindings for all phash library functions. 02.03.2009 phash now supports hashing for audio files. derived from frequency spectrum data along the bark scale, this hash is based on characteristics that tend to be the most prominent for the human auditory system. furthermore, the number of hashes generated per file vary according to the number of samples in the audio file, so short clips can be matched to longer sound files. naturally, the longer the clip, the more successful it will be. so far, this has proven to work well with 30 second music clips when altered by either mp3 compression and/or telephone simulated filtering. 11.04.2008-2010 the dct hash method has been adapted to video. this is useful for short video clips only, since the entire video is condensed to a fixed length hash. 10.24.2008-2010 support for an image hash based on the discrete cosine transform. the dct is a quick and efficent method to write a hash based on frequency data of the underlying image. while it is generally not sophisticated enough to identify visually similar images in any semantically meaningful way, it is fairly robust against minor distortions of the image, such as blurring, rotation and different compression formats. that's great but what is it good for? potential applications include copyright protection, similarity search for media files, or even digital forensics. for example, youtube could maintain a database of hashes that have been submitted by the major movie producers of movies to which they hold the copyright. if a user then uploads the same video to youtube, the hash will be almost identical, and it can be flagged as a possible copyright violation. the audio hash could be used to automatically tag mp3 files with proper id3 information, while the text hash could be used for plagiarism detection. have another use for phash? let us know! copyright © 2008-2010 evan klinger & david starkweather | valid xhtml

URL analysis for phash.org


http://www.phash.org/download/
http://www.phash.org/licensing/
http://www.phash.org/demo/
http://www.phash.org/apps/
http://www.phash.org/audioscoutm.pdf
http://www.phash.org/docs/
http://www.phash.org/support/

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: PHASH.ORG
Registry Domain ID: D135751777-LROR
Registrar WHOIS Server: whois.dreamhost.com
Registrar URL: http://www.dreamhost.com/
Updated Date: 2018-11-23T08:26:36Z
Creation Date: 2006-12-25T02:28:54Z
Registry Expiry Date: 2019-12-25T02:28:54Z
Registrar Registration Expiration Date:
Registrar: New Dream Network, LLC dba DreamHost Web Hosting
Registrar IANA ID: 431
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +213.2719359
Reseller:
Domain Status: ok https://icann.org/epp#ok
Registrant Organization: evan klinger
Registrant State/Province: ca
Registrant Country: US
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form https://www.icann.org/wicf/)
>>> Last update of WHOIS database: 2019-02-03T15:26:08Z <<<

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

Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.

The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.

  REFERRER http://www.pir.org/

  REGISTRAR Public Interest Registry

SERVERS

  SERVER org.whois-servers.net

  ARGS phash.org

  PORT 43

  TYPE domain

DOMAIN

  NAME phash.org

  HANDLE D135751777-LROR

  CREATED 2006-12-25

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

NSERVER

  NS1.DREAMHOST.COM 64.90.62.230

  NS2.DREAMHOST.COM 208.97.182.10

  NS3.DREAMHOST.COM 66.33.205.230

OWNER

  ORGANIZATION evan klinger

ADDRESS

  STATE ca

  COUNTRY US

  REGISTERED yes

Go to top

Mistakes


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

  • www.uphash.com
  • www.7phash.com
  • www.hphash.com
  • www.kphash.com
  • www.jphash.com
  • www.iphash.com
  • www.8phash.com
  • www.yphash.com
  • www.phashebc.com
  • www.phashebc.com
  • www.phash3bc.com
  • www.phashwbc.com
  • www.phashsbc.com
  • www.phash#bc.com
  • www.phashdbc.com
  • www.phashfbc.com
  • www.phash&bc.com
  • www.phashrbc.com
  • www.urlw4ebc.com
  • www.phash4bc.com
  • www.phashc.com
  • www.phashbc.com
  • www.phashvc.com
  • www.phashvbc.com
  • www.phashvc.com
  • www.phash c.com
  • www.phash bc.com
  • www.phash c.com
  • www.phashgc.com
  • www.phashgbc.com
  • www.phashgc.com
  • www.phashjc.com
  • www.phashjbc.com
  • www.phashjc.com
  • www.phashnc.com
  • www.phashnbc.com
  • www.phashnc.com
  • www.phashhc.com
  • www.phashhbc.com
  • www.phashhc.com
  • www.phash.com
  • www.phashc.com
  • www.phashx.com
  • www.phashxc.com
  • www.phashx.com
  • www.phashf.com
  • www.phashfc.com
  • www.phashf.com
  • www.phashv.com
  • www.phashvc.com
  • www.phashv.com
  • www.phashd.com
  • www.phashdc.com
  • www.phashd.com
  • www.phashcb.com
  • www.phashcom
  • www.phash..com
  • www.phash/com
  • www.phash/.com
  • www.phash./com
  • www.phashncom
  • www.phashn.com
  • www.phash.ncom
  • www.phash;com
  • www.phash;.com
  • www.phash.;com
  • www.phashlcom
  • www.phashl.com
  • www.phash.lcom
  • www.phash com
  • www.phash .com
  • www.phash. com
  • www.phash,com
  • www.phash,.com
  • www.phash.,com
  • www.phashmcom
  • www.phashm.com
  • www.phash.mcom
  • www.phash.ccom
  • www.phash.om
  • www.phash.ccom
  • www.phash.xom
  • www.phash.xcom
  • www.phash.cxom
  • www.phash.fom
  • www.phash.fcom
  • www.phash.cfom
  • www.phash.vom
  • www.phash.vcom
  • www.phash.cvom
  • www.phash.dom
  • www.phash.dcom
  • www.phash.cdom
  • www.phashc.om
  • www.phash.cm
  • www.phash.coom
  • www.phash.cpm
  • www.phash.cpom
  • www.phash.copm
  • www.phash.cim
  • www.phash.ciom
  • www.phash.coim
  • www.phash.ckm
  • www.phash.ckom
  • www.phash.cokm
  • www.phash.clm
  • www.phash.clom
  • www.phash.colm
  • www.phash.c0m
  • www.phash.c0om
  • www.phash.co0m
  • www.phash.c:m
  • www.phash.c:om
  • www.phash.co:m
  • www.phash.c9m
  • www.phash.c9om
  • www.phash.co9m
  • www.phash.ocm
  • www.phash.co
  • phash.orgm
  • www.phash.con
  • www.phash.conm
  • phash.orgn
  • www.phash.col
  • www.phash.colm
  • phash.orgl
  • www.phash.co
  • www.phash.co m
  • phash.org
  • www.phash.cok
  • www.phash.cokm
  • phash.orgk
  • www.phash.co,
  • www.phash.co,m
  • phash.org,
  • www.phash.coj
  • www.phash.cojm
  • phash.orgj
  • www.phash.cmo
Show All Mistakes Hide All Mistakes