Re: AreaGunz V2 Website | TeslaShop(Gunz2 Style) | Gabmles | New Systems.
Quote:
Originally Posted by
Tannous
How do you define "Not working" thing :): ?
I've tried it .
But it does not contain to ".sql" files! (Only GunzDB.bak, I already have GunzDB :D)
Re: AreaGunz V2 Website | TeslaShop(Gunz2 Style) | Gabmles | New Systems.
Quote:
Originally Posted by
Touchwise
Rengrz just stop even thinking about doing something with gunz if you dont know how to add 3 tables....
Stop making a fight when his last post was 2 weeks ago, thank you!
Re: AreaGunz V2 Website | TeslaShop(Gunz2 Style) | Gabmles | New Systems.
L O L @ the ban meter from runescape
Re: AreaGunz V2 Website | TeslaShop(Gunz2 Style) | Gabmles | New Systems.
Great release, works 100%
Registration Page Fixes:
Add These Columns/ Variables to dbo.Account
Code:
Column Name: Variable:
Add Column: RedColor int
Add Column: GreenColor int
Add Column: BlueColor int
Add Column: VIPColorAccess int
Although i would have recommended using an updated date/time function, since it will show an error if it is taking to long to query the apache server for the database, although there will be no error if it connects fast enough, caused by the time/date and session cookies
- - - Updated - - -
Quote:
Originally Posted by
azeytalkme
Changes are Marked in Red:
Code:
<div id='Serverstatus'>
<?
$serverstatuschecksocket = @fsockopen("IsraelGunz.info", 6000, $errno, $errstr,0);
if($serverstatuschecksocket) {
echo "<span style='color:green;'>Online</sp an>";
}
else {
echo "<span style='color:red;'>Offline</span>";
}
?>
Code:
<div id='Serverstatus'>
<?
$serverstatuschecksocket = @fsockopen("MyServer.com", 6000, $errno, $errstr,0);
if($serverstatuschecksocket) {
echo "<span style='color:green;'>Online</sp an>";
}
else {
echo "<span style='color:red;'>Offline</span>";
}
?>
Please at least LOOK at the Index.php before you post :P it was the very first line of code in the Header -.-