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
Re: [Release]Alexey's web V2
Hm, I think you gotta edit the names a lil bit. It's calling stuff like register.php instead of Register.php. Not too hard to fix, so thanks for everything else!
Re: [Release]Alexey's web V2
1 Attachment(s)
Re: [Release]Alexey's web V2
Quote:
Originally Posted by
Dawsonb
Uhhhm... Problem..
Fatal error: Call to undefined function mssql_connect() in /home/phoenix/public_html/Register/reg.php on line 22
use appserv
-- http://prdownloads.sourceforge.net/a...0.exe?download
and put ntwdblib.dll in ur Apache2.2\bin folder and in ur php5 folder
then open php.ini C:\WINDOWS\php.ini
and look for this
;extension=php_mssql.dll
and change it to this
extension=php_mssql.dll
save it
start Apache
Re: [Release]Alexey's web V2
Nice, but i still like the 1 of FreeStyle Gunz more :) 7/10 If you or gonna use more Things for you site like Flash animations to make the Design Cooler :P
Re: [Release]Alexey's web V2
when i try to register i get this
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: host in C:\xampp\htdocs\gunz\Register.php on line 22
i did what Nayr438 said and i still get that error
Edit: nvm i fixed it.
Re: [Release]Alexey's web V2