Isomerizer Posted April 22, 2008 Posted April 22, 2008 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 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 Quote
Guest Anonymous Posted April 22, 2008 Posted April 22, 2008 Re: Battle Arena [$20] Excellent fun this one IsO - Well done. Quote
Blackdogg Posted April 22, 2008 Posted April 22, 2008 Re: Battle Arena [$20] This guy is amazing couldnt do anymore to help me cheers mate your a star :mrgreen: Quote
Lithium Posted July 17, 2008 Posted July 17, 2008 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. Quote
Isomerizer Posted July 20, 2008 Author Posted July 20, 2008 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(); Quote
Lithium Posted July 21, 2008 Posted July 21, 2008 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 :) Quote
Blackdogg Posted September 16, 2008 Posted September 16, 2008 Re: Battle Arena [$20] hi im having problems with this mod im tried to mail you here and on msn please answer thanks Quote
Isomerizer Posted September 18, 2008 Author Posted September 18, 2008 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. Quote
Blackdogg Posted September 18, 2008 Posted September 18, 2008 Re: Battle Arena [$20] its on the same domain the battles dont end after 24hours mine is currently Time Left: -3409 hours i dont have the codes no more as my previous pc blew up Quote
ShizzleNizzle Posted September 18, 2008 Posted September 18, 2008 Re: Battle Arena [$20] That happened to me aswell Quote
Isomerizer Posted September 18, 2008 Author Posted September 18, 2008 Re: Battle Arena [$20] Ok fair enough, this happened to a few due to a small bug in the orignal code, I did fix it. Just send me your cron, and i'll update it for you. Quote
bob324 Posted October 25, 2008 Posted October 25, 2008 Re: [mccode] Battle Arena [$20] I clicked on the link to pay and the page doesnt seem to exist anymore! :? Quote
Isomerizer Posted November 3, 2008 Author Posted November 3, 2008 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. Quote
Zero-Affect Posted November 4, 2008 Posted November 4, 2008 Re: [mccode] Battle Arena [$20] Nice modification Ben :-o Quote
Blackdogg Posted November 7, 2008 Posted November 7, 2008 Re: [mccode] Battle Arena [$20] Great mod but it says theres 3 atack modes and only 2 are listed. Trivial i know but all my users question it lol Quote
Lithium Posted November 8, 2008 Posted November 8, 2008 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 ;) Quote
Blackdogg Posted November 9, 2008 Posted November 9, 2008 Re: [mccode] Battle Arena [$20] Well heres a screenshot of said mod on my game Quote
Lithium Posted November 10, 2008 Posted November 10, 2008 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 ;) Quote
Blackdogg Posted January 3, 2009 Posted January 3, 2009 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. Quote
Isomerizer Posted January 3, 2009 Author Posted January 3, 2009 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. Quote
Lithium Posted January 3, 2009 Posted January 3, 2009 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 ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.