Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
little /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:51
fileindex.php
144
B
-rw-r--r--
2021-12-23 11:54
import.php
2.42
KB
-rw-r--r--
2024-05-02 11:24
info.xml
1.15
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
3.6
KB
-rw-r--r--
2024-05-02 11:24
install.xml
214
B
-rw-r--r--
2021-12-23 11:54
lp_settings.inc
783
B
-rw-r--r--
2021-12-23 11:54
md5
14.39
KB
-rw-r--r--
2024-05-02 11:24
notes.txt
212
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php //settings for The Amazing Little Poll: // IMPORTANT: change this one into the name of your homepage file, // for example, index.php $callingfile="lp_test.php"; // File in which voting scores are kept $filename = "lplist.txt"; // Change this password so no one else can access the lp_admin.php via the web $pwd="[[admin_pass]]"; //Time between votes in seconds $time_between_votes = 36000; // Width of graph in pixels $graph_width = 100; // Height of graph in pixels $graph_height = 6; // Messages (Can easily be used as 'dynamic headers' for the poll) $message1="Your votes please"; $message2="Thanks for Voting!"; $message3="Poll Results"; // Text on vote button $vote_str="Vote"; // Use CSS code to style the 'vote' button $buttonstyle=""; ?>