View Single Post
Marin Vojnic
Junior Member
Join Date: Jul 2010
Old 07-30-2018 , 17:32   Re: Advanced Bans (SQL) | for WEBSITE / PHP
Reply With Quote #1444

Quote:
Originally Posted by mimos04 View Post
Done that at the 1st place and success.

if using domain is it supported?
Help me pls for ativate this script. I'm everithing input on the script. My sql pass and other, that will be see :

$sql_host = "iphosting"; // leave blank for localhost
$sql_user = "apbhqcom_testban";
$sql_pass = "xxxx";
$sql_db = "apbhqcom_testban";

SERVER SQL:
amx_sql_host "IPHOSTING"
amx_sql_user "apbhqcom_testban"
amx_sql_pass "xxxx"
amx_sql_db "apbhqcom_testban"
amx_sql_table "admins"
amx_sql_type "mysql"

And when I use php, I dont see anything, only "This page isn’t working". Error say me this:
[30-Jul-2018 23:28:41 Europe/ PHP Fatal error: Call to undefined function mysqli_connect() in /home/xxx/xxx/xxx/advanced_bans.php on line 53

Why he dont want connected with my database?
Marin Vojnic is offline