Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Download Center

Newbie Spellweaver
Joined
Aug 28, 2006
Messages
7
Reaction score
0
[Release] Gunbound Server 100% V.585

Hello avaliable download this server 100% fixed for i and garsia

DataBase 100%
Menu Complete no erro
Item Complete

Server Files 100% Ban and Disconnect functioning (For AdminTools) no teste in gunbound
Maps fixed 100%

Credits: Garsia and F3L1P1NH0



Edited by MasterOfSky -> New link for Client:


Codes of ALL avatar!


Client link inside read-me file.

Edited by oreohead ->

Well here's a WC files specificly - V5.85 .. Files that are rather EASY or should be atleast for you to edit. I hope all goes well with it.. Just be sure that if you want to use an ip that starts with 192.168.... That's your LAN IP inwhich only people with that same router IP can play. If you use an IP known as LOCAL IP that's were its obviously LOCAL.. so other people that have different IP's can play. You can find out your IP at .. If that doesn't work google =o

Here's the "Easy Editable Server Files"

Credits: Files officaly made by F3L1P1NH0 and was edited by me - Oreohead.

Enjoy.. Hehe =]

 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
Junior Spellweaver
Joined
Feb 6, 2007
Messages
175
Reaction score
0
Re: [Release] Gunbound Server 100% V.585

Link Client V585:

view read me in download have the link to client ^^"
 
Junior Spellweaver
Joined
Feb 6, 2007
Messages
175
Reaction score
0
Re: [Release] Gunbound Server 100% V.585

the Clients have different sizes advise to use the cited one above

Here link

or Client link inside read-me file.
 
Newbie Spellweaver
Joined
Nov 23, 2006
Messages
54
Reaction score
0
Re: [Release] Gunbound Server 100% V.585

Remeber that in this releash you must use CLient <=5.85 + Patch ( can't use nguyenhuy's Patch or >=5.86 client you will see Stage Data has been changed,plz reinstall :))
i use client 5.81 and my patch, all tests are complete,everybody should download this client and my Patch

this is Patch
in this server,it contains many files to manage services,i think its useless,you should use 4 main services are " Install services,start SV or Stop SV and Remove SV ( include 4 servers)
Of course you must reconfig all my files to match your PC's configuration (i use root and null password for MySQL, you should only change IP)
Just download and if you dont know what are you going to do,plz wait for my guide
 
Last edited:
Junior Spellweaver
Joined
Nov 21, 2006
Messages
137
Reaction score
38
Buy_Avatar - Sistem to buy avatar in the website

This system was developed by me;
it is able to buy avatars by the website.

WORKS ONLY ON GUNBOUND WC

The sistem have the ready pages :

Buy Neo Observador Male
Buy Neo Observador Female
Buy Black Phoenix Male
Buy Black Phioenix Female


to create other pages, edit the code of avatar in the page ;
the part of code to edit, is :

$result = $db->Execute("insert into `chest`(No, Item, Wearing, Acquisition, Expire, Volume, PlaceOrder, Recovered, Owner, ExpireType) values (?, 'CODE OF AVATAR', '1', 'C', NULL, 1, '15000', 0, ?, 'I')",
array($rankmax,$user_auth->username));
Edit the CODE OF AVATAR ;

To work properly :

Add the following line to file _inc/config.php in your website :

$config['buy'] = X
change the X to the price of avatar .

Languages : English

Download English :

DOWNLOAD LINK ARE UPDATED [ day 6 ]
Do not remove the copyrights :busted_co .

this is only working for GBTools

Credits of the sistem : TheMarKs
Script : Johan

I'm brazilian, if have any errors in english version, please, contact me -> themarks_@hotmail.com ;
sorry for my bad english .

QUESTIONS ?

Post it here!

Thanks :v:
 
Last edited:
Newbie Spellweaver
Joined
Sep 10, 2006
Messages
29
Reaction score
5
Re: Buy_Avatar - Sistem to buy avatar in the website

this has to be one of the worst scripts i've seen in my life =/
this is only (probably) working for gbtoolz -.-
heres one of my 'cool' scripts

*Credits to me -.-

save this script as add.php
<?
if($_POST['Submit'] == "Send"){

$SQL_User="root";
$SQL_Pass=" ";
$SQL_Host="127.0.0.1";
$SQL_Base="gunbound";

mysql_connect($SQL_Host,$SQL_User,$SQL_Pass);
mysql_select_db($SQL_Base);

if($_POST['Code1'] != ""){

if($_POST['Id1'] != ""){
$row11 = mysql_query("Select * from game where Id = '".$_POST['Id1']."' ");
if( mysql_num_rows($row11) == "1"){
$num11 = "Id : ".$_POST['Id1']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1', '".$_POST['Id1']."', 'I')");
}
}
if($_POST['Id2'] != ""){
$row12 = mysql_query("Select * from game where Id = '".$_POST['Id2']."' ");
if( mysql_num_rows($row12) == "1"){
$num12 = "Id : ".$_POST['Id2']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1','".$_POST['Id2']."', 'I')");
}
}
if($_POST['Id3'] != ""){
$row13 = mysql_query("Select * from game where Id = '".$_POST['Id3']."' ");
if( mysql_num_rows($row13) == "1"){
$num13 = "Id : ".$_POST['Id3']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1','".$_POST['Id3']."', 'I')");
}
}
if($_POST['Id4'] != ""){
$row14 = mysql_query("Select * from game where Id = '".$_POST['Id4']."' ");
if( mysql_num_rows($row14) == "1"){
$num14 = "Id : ".$_POST['Id4']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1','".$_POST['Id4']."', 'I')");
}
}
if($_POST['Id5'] != ""){
$row15 = mysql_query("Select * from game where Id = '".$_POST['Id5']."' ");
if( mysql_num_rows($row15) == "1"){
$num15 = "Id : ".$_POST['Id5']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1','".$_POST['Id5']."', 'I')");
}
}
if($_POST['Id6'] != ""){
$row16 = mysql_query("Select * from game where Id = '".$_POST['Id6']."' ");
if( mysql_num_rows($row16) == "1"){
$num16 = "Id : ".$_POST['Id6']." ";
mysql_query("INSERT INTO `chest` (Item, Acquisition, Expire, Volume, Owner, ExpireType) VALUES ('".$_POST['Code1']."', 'T', '(NULL)', '1','".$_POST['Id6']."', 'I')");
}
}
echo ("<SCRIPT LANGUAGE='JavaScript'>alert('Code#1 to ".$num11." ".$num12." ".$num13." ".$num14." ".$num15." ".$num16." .');</SCRIPT>");
}
}

mysql_close();
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PaisaPK's Script</title>
</head>

<body>

<form action="add.php" method="post">
Code #1: <input type="text" value="" name="Code1"><br>
ID #1: <input type="text" value="" name="Id1">
ID #2: <input type="text" value="" name="Id2"><br>
ID #3: <input type="text" value="" name="Id3">
ID #4: <input type="text" value="" name="Id4"><br>
ID #5: <input type="text" value="" name="Id5">
ID #6: <input type="text" value="" name="Id6"><br>
<input type="submit" value="Send" name="Submit">
</form>

</body>
</html>
You can give an avatar to 6 users at one time =/
 
Joined
Jun 28, 2006
Messages
285
Reaction score
165
[RELEASE] 'FUNC' generator.

This is the code to make a 'FUNC' generator for your server.

The following code is for index.php
PHP:
<?php

include("info.php");
echo "Leo The Fox's Function Creator<p>";
if (isset($_GET["action"])) {
  if (!(eregi("[^a-zA-Z0-9_-]", $_GET["action"]))) {
    $action = strtolower($_GET["action"]); }}
if (isset($_POST["action"])) {
  if (!(eregi("[^a-zA-Z0-9_-]", $_POST["action"]))) {
    $action = strtolower($_POST["action"]);}}
if (!isset($action)) $action = "default";

switch ($action) {

case "create":
  echo "The function you want is:<p><b>";
  echo $_POST["unknown_0"] + 
  $_POST["unknown_1"] +
  $_POST["unknown_2"] +
  $_POST["unknown_3"] +
  $_POST["enable_avatar"] +
  $_POST["unknown_5"] +  
  $_POST["unknown_6"] +
  $_POST["unknown_7"] +
  $_POST["unknown_8"] +
  $_POST["unknown_9"] +
  $_POST["unknown_10"] +
  $_POST["unknown_11"] +
  $_POST["unknown_12"] +
  $_POST["effect_force"] +
  $_POST["effect_tornado"] +
  $_POST["effect_lightning"] +
  $_POST["effect_windchange"] +
  $_POST["effect_thor"] +
  $_POST["effect_moon"] +
  $_POST["effect_eclipse"] +
  $_POST["event_enable1"] +
  $_POST["event_enable2"] +
  $_POST["event_enable3"] +
  $_POST["event_enable4"];
  echo "</b>";
  break;
  
case "list":
  displayFull();
  break;
default:
 echo "Want the full list? <a href='?action=list'>Click here</a>";
  displayPre();
  break; 
  
 }
echo "<p>By: <b>Leo The Fox (yay furriez)</b>";

?>

The following code is for info.php
PHP:
<?php

function displayPre() {

echo "<form action='' method='post'>
<input type='hidden' name='action' value='create'>
<input type='checkbox' name='enable_avatar' value='16'> Avatar On<p>

<input type='checkbox' name='effect_force' value='8192' checked> Enable Force<br>
<input type='checkbox' name='effect_tornado' value='16384' checked> Enable Hurricanes<br>
<input type='checkbox' name='effect_lightning' value='32768' checked> Enable Lightning<br>
<input type='checkbox' name='effect_windchange' value='65536' checked> Enable Wind<br>
<input type='checkbox' name='effect_thor' value='131072' checked> Enable Thor<br>
<input type='checkbox' name='effect_moon' value='262144' checked> Enable Moon<br>
<input type='checkbox' name='effect_eclipse' value='524288' checked> Enable Itemlock<p>

<input type='checkbox' name='event_enable1' value='1048576'> Enable Event 1<br>
<input type='checkbox' name='event_enable2' value='2097152'> Enable Event 2<br>
<input type='checkbox' name='event_enable3' value='4194304'> Enable Event 3<br>
<input type='checkbox' name='event_enable4' value='8388608'> Enable Event 4<br>

<p><input type=submit value='Create function'></form>";
}

function displayFull() {
echo "<form action='' method='post'>
<input type='hidden' name='action' value='create'>

<input type='checkbox' name='unknown_0' value='1'> Unknown 0<br>
<input type='checkbox' name='unknown_1' value='2'> Unknown 1<br>
<input type='checkbox' name='unknown_2' value='4'> Unknown 2<br>
<input type='checkbox' name='unknown_3' value='8'> Unknown 3<p>

<input type='checkbox' name='enable_avatar' value='16'> Avatar On<p>

<input type='checkbox' name='unknown_5' value='32'> Unknown 5<br>
<input type='checkbox' name='unknown_6' value='64'> Unknown 6<br>
<input type='checkbox' name='unknown_7' value='128'> Unknown 7<br>
<input type='checkbox' name='unknown_8' value='256'> Unknown 8<br>
<input type='checkbox' name='unknown_9' value='512'> Unknown 9<br>
<input type='checkbox' name='unknown_10' value='1024'> Unknown 10<i> Possibly the Mirror Force</i><br>
<input type='checkbox' name='unknown_11' value='2048'> Unknown 11<i> Possibly the Random Force</i><br>
<input type='checkbox' name='unknown_12' value='4096'> Unknown 12<i> Possibly the Black Force</i><p>
<input type='checkbox' name='effect_force' value='8192'> Enable Force<br>
<input type='checkbox' name='effect_tornado' value='16384'> Enable Hurricanes<br>
<input type='checkbox' name='effect_lightning' value='32768'> Enable Lightning<br>
<input type='checkbox' name='effect_windchange' value='65536'> Enable Wind<br>
<input type='checkbox' name='effect_thor' value='131072'> Enable Thor<br>
<input type='checkbox' name='effect_moon' value='262144'> Enable Moon<br>
<input type='checkbox' name='effect_eclipse' value='524288'> Enable Itemlock<p>

<input type='checkbox' name='event_enable1' value='1048576'> Enable Event 1<br>
<input type='checkbox' name='event_enable2' value='2097152'> Enable Event 2<br>
<input type='checkbox' name='event_enable3' value='4194304'> Enable Event 3<br>
<input type='checkbox' name='event_enable4' value='8388608'> Enable Event 4<br>

<p><input type=submit value='Create function'></form>";

}

?>

.. Or you can use this one if you don't want to host it:


Both files must be in the same directory. As you can see, I used the directory "func".

Enjoy.
 
ex visor
Loyal Member
Joined
May 17, 2007
Messages
2,741
Reaction score
937
Re: [Release] Gunbound Server 100% V.585

Here's some FIXED LINKED CLIENTS:



Here's grub.exe (it's not gunbound-force):

 
Joined
Jun 28, 2006
Messages
285
Reaction score
165
Multi-table SQL Backup function

Here is an SQL backup function you can use in PHP. You must already have a connection to the SQL server to use it (obviously). The function is below:

PHP:
function mysql_dump_tables($database,$backupFile,$list){
mysql_select_db($database) or die("Cannot connect to database.");
$date = date("Y-m-d-H-i-s");
$result1 = mysql_list_tables("$database");
$num_rows = mysql_num_rows($result1);
for ($i = 0; $i < $num_rows; $i++) {

$newtable = mysql_tablename($result1, $i);
$newdir = $backupFile."$database($date)";
$createdir = mkdir($newdir);
$directory = "".$newdir."/$newtable.sql";
$query = "SELECT * INTO OUTFILE '$directory' FROM $newtable";
$result = mysql_query($query) or die("SQL ERROR");
if($result){
  if($list == 0) { } else {
    echo "Backed up successfully to <font color='blue'>$directory</font><br>";
    }
    
} else { echo "Backup failed for '$newtable', Check the directory and try again.<br>"; 
}

}
if($list == 0) { } else { echo "<p>mysql_dump_tables() function ended.<p>";}
}

Function usage:
mysql_dump_tables($database,$directory,$list);

$database = "gunbound"; //Self-explanitory
$directory = "C:/backup/"; //A directory to back up to in this format: "C:/backup/" with the trailing forward-slash. The directory must pre-exist or an error will occur
$list = 1; //Turns display on or off. Set to either 1 or 0.

It will dump SQL files in the directory you specified in seperate tables, and will create subfolders for each backup with a datetime Y-m-d-H-i-s stamp. Works for anything, not just GunBound.

Enjoy.
 
Joined
Jan 4, 2008
Messages
441
Reaction score
242
[Links Extras Client v585WC]

All Clients 585WC
===============================================

===============================================

===============================================

:busted_co
 
Last edited:
Avatar of Shadow and Doom
Joined
Dec 3, 2004
Messages
247
Reaction score
8
[RELEASE] 639 Version Tables MENU and ITEM

You just have to change the menu and item tables from your original database for these ones.
 

Attachments

You must be registered for see attachments list
Avatar of Shadow and Doom
Joined
Dec 3, 2004
Messages
247
Reaction score
8
[RELEASE] IXFS for GUNBOUNDWC

Most of you wanted this, and since Moose has turned it public, there u are :) Followed by Characterdata editor also =]

By the way, Characterdata editor is made by JorgeRulez =]
 

Attachments

You must be registered for see attachments list
Last edited:
MentaL's Slave
Legend
Joined
Nov 18, 2004
Messages
1,279
Reaction score
219
[Release] Recommended Gunbound database+ updated to latest GIS menu/item + MySQL 5.1!

Hello.

I have decided to "re-release" the recommended database for the latest Gunbound WC server files

This gives no 201 server error, and doesn't crash the server.

If you want MySQL 5.1 or higher to work you must enable OLD_PASSWORD encryptions in your user settings, go to the user you want to edit, click edit user -> then go to advanced and check OLD_PASSWORD encryptions then MySQL 5.1 and higher will work..

Download link:


Enjoy..

Thanks to f3l1p1nh0 for the item+menu database.

Check the stickies for the server files.

Just replace the database with this.
 
Junior Spellweaver
Joined
Nov 21, 2006
Messages
137
Reaction score
38
[My Release] Avatar Editor v2.0 for TH - English and Portuguese

Editor of Avatar for Gunbound Thor's Hammer - Version 2.0

My release :)

- Portuguese option
- English option
- Good design

first, thanks very much to myripper.

Screenshot: portuguese version
MasterOfSky - Download Center - RaGEZONE Forums


Screenshot: english version
MasterOfSky - Download Center - RaGEZONE Forums



 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Nov 21, 2006
Messages
137
Reaction score
38
How to decrypt .GME files

Hi .

how to decrypt:

- download dilloDie (Attached on post)
- rename gunbound.gme to gunbound.exe
- open dilloDie.exe and click in Unpack, select Gunbound.exe
- wait for progam decrypt and sucess message

now, go to Gunbound folder, and open Gunbound.exe with a Hex Editor :)

If you make a modifications, you need not encrypt again, just replace on folder of Gunbound.
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jun 10, 2008
Messages
1
Reaction score
0
K-Gunbound Server Beta

----------------The File so you don't have to read all this-------------------
K-Gunbound_Server.rar


--------------------------------------------------------------------------

First off thanks/credit goes to I think Kohaku, MasterofSky, Leothefox, and anyone else who's server scripts etc. I used. I used almost all of from the tutorial sticky and a little from the download sticky so thanks to all of you who posted stuff there.

What I wanted to make was a server that consisted of as little as possible work to get going so that I could just play gunbound at a lanparty, etc. I didn't want other people that wanted to host to have to deal with setting up a mysql, http server etc. just so we could play a few games. So I made these 2 exe's;

1. "Registration and Database Server.exe"
2. "K-Gunbound Server.exe"

The first one is basically a packaged WAMP server with the mysql database already setup with the fetch.php located at (or fetch.dll) and the registration page at
Run this first until you see a little dial on your task bar that turns white (a few seconds).

Next run the K-Gunbound Server which is essentially "startserver.bat" with a few changes, like having all of it bundled together. (Watch it to make sure everything goes ok, it should).

Now you should have a gunbound server running, any changes made to the database etc. (Like new users, games played etc) are stored to C:/docs and settings/applicationdata/thinstall/k-gunbound or something like that. Or you can put a folder in the same directory as the exe's named thinstall and it will do the same thing for you.

Yes I know I didn't do much, but I figured I'd save someone else the work if they just wanted it simply setup. To shut down the server, close the command prompt window and right click the dial on the bottom right and close it too.

Keep in mind this is a beta and is definitely not finished, I just want to get peoples ideas and suggestions so that I can improve it.

One other thing I would like to do is package the client into a single exe with one or two ini files to change only that would connect to this. I managed to get that completely done almost, but when thinstalled gameguard freaks out and closes it. So I was wondering what client everyone suggest to use for the, as well as any tips for getting around that issue. Thanks, let me know what you think.

PS. This broadcast to your local (127.0.0.1), LAN (192.168.x.x), and WAN IP (online IP it could be anything). So yes you can have people connect over the internet to it. - - And by the way, the registration page currently just lets you register normal users. If you need help and can't figure out how to make an admin user just let me know. I'll either explain it give you another file to add some. Thanks for your time in reading the long post =]

~Kendog :jester:
 
Newbie Spellweaver
Joined
Jul 23, 2005
Messages
16
Reaction score
0
Gunbound Thor's Hammer Files

Well, actually i don't find any files of TH, so i'm posting here again
for those who like here's the download link:

Gunbound TH Server:



Credits for : Unknown

For client you can use the Gunbound Classic one (available at or
or
)

Ps: I'm not the developer of this files, i just mount the compilation and uploaded for all.
 
Junior Spellweaver
Joined
Nov 21, 2006
Messages
137
Reaction score
38
Re: Buy_Avatar - Sistem to buy avatar in the website

this has to be one of the worst scripts i've seen in my life =/
this is only (probably) working for gbtoolz -.-
heres one of my 'cool' scripts

*Credits to me -.-

save this script as add.php

You can give an avatar to 6 users at one time =/


Congratulations for your observation Paisa. A long time has passed since that. I hope you feel good or even proud to be such an useless criticizer after so many time.
 
Back
Top