diff --git a/d3hog_driver.php b/d3hog_driver.php index 8e01e67..ddb76a5 100644 --- a/d3hog_driver.php +++ b/d3hog_driver.php @@ -6,6 +6,7 @@ include_once(__DIR__ . '/libs/dpclass.php'); if($_POST['submit']) { $diabloProgressUrl = trim($_POST['url']); + $elementalOnWeapon = isset($_POST['elemental']['elemental']) ? true : false; if(preg_match('{^http://www.diabloprogress.com/hero/[\w]+\-[\d]+/[\w]+/[\d]+$}', $diabloProgressUrl) != 1) { die('Bad URL. Please enter the entire diablo progress URL.

Example: http://www.diabloprogress.com/hero/celanian-1548/HsuMing/21706367'); } @@ -38,5 +39,6 @@ Paragon Score: paragonScore(), 2, '.', ',') ?>
D3 Progress URL:
+ Elemental Damage on Weapon: />
\ No newline at end of file