Mr.LiM
New Member
- Joined
- Dec 22, 2010
- Messages
- 31
- Reaction score
- 2
edit you admincp
Did You See Any ADMINCP To Edited On???
And Could You Please Elaborate More Of Your Answer?...
edit you admincp
use xampp 1.7.0 is good on mu core webs..
i got an ERROR here any HELP and GUIDANCE please ,,,
--->[/IMG]
i have already set it to " OFF " but i still get that same ERROR ,,
and how can i release the WEBSITE in public like
"http://www.hostname.sytes.net " anyone can help me with
this ,, please ,,,
HELP please ,,, (
can anyone share a PHP.ini ,, iam
using xampp win32 version 1.7.1 ,,,
PLEASE , PLEASE, PLEASE, PLEASE ,,
and DOSENT WORK !Originally Posted by Malice View Post
Stop and then restart Apache .... then Refresh the page.
Malice
How to solve this problem when register accounts:
"Unable to register, reason: system error, please contact administrator. "
<style type="text/css">
<!--
.red {
color: #800000;
}
.black {
color: #000000;
}
.gold {
color: #BEC402;
}
.blue {
color: #0080FF;
}
.green {
color: #00FF40;
}
.themain {
background: #99cbcf;
-moz-border-radius: 8px 8px 8px 8px;
}
.topp1 {
background: #c8faff;
color: #277d85;
font-weight: bold;
-moz-border-radius: 8px 0 0 0;
}
.topp2 {
background: #c8faff;
color: #277d85;
font-weight: bold;
}
.topp3 {
background: #c8faff;
color: #277d85;
font-weight: bold;
-moz-border-radius: 0 8px 0 0;
}
.trhover {
background: #FFFFFF;
color: #901b1b;
}
.trhover:hover{background: #ffeab0;}
.trhover:active{background: #ffeab0;}
.allwin {
background: #FFFFFF url('template/default/images/btn1.png');
-moz-border-radius: 8px 8px 8px 8px;
border: 2px solid #b64000;
}
.allwin:hover{background: #FFFFFF url('template/default/images/btn2.png');}
.allwin:active{background: #FFFFFF url('template/default/images/btn2.png');}
A.allwinn:link{text-decoration:none;color:#FFFFFF;font-weight:bold;}
.a.allwinn{text-decoration:none;color:#FFFFFF;font-weight:bold;}
A.allwinn:visited{text-decoration:none;color:#FFFFFF;font-weight:bold;}
A.allwinn:active{text-decoration:none;color:#feffb8;font-weight:bold;}
A.allwinn:hover{text-decoration:none;color:#feffb8;font-weight:bold;}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<table width="70%" align="center" cellspacing="0" cellpadding="0">
<tr align="center">
<td valign="middle"><span style="font-size: 24px; color: #00AEC1; font-weight: bold;">Administrators / Gm's</span></td>
</tr>
<tr>
</tr>
</table>
<BR>
<div align="center"><span class="lt-meio">
<table class='themain' width='50%' align='center' cellpadding='2'
cellspacing='0'><tbody><tr><td>
<table width='100%' border='0' cellspacing='1' cellpadding='3'>
<tr>
<td align='center' class='topp1'>Staff Mu Online</td>
<td align='center' class='topp2'>On/Off</td>
<td align='center' class='topp3'>Status</td>
</tr>
<?
include("config.php");
$admin="select top 99999 Name,AccountID From Character where ctlcode='24' or ctlcode='8' or ctlcode='32' or ctlcode='10'";
$sql_admin_check=mssql_query($admin);
echo'
';
for($i=0;$i < mssql_num_rows($sql_admin_check);++$i)
{
$nr=$i+1;
$row=mssql_fetch_row($sql_admin_check);
$status="select ConnectStat from MEMB_STAT where memb___id='$row[1]'";
$nivel="select ctlcode from Character where AccountID='$row[1]'";
$sql_status_check=mssql_query($status);
$sql_nivel_check=mssql_query($nivel);
$row1=mssql_fetch_row($sql_status_check);
$row2=mssql_fetch_row($sql_nivel_check);
if($row1[0] == 0){ $row1[0] ='<font color="red">Off</font>';
}
if($row1[0] == 1){ $row1[0] ='<font color="green">On</font>';
}
if($row2[0] == 10){ $row2[0] ='<font color="#FE9A2E">Administrator</font>';
}
if($row2[0] == 32){ $row2[0] ='<font color="#2E9AFE">Game Master</font>';
}
echo"
<tr>
<td class='trhover' align='center'><b>$row[0]</b></td>
<td class='trhover' style='background: none repeat scroll 0% 0% rgb(255, 230,
230);' align='center'><b>$row1[0]</td>
<td class='trhover' align='center'><b>$row2[0]</b></td>
</tr>
"; }
?>
</table>
</td></tr></tbody></table>
</span></div>
<br><br>
</body>
</html>