Just headers and source files. No virus
Type: Posts; User: alfredao
Just headers and source files. No virus
Yes, System is closed.
As required, here a list of some features and MultiUpload link.
Custom Shops
Set Shops
Shop Cart
ClanWar desc
Char, Clan info
Shop password
Edit account
MVC please.
Just add strtolower() in subject of preg_match
<?php
preg_match([pattern], strtolower($string));
public function cleanString($string)
{
$string = str_replace(array("from", "select", "update", "insert", "delete", "drop"), "", $string);
return $string;
}
public...
Give-me a simple web template, i'll start working on web site dev.
Completely POO
Smarty Template
Multi-language
I already have this almost done, just some fixes is needed.
I apply for PHP
I Love the menu!
But the space is too small
Hello, i'm editing an interface
In Lobby.xml i'm changing some buttons coords but "Options" and "Equips", even if I put random coords, they stay on same place.
Anyone can help me with this?...
Are you using jquery? If yes, what plugin you're using to change query string without reloading page, or, how do you doing that?
D-Guard
D-Guard
What admin panel you're using?
SheenUK, look here.
http://forum.ragezone.com/f311/red-project-web-745456/#post6296373
$players = 0;
$q = mssql_query("SELECT CurrPlayer FROM ServerStatus WHERE Opened = 1");
while($b = mssql_fetch_array($q))
{
$players += $b['CurrPlayer'];
}
echo $players;
EDIT: lol...
In regedit go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion and delete Enablelog.
DECLARE @MyKills int
SELECT @MyKills = KillCount FROM Character WHERE CID = @CID
IF (@MyKills % 50) = 0
BEGIN
UPDATE Login SET euCoins = euCoins + 5 WHERE AID = @AID
END
Just replace zitemID. GETDATE is a predefined function in SQL that eturns the current database system timestamp
A little more queries here.
...
I don't know exactly but is something like that.
C:\xampp\apache\bin
and
C:\xampp\php
Add that dll to Apache2.2\bin and PHP5 folder then restart appserver.
Its not for clan war.
Open Microsoft SQL Management and press Ctrl + N and paste the code i posted.
http://174.36.245.66/alfredao/1.png
Select GunzDB in drop down then hit execute.
...
Just run it in your GunzDB, each kill will give you a coin.
With this, each kill will give you 1 eucoin.
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
/* 캐릭터 정보(XP, BP, KillCount, DeathCount) 업데이트 */
ALTER PROC [dbo].[spUpdateCharInfoData]
...
You can use $this->function instead of classname::function to execute the function in the class, doing that you'll call the function without instancing the class again.
You're use:...
Thanks fot this Phoenix : )
Woow, It's nice *-*
I'm using the 2007 gunz files planning to switch to 2008 files in March, when my server will complete three years and I'm making a big update
Here has my function. It's easy to use.
function total($tabela, $cond = null)
{
$query = "SELECT COUNT(*) AS total FROM " . $tabela . (($cond != null) ? " " . $cond : "");
...
It's usefull, thanks
And 2 of that 1-3 releases per day, are website edits, or just a layout '-'
LOL! very nice, thanks
If i'm right, that files are from my Gunz, CEF is an acronym from Cereal Encrypted File and you'll never have it.
You can use file_get_contents() in PHP with this
function remove_comments(&$str)
{
$str = preg_replace('<!--.*?-->', "", $str);
return $str;
}
Are you sure the userid exists?
This from Emisand CP
INSERT INTO AccountItem (AID, ItemID, RentDate, cnt)(SELECT ac.AID, 99999, GETDATE(), 1 FROM Account ac)
Edit 99999 to your ItemID
Edit this
$a = mssql_query("SELECT LastIP FROM Login WHERE UserID = " . $userid);
to
$a = mssql_query("SELECT LastIP FROM Login WHERE UserID = '" . $userid . "'");
<?php
if(isset($_POST['submit']))
{
$userid = $_POST['userid'];
$a = mssql_query("SELECT LastIP FROM Login WHERE UserID = " . $userid);
if(mssql_num_rows($a) == 0)
I loved that
DECLARE @IP VARCHAR(40)
DECLARE @UserID VARCHAR(20)
SET @UserID = 'xxxxx'
SELECT @IP = LastIP FROM Login WHERE UserID = @UserID
INSERT INTO [IPBans] (UserID, IP) VALUES (@UserID, @IP)
@TheCodeOfGunz thanks : )
A mirror please?
The connection has timed out
The server at filebeam.com is taking too long to respond.
Nice, thanks
The God of Gunz.
Amazing!
Nice design : )
Why is needed to multiply @Coins by 1? lol
You opened a { and forgot to close with a }
change this
//Query time.
$query = odbc_exec($connect,"SELECT CID FROM Character WHERE Name = ''");
$count = num_rows($query);
while(odbc_fetch_row($query))
{
$cid = odbc_result($query,...
DELETE FROM Clan WHERE Name = ''
DELETE FROM ClanMember WHERE CLID NOT IN (SELECT CLID FROM Clan)
Endereço is PT-BR, Address ;D
All BR IPs is between 186.xxx.xxx.xxx and 202.xxx.xxx.xxx