Jump to content
MakeWebGames

Recommended Posts

Posted

Title: Battle Arena

Includes:

- 1 PHP File

- SQL File

- Instruction File

Description:

This mod will be great for those competitive users.

Users have the option to join a game, or create one if one is not in progress.

2 different types, Weaponless (Default weapon can only be used, in my game feet), and Normal.

Once joined, they can attack others players in the arena, and if they win they earn 1 kill, and will go up in the scoreboard, all games last for 24 hours.

Once the game is over all players who are currently playing in the arena will be informed of the winner and the game will be closed.

Also, previous results can be seen by players, showing the previous winners and who has the top kills per game. :evil:

Screen Shots

48290707ct5.jpg

Payment:

Purchase from here: http://isomerizer.com/mods.php?mod=arena

(Mod will be encrypted using ioncube, Please send details such as, Server OS, PHP Version, Domain it will be used on.)

Can be seen fully working @ www.amazon-survival.com

Guest Anonymous
Posted

Re: Battle Arena [$20]

Excellent fun this one IsO - Well done.

  • 2 months later...
Posted

Re: Battle Arena [$20]

Need a few pointers on this one.

Swapped it to V1, though each time i hit the link to enter the file, it keeps leading me to the login page.

Posted

Re: Battle Arena [$20]

 

Need a few pointers on this one.

Swapped it to V1, though each time i hit the link to enter the file, it keeps leading me to the login page.

Sounds like your v1 header is incorrect.

Make sure its:

 

session_start();
require "global_func.php";
if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }
$userid=$_SESSION['userid'];
require "header.php";
$h = new headers;
$h->startheaders();
include "mysql.php";
global $c;
$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());
$ir=mysql_fetch_array($is);
check_level();
$fm=money_formatter($ir['money']);
$cm=money_formatter($ir['crystals'],'');
$lv=date('F j, Y, g:i a',$ir['laston']);
$h->userdata($ir,$lv,$fm,$cm);
$h->menuarea();
Posted

Re: Battle Arena [$20]

ermmm, dumb me!!!

session_start() was missing :S though i have overlooked to the code and it seems i missed it... ALL the times i looked at it.

Thx Iso once again, and also for the PM too :)

  • 1 month later...
Posted

Re: Battle Arena [$20]

 

hi im having problems with this mod im tried to mail you here and on msn please answer thanks

Your mod was encrypted, and the agreement was you could only use it on one domain.

  • 1 month later...
  • 2 weeks later...
Posted

Re: [mccode] Battle Arena [$20]

 

I clicked on the link to pay and the page doesnt seem to exist anymore! :?

Isomerizer.com no longer contains DBS modifications, you can PM me via CE if you wish to purchase or have any questions.

Posted

Re: [mccode] Battle Arena [$20]

 

Users have the option to join a game, or create one if one is not in progress.

2 different types, Weaponless (Default weapon can only be used, in my game feet), and Normal.

 

Seems you saw it wrong Blackdogg ;)

Posted

Re: [mccode] Battle Arena [$20]

lol i know about that, i have the same mod :P though, when presenting the mod, Iso did placed the fight types correct. The script is the one that shows 3 nothing more ;)

  • 1 month later...
Posted

Re: [mccode] Battle Arena [$20]

is there any way you can add a staff functions for this mod as id like to be able to edit the amount of time the battle runs for and maybe add a prize for the person who gets the most wins.

Posted

Re: [mccode] Battle Arena [$20]

 

is there any way you can add a staff functions for this mod as id like to be able to edit the amount of time the battle runs for and maybe add a prize for the person who gets the most wins.

I could do this for a small fee. Contact me if your interested.

Posted

Re: [mccode] Battle Arena [$20]

Iso, you should also consider fixing the "display" as it cycles through every single hour, making a sh*load of uneeded lines when displaying the results ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...