safesploitOrg / doogle

Doogle is a search engine and web crawler which can search indexed websites and images
https://search.safesploit.com/
MIT License
32 stars 16 forks source link

HEY THIS SCRIPT IS AMAZING i love it #9

Closed sonic2023 closed 1 year ago

sonic2023 commented 1 year ago

is it possible to have it more updated / also is it fixed for safari or iphone users mobile devices?

sometimes the crawl gets time out server time out but its a great script thanks

safesploit commented 1 year ago

What is the fix you speak about for Safari / iPhone users? Is it issue 3?

Regarding timeouts, I don't think this is an issue. Because if you stop the crawl.php page loading or leave the page (in the web browser) while crawling the script will keep running. As demonstrated if you check the database tables sites and images which continue to have rows inserted. However, because of how PHP outputs data, it won't return an output until the function is done running. In an Apache web server setup, you can use sudo service apache2 restart to stop the crawl script from running, if necessary.

sonic2023 commented 1 year ago

The only issues i have is the css from the results container with the title shows a bit bad , and the fancy images doesnt show in 2 columns like on desktop

On mobile it shows a bit messy I know i didnt paid money for this script I would not mind to send a few bucks

I tried to mess with the css design but im not good at it.

For the time out issue ok i understand Thanks alot

sonic2023 commented 1 year ago

So having this script fully responsive and fix some design issues would be great for the search results and images

safesploit commented 1 year ago

@sonic2023 At some stage, I do intend on adding mobile responsiveness to CSS, likely through Bootstrap, but I'm not entirely sure when that'll happen.

When I make an update you'll see under the version control a newer revision, likely issued as a patch. Sorry I couldn't give a more immediate remedy.