Released version v1.1.0 of GunzCord in Github.
Changelog:
- Added SQLite3 compatibility for Refined Gunz source based servers
- Added an option to display Clan War notifications as an Embed with...
Type: Posts; User: emisand
Released version v1.1.0 of GunzCord in Github.
Changelog:
- Added SQLite3 compatibility for Refined Gunz source based servers
- Added an option to display Clan War notifications as an Embed with...
Finished my initial release of GunzCord in Github.
Please read the documentation on how to use it here:
https://github.com/emisandgunz/GunzCord
You can download the binaries here:...
I am using your bot for my HeroGamers server
Discord link (if you are interested): https://discord.gg/c3xvfm2
You say this bot is open source, where is the source?
I want to translate it and add...
Sure it's possible.
But it's a real pain in the ass.
It would be like reprogram gunz completely in order to make it use RealSpace3.
Is it the ijji Client unpacked with the Unpacker and Decrypter I posted here?
I've added the .SQL scripts so you can load the database in SQL Server 2005 or 2008
Hello,
I am releasing the Complete Gunz 1.5 Databases.
All of them are in .bak format and also in .sql script format.
NOTE: The .bak files are generated with SQL Server 2008 R2. You will be...
I think that client uses the old private key.
You can get the old private key at the posted gunz source.
Just put that private key at the privatekey.txt of my package.
Don't use that stupid anti sql injection.
The best way to get rid of sql injection is Prepared Statements, or calling stored procedures with mssql_init and mssql_bind.
PHP: mssql_init - Manual...
You must use the Full Visual Studio.
Don't use express editions.
Search and download a torrent for Visual Studio 2003 Professional and Visual Studio 2010 Ultimate.
If you are running Windows 7...
Hello,
I am releasing some binaries and batch script that will decompress and decrypt the Gunz Client from ijji gunz or korea gunz.
How to use:
1- Download the package I released
2- Extract...
I would recommend you guys first to clean up the code.
Remove everything that is really not necessary, like XTrap or Gameguard things. There are a lot of useless build modes, then you should clean...
If you compiled it in Debug mode, it will be bigger than in Release mode.
But the size is ok, you can compress it.
Oh right, you don't have the original 3Ds Max Gunz models.
Anyways, it's easy to program one, or someone will post all those original models here. (I won't)
Don't update it anymore.
Original 3Ds Max plugins from MAIET are included with the source code posted by Dawson.
This is a great release for RageZone and all the Private Gunz development community.
This is really bad for MAIET, as now it will be a lot easier to customize Gunz itself and to create more stable...
Hello,
As Gunz source code got recently released by Dawson, I am making a simple guide that explains how to build the Gunz solution.
Prerequisites:
- Microsoft Windows XP SP3 Professional
-...
I love it
:love: :love: :love: :love:
Im afraid that stability won't be improved just by removing some Thread Locks and doing SELECT queries with SQL_NO_CACHE.
You don't have PHP Sessions setted up properly.
Check your php.ini
It's an admin panel not a user website.
Updated first post.
Now you have links for the client, and Theoreticals SQL for Gamble Items.
Im not returning back to this fucking community, Im just releasing this to prevent other fags to sell this shit or to believe they are better.
I will not release that now.
Here you have the client for this matchserver:
ftp://fpatch.levelupgames.com.br/gunzweb/fullupdate/TheDuelUpdate_20080725.exe
Hello,
I have seen some people saying that they have this server files.
As I don't want them to have any advantage and prevent them from selling this, I'm releasing them.
I didn't made any fix...
I'm not agree, and we have backups, so you are not right.
Proof of the DMCA:
http://i44.tinypic.com/6f9gsx.png
You can't set that.
If you are using the BR File you must set BRZ there.
COUNTRY="brz"
LANGUAGE="brz"
[LANGUAGE]
LANG_TYPE="brz"
Use de Mode 1 script.
Then read the guide.
You missed a part of code or you are not using MSSQL 2005.
Edit PHP.ini and set display_errors=Off
Because there is nothing to download in this thread.
The npcset.xml is written as code in the first post.
That depends on your php installation.
I won't give support with php, I only support the panel.
If you have problems with php, read the documentation at www.php.net
Why you don't read the errors you get?
It clearly says that the sessions path is bad set.
Set the php.ini with a correct session.save path
I can do nothing with it, it's a problem with the forum, not mine.
What link?
There is no upload link.
You have to REMOVE or DEACTIVATE that Foreign Key at dbo.Item table.
LOL at that. :lol:
I can't teach you how to make a dll, I event don't know a lot of dll programming, Lambda does.
To do the multiserver you must have at least 2 ips in the dedi.
1 IP per server, so then in the dll...
Nada mas ponle a los admins la UgradeID 252, supongo que estas usando 255 o 254.
Lo que hace la 252 es dar poder de admin y se ve el nombre aunque no en naranja
Just put the 252 ugradeid to the...
Just change the UDP port of the matchservers (By default it's 7777).
Then you have to create a client dll that replaces the udp port at the client for each server.
For the matchserver thing, it's...
The best way is to set the 252 UGradeID, It has admin powers, and people can see their names, BUT NOT IN ORANGE.
If you want it with orange you will have to edit something at the client or server....
Doesn't happen to me.
Bad PHP Config.
The session save dir that is set in your php does not have permissions for writing data in there.
You should have to remove that Foreign Key at the dbo.Item Table.
Edit your php.ini
You must change: short_open_tag = Off to short_open_tag = On
After saving the changed php.ini, restart the webserver
You have to add ugradeid verifications for each function.
I also use freetds on linux, but if you want to use odbc + freetds on linux, you just have to complile php with iODBC or openODBC and FreeTDS
php_mssql functions are deprecated by micro$oft.
ODBC is way faster than php_mssql and it has better compatibility, because there are problems with ntwdblib.dll with some webservers.
Well first of all it looks like you didn't set the correct database as the Account Item table in the config.php
If it's set correctly, you may check with what table is asociated that foreign key.