[Release]Alexey's web V2

Junior Spellweaver
Joined
May 9, 2007
Messages
129
Reaction score
1
Alexey's web v2
Pic:
alexey1234 - [Release]Alexey's web V2 - RaGEZONE Forums


Download:
View attachment Alexey's web v2.rar
Tutorial:
edit to your server info:
-status and status2
-Rank
-register
for download links:
open "downloads"
for client link edit:
"//////CLIENT_LINK\\\\\\"
for patch link edit:
"//////PATCH_LINK\\\\\"
for your forum link in index.php look for:
"forum%20link"
u can simple text edit your news , server info etc...​
 
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.
 
rank and status page is notworking
in status edit:
<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";
?>
 
Uhhhm... Problem..


Fatal error: Call to undefined function mssql_connect() in /home/phoenix/public_html/Register/reg.php on line 22
 
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!
 
Uhhhm... Problem..


Fatal error: Call to undefined function mssql_connect() in /home/phoenix/public_html/Register/reg.php on line 22
use appserv
--

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
 

Attachments

Last edited:
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
 
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.
 
Last edited:
Back