Server IP : 103.53.40.154 / Your IP : 18.191.189.124 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /var/softaculous/handesk/../uikit/../advpoll/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * * MySQL -> class_mysql.php * PostgreSQL -> class_pgsql.php * */ $POLLDB = array(); $POLLDB["dbName"] = "[[softdb]]"; $POLLDB["host"] = "[[softdbhost]]"; $POLLDB["user"] = "[[softdbuser]]"; $POLLDB["pass"] = "[[softdbpass]]"; $POLLDB["class"] = "class_mysql.php"; /* tables */ $POLLTBL = array(); $POLLTBL["poll_config"] = "poll_config"; $POLLTBL["poll_index"] = "poll_index"; $POLLTBL["poll_data"] = "poll_data"; $POLLTBL["poll_ip"] = "poll_ip"; $POLLTBL["poll_log"] = "poll_log"; $POLLTBL["poll_comment"] = "poll_comment"; $POLLTBL["poll_user"] = "poll_user"; $POLLTBL["poll_tpl"] = "poll_templates"; $POLLTBL["poll_tplset"] = "poll_templateset"; ?>