Jump to content

Ashen

Members
  • Posts

    34
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Ashen

  1. The character "@" is used for mask errors on function. The range of values accepted is 0/65535. Set value to 65536 will raise an exception on function fsockopen and result of condition will be true => online
  2. Yes the code is correct. Set the timeout value to 1.
  3. Like this :: http://www.wowsoc.org/hd/img_road_map/ams_armory.jpg It's very simple to make...
  4. I tried the patch and it works without problem on MaNGOS Rev. 10279 Try to apply it without Tortoise-Git
  5. ------------------------------------------------------------ - Character Sheet -- (Stats Value) ------------------------------------------------------------ I see that some characters have values such as: - "Power: 5790.40010528" - "Dodge: 7.30001264 %" - "Resilience: 1073.14000173" ------------------------------------------------------------ - Replace -- (character-sheet.php) ------------------------------------------------------------ Ceil() or Round( ... , 2) function. [ Line 248 ] - $xml->XMLWriter()->writeAttribute($sb_elem_name, $sb_elem_value); + $xml->XMLWriter()->writeAttribute($sb_elem_name, ceil($sb_elem_value)); [ Line 261 ] - $xml->XMLWriter()->writeAttribute($stat_name, $stat_value); + $xml->XMLWriter()->writeAttribute($stat_name, ceil($stat_value)); [ Line 285, 299, 346, 360 ] - $xml->XMLWriter()->writeAttribute($stat_name, $stat_value); + $xml->XMLWriter()->writeAttribute($stat_name, ceil($stat_value)); [ Line 317 ] - $xml->XMLWriter()->writeAttribute('rating', $stat_value_tw); + $xml->XMLWriter()->writeAttribute('rating', ceil($stat_value_tw)); [ Line 324 ] - $xml->XMLWriter()->writeAttribute($stat_name_tw, $stat_value_tw); + $xml->XMLWriter()->writeAttribute($stat_name_tw, ceil($stat_value_tw)); [ Line 333 ] - $xml->XMLWriter()->writeAttribute(($stat_tw == 'bonusDamage') ? 'value' : 'percent', $stat_value_tw); + $xml->XMLWriter()->writeAttribute(($stat_tw == 'bonusDamage') ? 'value' : 'percent', ceil($stat_value_tw));
  6. ------------------------------------------------------------ - Tabard Viewer -- (Guild Roster) ------------------------------------------------------------ Replace in "_layout/guild/header.xsl": with: ------------------------------------------------------------ - Download file -- (emblem_images.zip) ------------------------------------------------------------ Download and replace in "images" folder ----> Tabard_Emblem_335 PS: Shadez can you upload this file on git? Thank you.
  7. For more compatibility with emulators/databases replace in "public function createShaHash()" (class.utils.php) and in "public function authUser()" ------------------- "calendar": possible css bug. If it will happen modify "calendar/css/master.css" and replace default value (background:url('/../../) with: background:url('../../
  8. HTTP_ACCEPT_LANGUAGE in class.connector.php is deprecated and case 7 errors. Remove it and replace with "en", "ru" or other. Also This code results useless because of code in next line
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use