Home / Scripts & Code / PHP Scripts / Search
Search Quill - PHP Search Engine ScriptSearch Quill - PHP Search Engine Script
SearchQuill: PHP Search Engine with Python CrawlerHome / Scripts & Code / PHP Scripts / Search
Search Quill - PHP Search Engine Script
SearchQuill: PHP Search Engine with Python Crawler18 Support questions or comments
Please login or create an account to post a question or comment.
-
6 months agoDemo is broken. When i do a search, i get this:
file_get_contents(https://sq.apps.5g.in//api/search?q=jaguar&country=IN&safeSearch=safe&page=1): Failed to open stream: HTTP request failed! HTTP/1.1 502 Bad Gateway
search →
APPPATH/Views/search.php at line 646
639 $apiUrl = $searchurl . "/api/search?q=" . $encoded_keyword
640 . "&country=" . urlencode($countrycode)
641 . "&safeSearch=" . urlencode($safeSearch)
642 . "&page=" . $pagenum;
643
644 #echo $apiUrl;
645
646 $apiResponse = file_get_contents($apiUrl);
647 $results = json_decode($apiResponse, true);
648 //echo "<script>console.log(" . json_encode($results) . "
;</script>";
649
650 // Extract necessary information from the API response
651 $totalCount = $results['total_count'];
652 $resultsPerPage = 25;
653 $totalPages = ceil($totalCount / $resultsPerPage);
-
Aug 21, 2024helptoday PurchasedHi, the web address: https://tokenverifynew.apps.5g.in/register is not loading and I am unable to register the token. Can you help me please? Thanks. -
Aug 22, 2024abhicodebox AuthorYou don't needed the token , token system were removed you can access without token i also mailed the infromations
-
Aug 22, 2024helptoday Purchasedok, thanks
-
Jun 22, 2024llokmana Purchasedneed this url is offline can not use script Open the web (https://tokenverifynew.apps.5g.in/register) and fill the correct email
that was provided in the codester -
Jun 22, 2024llokmana Purchasedrefund if i can not use your script
-
Jun 22, 2024abhicodebox AuthorI will check the verification token url and update you soon
-
Jan 18, 2024Can you please take the time to fix your demo,I dont know about anybody else-BUT I DONT BUY STUFF,UNLESS I TEST IT OUT FIRST.
-
Jan 16, 2024when i try to make a search or to login into your admin demo panel the website crash and shows this error:
ErrorException
file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known
APPPATH/Views/search.php at line 616
609 </div>
610 </div>
611 </div>
612
613 <?php
614 }
615
616 $ip_address = file_get_contents("https://api.ipify.org"
;
617 $response = file_get_contents("http://ip-api.com/json/{$ip_address}"
;
618 $data = json_decode($response);
619
620 if (isset($_GET['query'])) {
621 $keyword = $_GET['query'];
622 $startTime = microtime(true); // Start time of the search
623
-
Jan 16, 2024when i try to make a search or to login into your admin demo panel the website crash and shows this error:
ErrorException
file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known
APPPATH/Views/search.php at line 616
609 </div>
610 </div>
611 </div>
612
613 <?php
614 }
615
616 $ip_address = file_get_contents("https://api.ipify.org"
;
617 $response = file_get_contents("http://ip-api.com/json/{$ip_address}"
;
618 $data = json_decode($response);
619
620 if (isset($_GET['query'])) {
621 $keyword = $_GET['query'];
622 $startTime = microtime(true); // Start time of the search
623
-
Jan 16, 2024Bro demo link is not working for https://www.codester.com/items/45581/search-quill-php-search-engine-script
-
Nov 24, 2023Good morning !
Before purchasing, is it possible to have your email for specific information regarding customization of the script ? -
Nov 26, 2023abhicodebox Author
-
Nov 26, 2023I sent you a message on [email protected]
Information
| Category | Scripts & Code / PHP Scripts / Search |
| First release | 23 October 2023 |
| Last update | 30 October 2023 |
| Software version | PHP 7.3, PHP 7.4, PHP 8.0, PHP 8.1 |
| Files included | .py, .php, .css, .html |
| Tags | search, search engine, search engine php, php search engine, search engine code, own search engine, crawler search, search php |
