• Source: World Wide Web
    • The World Wide Web (WWW or simply the Web) is an information system that enables content sharing over the Internet through user-friendly ways meant to appeal to users beyond IT specialists and hobbyists. It allows documents and other web resources to be accessed over the Internet according to specific rules of the Hypertext Transfer Protocol (HTTP).
      The Web was invented by English computer scientist Tim Berners-Lee while at CERN in 1989 and opened to the public in 1991. It was conceived as a "universal linked information system". Documents and other media content are made available to the network through web servers and can be accessed by programs such as web browsers. Servers and resources on the World Wide Web are identified and located through character strings called uniform resource locators (URLs).
      The original and still very common document type is a web page formatted in Hypertext Markup Language (HTML). This markup language supports plain text, images, embedded video and audio contents, and scripts (short programs) that implement complex user interaction. The HTML language also supports hyperlinks (embedded URLs) which provide immediate access to other web resources. Web navigation, or web surfing, is the common practice of following such hyperlinks across multiple websites. Web applications are web pages that function as application software. The information in the Web is transferred across the Internet using HTTP. Multiple web resources with a common theme and usually a common domain name make up a website. A single web server may provide multiple websites, while some websites, especially the most popular ones, may be provided by multiple servers. Website content is provided by a myriad of companies, organizations, government agencies, and individual users; and comprises an enormous amount of educational, entertainment, commercial, and government information.
      The Web has become the world's dominant information systems platform. It is the primary tool that billions of people worldwide use to interact with the Internet.


      History



      The Web was invented by English computer scientist Tim Berners-Lee while working at CERN. He was motivated by the problem of storing, updating, and finding documents and data files in that large and constantly changing organization, as well as distributing them to collaborators outside CERN. In his design, Berners-Lee dismissed the common tree structure approach, used for instance in the existing CERNDOC documentation system and in the Unix filesystem, as well as approaches that relied in tagging files with keywords, as in the VAX/NOTES system. Instead he adopted concepts he had put into practice with his private ENQUIRE system (1980) built at CERN. When he became aware of Ted Nelson's hypertext model (1965), in which documents can be linked in unconstrained ways through hyperlinks associated with "hot spots" embedded in the text, it helped to confirm the validity of his concept.
      The model was later popularized by Apple's HyperCard system. Unlike Hypercard, Berners-Lee's new system from the outset was meant to support links between multiple databases on independent computers, and to allow simultaneous access by many users from any computer on the Internet. He also specified that the system should eventually handle other media besides text, such as graphics, speech, and video. Links could refer to mutable data files, or even fire up programs on their server computer. He also conceived "gateways" that would allow access through the new system to documents organized in other ways (such as traditional computer file systems or the Usenet). Finally, he insisted that the system should be decentralized, without any central control or coordination over the creation of links.
      Berners-Lee submitted a proposal to CERN in May 1989, without giving the system a name. He got a working system implemented by the end of 1990, including a browser called WorldWideWeb (which became the name of the project and of the network) and an HTTP server running at CERN. As part of that development he defined the first version of the HTTP protocol, the basic URL syntax, and implicitly made HTML the primary document format. The technology was released outside CERN to other research institutions starting in January 1991, and then to the whole Internet on 23 August 1991. The Web was a success at CERN, and began to spread to other scientific and academic institutions. Within the next two years, there were 50 websites created.
      CERN made the Web protocol and code available royalty free in 1993, enabling its widespread use. After the NCSA released the Mosaic web browser later that year, the Web's popularity grew rapidly as thousands of websites sprang up in less than a year. Mosaic was a graphical browser that could display inline images and submit forms that were processed by the HTTPd server. Marc Andreessen and Jim Clark founded Netscape the following year and released the Navigator browser, which introduced Java and JavaScript to the Web. It quickly became the dominant browser. Netscape became a public company in 1995 which triggered a frenzy for the Web and started the dot-com bubble. Microsoft responded by developing its own browser, Internet Explorer, starting the browser wars. By bundling it with Windows, it became the dominant browser for 14 years.
      Berners-Lee founded the World Wide Web Consortium (W3C) which created XML in 1996 and recommended replacing HTML with stricter XHTML. In the meantime, developers began exploiting an IE feature called XMLHttpRequest to make Ajax applications and launched the Web 2.0 revolution. Mozilla, Opera, and Apple rejected XHTML and created the WHATWG which developed HTML5. In 2009, the W3C conceded and abandoned XHTML. In 2019, it ceded control of the HTML specification to the WHATWG.
      The World Wide Web has been central to the development of the Information Age and is the primary tool billions of people use to interact on the Internet.


      Nomenclature



      Tim Berners-Lee states that World Wide Web is officially spelled as three separate words, each capitalised, with no intervening hyphens. Nonetheless, it is often called simply the Web, and also often the web; see Capitalization of Internet for details. In Mandarin Chinese, World Wide Web is commonly translated via a phono-semantic matching to wàn wéi wǎng (万维网), which satisfies www and literally means "10,000-dimensional net", a translation that reflects the design concept and proliferation of the World Wide Web.
      Use of the www prefix has been declining, especially when web applications sought to brand their domain names and make them easily pronounceable. As the mobile Web grew in popularity, services like Gmail.com, Outlook.com, Myspace.com, Facebook.com and Twitter.com are most often mentioned without adding "www." (or, indeed, ".com") to the domain.
      In English, www is usually read as double-u double-u double-u. Some users pronounce it dub-dub-dub, particularly in New Zealand. Stephen Fry, in his "Podgrams" series of podcasts, pronounces it wuh wuh wuh. The English writer Douglas Adams once quipped in The Independent on Sunday (1999): "The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for".


      Function



      The terms Internet and World Wide Web are often used without much distinction. However, the two terms do not mean the same thing. The Internet is a global system of computer networks interconnected through telecommunications and optical networking. In contrast, the World Wide Web is a global collection of documents and other resources, linked by hyperlinks and URIs. Web resources are accessed using HTTP or HTTPS, which are application-level Internet protocols that use the Internet transport protocols.
      Viewing a web page on the World Wide Web normally begins either by typing the URL of the page into a web browser or by following a hyperlink to that page or resource. The web browser then initiates a series of background communication messages to fetch and display the requested page. In the 1990s, using a browser to view web pages—and to move from one web page to another through hyperlinks—came to be known as 'browsing,' 'web surfing' (after channel surfing), or 'navigating the Web'. Early studies of this new behaviour investigated user patterns in using web browsers. One study, for example, found five user patterns: exploratory surfing, window surfing, evolved surfing, bounded navigation and targeted navigation.
      The following example demonstrates the functioning of a web browser when accessing a page at the URL http://example.org/home.html. The browser resolves the server name of the URL (example.org) into an Internet Protocol address using the globally distributed Domain Name System (DNS). This lookup returns an IP address such as 203.0.113.4 or 2001:db8:2e::7334. The browser then requests the resource by sending an HTTP request across the Internet to the computer at that address. It requests service from a specific TCP port number that is well known for the HTTP service so that the receiving host can distinguish an HTTP request from other network protocols it may be servicing. HTTP normally uses port number 80 and for HTTPS it normally uses port number 443. The content of the HTTP request can be as simple as two lines of text:

      The computer receiving the HTTP request delivers it to web server software listening for requests on port 80. If the web server can fulfil the request it sends an HTTP response back to the browser indicating success:

      followed by the content of the requested page. Hypertext Markup Language (HTML) for a basic web page might look like this:

      The web browser parses the HTML and interprets the markup (, <p> for paragraph, and such) that surrounds the words to format the text on the screen. Many <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages use HTML to reference the URLs of other resources such as images, other embedded media, scripts that affect page behaviour, and Cascading Style Sheets that affect page layout. The browser makes additional HTTP requests to the <a href="http://5.180.24.3/info/web" target="_blank">web</a> server for these other Internet media types. As it receives their content from the <a href="http://5.180.24.3/info/web" target="_blank">web</a> server, the browser progressively renders the page onto the screen as specified by its HTML and these additional resources.<br /> <br /> <br /> <h2>= HTML</h2>=<br /> <br /> Hypertext Markup Language (HTML) is the standard markup language for creating <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages and <a href="http://5.180.24.3/info/web" target="_blank">web</a> applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> browsers receive HTML documents from a <a href="http://5.180.24.3/info/web" target="_blank">web</a> server or from local storage and render the documents into multimedia <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages. HTML describes the structure of a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page semantically and originally included cues for the appearance of the document.<br /> HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the page. Other tags such as <p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.<br /> HTML can embed programs written in a scripting language such as JavaScript, which affects the behaviour and content of <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages. Inclusion of CSS defines the look and layout of content. The <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Consortium (W3C), maintainer of both the HTML and the CSS standards, has encouraged the use of CSS over explicit presentational HTML since 1997.<br /> <br /> <br /> <h2>= Linking</h2>=<br /> Most <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages contain hyperlinks to other related pages and perhaps to downloadable files, source documents, definitions and other <a href="http://5.180.24.3/info/web" target="_blank">web</a> resources. In the underlying HTML, a hyperlink looks like this:<br /> <a href="http://example.org/home.html">Example.org Homepage</a>.<br /> <br /> Such a collection of useful, related resources, interconnected via hypertext links is dubbed a <a href="http://5.180.24.3/info/web" target="_blank">web</a> of information. Publication on the Internet created what Tim Berners-Lee first called the WorldWideWeb (in its original CamelCase, which was subsequently discarded) in November 1990.<br /> The hyperlink structure of the <a href="http://5.180.24.3/info/web" target="_blank">web</a> is described by the webgraph: the nodes of the <a href="http://5.180.24.3/info/web" target="_blank">web</a> graph correspond to the <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages (or URLs) the directed edges between them to the hyperlinks. Over time, many <a href="http://5.180.24.3/info/web" target="_blank">web</a> resources pointed to by hyperlinks disappear, relocate, or are replaced with different content. This makes hyperlinks obsolete, a phenomenon referred to in some circles as link rot, and the hyperlinks affected by it are often called "dead" links. The ephemeral nature of the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> has prompted many efforts to archive websites. The Internet Archive, active since 1996, is the best known of such efforts.<br /> <br /> <br /> <h2>= WWW prefix</h2>=<br /> Many hostnames used for the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> begin with www because of the long-standing practice of naming Internet hosts according to the services they provide. The hostname of a <a href="http://5.180.24.3/info/web" target="_blank">web</a> server is often www, in the same way that it may be ftp for an FTP server, and news or nntp for a Usenet news server. These hostnames appear as Domain Name System (DNS) or subdomain names, as in www.example.com. The use of www is not required by any technical or policy standard and many websites do not use it; the first <a href="http://5.180.24.3/info/web" target="_blank">web</a> server was nxoc01.cern.ch. According to Paolo Palazzi, who worked at CERN along with Tim Berners-Lee, the popular use of www as subdomain was accidental; the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> project page was intended to be published at www.cern.ch while info.cern.ch was intended to be the CERN home page; however the DNS records were never switched, and the practice of prepending www to an institution's website domain name was subsequently copied. Many established websites still use the prefix, or they employ other subdomain names such as www2, secure or en for special purposes. Many such <a href="http://5.180.24.3/info/web" target="_blank">web</a> servers are set up so that both the main domain name (e.g., example.com) and the www subdomain (e.g., www.example.com) refer to the same site; others require one form or the other, or they may map to different <a href="http://5.180.24.3/info/web" target="_blank">web</a> sites. The use of a subdomain name is useful for load balancing incoming <a href="http://5.180.24.3/info/web" target="_blank">web</a> traffic by creating a CNAME record that points to a cluster of <a href="http://5.180.24.3/info/web" target="_blank">web</a> servers. Since, currently, only a subdomain can be used in a CNAME, the same result cannot be achieved by using the bare domain root.<br /> When a user submits an incomplete domain name to a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser in its address bar input field, some <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsers automatically try adding the prefix "www" to the beginning of it and possibly ".com", ".org" and ".net" at the end, depending on what might be missing. For example, entering "microsoft" may be transformed to http://www.microsoft.com/ and "openoffice" to http://www.openoffice.org. This feature started appearing in early versions of Firefox, when it still had the working title 'Firebird' in early 2003, from an earlier practice in browsers such as Lynx. It is reported that Microsoft was granted a US patent for the same idea in 2008, but only for mobile devices.<br /> <br /> <br /> <h2>= Scheme specifiers</h2>=<br /> The scheme specifiers http:// and https:// at the start of a <a href="http://5.180.24.3/info/web" target="_blank">web</a> URI refer to Hypertext Transfer Protocol or HTTP Secure, respectively. They specify the communication protocol to use for the request and response. The HTTP protocol is fundamental to the operation of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>, and the added encryption layer in HTTPS is essential when browsers send or retrieve confidential data, such as passwords or banking information. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> browsers usually automatically prepend http:// to user-entered URIs, if omitted.<br /> <br /> <br /> <h2>= Pages</h2>=<br /> <br /> A <a href="http://5.180.24.3/info/web" target="_blank">web</a> page (also written as webpage) is a document that is suitable for the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> and <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsers. A <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser displays a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page on a monitor or mobile device.<br /> The term <a href="http://5.180.24.3/info/web" target="_blank">web</a> page usually refers to what is visible, but may also refer to the contents of the computer file itself, which is usually a text file containing hypertext written in HTML or a comparable markup language. Typical <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages provide hypertext for browsing to other <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages via hyperlinks, often referred to as links. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> browsers will frequently have to access multiple <a href="http://5.180.24.3/info/web" target="_blank">web</a> resource elements, such as reading style sheets, scripts, and images, while presenting each <a href="http://5.180.24.3/info/web" target="_blank">web</a> page.<br /> On a network, a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser can retrieve a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page from a remote <a href="http://5.180.24.3/info/web" target="_blank">web</a> server. The <a href="http://5.180.24.3/info/web" target="_blank">web</a> server may restrict access to a private network such as a corporate intranet. The <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser uses the Hypertext Transfer Protocol (HTTP) to make such requests to the <a href="http://5.180.24.3/info/web" target="_blank">web</a> server.<br /> A static <a href="http://5.180.24.3/info/web" target="_blank">web</a> page is delivered exactly as stored, as <a href="http://5.180.24.3/info/web" target="_blank">web</a> content in the <a href="http://5.180.24.3/info/web" target="_blank">web</a> server's file system. In contrast, a dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> page is generated by a <a href="http://5.180.24.3/info/web" target="_blank">web</a> application, usually driven by server-side software. Dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages are used when each user may require completely different information, for example, bank websites, <a href="http://5.180.24.3/info/web" target="_blank">web</a> email etc.<br /> <br /> <br /> <h2></h2> Static page <h2></h2><br /> <br /> A static <a href="http://5.180.24.3/info/web" target="_blank">web</a> page (sometimes called a flat page/stationary page) is a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page that is delivered to the user exactly as stored, in contrast to dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages which are generated by a <a href="http://5.180.24.3/info/web" target="_blank">web</a> application.<br /> Consequently, a static <a href="http://5.180.24.3/info/web" target="_blank">web</a> page displays the same information for all users, from all contexts, subject to modern capabilities of a <a href="http://5.180.24.3/info/web" target="_blank">web</a> server to negotiate content-type or language of the document where such versions are available and the server is configured to do so.<br /> <br /> <br /> <h2></h2> Dynamic pages <h2></h2><br /> <br /> A server-side dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> page is a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page whose construction is controlled by an application server processing server-side scripts. In server-side scripting, parameters determine how the assembly of every new <a href="http://5.180.24.3/info/web" target="_blank">web</a> page proceeds, including the setting up of more client-side processing.<br /> A client-side dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> page processes the <a href="http://5.180.24.3/info/web" target="_blank">web</a> page using JavaScript running in the browser. JavaScript programs can interact with the document via Document Object Model, or DOM, to query page state and alter it. The same client-side techniques can then dynamically update or change the DOM in the same way.<br /> A dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> page is then reloaded by the user or by a computer program to change some variable content. The updating information could come from the server, or from changes made to that page's DOM. This may or may not truncate the browsing history or create a saved version to go back to, but a dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> page update using Ajax technologies will neither create a page to go back to nor truncate the <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsing history forward of the displayed page. Using Ajax technologies the end user gets one dynamic page managed as a single page in the <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser while the actual <a href="http://5.180.24.3/info/web" target="_blank">web</a> content rendered on that page can vary. The Ajax engine sits only on the browser requesting parts of its DOM, the DOM, for its client, from an application server.<br /> Dynamic HTML, or DHTML, is the umbrella term for technologies and methods used to create <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages that are not static <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages, though it has fallen out of common use since the popularization of AJAX, a term which is now itself rarely used. Client-side-scripting, server-side scripting, or a combination of these make for the dynamic <a href="http://5.180.24.3/info/web" target="_blank">web</a> experience in a browser.<br /> JavaScript is a scripting language that was initially developed in 1995 by Brendan Eich, then of Netscape, for use within <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages. The standardised version is ECMAScript. To make <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages more interactive, some <a href="http://5.180.24.3/info/web" target="_blank">web</a> applications also use JavaScript techniques such as Ajax (asynchronous JavaScript and XML). Client-side script is delivered with the page that can make additional HTTP requests to the server, either in response to user actions such as mouse movements or clicks, or based on elapsed time. The server's responses are used to modify the current page rather than creating a new page with each response, so the server needs only to provide limited, incremental information. Multiple Ajax requests can be handled at the same time, and users can interact with the page while data is retrieved. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> pages may also regularly poll the server to check whether new information is available.<br /> <br /> <br /> <h2>= Website</h2>=<br /> <br /> A website is a collection of related <a href="http://5.180.24.3/info/web" target="_blank">web</a> resources including <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages, multimedia content, typically identified with a common domain name, and published on at least one <a href="http://5.180.24.3/info/web" target="_blank">web</a> server. Notable examples are wikipedia.org, google.com, and amazon.com.<br /> A website may be accessible via a public Internet Protocol (IP) network, such as the Internet, or a private local area network (LAN), by referencing a uniform resource locator (URL) that identifies the site.<br /> Websites can have many functions and can be used in various fashions; a website can be a personal website, a corporate website for a company, a government website, an organization website, etc. Websites are typically dedicated to a particular topic or purpose, ranging from entertainment and social networking to providing news and education. All publicly accessible websites collectively constitute the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>, while private websites, such as a company's website for its employees, are typically a part of an intranet.<br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> pages, which are the building blocks of websites, are documents, typically composed in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML). They may incorporate elements from other websites with suitable markup anchors. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> pages are accessed and transported with the Hypertext Transfer Protocol (HTTP), which may optionally employ encryption (HTTP Secure, HTTPS) to provide security and privacy for the user. The user's application, often a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser, renders the page content according to its HTML markup instructions onto a display terminal.<br /> Hyperlinking between <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages conveys to the reader the site structure and guides the navigation of the site, which often starts with a home page containing a directory of the site <a href="http://5.180.24.3/info/web" target="_blank">web</a> content. Some websites require user registration or subscription to access content. Examples of subscription websites include many business sites, news websites, academic journal websites, gaming websites, file-sharing websites, message boards, <a href="http://5.180.24.3/info/web" target="_blank">web</a>-based email, social networking websites, websites providing real-time price quotations for different types of markets, as well as sites providing various other services. End users can access websites on a range of devices, including desktop and laptop computers, tablet computers, smartphones and smart TVs.<br /> <br /> <br /> <h2>= Browser</h2>=<br /> <br /> A <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser (commonly referred to as a browser) is a software user agent for accessing information on the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>. To connect to a website's server and display its pages, a user needs to have a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser program. This is the program that the user runs to download, format, and display a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page on the user's computer.<br /> In addition to allowing users to find, display, and move between <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages, a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser will usually have features like keeping bookmarks, recording history, managing cookies (see below), and home pages and may have facilities for recording passwords for logging into <a href="http://5.180.24.3/info/web" target="_blank">web</a> sites.<br /> The most popular browsers are Chrome, Firefox, Safari, Internet Explorer, and Edge.<br /> <br /> <br /> <h2>= Server</h2>=<br /> <br /> A <a href="http://5.180.24.3/info/web" target="_blank">Web</a> server is server software, or hardware dedicated to running said software, that can satisfy <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> client requests. A <a href="http://5.180.24.3/info/web" target="_blank">web</a> server can, in general, contain one or more websites. A <a href="http://5.180.24.3/info/web" target="_blank">web</a> server processes incoming network requests over HTTP and several other related protocols.<br /> The primary function of a <a href="http://5.180.24.3/info/web" target="_blank">web</a> server is to store, process and deliver <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP). Pages delivered are most frequently HTML documents, which may include images, style sheets and scripts in addition to the text content.<br /> <br /> A user agent, commonly a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser or <a href="http://5.180.24.3/info/web" target="_blank">web</a> crawler, initiates communication by making a request for a specific resource using HTTP and the server responds with the content of that resource or an error message if unable to do so. The resource is typically a real file on the server's secondary storage, but this is not necessarily the case and depends on how the webserver is implemented.<br /> While the primary function is to serve content, full implementation of HTTP also includes ways of receiving content from clients. This feature is used for submitting <a href="http://5.180.24.3/info/web" target="_blank">web</a> forms, including uploading of files.<br /> Many generic <a href="http://5.180.24.3/info/web" target="_blank">web</a> servers also support server-side scripting using Active Server Pages (ASP), PHP (Hypertext Preprocessor), or other scripting languages. This means that the behaviour of the webserver can be scripted in separate files, while the actual server software remains unchanged. Usually, this function is used to generate HTML documents dynamically ("on-the-fly") as opposed to returning static documents. The former is primarily used for retrieving or modifying information from databases. The latter is typically much faster and more easily cached but cannot deliver dynamic content.<br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> servers can also frequently be found embedded in devices such as printers, routers, webcams and serving only a local network. The <a href="http://5.180.24.3/info/web" target="_blank">web</a> server may then be used as a part of a system for monitoring or administering the device in question. This usually means that no additional software has to be installed on the client computer since only a <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser is required (which now is included with most operating systems).<br /> <br /> <br /> <h2>= Cookie</h2>=<br /> <br /> An HTTP cookie (also called <a href="http://5.180.24.3/info/web" target="_blank">web</a> cookie, Internet cookie, browser cookie, or simply cookie) is a small piece of data sent from a website and stored on the user's computer by the user's <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser while the user is browsing. Cookies were designed to be a reliable mechanism for websites to remember stateful information (such as items added in the shopping cart in an online store) or to record the user's browsing activity (including clicking particular buttons, logging in, or recording which pages were visited in the past). They can also be used to remember arbitrary pieces of information that the user previously entered into form fields such as names, addresses, passwords, and credit card numbers.<br /> Cookies perform essential functions in the modern <a href="http://5.180.24.3/info/web" target="_blank">web</a>. Perhaps most importantly, authentication cookies are the most common method used by <a href="http://5.180.24.3/info/web" target="_blank">web</a> servers to know whether the user is logged in or not, and which account they are logged in with. Without such a mechanism, the site would not know whether to send a page containing sensitive information or require the user to authenticate themselves by logging in. The security of an authentication cookie generally depends on the security of the issuing website and the user's <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser, and on whether the cookie data is encrypted. Security vulnerabilities may allow a cookie's data to be read by a hacker, used to gain access to user data, or used to gain access (with the user's credentials) to the website to which the cookie belongs (see cross-site scripting and cross-site request forgery for examples).<br /> Tracking cookies, and especially third-party tracking cookies, are commonly used as ways to compile long-term records of individuals' browsing histories – a potential privacy concern that prompted European and U.S. lawmakers to take action in 2011. European law requires that all websites targeting European Union member states gain "informed consent" from users before storing non-essential cookies on their device.<br /> Google Project Zero researcher Jann Horn describes ways cookies can be read by intermediaries, like Wi-Fi hotspot providers. When in such circumstances, he recommends using the browser in private browsing mode (widely known as Incognito mode in Google Chrome).<br /> <br /> <br /> <h2>= Search engine</h2>=<br /> <br /> A <a href="http://5.180.24.3/info/web" target="_blank">web</a> search engine or Internet search engine is a software system that is designed to carry out <a href="http://5.180.24.3/info/web" target="_blank">web</a> search (Internet search), which means to search the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> in a systematic way for particular information specified in a <a href="http://5.180.24.3/info/web" target="_blank">web</a> search query. The search results are generally presented in a line of results, often referred to as search engine results pages (SERPs). The information may be a mix of <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages, images, videos, infographics, articles, research papers, and other types of files. Some search engines also mine data available in databases or open directories. Unlike <a href="http://5.180.24.3/info/web" target="_blank">web</a> directories, which are maintained only by human editors, search engines also maintain real-time information by running an algorithm on a <a href="http://5.180.24.3/info/web" target="_blank">web</a> crawler. Internet content that is not capable of being searched by a <a href="http://5.180.24.3/info/web" target="_blank">web</a> search engine is generally described as the deep <a href="http://5.180.24.3/info/web" target="_blank">web</a>.<br /> <br /> <br /> <h2>= Deep <a href="http://5.180.24.3/info/web" target="_blank">web</a></h2>=<br /> <br /> The deep <a href="http://5.180.24.3/info/web" target="_blank">web</a>, invisible <a href="http://5.180.24.3/info/web" target="_blank">web</a>, or hidden <a href="http://5.180.24.3/info/web" target="_blank">web</a> are parts of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> whose contents are not indexed by standard <a href="http://5.180.24.3/info/web" target="_blank">web</a> search engines. The opposite term to the deep <a href="http://5.180.24.3/info/web" target="_blank">web</a> is the surface <a href="http://5.180.24.3/info/web" target="_blank">web</a>, which is accessible to anyone using the Internet. Computer scientist Michael K. Bergman is credited with coining the term deep <a href="http://5.180.24.3/info/web" target="_blank">web</a> in 2001 as a search indexing term.<br /> The content of the deep <a href="http://5.180.24.3/info/web" target="_blank">web</a> is hidden behind HTTP forms, and includes many very common uses such as <a href="http://5.180.24.3/info/web" target="_blank">web</a> mail, online banking, and services that users must pay for, and which is protected by a paywall, such as video on demand, some online magazines and newspapers, among others.<br /> The content of the deep <a href="http://5.180.24.3/info/web" target="_blank">web</a> can be located and accessed by a direct URL or IP address and may require a password or other security access past the public website page.<br /> <br /> <br /> <h2>= Caching</h2>=<br /> A <a href="http://5.180.24.3/info/web" target="_blank">web</a> cache is a server computer located either on the public Internet or within an enterprise that stores recently accessed <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages to improve response time for users when the same content is requested within a certain time after the original request. Most <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsers also implement a browser cache by writing recently obtained data to a local data storage device. HTTP requests by a browser may ask only for data that has changed since the last access. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> pages and resources may contain expiration information to control caching to secure sensitive data, such as in online banking, or to facilitate frequently updated sites, such as news media. Even sites with highly dynamic content may permit basic resources to be refreshed only occasionally. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> site designers find it worthwhile to collate resources such as CSS data and JavaScript into a few site-<a href="http://5.180.24.3/info/wide" target="_blank">wide</a> files so that they can be cached efficiently. Enterprise firewalls often cache <a href="http://5.180.24.3/info/web" target="_blank">Web</a> resources requested by one user for the benefit of many users. Some search engines store cached content of frequently accessed websites.<br /> <br /> <br /> <h2>Security</h2><br /> For criminals, the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> has become a venue to spread malware and engage in a range of cybercrimes, including (but not limited to) identity theft, fraud, espionage and intelligence gathering. <a href="http://5.180.24.3/info/web" target="_blank">Web</a>-based vulnerabilities now outnumber traditional computer security concerns, and as measured by Google, about one in ten <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages may contain malicious code. Most <a href="http://5.180.24.3/info/web" target="_blank">web</a>-based attacks take place on legitimate websites, and most, as measured by Sophos, are hosted in the United States, China and Russia. The most common of all malware threats is SQL injection attacks against websites. Through HTML and URIs, the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> was vulnerable to attacks like cross-site scripting (XSS) that came with the introduction of JavaScript and were exacerbated to some degree by <a href="http://5.180.24.3/info/web" target="_blank">Web</a> 2.0 and Ajax <a href="http://5.180.24.3/info/web" target="_blank">web</a> design that favours the use of scripts. In one 2007 estimate, 70% of all websites are open to XSS attacks on their users. Phishing is another common threat to the <a href="http://5.180.24.3/info/web" target="_blank">Web</a>. In February 2013, RSA (the security division of EMC) estimated the global losses from phishing at $1.5 billion in 2012. Two of the well-known phishing methods are Covert Redirect and Open Redirect.<br /> Proposed solutions vary. Large security companies like McAfee already design governance and compliance suites to meet post-9/11 regulations, and some, like Finjan have recommended active real-time inspection of programming code and all content regardless of its source. Some have argued that for enterprises to see <a href="http://5.180.24.3/info/web" target="_blank">Web</a> security as a business opportunity rather than a cost centre, while others call for "ubiquitous, always-on digital rights management" enforced in the infrastructure to replace the hundreds of companies that secure data and networks. Jonathan Zittrain has said users sharing responsibility for computing safety is far preferable to locking down the Internet.<br /> <br /> <br /> <h2>Privacy</h2><br /> <br /> Every time a client requests a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page, the server can identify the request's IP address. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> servers usually log IP addresses in a log file. Also, unless set not to do so, most <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsers record requested <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages in a viewable history feature, and usually cache much of the content locally. Unless the server-browser communication uses HTTPS encryption, <a href="http://5.180.24.3/info/web" target="_blank">web</a> requests and responses travel in plain text across the Internet and can be viewed, recorded, and cached by intermediate systems. Another way to hide personally identifiable information is by using a virtual private network. A VPN encrypts traffic between the client and VPN server, and masks the original IP address, lowering the chance of user identification.<br /> When a <a href="http://5.180.24.3/info/web" target="_blank">web</a> page asks for, and the user supplies, personally identifiable information—such as their real name, address, e-mail address, etc. <a href="http://5.180.24.3/info/web" target="_blank">web</a>-based entities can associate current <a href="http://5.180.24.3/info/web" target="_blank">web</a> traffic with that individual. If the website uses HTTP cookies, username, and password authentication, or other tracking techniques, it can relate other <a href="http://5.180.24.3/info/web" target="_blank">web</a> visits, before and after, to the identifiable information provided. In this way, a <a href="http://5.180.24.3/info/web" target="_blank">web</a>-based organization can develop and build a profile of the individual people who use its site or sites. It may be able to build a record for an individual that includes information about their leisure activities, their shopping interests, their profession, and other aspects of their demographic profile. These profiles are of potential interest to marketers, advertisers, and others. Depending on the website's terms and conditions and the local laws that apply information from these profiles may be sold, shared, or passed to other organizations without the user being informed. For many ordinary people, this means little more than some unexpected emails in their inbox or some uncannily relevant advertising on a future <a href="http://5.180.24.3/info/web" target="_blank">web</a> page. For others, it can mean that time spent indulging an unusual interest can result in a deluge of further targeted marketing that may be unwelcome. Law enforcement, counterterrorism, and espionage agencies can also identify, target, and track individuals based on their interests or proclivities on the <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> Social networking sites usually try to get users to use their real names, interests, and locations, rather than pseudonyms, as their executives believe that this makes the social networking experience more engaging for users. On the other hand, uploaded photographs or unguarded statements can be identified to an individual, who may regret this exposure. Employers, schools, parents, and other relatives may be influenced by aspects of social networking profiles, such as text posts or digital photos, that the posting individual did not intend for these audiences. Online bullies may make use of personal information to harass or stalk users. Modern social networking websites allow fine-grained control of the privacy settings for each posting, but these can be complex and not easy to find or use, especially for beginners. Photographs and videos posted onto websites have caused particular problems, as they can add a person's face to an online profile. With modern and potential facial recognition technology, it may then be possible to relate that face with other, previously anonymous, images, events, and scenarios that have been imaged elsewhere. Due to image caching, mirroring, and copying, it is difficult to remove an image from the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> <br /> <br /> <h2>Standards</h2><br /> <br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> standards include many interdependent standards and specifications, some of which govern aspects of the Internet, not just the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>. Even when not <a href="http://5.180.24.3/info/web" target="_blank">web</a>-focused, such standards directly or indirectly affect the development and administration of websites and <a href="http://5.180.24.3/info/web" target="_blank">web</a> services. Considerations include the interoperability, accessibility and usability of <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages and <a href="http://5.180.24.3/info/web" target="_blank">web</a> sites.<br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> standards, in the broader sense, consist of the following:<br /> <br /> Recommendations published by the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Consortium (W3C)<br /> "Living Standard" made by the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Hypertext Application Technology Working Group (WHATWG)<br /> Request for Comments (RFC) documents published by the Internet Engineering Task Force (IETF)<br /> Standards published by the International Organization for Standardization (ISO)<br /> Standards published by Ecma International (formerly ECMA)<br /> The Unicode Standard and various Unicode Technical Reports (UTRs) published by the Unicode Consortium<br /> Name and number registries maintained by the Internet Assigned Numbers Authority (IANA)<br /> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> standards are not fixed sets of rules but are constantly evolving sets of finalized technical specifications of <a href="http://5.180.24.3/info/web" target="_blank">web</a> technologies. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> standards are developed by standards organizations—groups of interested and often competing parties chartered with the task of standardization—not technologies developed and declared to be a standard by a single individual or company. It is crucial to distinguish those specifications that are under development from the ones that already reached the final development status (in the case of W3C specifications, the highest maturity level).<br /> <br /> <br /> <h2>Accessibility</h2><br /> <br /> There are methods for accessing the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> in alternative mediums and formats to facilitate use by individuals with disabilities. These disabilities may be visual, auditory, physical, speech-related, cognitive, neurological, or some combination. Accessibility features also help people with temporary disabilities, like a broken arm, or ageing users as their abilities change. The <a href="http://5.180.24.3/info/web" target="_blank">Web</a> is receiving information as well as providing information and interacting with society. The <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Consortium claims that it is essential that the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> be accessible, so it can provide equal access and equal opportunity to people with disabilities. Tim Berners-Lee once noted, "The power of the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> is in its universality. Access by everyone regardless of disability is an essential aspect." Many countries regulate <a href="http://5.180.24.3/info/web" target="_blank">web</a> accessibility as a requirement for websites. International co-operation in the W3C <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Accessibility Initiative led to simple guidelines that <a href="http://5.180.24.3/info/web" target="_blank">web</a> content authors as well as software developers can use to make the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> accessible to persons who may or may not be using assistive technology.<br /> <br /> <br /> <h2>Internationalisation</h2><br /> <br /> The W3C Internationalisation Activity assures that <a href="http://5.180.24.3/info/web" target="_blank">web</a> technology works in all languages, scripts, and cultures. Beginning in 2004 or 2005, Unicode gained ground and eventually in December 2007 surpassed both ASCII and Western European as the <a href="http://5.180.24.3/info/web" target="_blank">Web</a>'s most frequently used character map. Originally RFC 3986 allowed resources to be identified by URI in a subset of US-ASCII. RFC 3987 allows more characters—any character in the Universal Character Set—and now a resource can be identified by IRI in any language.<br /> <br /> <br /> <h2>See also</h2><br /> <br /> <br /> <h2>References</h2><br /> <br /> <br /> <h2>Further reading</h2><br /> Berners-Lee, Tim; Bray, Tim; Connolly, Dan; Cotton, Paul; Fielding, Roy; Jeckle, Mario; Lilley, Chris; Mendelsohn, Noah; Orchard, David; Walsh, Norman; Williams, Stuart (15 December 2004). "Architecture of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>, Volume One". W3C. Version 20041215.<br /> Berners-Lee, Tim (August 1996). "The <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>: Past, Present and Future". W3C.<br /> Brügger, Niels, ed, Web25: Histories from the first 25 years of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> (Peter Lang, 2017).<br /> Fielding, R.; Gettys, J.; Mogul, J.; Frystyk, H.; Masinter, L.; Leach, P.; Berners-Lee, T. (June 1999). "Hypertext Transfer Protocol – HTTP/1.1". Request For Comments 2616. Information Sciences Institute.<br /> Niels Brügger, ed. <a href="http://5.180.24.3/info/web" target="_blank">Web</a> History (2010) 362 pages; Historical perspective on the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>, including issues of culture, content, and preservation.<br /> Polo, Luciano (2003). "<a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Technology Architecture: A Conceptual Analysis". New Devices.<br /> Skau, H.O. (March 1990). "The <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> and Health Information". New Devices.<br /> <br /> <br /> <h2>External links</h2><br /> <br /> The first website<br /> Early archive of the first <a href="http://5.180.24.3/info/web" target="_blank">Web</a> site<br /> Internet Statistics: Growth and Usage of the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> and the Internet<br /> Living Internet A comprehensive history of the Internet, including the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a><br /> <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Consortium (W3C)<br /> W3C Recommendations Reduce "<a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> Wait"<br /> <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Size Daily estimated size of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a><br /> Antonio A. Casilli, Some Elements for a Sociology of Online Interactions<br /> The Erdős Webgraph Server Archived 1 March 2021 at the Wayback Machine offers weekly updated graph representation of a constantly increasing fraction of the WWW<br /> The 25th Anniversary of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Archived 11 July 2021 at the Wayback Machine is an animated video produced by USAID and TechChange which explores the role of the WWW in addressing extreme poverty</p><li><strong>Source:</strong> <a href='https://en.wikipedia.org/wiki/WorldWideWeb' target='_blank'>WorldWideWeb</a></li><p>WorldWideWeb (later renamed Nexus to avoid confusion between the software and the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>) is the first <a href="http://5.180.24.3/info/web" target="_blank">web</a> browser and <a href="http://5.180.24.3/info/web" target="_blank">web</a> page editor. It was discontinued in 1994. It was the first WYSIWYG HTML editor.<br /> The source code was released into the public domain on 30 April 1993. Some of the code still resides on Tim Berners-Lee's NeXT Computer in the CERN museum and has not been recovered due to the computer's status as a historical artifact. To coincide with the 20th anniversary of the research center giving the <a href="http://5.180.24.3/info/web" target="_blank">web</a> to the <a href="http://5.180.24.3/info/world" target="_blank">world</a>, a project began in 2013 at CERN to preserve this original hardware and software associated with the birth of the <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> <br /> <br /> <h2>History</h2><br /> Tim Berners-Lee wrote what would become known as WorldWideWeb on a NeXT Computer during the second half of 1990, while working for CERN, a European nuclear research agency. The first edition was completed "some time before" 25 December 1990, according to Berners-Lee, after two months of development. The browser was announced on the newsgroups and became available to the general public in August 1991. By this time, several others, including Bernd Pollermann, Robert Cailliau, Jean-François Groff, and visiting undergraduate student Nicola Pellow – who later wrote the Line Mode Browser – were involved in the project.<br /> Berners-Lee considered different names for his new application, including The Mine of Information and The Information Mesh, before publicly launching the WorldWideWeb browser in 1991. When a new version was released in 1994, it was renamed Nexus Browser, in order to differentiate between the software (WorldWideWeb) and the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> The team created so called "passive browsers" which do not have the ability to edit because it was hard to port this feature from the NeXT system to other operating systems. Porting to the X Window System was not possible as nobody on the team had experience with the X Window System.<br /> Berners-Lee and Groff later adapted many of WorldWideWeb's components into a C programming language version, creating the libwww API.<br /> A number of early browsers appeared, notably ViolaWWW. They were all eclipsed by Mosaic in terms of popularity, which by 1993 had replaced the WorldWideWeb program. Those involved in its creation had moved on to other tasks, such as defining standards and guidelines for the further development of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a> (e.g. HTML, and various communication protocols).<br /> On 30 April 1993, the CERN directorate released the source code of WorldWideWeb into the public domain. Several versions of the software are still available on the <a href="http://5.180.24.3/info/web" target="_blank">web</a> in various states. Berners-Lee initially considered releasing it under the GNU General Public License, but after hearing rumors that companies might balk at the concept if any licensing issues were involved, he eventually opted to release it into the public domain. In 2021, Sotheby's held an auction for an NFT of the WorldWideWeb source code.<br /> <br /> <br /> <h2>Features</h2><br /> Since WorldWideWeb was developed on and for the NeXTSTEP platform, the program uses many of NeXTSTEP's components – WorldWideWeb's layout engine was built around NeXTSTEP's Text class.<br /> WorldWideWeb is capable of displaying basic style sheets, downloading and opening any file type with a MIME type that is also supported by the NeXT system (PostScript, movies, and sounds), browsing newsgroups, and spellchecking. In earlier versions, images are displayed in separate windows, until NeXTSTEP's Text class gained support for Image objects. WorldWideWeb is able to use different protocols: FTP, HTTP, NNTP, and local files. Later versions are able to display inline images.<br /> The browser is also a WYSIWYG editor. It allows the simultaneous editing and linking of many pages in different windows. The functions "Mark Selection", which creates an anchor, and "Link to Marked", which makes the selected text an anchor linking to the last marked anchor, allow the creation of links. Editing pages remotely is not possible, as the HTTP PUT method had not yet been implemented during the period of the application's active development. Files can be edited in a local file system which is in turn served onto the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> by an HTTP server.<br /> WorldWideWeb's navigation panel contains Next and Previous buttons that automatically navigate to the next or previous link on the last page visited, similar to Opera's Rewind and Fast Forward buttons, or HyperCard; i.e., if one navigated to a page from a table of links, the Previous button would cause the browser to load the previous page linked in the table. This is useful for <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages which contain lists of links. Many still do, but the user interface link-chaining was not adopted by other contemporary browser writers, and it only gained popularity later. An equivalent functionality is nowadays provided by connecting <a href="http://5.180.24.3/info/web" target="_blank">web</a> pages with explicit navigation buttons repeated on each webpage among those links, or with typed links in the headers of the page. This places more of a burden on <a href="http://5.180.24.3/info/web" target="_blank">web</a> site designers and developers, but allows them to control the presentation of the navigation links.<br /> WorldWideWeb does not have bookmarks as they exist in later browsers, but a similar feature was provided: to save a link for later use, users could link to it from their own home page (start page). Users could create multiple home pages, similar to folders in modern <a href="http://5.180.24.3/info/web" target="_blank">web</a> browsers' bookmarks.<br /> <br /> <br /> <h2>See also</h2><br /> <br /> History of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a><br /> Wiki<br /> <br /> <br /> <h2>References</h2><br /> <br /> <br /> <h2>External links</h2><br /> Tim Berners-Lee: WorldWideWeb<br /> A Little History of the <a href="http://5.180.24.3/info/world" target="_blank">World</a> <a href="http://5.180.24.3/info/wide" target="_blank">Wide</a> <a href="http://5.180.24.3/info/web" target="_blank">Web</a><br /> Berners-Lee's blog<br /> Weaving the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> (ISBN 0-06-251587-X), Berners-Lee's book about the conception of the <a href="http://5.180.24.3/info/web" target="_blank">Web</a>.<br /> CERN, Where the <a href="http://5.180.24.3/info/web" target="_blank">Web</a> Was "WWW" born</p></ul><h2>Kata Kunci Pencarian:</h2><ul><li><a href='http://5.180.24.3/info/waring-wera-wanua' target='_blank'>Waring Wera Wanua</a></li><li><a href='http://5.180.24.3/info/situs-web' target='_blank'>Situs web</a></li><li><a href='http://5.180.24.3/info/konsorsium-world-wide-web' target='_blank'>Konsorsium World Wide Web</a></li><li><a href='http://5.180.24.3/info/peramban-web' target='_blank'>Peramban web</a></li><li><a href='http://5.180.24.3/info/http-404' target='_blank'>HTTP 404</a></li><li><a href='http://5.180.24.3/info/perancangan-web' target='_blank'>Perancangan web</a></li><li><a href='http://5.180.24.3/info/the-web-conference' target='_blank'>The Web Conference</a></li><li><a href='http://5.180.24.3/info/peladen-web' target='_blank'>Peladen web</a></li><li><a href='http://5.180.24.3/info/web-gelap' target='_blank'>Web gelap</a></li><li><a href='http://5.180.24.3/info/pengembangan-web' target='_blank'>Pengembangan web</a></li><li><a href='http://5.180.24.3/info/world-wide-web' target='_blank'>World Wide Web</a></li><li><a href='http://5.180.24.3/info/history-of-the-world-wide-web' target='_blank'>History of the World Wide Web</a></li><li><a href='http://5.180.24.3/info/world-wide-web-consortium' target='_blank'>World Wide Web Consortium</a></li><li><a href='http://5.180.24.3/info/worldwideweb' target='_blank'>WorldWideWeb</a></li><li><a href='http://5.180.24.3/info/international-world-wide-web-conference-committee' target='_blank'>International World Wide Web Conference Committee</a></li><li><a href='http://5.180.24.3/info/first-international-conference-on-the-world-wide-web' target='_blank'>First International Conference on the World-Wide Web</a></li><li><a href='http://5.180.24.3/info/the-web-conference' target='_blank'>The Web Conference</a></li><li><a href='http://5.180.24.3/info/world-wide-web-wanderer' target='_blank'>World Wide Web Wanderer</a></li><li><a href='http://5.180.24.3/info/world-wide-web-virtual-library' target='_blank'>World Wide Web Virtual Library</a></li><li><a href='http://5.180.24.3/info/frame-(world-wide-web)' target='_blank'>Frame (World Wide Web)</a></li></ul> <header class="page-header"> <h2 class="page-title"> </h2> </header> <ul> <main id="main" class="site-main" role="main"> <div id="gmr-main-load" class="row grid-container"> <article id="post-5391" class="item-infinite col-md-20 item has-post-thumbnail" itemscope="itemscope" itemtype="https://schema.org/Movie"> <div class="gmr-box-content gmr-box-archive text-center"> <div class="content-thumbnail text-center"><a href="http://5.180.24.3/ralph-breaks-the-internet-2018/" itemprop="url" title="Permalink to: Ralph Breaks the Internet (2018)" rel="bookmark"><img width="152" height="228" src="http://5.180.24.3/wp-content/uploads/2024/07/iVCrhBcpDaHGvv7CLYbK6PuXZo1-152x228.jpg" class="attachment-medium size-medium wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" itemprop="image" decoding="async" srcset="http://5.180.24.3/wp-content/uploads/2024/07/iVCrhBcpDaHGvv7CLYbK6PuXZo1-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/07/iVCrhBcpDaHGvv7CLYbK6PuXZo1-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/07/iVCrhBcpDaHGvv7CLYbK6PuXZo1-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/07/iVCrhBcpDaHGvv7CLYbK6PuXZo1.jpg 300w" sizes="(max-width: 152px) 100vw, 152px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /></a><div class="gmr-rating-item"><span class="icon_star"></span> 7.19</div><div class="gmr-duration-item" property="duration"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z" fill="currentColor"/></svg> 112 min</div><div class="gmr-quality-item hd"><a href="http://5.180.24.3/quality/hd/" rel="tag">HD</a></div></div> <div class="item-article"> <header class="entry-header"> <h2 class="entry-title" itemprop="headline"> <a href="http://5.180.24.3/ralph-breaks-the-internet-2018/" itemprop="url" title="Permalink to: Ralph Breaks the Internet (2018)" rel="bookmark">Ralph Breaks the Internet (2018)</a> </h2> <div class="gmr-movie-on"><a href="http://5.180.24.3/category/adventure/" rel="category tag">Adventure</a>, <a href="http://5.180.24.3/category/animation/" rel="category tag">Animation</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/family/" rel="category tag">Family</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/gudangmovie21/" rel="category tag">gudangmovie21</a>, <span itemprop="contentLocation" itemscope="itemscope" itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/usa/" rel="tag">USA</a></span></div> <span class="screen-reader-text"><time itemprop="dateCreated" datetime="2018-11-20T00:00:00+00:00">20 Nov 2018</time></span><span class="screen-reader-text"><span itemprop="director" itemscope="itemscope" itemtype="http://schema.org/Person"><span itemprop="name"><a href="http://5.180.24.3/director/rich-moore/" rel="tag">Rich Moore</a></span></span></span> <div class="gmr-popup-button"><a href="https://www.youtube.com/watch?v=rttxBrHeU2g" class="button gmr-trailer-popup" title="Trailer for Ralph Breaks the Internet (2018)" rel="nofollow"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path d="M0 2v12h16V2H0zm3 11H1v-2h2v2zm0-4H1V7h2v2zm0-4H1V3h2v2zm9 8H4V3h8v10zm3 0h-2v-2h2v2zm0-4h-2V7h2v2zm0-4h-2V3h2v2zM6 5v6l4-3z" fill="currentColor"/></svg><span class="text-trailer">Trailer</span></a></div> <div class="gmr-watch-movie"> <a href="http://5.180.24.3/ralph-breaks-the-internet-2018/" class="button gmr-watch-button" itemprop="url" title="Permalink to: Ralph Breaks the Internet (2018)" rel="bookmark">Watch</a> </div> </header><!-- .entry-header --> </div><!-- .item-article --> </div><!-- .gmr-box-content --> </article><!-- #post-## --> <article id="post-4830" class="item-infinite col-md-20 item has-post-thumbnail" itemscope="itemscope" itemtype="https://schema.org/Movie"> <div class="gmr-box-content gmr-box-archive text-center"> <div class="content-thumbnail text-center"><a href="http://5.180.24.3/captain-america-the-winter-soldier-2014/" itemprop="url" title="Permalink to: Captain America: The Winter Soldier (2014)" rel="bookmark"><img width="152" height="228" src="http://5.180.24.3/wp-content/uploads/2024/07/tVFRpFw3xTedgPGqxW0AOI8Qhh0-152x228.jpg" class="attachment-medium size-medium wp-post-image" alt="Nonton film Captain America: The Winter Soldier (2014) terbaru sub indo" itemprop="image" decoding="async" srcset="http://5.180.24.3/wp-content/uploads/2024/07/tVFRpFw3xTedgPGqxW0AOI8Qhh0-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/07/tVFRpFw3xTedgPGqxW0AOI8Qhh0-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/07/tVFRpFw3xTedgPGqxW0AOI8Qhh0-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/07/tVFRpFw3xTedgPGqxW0AOI8Qhh0.jpg 300w" sizes="(max-width: 152px) 100vw, 152px" title="Nonton film Captain America: The Winter Soldier (2014) terbaru sub indo" /></a><div class="gmr-rating-item"><span class="icon_star"></span> 7.663</div><div class="gmr-duration-item" property="duration"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 0 1-11.2 1.7L483.3 569.8a7.92 7.92 0 0 1-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z" fill="currentColor"/></svg> 136 min</div><div class="gmr-quality-item hd"><a href="http://5.180.24.3/quality/hd/" rel="tag">HD</a></div></div> <div class="item-article"> <header class="entry-header"> <h2 class="entry-title" itemprop="headline"> <a href="http://5.180.24.3/captain-america-the-winter-soldier-2014/" itemprop="url" title="Permalink to: Captain America: The Winter Soldier (2014)" rel="bookmark">Captain America: The Winter Soldier (2014)</a> </h2> <div class="gmr-movie-on"><a href="http://5.180.24.3/category/action/" rel="category tag">Action</a>, <a href="http://5.180.24.3/category/adventure/" rel="category tag">Adventure</a>, <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/gudangmovie21/" rel="category tag">gudangmovie21</a>, <a href="http://5.180.24.3/category/indoxx1/" rel="category tag">IndoXX1</a>, <a href="http://5.180.24.3/category/indoxxi/" rel="category tag">Indoxxi</a>, <a href="http://5.180.24.3/category/kordramas/" rel="category tag">KorDramas</a>, <a href="http://5.180.24.3/category/layarkaca21/" rel="category tag">LayarKaca21</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <a href="http://5.180.24.3/category/science-fiction/" rel="category tag">Science Fiction</a>, <span itemprop="contentLocation" itemscope="itemscope" itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/usa/" rel="tag">USA</a></span></div> <span class="screen-reader-text"><time itemprop="dateCreated" datetime="2014-03-20T00:00:00+00:00">20 Mar 2014</time></span><span class="screen-reader-text"><span itemprop="director" itemscope="itemscope" itemtype="http://schema.org/Person"><span itemprop="name"><a href="http://5.180.24.3/director/joe-russo/" rel="tag">Joe Russo</a></span></span></span> <div class="gmr-popup-button"><a href="https://www.youtube.com/watch?v=7SlILk2WMTI" class="button gmr-trailer-popup" title="Trailer for Captain America: The Winter Soldier (2014)" rel="nofollow"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path d="M0 2v12h16V2H0zm3 11H1v-2h2v2zm0-4H1V7h2v2zm0-4H1V3h2v2zm9 8H4V3h8v10zm3 0h-2v-2h2v2zm0-4h-2V7h2v2zm0-4h-2V3h2v2zM6 5v6l4-3z" fill="currentColor"/></svg><span class="text-trailer">Trailer</span></a></div> <div class="gmr-watch-movie"> <a href="http://5.180.24.3/captain-america-the-winter-soldier-2014/" class="button gmr-watch-button" itemprop="url" title="Permalink to: Captain America: The Winter Soldier (2014)" rel="bookmark">Watch</a> </div> </header><!-- .entry-header --> </div><!-- .item-article --> </div><!-- .gmr-box-content --> </article><!-- #post-## --> </div><div class="inf-pagination"></div> <div class="text-center gmr-newinfinite"> <div class="page-load-status"> <div class="loader-ellips infinite-scroll-request gmr-ajax-load-wrapper gmr-loader"> <div class="gmr-ajax-wrap"> <div class="gmr-ajax-loader"><div class="loader-yellow"></div><div class="loader-blue"></div><div class="loader-red"></div></div> </div> </div> <p class="infinite-scroll-last">No More Posts Available.</p> <p class="infinite-scroll-error">No more pages to load.</p> </div> </div> </main><!-- #main --> </div><!-- #primary --> <aside id="secondary" class="widget-area col-md-3 pos-sticky" role="complementary" > <div id="idmuvi-search-2" class="thfaqf-widget widget idmuvi-advance-search"><h3 class="widget-title">Search Movie</h3> <div class="gmr-filter-search"> <form method="get" role="search" action="http://5.180.24.3/"> <!-- This is telling the form submit it is going to be search --> <input type="text" name="s" value="" placeholder="Enter Movie"/> <!-- This is adding an extra 'advanced' string to the URL so we can make difference between normal and this custom search --> <input type="hidden" name="search" value="advanced"/> <select name="post_type"> <option value="">All Type</option> <option value="movie">Movie</option><option value="tv">TV Show</option> </select> <select name="index"> <option value="">By Index</option> <option value="1">By Index 1</option><option value="2">By Index 2</option><option value="4">By Index 4</option><option value="5">By Index 5</option><option value="6">By Index 6</option><option value="7">By Index 7</option><option value="a">By Index a</option><option value="b">By Index b</option><option value="c">By Index c</option><option value="d">By Index d</option><option value="e">By Index e</option><option value="f">By Index f</option><option value="g">By Index g</option><option value="h">By Index h</option><option value="i">By Index i</option><option value="j">By Index j</option><option value="k">By Index k</option><option value="l">By Index l</option><option value="m">By Index m</option><option value="n">By Index n</option><option value="o">By Index o</option><option value="p">By Index p</option><option value="q">By Index q</option><option value="r">By Index r</option><option value="s">By Index s</option><option value="t">By Index t</option><option value="u">By Index u</option><option value="v">By Index v</option><option value="w">By Index w</option><option value="x">By Index x</option><option value="y">By Index y</option><option value="z">By Index z</option> </select> <select name="orderby"> <option value="">Order</option> <option value="title">Order By Title</option><option value="date">Order By Date</option><option value="rating">Order By Rating</option> </select> <select name="genre"> <option value="">All Genres</option> <option value="action">Action</option><option value="adventure">Adventure</option><option value="animation">Animation</option><option value="bioskop-online">Bioskop Online</option><option value="bioskop21">bioskop21</option><option value="bioskopkeren">BioskopKeren</option><option value="celebrities">Celebrities</option><option value="cinemaindo">Cinemaindo</option><option value="comedy">Comedy</option><option value="crime">Crime</option><option value="dewanonton">Dewanonton</option><option value="documentary">Documentary</option><option value="drakor-id">Drakor ID</option><option value="drakorindo">DrakorIndo</option><option value="drama">Drama</option><option value="dramaqu">DramaQu</option><option value="dunia21">Dunia21</option><option value="dutafilm">DutaFilm</option><option value="family">Family</option><option value="fantasy">Fantasy</option><option value="faq">FAQ</option><option value="ganool">Ganool</option><option value="gudangmovie">gudangmovie</option><option value="gudangmovie21">gudangmovie21</option><option value="history">History</option><option value="horror">Horror</option><option value="indoxx1">IndoXX1</option><option value="indoxxi">Indoxxi</option><option value="kordramas">KorDramas</option><option value="layarkaca21">LayarKaca21</option><option value="layarkaca21-indoxxi">Layarkaca21 INDOXXI</option><option value="lk21">LK21</option><option value="lk21-xxi">LK21 XXI</option><option value="music">Music</option><option value="mystery">Mystery</option><option value="nonton-drama">Nonton drama</option><option value="nonton-movie">Nonton Movie</option><option value="pahe-in">Pahe.in</option><option value="pusatfilm21">PusatFilm21</option><option value="romance">Romance</option><option value="sci-fi-fantasy">Sci-Fi & Fantasy</option><option value="science-fiction">Science Fiction</option><option value="thriller">Thriller</option><option value="tv-movie">TV Movie</option><option value="uncategorized">Uncategorized</option><option value="war">War</option><option value="western">Western</option> </select> <select name="movieyear"> <option value="">All Years</option> <option value="1926">1926</option><option value="1931">1931</option><option value="1940">1940</option><option value="1942">1942</option><option value="1946">1946</option><option value="1949">1949</option><option value="1951">1951</option><option value="1953">1953</option><option value="1954">1954</option><option value="1956">1956</option><option value="1957">1957</option><option value="1958">1958</option><option value="1959">1959</option><option value="1960">1960</option><option value="1962">1962</option><option value="1963">1963</option><option value="1964">1964</option><option value="1965">1965</option><option value="1966">1966</option><option value="1967">1967</option><option value="1968">1968</option><option value="1969">1969</option><option value="1970">1970</option><option value="1971">1971</option><option value="1972">1972</option><option value="1973">1973</option><option value="1974">1974</option><option value="1975">1975</option><option value="1976">1976</option><option value="1977">1977</option><option value="1978">1978</option><option value="1979">1979</option><option value="1980">1980</option><option value="1981">1981</option><option value="1982">1982</option><option value="1983">1983</option><option value="1984">1984</option><option value="1985">1985</option><option value="1986">1986</option><option value="1987">1987</option><option value="1988">1988</option><option value="1989">1989</option><option value="1990">1990</option><option value="1991">1991</option><option value="1992">1992</option><option value="1993">1993</option><option value="1994">1994</option><option value="1995">1995</option><option value="1996">1996</option><option value="1997">1997</option><option value="1998">1998</option><option value="1999">1999</option><option value="2000">2000</option><option value="2001">2001</option><option value="2002">2002</option><option value="2003">2003</option><option value="2004">2004</option><option value="2005">2005</option><option value="2006">2006</option><option value="2007">2007</option><option value="2008">2008</option><option value="2009">2009</option><option value="2010">2010</option><option value="2011">2011</option><option value="2012">2012</option><option value="2013">2013</option><option value="2014">2014</option><option value="2015">2015</option><option value="2016">2016</option><option value="2017">2017</option><option value="2018">2018</option><option value="2019">2019</option><option value="2020">2020</option><option value="2021">2021</option><option value="2022">2022</option><option value="2023">2023</option><option value="2024">2024</option> </select> <select name="country"> <option value="">All Countries</option> <option value="argentina">Argentina</option><option value="australia">Australia</option><option value="austria">Austria</option><option value="bangladesh">Bangladesh</option><option value="belgium">Belgium</option><option value="bhutan">Bhutan</option><option value="brazil">Brazil</option><option value="bulgaria">Bulgaria</option><option value="canada">Canada</option><option value="chile">Chile</option><option value="china">China</option><option value="colombia">Colombia</option><option value="croatia">Croatia</option><option value="czech-republic">Czech Republic</option><option value="denmark">Denmark</option><option value="estonia">Estonia</option><option value="finland">Finland</option><option value="france">France</option><option value="georgia">Georgia</option><option value="germany">Germany</option><option value="greece">Greece</option><option value="guatemala">Guatemala</option><option value="hong-kong">Hong Kong</option><option value="hungary">Hungary</option><option value="iceland">Iceland</option><option value="india">India</option><option value="indonesia">Indonesia</option><option value="ireland">Ireland</option><option value="israel">Israel</option><option value="italy">Italy</option><option value="japan">Japan</option><option value="korea">Korea</option><option value="latvia">Latvia</option><option value="luxembourg">Luxembourg</option><option value="malaysia">Malaysia</option><option value="malta">Malta</option><option value="mexico">Mexico</option><option value="morocco">Morocco</option><option value="netherlands">Netherlands</option><option value="new-zealand">New Zealand</option><option value="nigeria">Nigeria</option><option value="norway">Norway</option><option value="peru">Peru</option><option value="philippines">Philippines</option><option value="poland">Poland</option><option value="portugal">Portugal</option><option value="romania">Romania</option><option value="russian-federation">Russian Federation</option><option value="saudi-arabia">Saudi Arabia</option><option value="singapore">Singapore</option><option value="slovakia">Slovakia</option><option value="south-africa">South Africa</option><option value="spain">Spain</option><option value="su">SU</option><option value="sweden">Sweden</option><option value="switzerland">Switzerland</option><option value="taiwan">Taiwan</option><option value="thailand">Thailand</option><option value="turkey">Turkey</option><option value="ukraine">Ukraine</option><option value="united-arab-emirates">United Arab Emirates</option><option value="united-kingdom">United Kingdom</option><option value="usa">USA</option><option value="viet-nam">Viet Nam</option><option value="xc">XC</option> </select> <select name="quality"> <option value="">All Qualities</option> <option value="cam">Cam</option><option value="hd">HD</option><option value="hdcam">HDCAM</option> </select> <input type="submit" value="Search"/> </form> </div> </div><div id="idmuvi-rp-2" class="thfaqf-widget widget idmuvi-rp-widget"><h3 class="widget-title">Recent Movies</h3> <div class="idmuvi-rp-widget"> <div class="idmuvi-rp"> <ul> <li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/le-doulos-1962/" itemprop="url" title="Permalink to: Le Doulos (1962)"> <span class="idmuvi-rp-title"> Le Doulos (1962) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/abigail-2024/" itemprop="url" title="Permalink to: Abigail (2024)"> <span class="idmuvi-rp-title"> Abigail (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-matrix-reloaded-2003/" itemprop="url" title="Permalink to: The Matrix Reloaded (2003)"> <span class="idmuvi-rp-title"> The Matrix Reloaded (2003) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/bad-lands-2023/" itemprop="url" title="Permalink to: Bad Lands (2023)"> <span class="idmuvi-rp-title"> Bad Lands (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/resident-evil-retribution-2012/" itemprop="url" title="Permalink to: Resident Evil: Retribution (2012)"> <span class="idmuvi-rp-title"> Resident Evil: Retribution (2012) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/sitting-in-bars-with-cake-2023/" itemprop="url" title="Permalink to: Sitting in Bars with Cake (2023)"> <span class="idmuvi-rp-title"> Sitting in Bars with Cake (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/back-to-black-2024/" itemprop="url" title="Permalink to: Back to Black (2024)"> <span class="idmuvi-rp-title"> Back to Black (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/interstellar-2014/" itemprop="url" title="Permalink to: Interstellar (2014)"> <span class="idmuvi-rp-title"> Interstellar (2014) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/2012-2009/" itemprop="url" title="Permalink to: 2012 (2009)"> <span class="idmuvi-rp-title"> 2012 (2009) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/silence-2016/" itemprop="url" title="Permalink to: Silence (2016)"> <span class="idmuvi-rp-title"> Silence (2016) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/mission-impossible-dead-reckoning-part-one-2023/" itemprop="url" title="Permalink to: Mission: Impossible – Dead Reckoning Part One (2023)"> <span class="idmuvi-rp-title"> Mission: Impossible – Dead Reckoni… </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-adam-project-2022/" itemprop="url" title="Permalink to: The Adam Project (2022)"> <span class="idmuvi-rp-title"> The Adam Project (2022) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/viswam-2024/" itemprop="url" title="Permalink to: Viswam (2024)"> <span class="idmuvi-rp-title"> Viswam (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/home-coming-2022/" itemprop="url" title="Permalink to: Home Coming (2022)"> <span class="idmuvi-rp-title"> Home Coming (2022) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-critic-2024/" itemprop="url" title="Permalink to: The Critic (2024)"> <span class="idmuvi-rp-title"> The Critic (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/assassin-2023/" itemprop="url" title="Permalink to: Assassin (2023)"> <span class="idmuvi-rp-title"> Assassin (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/suitable-flesh-2023/" itemprop="url" title="Permalink to: Suitable Flesh (2023)"> <span class="idmuvi-rp-title"> Suitable Flesh (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/unsung-hero-2024/" itemprop="url" title="Permalink to: Unsung Hero (2024)"> <span class="idmuvi-rp-title"> Unsung Hero (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/mansfield-park-1999/" itemprop="url" title="Permalink to: Mansfield Park (1999)"> <span class="idmuvi-rp-title"> Mansfield Park (1999) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/shoah-1985/" itemprop="url" title="Permalink to: Shoah (1985)"> <span class="idmuvi-rp-title"> Shoah (1985) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/resident-evil-apocalypse-2004/" itemprop="url" title="Permalink to: Resident Evil: Apocalypse (2004)"> <span class="idmuvi-rp-title"> Resident Evil: Apocalypse (2004) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/good-bye-lenin-2003/" itemprop="url" title="Permalink to: Good Bye, Lenin! (2003)"> <span class="idmuvi-rp-title"> Good Bye, Lenin! (2003) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-sheriff-in-town-2017/" itemprop="url" title="Permalink to: The Sheriff In Town (2017)"> <span class="idmuvi-rp-title"> The Sheriff In Town (2017) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/bound-for-glory-1976/" itemprop="url" title="Permalink to: Bound for Glory (1976)"> <span class="idmuvi-rp-title"> Bound for Glory (1976) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/spider-man-across-the-spider-verse-2023/" itemprop="url" title="Permalink to: Spider-Man: Across the Spider-Verse (2023)"> <span class="idmuvi-rp-title"> Spider-Man: Across the Spider-Verse (202… </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/shin-godzilla-2016/" itemprop="url" title="Permalink to: Shin Godzilla (2016)"> <span class="idmuvi-rp-title"> Shin Godzilla (2016) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/i-sell-the-dead-2008/" itemprop="url" title="Permalink to: I Sell the Dead (2008)"> <span class="idmuvi-rp-title"> I Sell the Dead (2008) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/evil-under-the-sun-1982/" itemprop="url" title="Permalink to: Evil Under the Sun (1982)"> <span class="idmuvi-rp-title"> Evil Under the Sun (1982) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/a-fistful-of-dollars-1964/" itemprop="url" title="Permalink to: A Fistful of Dollars (1964)"> <span class="idmuvi-rp-title"> A Fistful of Dollars (1964) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/ice-cold-murder-coffee-and-jessica-wongso-2023/" itemprop="url" title="Permalink to: Ice Cold: Murder, Coffee and Jessica Wongso (2023)"> <span class="idmuvi-rp-title"> Ice Cold: Murder, Coffee and Jessica Won… </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/doctor-sleep-2019/" itemprop="url" title="Permalink to: Doctor Sleep (2019)"> <span class="idmuvi-rp-title"> Doctor Sleep (2019) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/batman-bad-blood-2016/" itemprop="url" title="Permalink to: Batman: Bad Blood (2016)"> <span class="idmuvi-rp-title"> Batman: Bad Blood (2016) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/north-by-northwest-1959/" itemprop="url" title="Permalink to: North by Northwest (1959)"> <span class="idmuvi-rp-title"> North by Northwest (1959) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/haunting-of-the-queen-mary-2023/" itemprop="url" title="Permalink to: Haunting of the Queen Mary (2023)"> <span class="idmuvi-rp-title"> Haunting of the Queen Mary (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-old-guard-2020/" itemprop="url" title="Permalink to: The Old Guard (2020)"> <span class="idmuvi-rp-title"> The Old Guard (2020) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/london-has-fallen-2016/" itemprop="url" title="Permalink to: London Has Fallen (2016)"> <span class="idmuvi-rp-title"> London Has Fallen (2016) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/hellboy-the-crooked-man-2024/" itemprop="url" title="Permalink to: Hellboy: The Crooked Man (2024)"> <span class="idmuvi-rp-title"> Hellboy: The Crooked Man (2024) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/the-squad-home-run-2023/" itemprop="url" title="Permalink to: The Squad: Home Run (2023)"> <span class="idmuvi-rp-title"> The Squad: Home Run (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/rebound-2023/" itemprop="url" title="Permalink to: Rebound (2023)"> <span class="idmuvi-rp-title"> Rebound (2023) </span> </a> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/superbad-2007/" itemprop="url" title="Permalink to: Superbad (2007)"> <span class="idmuvi-rp-title"> Superbad (2007) </span> </a> </div> </li> </ul> </div> </div> </div><div id="post_views_counter_list_widget-2" class="thfaqf-widget widget widget_post_views_counter_list_widget"><h3 class="widget-title">Most Viewed Posts</h3><ul> <li> <span class="post-thumbnail"> <img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/09/qnqGbB22YJ7dSs4o6M7exTpNxPz-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/09/qnqGbB22YJ7dSs4o6M7exTpNxPz-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/09/qnqGbB22YJ7dSs4o6M7exTpNxPz-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/09/qnqGbB22YJ7dSs4o6M7exTpNxPz-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/09/qnqGbB22YJ7dSs4o6M7exTpNxPz.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /> </span> <a class="post-title" href="http://5.180.24.3/ant-man-and-the-wasp-quantumania-2023/">Ant-Man and the Wasp: Quantumania (2023)</a> <span class="count">(49,137)</span> <div class="post-excerpt">Ant-Man and the Wasp: Quantumania (2023) - Super-Hero partners Scott Lang and Hope van Dyne, along with with Hope's parents […]</div> </li> <li> <span class="post-thumbnail"> <img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/06/gboq2oB6QNBcW32V0A8uOajTwXU-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/06/gboq2oB6QNBcW32V0A8uOajTwXU-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/06/gboq2oB6QNBcW32V0A8uOajTwXU-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/06/gboq2oB6QNBcW32V0A8uOajTwXU-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/06/gboq2oB6QNBcW32V0A8uOajTwXU.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /> </span> <a class="post-title" href="http://5.180.24.3/the-image-of-you-2024/">The Image of You (2024)</a> <span class="count">(28,416)</span> <div class="post-excerpt">The Image of You (2024) - The Image of You (2024) the image of you (2024) full movie the image […]</div> </li> <li> <span class="post-thumbnail"> <img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/08/dEsuQOZwdaFAVL26RjgjwGl9j7m-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/08/dEsuQOZwdaFAVL26RjgjwGl9j7m-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/08/dEsuQOZwdaFAVL26RjgjwGl9j7m-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/08/dEsuQOZwdaFAVL26RjgjwGl9j7m-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/08/dEsuQOZwdaFAVL26RjgjwGl9j7m.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /> </span> <a class="post-title" href="http://5.180.24.3/harold-and-the-purple-crayon-2024/">Harold and the Purple Crayon (2024)</a> <span class="count">(23,684)</span> <div class="post-excerpt">Harold and the Purple Crayon (2024) - Inside of his book, adventurous Harold can make anything come to life simply […]</div> </li> <li> <span class="post-thumbnail"> <img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/09/g8ak4QAGLZpqMs3CpnFHWWfIzJQ-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/09/g8ak4QAGLZpqMs3CpnFHWWfIzJQ-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/09/g8ak4QAGLZpqMs3CpnFHWWfIzJQ-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/09/g8ak4QAGLZpqMs3CpnFHWWfIzJQ-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/09/g8ak4QAGLZpqMs3CpnFHWWfIzJQ.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /> </span> <a class="post-title" href="http://5.180.24.3/justice-league-crisis-on-infinite-earths-part-two-2024/">Justice League: Crisis on Infinite Earths Part Two (2024)</a> <span class="count">(9,281)</span> <div class="post-excerpt">Justice League: Crisis on Infinite Earths Part Two (2024) - An endless army of shadow demons bent on the destruction […]</div> </li> <li> <span class="post-thumbnail"> <img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/09/lr11mCT85T1JanlgjMuhs9nMht4-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/09/lr11mCT85T1JanlgjMuhs9nMht4-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/09/lr11mCT85T1JanlgjMuhs9nMht4-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/09/lr11mCT85T1JanlgjMuhs9nMht4-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/09/lr11mCT85T1JanlgjMuhs9nMht4.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ralph Breaks the Internet (2018) terbaru sub indo" /> </span> <a class="post-title" href="http://5.180.24.3/the-black-phone-2022/">The Black Phone (2022)</a> <span class="count">(7,298)</span> <div class="post-excerpt">The Black Phone (2022) - Finney Blake, a shy but clever 13-year-old boy, is abducted by a sadistic killer and […]</div> </li></ul></div><div id="text-6" class="thfaqf-widget widget widget_text"> <div class="textwidget"><p> <!-- Histats.com (div with counter) --></p> <div id="histats_counter"></div> <p><!-- Histats.com START (aync)--><br /> <script type="text/javascript">var _Hasync= _Hasync|| []; _Hasync.push(['Histats.start', '1,4863626,4,107,170,20,00011111']); _Hasync.push(['Histats.fasi', '1']); _Hasync.push(['Histats.track_hits', '']); (function() { var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true; hs.src = ('//s10.histats.com/js15_as.js'); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); })();</script><br /> <noscript><a href="/" target="_blank"><img decoding="async" src="//sstatic1.histats.com/0.gif?4863626&101" alt="free website hit counter" border="0"></a></noscript><br /> <!-- Histats.com END --></p> </div> </div><div id="ktzplg-googletrend-2" class="thfaqf-widget widget ktzplg_google_trend"><ul><li><a href="http://5.180.24.3/info/man-city/">Man City</a></li><li><a href="http://5.180.24.3/info/arsenal/">Arsenal</a></li><li><a href="http://5.180.24.3/info/inter-milan/">Inter Milan</a></li><li><a href="http://5.180.24.3/info/brisbane-roar/">Brisbane Roar</a></li><li><a href="http://5.180.24.3/info/dewa-united-vs-bali-united/">Dewa United vs Bali United</a></li><li><a href="http://5.180.24.3/info/leicester-vs-chelsea/">Leicester vs Chelsea</a></li><li><a href="http://5.180.24.3/info/psis/">PSIS</a></li><li><a href="http://5.180.24.3/info/barito-putera-vs-persita/">Barito Putera vs Persita</a></li><li><a href="http://5.180.24.3/info/prabowo-subianto/">Prabowo Subianto</a></li><li><a href="http://5.180.24.3/info/liga-indonesia/">Liga Indonesia</a></li></ul></div><div id="ktzplg-randterm-2" class="thfaqf-widget widget ktzplg_rand_term"><ul class="ktzplg-randomterm"><li><a href="http://5.180.24.3/info/cristiano-ronaldo/">cristiano ronaldo</a></li><li><a href="http://5.180.24.3/info/owner/">owner</a></li><li><a href="http://5.180.24.3/info/template/">template</a></li><li><a href="http://5.180.24.3/info/linux/">linux</a></li><li><a href="http://5.180.24.3/info/bj-habibie/">bj habibie</a></li><li><a href="http://5.180.24.3/info/fifa/">fifa</a></li><li><a href="http://5.180.24.3/info/korea-selatan/">korea selatan</a></li><li><a href="http://5.180.24.3/info/italia/">italia</a></li><li><a href="http://5.180.24.3/info/netherlands/">netherlands</a></li><li><a href="http://5.180.24.3/info/bahasa-indonesia-dari/">bahasa indonesia dari</a></li></ul></div></aside><!-- #secondary --> </div><!-- .row --> </div><!-- .container --> <div id="stop-container"></div> </div><!-- .gmr-content --> <div id="footer-container"> <div class="gmr-bgstripes"> <span class="gmr-bgstripe gmr-color1"></span><span class="gmr-bgstripe gmr-color2"></span> <span class="gmr-bgstripe gmr-color3"></span><span class="gmr-bgstripe gmr-color4"></span> <span class="gmr-bgstripe gmr-color5"></span><span class="gmr-bgstripe gmr-color6"></span> <span class="gmr-bgstripe gmr-color7"></span><span class="gmr-bgstripe gmr-color8"></span> <span class="gmr-bgstripe gmr-color9"></span><span class="gmr-bgstripe gmr-color10"></span> <span class="gmr-bgstripe gmr-color11"></span><span class="gmr-bgstripe gmr-color12"></span> <span class="gmr-bgstripe gmr-color13"></span><span class="gmr-bgstripe gmr-color14"></span> <span class="gmr-bgstripe gmr-color15"></span><span class="gmr-bgstripe gmr-color16"></span> <span class="gmr-bgstripe gmr-color17"></span><span class="gmr-bgstripe gmr-color18"></span> <span class="gmr-bgstripe gmr-color19"></span><span class="gmr-bgstripe gmr-color20"></span> </div> <div id="footer-sidebar" class="widget-footer" role="complementary"> <div class="container"> <div class="row"> <div class="footer-column col-md-4"> <div id="text-3" class="thfaqf-widget widget widget_text"> <div class="textwidget"><p><strong>WEB STREAMING MOVIE  </strong><a href="/"><strong>LK21</strong></a> Nonton Movie21 IndoXXI Rebahin Dunia21 Layarkaca21 Bioskop Cinema 21 Box Office Layarkaca21 Filmapik Pusatfilm21 IDLIX Savefilm21 tempat nonton dan download film subtitle indonesia gratis terlengkap, kami juga menyediakan layanan streaming movie online. Selain itu kami juga menyediakan tempat untuk streaming drama series gratis update tercepat dan kualitas beragam mulai dari 360p, 480p, 540p, 720p, sampai 1080p. Kebanyakan film movie dan drama series yang ada disini kualitas HD dan Bluray. Seri yang ada di LK21INDOXXI ini sangat lengkap, ada drama korea atau drakor, drama china atau drachin, ada juga west series atau seri barat, dan kami juga menyediakan series indonesia gratis. Berbagai film movie yang ada di LK21INDOXXI ini bersumber dari banyak sekali website seperti LK21, INDOXXI, Layarkaca21, GudangMovies21, JuraganFilm, Cinema Indo, Bioskop 21, Bioskop Keren, Ganool, FilmApik, dan masih banyak lainnya. Sedangkan drama series, drakor, drama china, drama indo yang ada di NGEFILM21 ini bersumber dari KorDramas, DrakorIndo, DramaKoreaIndo, RatuDrama, Drakorstation, GM21, Fmoviez, FMZM, BioskopKeren, bioskop21, Smallencode, dan masih banyak lainnya.</p> <p>Supported by : GUDANGMOVIE21</p> </div> </div><div id="text-4" class="thfaqf-widget widget widget_text"> <div class="textwidget"><p><b><a title="Indoxxi" href="/indoxxi/">Indoxxi</a> | <a title="LK21" href="/lk21/">LK21</a> | <a title="Layarkaca21" href="/layarkaca21/">Layarkaca21</a> | <a title="BioskopKeren" href="/bioskopkeren/">BioskopKeren</a> | <a title="Dunia21" href="/dunia21/">Dunia21</a> | <a title="Ganool" href="/ganool/">Ganool</a> | <a title="21Cineplex" href="/layarkaca21-indoxxi/">Layarkaca21 INDOXXI</a> | <a title="Dewanonton" href="/dewanonton/">Dewanonton</a> | <a title="DrakorIndo" href="/drakorindo/">DrakorIndo</a> | <a title="KorDramas" href="/kordramas/">KorDramas</a> | <a title="Pahe.in" href="/pahe-in/">Pahe.in</a><br /> <a title="Drakor ID" href="/drakor-id/">Drakor ID</a> | <a title="DramaQu" href="/dramaqu/">DramaQu</a> | <a title="Cinemaindo" href="/cinemaindo/">Cinemaindo</a> | <a title="DutaFilm" href="/dutafilm/">DutaFilm</a> | <a title="PusatFilm21" href="/PusatFilm21/">PusatFilm21</a> | <a title="Bioskop Online" href="/bioskop-online/">Bioskop Online</a> | <a title="Nonton drama" href="/nonton-drama/">Nonton drama</a> | <a title="IndoXX1" href="/indoxx1/">IndoXX1</a> | <a href="/nonton-movie/">Nonton Movie</a>| <a title="LK21 XXI" href="/ganool/">LK21 XXI</a> | <a title="Gudangmovie" href="/gudangmovie/">Gudangmovie</a></b></p> </div> </div><div id="idmuvi-rp-3" class="thfaqf-widget widget idmuvi-rp-widget"><h3 class="widget-title">Recent Movies</h3> <div class="idmuvi-rp-widget"> <div class="idmuvi-rp"> <ul> <li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/stealing-raden-saleh-2022/" itemprop="url" title="Permalink to: Stealing Raden Saleh (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Stealing Raden Saleh (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/action/" rel="category tag">Action</a>, <a href="http://5.180.24.3/category/crime/" rel="category tag">Crime</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/malaysia/" rel="tag">Malaysia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/ipar-adalah-maut-2024/" itemprop="url" title="Permalink to: Ipar Adalah Maut (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Ipar Adalah Maut (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/sekawan-limo-2024/" itemprop="url" title="Permalink to: Sekawan Limo (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Sekawan Limo (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Sekawan Limo (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Sekawan Limo (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/adventure/" rel="category tag">Adventure</a>, <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/cinemaindo/" rel="category tag">Cinemaindo</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/dewanonton/" rel="category tag">Dewanonton</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/gudangmovie21/" rel="category tag">gudangmovie21</a>, <a href="http://5.180.24.3/category/horror/" rel="category tag">Horror</a>, <a href="http://5.180.24.3/category/indoxx1/" rel="category tag">IndoXX1</a>, <a href="http://5.180.24.3/category/indoxxi/" rel="category tag">Indoxxi</a>, <a href="http://5.180.24.3/category/kordramas/" rel="category tag">KorDramas</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/two-souls-2023/" itemprop="url" title="Permalink to: Two Souls (2023)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Two Souls (2023) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Two Souls (2023) terbaru sub indo" /> <span class="idmuvi-rp-title"> Two Souls (2023) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <a href="http://5.180.24.3/category/romance/" rel="category tag">Romance</a>, </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/babylon-2022/" itemprop="url" title="Permalink to: Babylon (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Babylon (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Babylon (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Babylon (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/layarkaca21/" rel="category tag">LayarKaca21</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/usa/" rel="tag">USA</a></span> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="footer-column col-md-4"> <div id="recentsearcheswidget" class="thfaqf-widget widget widget_rsw"><h3 class="widget-title"> </h3> <ul> <li><a href="http://5.180.24.3/info/world-wide-web" rel="dofollow">world wide web</a></li> <li><a href="http://5.180.24.3/info/orang-anglo-india" rel="dofollow">orang anglo india</a></li> <li><a href="http://5.180.24.3/info/once-islas" rel="dofollow">once islas</a></li> <li><a href="http://5.180.24.3/info/wendy-turner-webster" rel="dofollow">wendy turner webster</a></li> <li><a href="http://5.180.24.3/info/penembakan-misterius" rel="dofollow">penembakan misterius</a></li> <li><a href="http://5.180.24.3/info/two-doors-down-(tv-series)" rel="dofollow">two doors down (tv series)</a></li> <li><a href="http://5.180.24.3/info/irresistible-(jessica-simpson-song)" rel="dofollow">irresistible (jessica simpson song)</a></li> <li><a href="http://5.180.24.3/info/d-d-don" rel="dofollow">d d don</a></li> <li><a href="http://5.180.24.3/info/jim-edgar" rel="dofollow">jim edgar</a></li> <li><a href="http://5.180.24.3/info/pacha-khan-zadran" rel="dofollow">pacha khan zadran</a></li> <li><a href="http://5.180.24.3/info/buvadi-dakhiyev" rel="dofollow">buvadi dakhiyev</a></li> <li><a href="http://5.180.24.3/info/boyfriends-(film)" rel="dofollow">boyfriends (film)</a></li> <li><a href="http://5.180.24.3/info/kill-bill" rel="dofollow">kill bill</a></li> <li><a href="http://5.180.24.3/info/john-j.-pershing" rel="dofollow">john j. pershing</a></li> <li><a href="http://5.180.24.3/info/gunung-logan" rel="dofollow">gunung logan</a></li> <li><a href="http://5.180.24.3/info/hmas-vampire-(d68)" rel="dofollow">hmas vampire (d68)</a></li> <li><a href="http://5.180.24.3/info/best-of-enemies-(play)" rel="dofollow">best of enemies (play)</a></li> <li><a href="http://5.180.24.3/info/german-submarine-u-331" rel="dofollow">german submarine u 331</a></li> <li><a href="http://5.180.24.3/info/joyce-jillson" rel="dofollow">joyce jillson</a></li> <li><a href="http://5.180.24.3/info/charencey,-orne" rel="dofollow">charencey, orne</a></li> </ul> </div><div id="idmuvi-rp-4" class="thfaqf-widget widget idmuvi-rp-widget"><h3 class="widget-title">Recent Movies</h3> <div class="idmuvi-rp-widget"> <div class="idmuvi-rp"> <ul> <li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/stealing-raden-saleh-2022/" itemprop="url" title="Permalink to: Stealing Raden Saleh (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Stealing Raden Saleh (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/action/" rel="category tag">Action</a>, <a href="http://5.180.24.3/category/crime/" rel="category tag">Crime</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/malaysia/" rel="tag">Malaysia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/ipar-adalah-maut-2024/" itemprop="url" title="Permalink to: Ipar Adalah Maut (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Ipar Adalah Maut (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/sekawan-limo-2024/" itemprop="url" title="Permalink to: Sekawan Limo (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Sekawan Limo (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Sekawan Limo (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Sekawan Limo (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/adventure/" rel="category tag">Adventure</a>, <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/cinemaindo/" rel="category tag">Cinemaindo</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/dewanonton/" rel="category tag">Dewanonton</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/gudangmovie21/" rel="category tag">gudangmovie21</a>, <a href="http://5.180.24.3/category/horror/" rel="category tag">Horror</a>, <a href="http://5.180.24.3/category/indoxx1/" rel="category tag">IndoXX1</a>, <a href="http://5.180.24.3/category/indoxxi/" rel="category tag">Indoxxi</a>, <a href="http://5.180.24.3/category/kordramas/" rel="category tag">KorDramas</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/two-souls-2023/" itemprop="url" title="Permalink to: Two Souls (2023)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Two Souls (2023) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Two Souls (2023) terbaru sub indo" /> <span class="idmuvi-rp-title"> Two Souls (2023) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <a href="http://5.180.24.3/category/romance/" rel="category tag">Romance</a>, </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/babylon-2022/" itemprop="url" title="Permalink to: Babylon (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Babylon (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Babylon (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Babylon (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/layarkaca21/" rel="category tag">LayarKaca21</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/usa/" rel="tag">USA</a></span> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="footer-column col-md-4"> <div id="categories-2" class="thfaqf-widget widget widget_categories"><h3 class="widget-title">Categories</h3> <ul> <li class="cat-item cat-item-4913"><a href="http://5.180.24.3/category/action/">Action</a> </li> <li class="cat-item cat-item-4927"><a href="http://5.180.24.3/category/adventure/">Adventure</a> </li> <li class="cat-item cat-item-4935"><a href="http://5.180.24.3/category/animation/">Animation</a> </li> <li class="cat-item cat-item-6793"><a href="http://5.180.24.3/category/bioskop-online/">Bioskop Online</a> </li> <li class="cat-item cat-item-9088"><a href="http://5.180.24.3/category/bioskop21/">bioskop21</a> </li> <li class="cat-item cat-item-6780"><a href="http://5.180.24.3/category/bioskopkeren/">BioskopKeren</a> </li> <li class="cat-item cat-item-12689"><a href="http://5.180.24.3/category/celebrities/">Celebrities</a> </li> <li class="cat-item cat-item-6790"><a href="http://5.180.24.3/category/cinemaindo/">Cinemaindo</a> </li> <li class="cat-item cat-item-4961"><a href="http://5.180.24.3/category/comedy/">Comedy</a> </li> <li class="cat-item cat-item-4914"><a href="http://5.180.24.3/category/crime/">Crime</a> </li> <li class="cat-item cat-item-6784"><a href="http://5.180.24.3/category/dewanonton/">Dewanonton</a> </li> <li class="cat-item cat-item-5263"><a href="http://5.180.24.3/category/documentary/">Documentary</a> </li> <li class="cat-item cat-item-6788"><a href="http://5.180.24.3/category/drakor-id/">Drakor ID</a> </li> <li class="cat-item cat-item-6785"><a href="http://5.180.24.3/category/drakorindo/">DrakorIndo</a> </li> <li class="cat-item cat-item-4926"><a href="http://5.180.24.3/category/drama/">Drama</a> </li> <li class="cat-item cat-item-6789"><a href="http://5.180.24.3/category/dramaqu/">DramaQu</a> </li> <li class="cat-item cat-item-6781"><a href="http://5.180.24.3/category/dunia21/">Dunia21</a> </li> <li class="cat-item cat-item-6791"><a href="http://5.180.24.3/category/dutafilm/">DutaFilm</a> </li> <li class="cat-item cat-item-4960"><a href="http://5.180.24.3/category/family/">Family</a> </li> <li class="cat-item cat-item-4993"><a href="http://5.180.24.3/category/fantasy/">Fantasy</a> </li> <li class="cat-item cat-item-18343"><a href="http://5.180.24.3/category/faq/">FAQ</a> </li> <li class="cat-item cat-item-6782"><a href="http://5.180.24.3/category/ganool/">Ganool</a> </li> <li class="cat-item cat-item-6152"><a href="http://5.180.24.3/category/gudangmovie/">gudangmovie</a> </li> <li class="cat-item cat-item-10051"><a href="http://5.180.24.3/category/gudangmovie21/">gudangmovie21</a> </li> <li class="cat-item cat-item-5194"><a href="http://5.180.24.3/category/history/">History</a> </li> <li class="cat-item cat-item-4969"><a href="http://5.180.24.3/category/horror/">Horror</a> </li> <li class="cat-item cat-item-6795"><a href="http://5.180.24.3/category/indoxx1/">IndoXX1</a> </li> <li class="cat-item cat-item-6778"><a href="http://5.180.24.3/category/indoxxi/">Indoxxi</a> </li> <li class="cat-item cat-item-6786"><a href="http://5.180.24.3/category/kordramas/">KorDramas</a> </li> <li class="cat-item cat-item-6486"><a href="http://5.180.24.3/category/layarkaca21/">LayarKaca21</a> </li> <li class="cat-item cat-item-6783"><a href="http://5.180.24.3/category/layarkaca21-indoxxi/">Layarkaca21 INDOXXI</a> </li> <li class="cat-item cat-item-6779"><a href="http://5.180.24.3/category/lk21/">LK21</a> </li> <li class="cat-item cat-item-6797"><a href="http://5.180.24.3/category/lk21-xxi/">LK21 XXI</a> </li> <li class="cat-item cat-item-5124"><a href="http://5.180.24.3/category/music/">Music</a> </li> <li class="cat-item cat-item-5147"><a href="http://5.180.24.3/category/mystery/">Mystery</a> </li> <li class="cat-item cat-item-6794"><a href="http://5.180.24.3/category/nonton-drama/">Nonton drama</a> </li> <li class="cat-item cat-item-6796"><a href="http://5.180.24.3/category/nonton-movie/">Nonton Movie</a> </li> <li class="cat-item cat-item-6787"><a href="http://5.180.24.3/category/pahe-in/">Pahe.in</a> </li> <li class="cat-item cat-item-6792"><a href="http://5.180.24.3/category/pusatfilm21/">PusatFilm21</a> </li> <li class="cat-item cat-item-4951"><a href="http://5.180.24.3/category/romance/">Romance</a> </li> <li class="cat-item cat-item-19543"><a href="http://5.180.24.3/category/sci-fi-fantasy/">Sci-Fi & Fantasy</a> </li> <li class="cat-item cat-item-4936"><a href="http://5.180.24.3/category/science-fiction/">Science Fiction</a> </li> <li class="cat-item cat-item-4912"><a href="http://5.180.24.3/category/thriller/">Thriller</a> </li> <li class="cat-item cat-item-5146"><a href="http://5.180.24.3/category/tv-movie/">TV Movie</a> </li> <li class="cat-item cat-item-1"><a href="http://5.180.24.3/category/uncategorized/">Uncategorized</a> </li> <li class="cat-item cat-item-5567"><a href="http://5.180.24.3/category/war/">War</a> </li> <li class="cat-item cat-item-9849"><a href="http://5.180.24.3/category/western/">Western</a> </li> </ul> </div><div id="idmuvi-rp-5" class="thfaqf-widget widget idmuvi-rp-widget"><h3 class="widget-title">Recent Movies</h3> <div class="idmuvi-rp-widget"> <div class="idmuvi-rp"> <ul> <li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/stealing-raden-saleh-2022/" itemprop="url" title="Permalink to: Stealing Raden Saleh (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/66yOibmlqxASFoNyEZIORELJqBC.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Stealing Raden Saleh (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Stealing Raden Saleh (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/action/" rel="category tag">Action</a>, <a href="http://5.180.24.3/category/crime/" rel="category tag">Crime</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/malaysia/" rel="tag">Malaysia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/ipar-adalah-maut-2024/" itemprop="url" title="Permalink to: Ipar Adalah Maut (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/lebILB4XqI60dUkJWYYsnaTm24D.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Ipar Adalah Maut (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Ipar Adalah Maut (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/sekawan-limo-2024/" itemprop="url" title="Permalink to: Sekawan Limo (2024)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Sekawan Limo (2024) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/jLiHiQuZDXNOKp1iGMRqNpt8Kx8.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Sekawan Limo (2024) terbaru sub indo" /> <span class="idmuvi-rp-title"> Sekawan Limo (2024) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/adventure/" rel="category tag">Adventure</a>, <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/cinemaindo/" rel="category tag">Cinemaindo</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/dewanonton/" rel="category tag">Dewanonton</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/gudangmovie21/" rel="category tag">gudangmovie21</a>, <a href="http://5.180.24.3/category/horror/" rel="category tag">Horror</a>, <a href="http://5.180.24.3/category/indoxx1/" rel="category tag">IndoXX1</a>, <a href="http://5.180.24.3/category/indoxxi/" rel="category tag">Indoxxi</a>, <a href="http://5.180.24.3/category/kordramas/" rel="category tag">KorDramas</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/indonesia/" rel="tag">Indonesia</a></span> </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/two-souls-2023/" itemprop="url" title="Permalink to: Two Souls (2023)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Two Souls (2023) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/06/xLYZdNKNCgJZTdiawujb2hBfZmF.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Two Souls (2023) terbaru sub indo" /> <span class="idmuvi-rp-title"> Two Souls (2023) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/ganool/" rel="category tag">Ganool</a>, <a href="http://5.180.24.3/category/gudangmovie/" rel="category tag">gudangmovie</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <a href="http://5.180.24.3/category/romance/" rel="category tag">Romance</a>, </div> </div> </li><li> <div class="idmuvi-rp-link clearfix"> <a href="http://5.180.24.3/babylon-2022/" itemprop="url" title="Permalink to: Babylon (2022)"><img width="60" height="90" src="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Nonton film Babylon (2022) terbaru sub indo" itemprop="image" decoding="async" loading="lazy" srcset="http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-60x90.jpg 60w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-152x228.jpg 152w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir-170x255.jpg 170w, http://5.180.24.3/wp-content/uploads/2024/11/wjOHjWCUE0YzDiEzKv8AfqHj3ir.jpg 300w" sizes="auto, (max-width: 60px) 100vw, 60px" title="Nonton film Babylon (2022) terbaru sub indo" /> <span class="idmuvi-rp-title"> Babylon (2022) </span> </a> <div class="idmuvi-rp-meta idmuvi-rp-author"> <a href="http://5.180.24.3/category/bioskop-online/" rel="category tag">Bioskop Online</a>, <a href="http://5.180.24.3/category/bioskop21/" rel="category tag">bioskop21</a>, <a href="http://5.180.24.3/category/bioskopkeren/" rel="category tag">BioskopKeren</a>, <a href="http://5.180.24.3/category/comedy/" rel="category tag">Comedy</a>, <a href="http://5.180.24.3/category/drakor-id/" rel="category tag">Drakor ID</a>, <a href="http://5.180.24.3/category/drakorindo/" rel="category tag">DrakorIndo</a>, <a href="http://5.180.24.3/category/drama/" rel="category tag">Drama</a>, <a href="http://5.180.24.3/category/dramaqu/" rel="category tag">DramaQu</a>, <a href="http://5.180.24.3/category/dunia21/" rel="category tag">Dunia21</a>, <a href="http://5.180.24.3/category/dutafilm/" rel="category tag">DutaFilm</a>, <a href="http://5.180.24.3/category/layarkaca21/" rel="category tag">LayarKaca21</a>, <a href="http://5.180.24.3/category/layarkaca21-indoxxi/" rel="category tag">Layarkaca21 INDOXXI</a>, <a href="http://5.180.24.3/category/lk21/" rel="category tag">LK21</a>, <a href="http://5.180.24.3/category/lk21-xxi/" rel="category tag">LK21 XXI</a>, <a href="http://5.180.24.3/category/nonton-drama/" rel="category tag">Nonton drama</a>, <a href="http://5.180.24.3/category/nonton-movie/" rel="category tag">Nonton Movie</a>, <a href="http://5.180.24.3/category/pahe-in/" rel="category tag">Pahe.in</a>, <a href="http://5.180.24.3/category/pusatfilm21/" rel="category tag">PusatFilm21</a>, <span itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"><a href="http://5.180.24.3/country/usa/" rel="tag">USA</a></span> </div> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </div> <footer id="colophon" class="text-center site-footer" role="contentinfo" > <div class="container"> <div class="site-info"> <a href="https://wordpress.org/" title="Proudly powered by WordPress">Proudly powered by WordPress</a> <span class="sep"> / </span> <a href="https://www.idtheme.com/muvipro/" title="Theme: Muvipro" rel="nofollow">Theme: Muvipro</a> </div><!-- .site-info --> </div><!-- .container --> </footer><!-- #colophon --> </div><!-- #footer-container --> </div><!-- #site-container --> <div class="gmr-ontop gmr-hide"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 36 36"><path class="clr-i-outline clr-i-outline-path-1" d="M29.52 22.52L18 10.6L6.48 22.52a1.7 1.7 0 0 0 2.45 2.36L18 15.49l9.08 9.39a1.7 1.7 0 0 0 2.45-2.36z" fill="currentColor"/></svg></div> <script type="text/javascript" id="idmuvi_ajax_search-js-extra"> /* <![CDATA[ */ var mvpro_ajaxsearch_params = {"loading":"http:\/\/5.180.24.3\/wp-content\/plugins\/idmuvi-core\/img\/ajax-loader.gif","ajax_url":"http:\/\/5.180.24.3\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="http://5.180.24.3/wp-content/plugins/idmuvi-core/js/autocomplate.min.js?ver=2.1.8" id="idmuvi_ajax_search-js"></script> <script type="text/javascript" src="http://5.180.24.3/wp-content/themes/muvipro/js/js-plugin-min.js?ver=2.1.8" id="muvipro-jsplugin-js"></script> <script type="text/javascript" id="muvipro-infscroll-js-extra"> /* <![CDATA[ */ var gmrobjinf = {"inf":"gmr-infinite"}; /* ]]> */ </script> <script type="text/javascript" src="http://5.180.24.3/wp-content/themes/muvipro/js/infinite-scroll-custom.js?ver=2.1.8" id="muvipro-infscroll-js"></script> <script type="text/javascript" src="http://5.180.24.3/wp-content/themes/muvipro/js/customscript.js?ver=2.1.8" id="muvipro-customscript-js"></script> <script type="text/javascript" src="http://5.180.24.3/wp-content/plugins/advanced-faq-manager/assets/public/js/fontawesome.min.js?ver=1.5.2" id="font-icon-picker-js-js"></script> <script type="text/javascript" id="thfaqf-public-script-js-extra"> /* <![CDATA[ */ var thfaqf_public_var = {"open_multiple_faqs":"no","admin_url":"http:\/\/5.180.24.3\/wp-admin\/","ajax_url":"http:\/\/5.180.24.3\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="http://5.180.24.3/wp-content/plugins/advanced-faq-manager/assets/public/js/thfaqf-public.js?ver=1.5.2" id="thfaqf-public-script-js"></script> </body> </html>