[Frost Team]Php Arena Caclulator Script! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Frost Team]Php Arena Caclulator Script!

    Hello,im Matt!I recently made a arena caclulator script I think you might enjoy!

    Step 1:Open notepad
    Step 2:Copy and Paste Script
    Step 3:Press file
    Step 4:Press Save as
    Step 5:Select save as type put all files
    Step 6:Put in the name Arenacac.php
    Step 7:Wala Made the file now save in website folder!

    Code:
    <head> 
    <title>Arena Calculator By Frost Team</title> 
    </head> 
    <body> 
    
    <h2>Arena Calculator By Frost Team!</h2> 
    
    <form action = "<?php echo $_SERVER["PHP_SELF"]; ?>" 
    method = "GET"> 
    Enter Your Arena Score: 
    <input type = "text" name = "arena_score" size=5> 
    <input type = "submit" name = "Calculate Score"/> 
    </form>
    
    <?php 
    //If there is no score entered, we will assume the default score of 1500
    $arena_score = $_GET['arena_score'];
    if ($arena_score == "")
    {
    $arena_score = 1500;
    }
    if ($arena_score > 1500) 
    {$total = (1511.26/(1+1639.28* pow(2.71818,(-0.00412 * $arena_score))));
    Echo " <b>Your Score is $arena_score <br></b>";
    Echo "<b>5v5:</b> " . floor($total) ." points <br>";
    Echo "<b>3v3:</b> ". floor($total*.88) ." points <br>";
    Echo "<b>2v2:</b> ". floor($total*.76) ." points <br>";
    } else
    {$total = ($arena_score *.22) + 14;
    Echo " <b>Your Score is $arena_score <br></b>";
    Echo "<b>5v5:</b> " . floor($total) ." points <br>";
    Echo "<b>3v3:</b> ". floor($total*.88) ." points <br>";
    Echo "<b>2v2:</b> ". floor($total*.76) ." points <br>";
    }
    ?>
    Could also download the files I post at: http://bsod.ucoz.net/Sodfarek.rar Thank you!

    http://bsod.ucoz.net/ArenaCac.rar

    Screenie!

    Last edited by bsod-staff14; 11-30-2008 at 03:51 PM.
    Immortal GamerZ Under Development!

    [Frost Team]Php Arena Caclulator Script!
  2. #2
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Veryyy nice +Rep when I can (im at the max lawl)

    FrostTeam forevahhh!

  3. #3
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol thanks man!I told you I know some stuff =-)!Just very basic but however basic is always better than none!Ohh yea you gonna put up a WOTLK server so me and you can start developing DB's cuz im very very very good at that!
    Immortal GamerZ Under Development!

  4. #4
    Nymphx's Avatar Active Member
    Reputation
    83
    Join Date
    Sep 2008
    Posts
    212
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe it's just gone up, so we are testing the DB choice that we have picked, then will work on customising it .

  5. #5
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet will I be a GM on it?
    Immortal GamerZ Under Development!

  6. #6
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you know how to be GM...

  7. #7
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do I was a Server owner for 3 years...
    Immortal GamerZ Under Development!

  8. #8
    j00nas's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you sure you made this?
    World of Warcraft Arena Caclulator PHP Script
    Looks kinda similar..

  9. #9
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes im sure. Lmfao ive made this a couple days ago.

    ALot of cac's out there.
    Immortal GamerZ Under Development!

  10. #10
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    again nice work from your guys added to our website in next release of X-Pack
    +rep

  11. #11
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks man!

    Great honer to be in X-Pack!
    Immortal GamerZ Under Development!

  12. #12
    Edude's Avatar Member
    Reputation
    98
    Join Date
    Jul 2008
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes great honor to be in X-Pack :P

  13. #13
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, it's an awesome honor :P

    And good job on this, mate

  14. #14
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks black its also an honor to hear that from you...I seen your scripts there great!
    Immortal GamerZ Under Development!

  15. #15
    Schizzo92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job man ty

Page 1 of 2 12 LastLast

Similar Threads

  1. [Frost Team]Account registration page!Updated with more scripts every day!
    By bsod-staff14 in forum WoW EMU General Releases
    Replies: 7
    Last Post: 12-26-2008, 03:10 PM
  2. [Frost Team]HTML Scripts for a site!
    By bsod-staff14 in forum Programming
    Replies: 2
    Last Post: 11-30-2008, 10:01 PM
  3. Disconnect a member of the opposing team in Arena
    By hybridpunk in forum World of Warcraft Exploits
    Replies: 50
    Last Post: 03-22-2008, 09:23 AM
  4. Find out if you're vrsing the same team in arena
    By yourdeath911 in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 12-26-2007, 12:58 AM
All times are GMT -5. The time now is 11:31 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search