Re: [Release]Alexey's web V2
8/10
because it not red>black :P
Re: [Release]Alexey's web V2
Quote:
Originally Posted by
sari4ever
8/10
because it not red>black :P
lol i love the same colors =]
maby i can make one in my next release.
Re: [Release]Alexey's web V2
I've seen this template before.... Is this your original template or did you get it off a website?? Nicely edited though,
IcEy360
EDIT: Deffinately seen it before..... It's a counterstrike template. You've just changed a few things... but like i said, Nicely Edited.
Re: [Release]Alexey's web V2
rank and status page is notworking
Re: [Release]Alexey's web V2
Quote:
Originally Posted by
sari4ever
rank and status page is notworking
in status edit:
Quote:
<body bgcolor="#000000" style="background-color: #1F3A56">
<div style="position: absolute; width: 100px; height: 100px; z-index: 1" id="layer1">
<p align="left"> <?
$ip = "ip";
$port = "port";
if (! $sock = @fsockopen($ip, $port, $num, $error, 5))
echo '<img src="images/dead.jpg">';
else{
echo '<img src="images/alive.jpg">';
fclose($sock);
}
?></div>
<br>
<br>
</br>
<br>
<br>
</br>
<style type="text/css">
<!--
body {
background-color: #cbcbcb;
}
-->
</style><font size="1" face="Arial">
<?php
$host="host"; //Server name for connect to your database
$username="un"; //The name of your account security
$password="pw"; //The password of your account security
$conn = mssql_connect($host,$username,$password);
$DB = "GunzDB"; //The name of your database default is GunzDB
mssql_select_db($DB);
//Total Accounts
$query = mssql_query("SELECT * FROM Account");
$num_rows = mssql_num_rows($query);
echo "Total Accounts: ".$num_rows."<n>
<p>";
?> </p>
</p>
<?php
//Total Characters
$query = mssql_query("SELECT * FROM Character");
$num_rows = mssql_num_rows($query);
echo "Total Characters: ".$num_rows."<n>";
?>
</p>
</font>
<?php
//Total Players , Begin in 0 and end to 200 its the limit
$query = mssql_query("SELECT TOP 1 * FROM ServerStatus");
$row = mssql_fetch_row($query);
$players = $row[1];
echo "Players online: $players / 200";
?>
Re: [Release]Alexey's web V2
this is for status right?
Re: [Release]Alexey's web V2
Quote:
Originally Posted by
sari4ever
this is for status right?
yes for status sorry..
ime not sure about the ranking it works for me...
Re: [Release]Alexey's web V2
Re: [Release]Alexey's web V2
Great job with stealing the dr loading screen pic!
Re: [Release]Alexey's web V2
who care if he stole gunz loading screen the web page still owns
still , he didn't got 0wned by Wizkidje like what happend to you
Re: [Release]Alexey's web V2
Quote:
Originally Posted by
XZeenon
Great job with stealing the dr loading screen pic!
i didnt steel the pic -.-"
this pic is from ijji drawing contast
dr got it from them to...
Re: [Release]Alexey's web V2
and once again XZeenon fails
Re: [Release]Alexey's web V2
Uhhhm... Problem..
Fatal error: Call to undefined function mssql_connect() in /home/phoenix/public_html/Register/reg.php on line 22
Re: [Release]Alexey's web V2