^ of course.
Printable View
^ of course.
this is compatible for IIS?
Sir,
I would to ask your help about my problem at the Admin page of my control panel. I am using xampp. After I registered the admin successfully, I went to login the admin site but unfortunately the page did not went thru. It shows a messy columns without anything that you can access. Please see attachment for more details of the image. Thank you in advance.Attachment 107772
Sir I install it perfectly but When my Friends try to access in other place it cannot accessaable example. 192.168.*.*/rancp/index.php ..or If im using Hamachi sir the hamachi network Ip's to be used?hmmmpp.. Sorry Newbee :bawling:
Solved:
i cannot connect the rancp.. its too error!!!
Attachment 121184
use Glacier Cp fully function w/ fix DB ----> DOWNLOAD
How can I know what is my database user and password!
Help me How to Fix This
Connection with SQL Server failed! Error #119
Fix this....
<?
error_reporting(E_ALL ^E_NOTICE ^E_WARNING);
if (eregi("settings.php", $_SERVER[SCRIPT_NAME])) { die (include("404.php")); }
$ip = "192.168.17.1";
$weburl = "http://ran-sixteam.co.id/";
$gamename = "Ran-SixTeam Online Episode server";
$channel = "Channel 0";
$channel_online = "Online";
$server_online = "Online";
$dfsql[dbaddress] = "SIXTEAM-PC"; //DB HOST
$dfsql[dbuser] = "sa"; //DB ID
$dfsql[dbpass] = "RanSixTeam021190"; //DB PASS
$dfsql[db1] = "RanSixTeam"; // DB Name
$dfsql[db2] = "RanGame1"; // DB rangame1
$dfsql[db3] = "RanShop"; // DB SHop
$dfsql[db4] = "RanUser"; //DB user
$welcome = "A place that makes you shiver!"; // Welcome Text
$fb = "https://www.facebook.com/ResidentRanEp7?ref=ts&fref=ts"; // Welcome Text
$gt_name = "GameTime2";
$objConnect = mssql_connect("$dfsql[dbaddress]","$dfsql[dbuser]","$dfsql[dbpass]") or die("DDS ERROR");
$objDB = mssql_select_db("$dfsql[db1]");
include ("webset.php");
?>