Giter Club home page Giter Club logo

akloop's Introduction

Akloop

This is a search engine powered by PHP


First pirture First pirture


Installation

To run this project, XAMPP aplication must be installed and then all the files must be put inside of htdocs which can be found where XAMPP is installed and after setting all the files inside of htdocs, XAMPP must be run and Apache and MySQL must be started then the project can be seen after running localhost if there are other files to then specific location must be showen such as localhost/foulder_name/file_name.data_type in browser however, some files are not shared here. For further help please contact: [email protected]

Used Languages and Frameworkes:

PHP MYSQL JS jQuery AJAX

To get a request from a user

// Get method is used to get a data from a user
<form class="index__form" action="search.php" methode="GET">
    <div>
        <input name="term" type="search" class="index__query" 
        maxlength="512" autocomplete="off" title="Search"
        aria-label="Search" dir="ltr" spellcheck="false"
        autofocus="autofocus">
    </div>
    <button class="index__button" aria-label="Search" type="submit"></button>
</form>

To connect data base

akloop.sql file is provided, this file must be imported into a database and then some vatiable names must be given in config.php file.

<?php
    ob_start();
    try
    {
	$con = new PDO("mysql:dbname=database_name; host=host_name", "user_name", "password");
        $con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
    }
    catch(PODExeption $e)
    {
        echo "Connection failed: " . $e->getMessage();
    }
?>


Functions that this website can handle so far

* Admin can select a website to crawl
* User can search by data type
* Website filters data automatically
* Broken links are not used
* Search results are sorted by popularity
* Images can be in a bigger view

๐Ÿ“ License

Copyright ยฉ 2019 Azimjon Kamolov.
This project is MIT licensed.

akloop's People

Contributors

azimjonkamolov avatar

Stargazers

Sardor Juraev avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.